PWL#6 live.
[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>Support ~ 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 id=mobile>Mobile Browsers</h2>
27 <p>
28 If we labeled something "(Mobile) Browser" this means you can
29 use it as a standalone app on your phone or tablet. It will
30 work even when you're not connected to the Internet, and the
31 will change to better fit a browser-less UI.
32 </p>
33 <p>
34 We try to support iOS 6+, and Android Chrome (which means
35 Android 4.0+). The sites will still work fine in most other
36 mobile browsers, but you won't be able to save them easily for
37 offline use.
38 </p>
39 <p>
40 On iOS 6, use the <img src=share-ios6.png alt=Share> button.
41 On iOS 7, use the <img src=share-ios7.png alt=Share> button.
42 On Android Chrome, use the <img src=share-android.png alt=Share> button.
43 Then choose <strong>Add to Home Screen</strong>.
44 </p>
45 <p>
46 The app will auto-upgrade when you run it while connected to
47 the Internet. Though, this upgrade process often fails because
48 of poor browser support for offline mode - if something goes
49 wrong, you can just delete the application and add it again.
50 Sorry about that.
51 </p>
52
53 <h2>Licenses</h2>
54 <p>
55 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.
56 That means you can do pretty much whatever you want with
57 anything you find on our site, as long as you ensure other
58 people can do the same thing with what you make.
59 </p>
60 <p>
61 Most software we've licensed under the
62 <a href="http://www.gnu.org/copyleft/gpl.html">GNU General
63 Public License</a>, though some parts may be under more
64 liberal licenses.
65 </p>
66 <p>
67 We also make play aids, expansions, and variants for other
68 people's games The original games aren't always free, and we
69 don't want to lay any claim (exclusive or otherwise) to them.
70 So this work is usually released into the public domain.
71 </p>
72 <p>
73 If you believe we've violated your licensing terms or
74 otherwise misattributed some of your work, please let us know
75 <a href="mailto:yuuSPAM@MAPSyukkurigames.com"
76 rel="nofollow"
77 onclick="this.href=this.href.replace(/[A-Z]/g, '')">via email</a>.
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,
83 <a href="mailto:yuuSPAM@MAPSyukkurigames.com"
84 rel="nofollow" onclick="this.href=this.href.replace(/[A-Z]/g, '')"
85 >email us at yuu at yukkurigames.com</a>.
86 </p>
87 </main>
88 </body>
89 </html>