website annotate ja/support.php @ rev 1344

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