Add support pages.
[yukkurigames.com.git] / support.html
diff --git a/support.html b/support.html
new file mode 100644 (file)
index 0000000..34d34da
--- /dev/null
@@ -0,0 +1,87 @@
+<!DOCTYPE html>
+<html>
+  <head>
+    <meta charset="utf-8">
+    <meta name=viewport content="width=device-width, initial-scale=1">
+    <link rel="stylesheet" href="/css/main.css" type="text/css">
+    <title>Mobile Browsers ~ Yukkuri Games</title>
+    <style>
+      img[alt=Share] {
+          height: 1em;
+          vertical-align: text-bottom;
+          width: auto;
+      }
+    </style>
+  </head>
+  <body>
+    <header>
+      <a href="/">
+        <img src="/logotype_horizontal_1.png" class=logo alt="(◕ ヮ ◕)">
+        <img src="/logotype_horizontal_2.png" class=optional
+             alt="Yukkuri Games">
+      </a>
+      <h1>Support</h1>
+    </header>
+    <main>
+      <h2>Mobile Browsers</h2>
+      <p>
+        If you see something on our site labeled <em>(Mobile) Browser</em>
+        this means you can download it and use it like an app.
+        Most of the features in it will work even when you're not
+        connected to the Internet, and usually there will be some
+        other minor UI changes to better fit a browser-less UI.
+      </p>
+      <p>
+        Currently we try to support iOS 6+, and Android Chrome (which
+        means Android 4.0+). The sites will still work fine in most
+        other mobile browsers, but you won't be able to save them
+        easily for offline use.
+      </p>
+      <p>
+        On iOS 6, use the <img src=share-ios6.png alt=Share> button.
+        On iOS 7, use the <img src=share-ios7.png alt=Share> button.
+        On Android Chrome, use the <img src=share-android.png alt=Share> button.
+        Then choose <strong>Add to Home Screen</strong>.
+      </p>
+      <p>
+        The app will auto-upgrade when you run it while connected to
+        the Internet. Though, this upgrade process often fails because
+        of poor browser support for offline mode - if something goes
+        wrong, you can just delete the application and add it again.
+        Sorry about that.
+      </p>
+
+      <h2>Licenses</h2>
+      <p>
+        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.
+        This means you can do pretty much whatever you want with
+        anything you find on our site, as long as you ensure other
+        people can do the same thing with what you make.
+      </p>
+      <p>
+        Most software we've licensed under the
+        <a href="http://www.gnu.org/copyleft/gpl.html">GNU General
+          Public License</a>, though some parts may be under more
+        liberal licenses.
+      </p>
+      <p>
+        However, we also make play aids, expansions, and variants for
+        games other people have made. The original games are not
+        always free, and we don't want to lay any claim (exclusive or
+        otherwise) to them, so our changes are usually released into
+        the public domain.
+      </p>
+      <p>
+        If you believe we've violated your licensing terms or
+        otherwise misattributed some of your work, please let us know
+        via email at yuu at yukkurigames.com.
+      </p>
+      <h2>Other Problems?</h2>
+      <p>
+        If you have other problems or questions about our site, our
+        software, or using our source code, email us at yuu at
+        yukkurigames.com.
+      </p>
+    </main>
+  </body>
+</html>