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