[aquaskk-changes 553] CVS update: htdocs

Zurück zum Archiv-Index

t-suw****@users***** t-suw****@users*****
2009年 8月 18日 (火) 22:30:41 JST


Index: htdocs/sidebar.js
diff -u htdocs/sidebar.js:1.12 htdocs/sidebar.js:1.13
--- htdocs/sidebar.js:1.12	Sun Jan 20 18:08:50 2008
+++ htdocs/sidebar.js	Tue Aug 18 22:30:41 2009
@@ -1,60 +1,73 @@
-/* $Id: sidebar.js,v 1.12 2008/01/20 09:08:50 t-suwa Exp $ */
+/* $Id: sidebar.js,v 1.13 2009/08/18 13:30:41 t-suwa Exp $ */
 
 document.open();
-document.writeln('<h2>ダウンロード</h2>');
+document.writeln('<h2>ダウンロード</h2>');
 document.writeln('  <ul>');
 document.writeln('    <li><a href="http://sourceforge.jp/projects/aquaskk/files/">');
-document.writeln('         AquaSKK パッケージ</a><br />');
-document.writeln('         お好みで BETA 版も。</li>');
+document.writeln('         AquaSKK パッケージ</a><br />');
+document.writeln('         お好みで BETA 版も。</li>');
 document.writeln('    <li><a href="http://openlab.jp/skk/skk/dic/"');
-document.writeln('	   target="_blank">SKK 辞書</a><br />');
-document.writeln('	   専門辞書も充実してます。</li>');
+document.writeln('	   target="_blank">SKK 辞書</a><br />');
+document.writeln('	   専門辞書も充実してます。</li>');
 document.writeln('  </ul>');
 document.writeln('');
-document.writeln('<h2>バグ報告・要望・情報</h2>');
+document.writeln('<h2>バグ報告・要望・情報</h2>');
 document.writeln('  <ul>');
 document.writeln('    <li><a href="http://pc11.2ch.net/test/read.cgi/mac/1192746208/"');
-document.writeln('         target="_blank">AquaSKK スレッド</a>@2 ちゃんねる<br />');
-document.writeln('         お気軽にどうぞ。</li>');
+document.writeln('         target="_blank">AquaSKK スレッド</a>@2 ちゃんねる<br />');
+document.writeln('         お気軽にどうぞ。</li>');
 document.writeln('    <li><a href="http://sourceforge.jp/projects/aquaskk/tracker/"');
-document.writeln('	   target="_blank">トラッキングシステム</a>@SourceForge.JP<br />');
-document.writeln('         既知の不具合はここで調査できます。</li>');
+document.writeln('	   target="_blank">トラッキングシステム</a>@SourceForge.JP<br />');
+document.writeln('         既知の不具合はここで調査できます。</li>');
 document.writeln('  </ul>');
 document.writeln('');
-document.writeln('  <h2>ライセンス</h2>');
+document.writeln('  <h2>ライセンス</h2>');
 document.writeln('  <ul>');
 document.writeln('    <li><a href="http://www.gnu.org/licenses/gpl.ja.html"');
 document.writeln('	   target="_blank">GNU GPL</a><br />');
-document.writeln('      誰でも無料で自由に使えます。</li>');
+document.writeln('      誰でも無料で自由に使えます。</li>');
 document.writeln('  </ul>');
 document.writeln('');
-document.writeln('  <h2>動作環境</h2>');
+document.writeln('  <h2>動作環境</h2>');
 document.writeln('');
-document.writeln('  <ul>');
-document.writeln('    <li>Mac OS X 10.5.x (Leopard)<br />');
-document.writeln('      安定して動作します。</li>');
-document.writeln('    <li>Mac OS X 10.4.x (Tiger)<br />');
-document.writeln('      安定して動作します。</li>');
-document.writeln('    <li>Mac OS X 10.3.x (Panther)<br />');
-document.writeln('      安定して動作します。</li>');
-document.writeln('    <li>Mac OS X 10.2 以前<br />');
-document.writeln('      サポートしていません。</li>');
-document.writeln('  </ul>');
+document.writeln('  <table>');
+document.writeln('    <tr>');
+document.writeln('      <th rowspan=2>Mac OS X version</th><th colspan=2>AquaSKK version</th>');
+document.writeln('    </tr>');
+document.writeln('    <tr>');
+document.writeln('      <th>3.x</th><th>4.x</th>');
+document.writeln('    </tr>');
+document.writeln('    <tr>');
+document.writeln('      <td>10.6.x (Snow Leopard)</td><td class="red">???</td><td class="green">OK</td>');
+document.writeln('    </tr>');
+document.writeln('    <tr>');
+document.writeln('      <td>10.5.x (Leopard)</td><td class="green">OK</td><td class="green">OK</td>');
+document.writeln('    </tr>');
+document.writeln('    <tr>');
+document.writeln('      <td>10.4.x (Tiger)</td><td class="green">OK</td><td class="red">NG</td>');
+document.writeln('    </tr>');
+document.writeln('    <tr>');
+document.writeln('      <td>10.3.x (Panther)</td><td class="green">OK</td><td class="red">NG</td>');
+document.writeln('    </tr>');
+document.writeln('    <tr>');
+document.writeln('      <td>10.2 以前</td><td class="red">NG</td><td class="red">NG</td>');
+document.writeln('    </tr>');
+document.writeln('  </table>');
 document.writeln('');
-document.writeln('  <h2>メーリングリスト</h2>');
+document.writeln('  <h2>メーリングリスト</h2>');
 document.writeln(' <ul>');
-document.writeln('    <li><a href="http://lists.sourceforge.jp/mailman/listinfo/aquaskk-dev">aquaskk-dev</a> - 開発者向け<br />');
-document.writeln('         Carbon/Cocoa/C++/STL などの話題。</li>');
-document.writeln('    <li><a href="http://lists.sourceforge.jp/mailman/listinfo/aquaskk-changes">aquaskk-changes</a> - 更新履歴<br />');
-document.writeln('         CVS の commit メールが流れます。</li>');
+document.writeln('    <li><a href="http://lists.sourceforge.jp/mailman/listinfo/aquaskk-dev">aquaskk-dev</a> - 開発者向け<br />');
+document.writeln('         Carbon/Cocoa/C++/STL などの話題。</li>');
+document.writeln('    <li><a href="http://lists.sourceforge.jp/mailman/listinfo/aquaskk-changes">aquaskk-changes</a> - 更新履歴<br />');
+document.writeln('         commit メールが流れます。</li>');
 document.writeln('  </ul>');
 document.writeln('');
-document.writeln('  <h2>プロジェクトへの参加方法</h2>');
+document.writeln('  <h2>プロジェクトへの参加方法</h2>');
 document.writeln('');
 document.writeln('  <ol>');
-document.writeln('    <li>SourceForge.JP で <a href="http://sourceforge.jp/account/register.php" target="_blank">アカウントを作成</a> する</li>');
-document.writeln('    <li>AquaSKK プロジェクトの <a href="http://sourceforge.jp/project/memberlist.php?group_id=1813" target="_blank">メンバーリスト</a> から管理者を探して「参加希望」メールを送信する</li>');
-document.writeln('    <li><a href="http://lists.sourceforge.jp/mailman/listinfo/aquaskk-dev">開発者向けメーリングリスト</a> にも参加する</li>');
+document.writeln('    <li>SourceForge.JP で <a href="http://sourceforge.jp/account/register.php" target="_blank">アカウントを作成</a> する</li>');
+document.writeln('    <li>AquaSKK プロジェクトの <a href="http://sourceforge.jp/project/memberlist.php?group_id=1813" target="_blank">メンバーリスト</a> から管理者を探して「参加希望」メールを送信する</li>');
+document.writeln('    <li><a href="http://lists.sourceforge.jp/mailman/listinfo/aquaskk-dev">開発者向けメーリングリスト</a> にも参加する</li>');
 document.writeln('  </ol>');
 document.writeln('');
 document.writeln('  <h2>Powered by SourceForge.JP</h2>');
@@ -62,7 +75,7 @@
 document.writeln('    <a href="http://sourceforge.jp/" target="_blank"><img src="http://sourceforge.jp/sflogo.php?group_id=1813" width="96" height="31" border="0" alt="SourceForge.jp" /></a>');
 document.writeln('  </p>');
 
-document.writeln('  <h2>なかのひと.jp(実験中)</h2>');
+document.writeln('  <h2>なかのひと.jp(実験中)</h2>');
 document.writeln('  <p class="center">');
 document.writeln('  <!-- nakanohito -->');
 document.writeln('  <a href="http://nakanohito.jp/">');



aquaskk-changes メーリングリストの案内
Zurück zum Archiv-Index