website view ja/support.php @ rev 1295

Add Japanese section (WIP) (thanks Keiichi Shiga)
author Aleksej Bobylev <al.bobylev@gmail.com>
date Sun Jan 15 10:53:32 2017 +0200 (2017-01-15)
parents
children
line source
1 <!DOCTYPE html>
2 <html lang="ja">
3 <head>
4 <meta charset="UTF-8">
5 <title>SliTaz - サポート</title>
6 <meta name="description" content="slitaz サポート">
7 <meta name="keywords" content="slitaz メーリングリスト irc 宣伝" lang="ja">
8 <meta name="author" content="BALLOON a.k.a. Fu-sen. (Keiichi SHIGA)">
9 <?php include("../lib/html/meta-link.html"); ?>
10 </head>
11 <body>
13 <?php
14 include("../lib/html/header.html");
15 include("../lib/html/nav.html");
16 include("../lib/lang.php");
17 ?>
19 <!-- Content -->
20 <section id="content">
22 <h2>SliTaz サポート</h2>
24 <p>
25 SliTaz プロジェクトは、ヘルプとサポートを得るためのいくつかの方法を提供しています。
26 活発なフォーラム(掲示板)と幅広いドキュメントがあります。
27 </p>
29 <div class="box">
30 <img src="../images/text.png" alt="text" />
31 ドキュメント: <a href="doc/">リリースノート &amp; マニュアル</a> -
32 <a href="http://doc.slitaz.org/en:start">Wiki &amp; Books</a> -
33 <a href="http://arm.slitaz.org/codex">SliTaz ARM Codex</a>
34 </div>
36 <div class="box">
37 <img src="../images/users.png" alt="users" />
38 フォーラム(掲示板): <a href="http://forum.slitaz.org">forum.slitaz.org</a>
39 </div>
41 <div class="box">
42 <img src="../images/mail.png" alt="mail" />
43 メール: <a href="mailing-list.php">メーリングリスト</a>
44 </div>
46 <div class="box">
47 <img src="../images/irc.png" alt="irc" />
48 IRC チャンネル: <a href="http://irc.slitaz.org">irc.slitaz.org</a>
49 irc.freenode.net #slitaz
50 </div>
52 <div class="box">
53 <img src="../images/support.png" alt="support" />
54 商用: メール &lt;asso AT slitaz.org&gt; へご連絡下さい
55 </div>
57 <!-- End of content -->
58 </section>
60 <?php include("../lib/html/footer.html"); ?>
62 </body>
63 </html>