Add support pages.
[yukkurigames.com.git] / support.html
1 <!DOCTYPE html>
2 <html>
3 <head>
4 <meta charset="utf-8">
5 <meta name=viewport content="width=device-width, initial-scale=1">
6 <link rel="stylesheet" href="/css/main.css" type="text/css">
7 <title>Mobile Browsers ~ Yukkuri Games</title>
8 <style>
9 img[alt=Share] {
10 height: 1em;
11 vertical-align: text-bottom;
12 width: auto;
13 }
14 </style>
15 </head>
16 <body>
17 <header>
18 <a href="/">
19 <img src="/logotype_horizontal_1.png" class=logo alt="(◕ ヮ ◕)">
20 <img src="/logotype_horizontal_2.png" class=optional
21 alt="Yukkuri Games">
22 </a>
23 <h1>Support</h1>
24 </header>
25 <main>
26 <h2>Mobile Browsers</h2>
27 <p>
28 If you see something on our site labeled <em>(Mobile) Browser</em>
29 this means you can download it and use it like an app.
30 Most of the features in it will work even when you're not
31 connected to the Internet, and usually there will be some
32 other minor UI changes to better fit a browser-less UI.
33 </p>
34 <p>
35 Currently we try to support iOS 6+, and Android Chrome (which
36 means Android 4.0+). The sites will still work fine in most
37 other mobile browsers, but you won't be able to save them
38 easily for offline use.
39 </p>
40 <p>
41 On iOS 6, use the <img src=share-ios6.png alt=Share> button.
42 On iOS 7, use the <img src=share-ios7.png alt=Share> button.
43 On Android Chrome, use the <img src=share-android.png alt=Share> button.
44 Then choose <strong>Add to Home Screen</strong>.
45 </p>
46 <p>
47 The app will auto-upgrade when you run it while connected to
48 the Internet. Though, this upgrade process often fails because
49 of poor browser support for offline mode - if something goes
50 wrong, you can just delete the application and add it again.
51 Sorry about that.
52 </p>
53
54 <h2>Licenses</h2>
55 <p>
56 As much as possible, we've placed stuff under <a href="http://www.gnu.org/philosophy/free-sw.html#content">free software</a> or <a href="http://creativecommons.org/freeworks">free culture</a> licenses.
57 This means you can do pretty much whatever you want with
58 anything you find on our site, as long as you ensure other
59 people can do the same thing with what you make.
60 </p>
61 <p>
62 Most software we've licensed under the
63 <a href="http://www.gnu.org/copyleft/gpl.html">GNU General
64 Public License</a>, though some parts may be under more
65 liberal licenses.
66 </p>
67 <p>
68 However, we also make play aids, expansions, and variants for
69 games other people have made. The original games are not
70 always free, and we don't want to lay any claim (exclusive or
71 otherwise) to them, so our changes are usually released into
72 the public domain.
73 </p>
74 <p>
75 If you believe we've violated your licensing terms or
76 otherwise misattributed some of your work, please let us know
77 via email at yuu at yukkurigames.com.
78 </p>
79 <h2>Other Problems?</h2>
80 <p>
81 If you have other problems or questions about our site, our
82 software, or using our source code, email us at yuu at
83 yukkurigames.com.
84 </p>
85 </main>
86 </body>
87 </html>