[aquaskk-changes 250] CVS update: htdocs

Back to archive index

Tomotaka SUWA t-suw****@users*****
2006年 10月 7日 (土) 13:20:58 JST


Index: htdocs/sidebar.js
diff -u htdocs/sidebar.js:1.9 htdocs/sidebar.js:1.10
--- htdocs/sidebar.js:1.9	Sat Oct  7 13:07:08 2006
+++ htdocs/sidebar.js	Sat Oct  7 13:20:58 2006
@@ -1,21 +1,62 @@
-/* $Id: sidebar.js,v 1.9 2006/10/07 04:07:08 t-suwa Exp $ */
+/* $Id: sidebar.js,v 1.10 2006/10/07 04:20:58 t-suwa Exp $ */
 
 document.open();
+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('    <li><a href="http://openlab.jp/skk/skk/dic/"');
+document.writeln('	   target="_blank">SKK 辞書</a><br />');
+document.writeln('	   まずは SKK-JISYO.L を入手。</li>');
+document.writeln('  </ul>');
+document.writeln('');
+document.writeln('<h2>バグ報告・要望・情報</h2>');
+document.writeln('  <ul>');
+document.writeln('    <li><a href="http://pc7.2ch.net/test/read.cgi/mac/1084714251/"');
+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('  </ul>');
+document.writeln('');
 document.writeln('  <h2>ライセンス</h2>');
 document.writeln('  <ul>');
-document.writeln('    <li>修正 BSD ライセンス</li>');
+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('  </ul>');
 document.writeln('');
+document.writeln('  <h2>動作環境</h2>');
+document.writeln('');
+document.writeln('  <ul>');
+document.writeln('    <li>Mac OS X 10.4.x (Tiger)<br />');
+document.writeln('      Intel と PowerPC のどちらでも動作します。</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('');
+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('  </ul>');
+document.writeln('');
 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>プロジェクトの <a href="http://sourceforge.jp/project/memberlist.php?group_id=2479" 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>');
 document.writeln('  <p class="center">');
-document.writeln('    <a href="http://sourceforge.jp/" target="_blank"><img src="http://sourceforge.jp/sflogo.php?group_id=2497" width="96" height="31" border="0" alt="SourceForge.jp" /></a>');
+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.close();


aquaskk-changes メーリングリストの案内
Back to archive index