Improve website.
[enjoyable.git] / Website / index.html
1 <!DOCTYPE html>
2 <html>
3 <head>
4 <meta charset="utf-8">
5 <link rel="icon" type="image/png" href="icon.png" />
6 <link rel="logo" type="image/png" href="icon.png" />
7 <title>Enjoyable - Joystick and gamepad mapping for OS X</title>
8 <style>
9 body { font-family: sans-serif; }
10 h1 { text-align: center; }
11 h2 { margin-left: 10%; margin-bottom: 0; font-size: 1.2em; }
12 p { width: 80%; margin-left: 10%; }
13 ul { width: 80%; margin-left: 10%; padding-left: 2em; }
14 </style>
15 </head>
16 <body>
17 <h1>
18 <img src="icon.png" style="height: 1em; vertical-align: text-bottom" />
19 Enjoyable
20 </h1>
21 <p>Enjoyable is an application for Mac OS X which allows you to use
22 controller inputs like a mouse or keyboard. If you've ever played a
23 video game which only supports mouse and keyboard input but you want
24 to use a joystick or gamepad, then Enjoyable is the program for you.</p>
25
26 <p style="text-align: center; max-width: 60%; margin-left: 20%;">
27 <a href="Enjoyable.zip">
28 <img src="screenshot.png"
29 alt="A screenshot of Enjoyable"
30 style="max-width: 100%;"/>
31 Download Enjoyable 1.0 (262KB)</a>
32 <br />
33 <a href="https://github.com/joewreschnig/enjoyable"
34 style="font-size: 0.8em;">
35 Enjoyable on GitHub
36 </a>
37 </p>
38
39 <h2><a name="requirements" href="#requirements"></a>Requirements</h2>
40
41 <ul>
42 <li>Mac OS X 10.7+</li>
43 <li>One or more HID-compatible (e.g. USB or Bluetooth) input devices</li>
44 </ul>
45
46 <h2>Mappings</h2>
47 <p>
48 I play games with a Playstation 3 controller, so these will be
49 useless if you have a different controller. These are the
50 mappings I use for games I like. To use them, just save them and
51 double-click on them in Finder, or use ⌘O in Enjoyable to import
52 them.
53 </p>
54 <ul style="font-size: 0.9em;">
55 <li><a href="mappings/Runner2.enjoyable">Bit.Trip Presents Runner 2: Future Legend of Rhythm Alien</a></li>
56 <li><a href="mappings/Super Hexagon.enjoyable">Super Hexagon</a></li>
57 </ul>
58
59 <h2><a name="license" href="#license"></a>License</h2>
60 <p>Enjoyable is free software written by Joe Wreschnig and is
61 based on the Enjoy codebase written
62 by <a href="http://nongraphical.com">Yifeng Huang</a>
63 and <a href="http://abstractable.net/enjoy/">Sam McCall</a>.</p>
64
65 <p>Copyright 2013 Joe Wreschnig<br>
66 2012 Yifeng Huang<br>
67 2009 Sam McCall, University of Otago</p>
68
69 <p>Permission is hereby granted, free of charge, to any person obtaining
70 a copy of this software and associated documentation files (the
71 "Software"), to deal in the Software without restriction, including
72 without limitation the rights to use, copy, modify, merge, publish,
73 distribute, sublicense, and/or sell copies of the Software, and to
74 permit persons to whom the Software is furnished to do so, subject to
75 the following conditions:</p>
76
77 <p>The above copyright notice and this permission notice shall be
78 included in all copies or substantial portions of the Software.</p>
79
80 <p>THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
81 EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
82 MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
83 IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
84 CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
85 TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
86 SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.</p>
87
88 <p>The joystick icon is from the Tango icon set and is public domain.</p>
89
90 </body>
91 </html>