diff options
Diffstat (limited to 'example-fraucheky/INDEX.HTM')
-rw-r--r-- | example-fraucheky/INDEX.HTM | 62 |
1 files changed, 62 insertions, 0 deletions
diff --git a/example-fraucheky/INDEX.HTM b/example-fraucheky/INDEX.HTM new file mode 100644 index 0000000..b72e7d7 --- /dev/null +++ b/example-fraucheky/INDEX.HTM @@ -0,0 +1,62 @@ +<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" + "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> +<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"> +<head><title>How to use this device</title> +<meta http-equiv="content-type" content="text/html; charset=utf-8" /> +</head> + +<body> +<h1>How to use this device</h1> +<h2>Introduction</h2> +<p>This is an example program for GNU/Linux to see how + Chopstx works with USB emulation by USBIP.</p> +<p>Now, you are accessing this file. + It means that the device is running as USB memory + (USB Mass Storage Class device).</p> + +<h2>README, GNU GPL and Corresponding Source code</h2> +<p>In this program, it contains copyrighted software that is licensed under + the GPLv3. Please see README for the explanation of the software and see + GNU GPLv3 for terms and conditions.</p> +<p>You may obtain the complete Corresponding Source code from git repositories. + This program uses Chopstx for RTOS, and Fraucheky for + GPL container. Those code are availabe in the Chopstx repository.</p> +<p>You can also download tarballs from the repository.</p> +<ul> + <li><a href="README">README</a></li> + <li><a href="COPYING">GNU GPLv3</a></li> + <li><a href="https://anonscm.debian.org/cgit/gnuk/chopstx/">Chopstx Repository</a></li> + <li><a href="https://git.gniibe.org/gitweb/?p=chopstx/chopstx.git;a=snapshot;h=@REVISION_CHOPSTX@;sf=tgz">Chopstx tarball</a></li> + <li><a href="https://git.gniibe.org/gitweb/?p=chopstx/fraucheky.git;a=snapshot;h=@REVISION_FRAUCHEKY@;sf=tgz">Fraucheky tarball</a></li> +</ul> + +<h3>Source code by physical media</h3> +<p>For those who want source code by physical media, Flying Stone Technology sells a microSD card (with SD card adapter) which contains all repositories at git.gniibe.org.</p> +<p>The price is JPY1000 for a single media including tax and shipment in Japan. Please use YUUBIN-FURIKAE account of Flying Stone Technology below. Note that the account name is in Japanese (which means: Flying Stone Technology).</p> +<p>On the form of YUUBIN-FURIKAE, you specify your address and you can write some message. The media will be sent to your address written in the form.</p> +<ul> + <li>Account No: 00110-2-346446</li> + <li>Account name: Tobiishi Gijutsu</li> +</ul> + +<p>If it is difficult for you to use YUUBIN-FURIKAE, please write to the following address.</p> +<ul> + <li>Niibe Yutaka</li> + <li>Flying Stone Technology</li> + <li>1-5-14 Iwagami, Maebashi</li> + <li>Gunma, 371-0031 JAPAN</li> +</ul> + +<p>This source code offer will be valid for three years after the shipment of this device or at least until 2021-03-31.</p> + +<h2>Links</h2> +<ul> + <li><a href="https://www.gniibe.org/category/fst-01.html"> + FST-01 support pages</a></li> + <li><a href="https://lists.alioth.debian.org/mailman/listinfo/gnuk-users"> + Mailing list: Gnuk Users</a></li> + <li><a href="https://www.gnu.org/gnu/manifesto.ja.html"> + GNU Manifesto (Japanese Translation)</a></li> +</ul> +</body> +</html> |