website annotate ja/index.php @ rev 1321

Add warning (thanks Thomas aka Kultex)
author Aleksej Bobylev <al.bobylev@gmail.com>
date Thu Jan 25 02:47:25 2018 +0200 (2018-01-25)
parents bea11c80ceb4
children bd9331173109
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 GNU/Linux (ja)</title>
al@1295 6 <meta name="description" content="SliTaz GNU/Linux 日本語ウェブサイト">
al@1295 7 <meta name="keywords" lang="ja" content="シシテム, フリー, オープンソース">
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("../config.php");
al@1295 15 include("../lib/html/header.html");
al@1295 16 include("../lib/html/nav.html");
al@1295 17 include("../lib/lang.php");
al@1295 18 ?>
al@1295 19
al@1295 20 <!-- Content -->
al@1295 21 <section id="content">
al@1295 22
al@1295 23 <h2>SliTaz へようこそ</h2>
al@1295 24
al@1295 25 <p>
al@1295 26 SliTaz は Linux カーネルと GNU ソフトウェアを使用する安全で高性能なオペレーティングシステムです。
al@1295 27 </p>
al@1295 28
al@1295 29 <!--<div class="box-up">
al@1295 30 <a href="http://www.gofundme.com/slitaz2014?utm_medium=wdgt"
al@1295 31 title="Visit this page now."><img src="../images/gofundme.png"></a>
al@1295 32 <a href="http://www.gofundme.com/slitaz2014?utm_medium=wdgt">
al@1295 33 Check out our new SliTaz 2014 fundraising!</a>
al@1295 34 </div>-->
al@1295 35
al@1295 36 <!-- Featured sponsor -->
al@1295 37 <div id="sponsor">
al@1295 38 <p><strong>注目のスポンサー</strong></p>
al@1295 39 <?php include("../lib/rand-sponsor.php"); ?>
al@1295 40 <p><a href="/en/sponsor/">スポンサーになる</a></p>
al@1295 41 </div>
al@1295 42
al@1295 43 <!--
al@1295 44 SliTaz news starting.
al@1295 45 -->
al@1295 46
al@1295 47 <!-- We just keep the last 3 web site news -->
al@1295 48 <div class="news" style="margin-right: 220px;">
al@1295 49
al@1295 50 <h2>ニュースリリース</h2>
al@1295 51
al@1295 52 <ul>
al@1295 53 <li><strong><a href="http://mirror.slitaz.org/iso/rolling/">SliTaz 5.0 Rolling 公開</a></strong> (毎週)
al@1295 54 <span>- <?php
al@1318 55 $rol_date_file = '../cache/rolling-date.txt';
al@1295 56 if (file_exists("$rol_date_file")) {
al@1318 57 $rol_date = file_get_contents("../cache/rolling-date.txt");
al@1295 58 print $rol_date;
al@1295 59 } ?></span></li>
al@1295 60 <li><strong><a href="news/#d20150520">SliTaz 5.0 RC-3 公開</a></strong>
al@1295 61 <span>- 2015年5月20日 May 2015</span></li>
al@1295 62 <li><strong><a href="news/#d20140519">SliTaz 5.0 RC-2 公開</a></strong>
al@1295 63 <span>- 2014年5月19日</span></li>
al@1295 64 <li><strong><a href="news/#d20140502">SliTaz 5.0 RC-1 公開</a></strong>
al@1295 65 <span>- 2014年5月2日</span></li>
al@1295 66 <li><strong><a href="news/#d20140329">SliTaz Raspberry Pi 公開</a></strong>
al@1295 67 <span>- 2014年3月29日</span></li>
al@1295 68 <li><strong><a href="news/">過去のニュースリリース</a></strong>
al@1295 69 <span>- 2007〜2013</span></li>
al@1295 70 </ul>
al@1295 71
al@1295 72 <!-- End of news -->
al@1295 73 </div>
al@1295 74
al@1295 75 <h2>クイックダウンロード</h2>
al@1295 76
al@1321 77 <div class="box-warning">SliTazを使用する前にこの記事をお読みください: <a href="http://forum.slitaz.org/topic/-important-info-about-meltdown-and-spectre-">Important info about Meltdown and Spectre</a></div>
al@1321 78
al@1295 79 <div class="dldiv">
al@1319 80 <p><!-- ?php echo "<a class='dlbutton nav2' href='$stable_iso'>SliTaz $stable_ver</a>"; ? -->
al@1295 81 <!-- a class='dlbutton nav2' href='$cooking_iso'>SliTaz $cooking</a>"; ? -->
al@1295 82 <a class='dlbutton navpi' href='http://arm.slitaz.org/rpi/'>SliTaz Raspberry Pi</a>
al@1295 83 <a class='dlbutton nav2' href='http://mirror.slitaz.org/iso/rolling/slitaz-rolling.iso'>SliTaz Rolling 32 ビット</a>
al@1295 84 <a class='dlbutton nav1' href='http://mirror.slitaz.org/iso/rolling/slitaz-rolling-core64.iso'>SliTaz Rolling 64 ビット</a></p>
al@1295 85 </div>
al@1295 86
al@1295 87 <h2>Project Activity</h2>
al@1295 88
al@1295 89 <?php require_once("../lib/get-feeds.php"); ?>
al@1295 90
al@1295 91 <div class="activity">
al@1295 92 <p>
al@1295 93 <a href="http://forum.slitaz.org/"><img
al@1295 94 src="/images/support.png" alt="[ ]" /></a>
al@1295 95 フォーラムの状況
al@1295 96 <?php get_feed_forum("forum.xml"); ?>
al@1295 97 </div>
al@1295 98 <p class="activity_more">
al@1295 99 <a href="http://forum.slitaz.org/">フォーラム</a>
al@1295 100 </p>
al@1295 101 </div>
al@1295 102
al@1295 103 <div class="activity">
al@1295 104 <p>
al@1295 105 <a href="http://hg.slitaz.org/">
al@1295 106 <img src="/images/development.png" alt="[ ]" /></a>
al@1295 107 wok の最新コミット
al@1295 108 <?php get_feed("wok.xml"); ?>
al@1295 109 </div>
al@1295 110 <p class="activity_more">
al@1295 111 <a href="http://hg.slitaz.org/?sort=lastchange">wok - コミット</a>
al@1295 112 </p>
al@1295 113 </div>
al@1295 114
al@1295 115 <!-- SCN blog posts
al@1295 116 <h2>ブログ投稿</h2>
al@1295 117
al@1295 118 <div class="news">
al@1295 119 <?php //get_feed_blog("blog.xml"); ?>
al@1295 120 </div>-->
al@1295 121
al@1295 122 <!-- Twitter -->
al@1295 123 <div id="twitter">
al@1295 124 <a class="twitter-timeline" href="https://twitter.com/slitaz"
al@1295 125 data-widget-id="420830244551938048">Twiitter @slitaz</a>
al@1295 126 <script>!function(d,s,id){var js,fjs=d.getElementsByTagName(s)[0],p=/^http:/.test(d.location)?'http':'https';if(!d.getElementById(id)){js=d.createElement(s);js.id=id;js.src=p+"://platform.twitter.com/widgets.js";fjs.parentNode.insertBefore(js,fjs);}}(document,"script","twitter-wjs");</script>
al@1295 127 </div>
al@1295 128
al@1295 129 <h2>SliTaz のサポート</h2>
al@1295 130
al@1295 131 <p>
al@1295 132 SliTaz をさらに人気のあるものにしたり、寄付したりして下さい。
al@1295 133 PayPal または Flattr マイクロペイメントを使用して、金銭的な支援を行う事ができます。
al@1295 134 SliTaz を普及させるために、プロジェクトについてブログ、Tweet、共有、話題を出す事ができます。
al@1295 135 プロジェクトに参加して、SliTaz <a href="http://scn.slitaz.org/">コミュニティネットワーク</a> に接続して共有したり、参加したりすることもできます。
al@1295 136 </p>
al@1295 137 <p>
al@1295 138 また、毎月の寄付によって、またはハードウェア・サーバーのリソースを提供して、公式スポンサーになることもできます。
al@1295 139 <a href="sponsor/">詳しい情報</a>
al@1295 140 </p>
al@1295 141
al@1295 142 <?php include("../lib/html/donate.html"); ?>
al@1295 143
al@1295 144 <h2>SliTaz を広げる</h2>
al@1295 145
al@1295 146 <p>
al@1295 147 このプロジェクトを支援する一つの方法は、SliTaz をさらに普及させることです。
al@1295 148 ブログ、このページを tweet し、共有して、プロジェクトについて話して下さい。
al@1295 149 SliTaz はまた社会的です。参加して、アートワークを共有したり、<a href="http://scn.slitaz.org/">SliTaz Community Network</a> 上でブログを投稿したり、公式 SliTaz Facebpok ページで "いいね!" を付けたりする事ができます!
al@1295 150 </p>
al@1295 151
al@1295 152 <?php include("../lib/html/social.html"); ?>
al@1295 153
al@1295 154 <h2>国際化</h2>
al@1295 155
al@1295 156 <p>
al@1295 157 SliTaz の Web サイトはいくつかの言語で利用でき、<a href="/i18n.php">国際化</a> チーム(i18n)によって管理されています。
al@1295 158 あなたの言語にウェブサイトが翻訳されていることを確認したいのであれば、助けがしばしば必要です。
al@1295 159 </p>
al@1295 160
al@1295 161 <h2>アートワーク</h2>
al@1295 162
al@1295 163 <p>
al@1295 164 SliTaz のロゴ、スクリーンショット、壁紙を入手、また SliTaz Artwork チームに参加して、ISO イメージを配布するデフォルトアートワークを手助けすることができます。 詳細は
al@1295 165 <a href="artwork/">アートワークセクション</a> を参照して下さい。
al@1295 166 </p>
al@1295 167
al@1295 168 <!-- End of content -->
al@1295 169 </section>
al@1295 170
al@1295 171 <?php include("../lib/html/footer.html"); ?>
al@1295 172
al@1295 173 </body>
al@1295 174 </html>