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