[aquaskk-changes 247] CVS update: htdocs

Back to archive index

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


Index: htdocs/aquaskk.css
diff -u htdocs/aquaskk.css:1.6 htdocs/aquaskk.css:1.7
--- htdocs/aquaskk.css:1.6	Tue Oct  4 00:47:44 2005
+++ htdocs/aquaskk.css	Sat Oct  7 13:07:08 2006
@@ -2,7 +2,7 @@
 
 /*
 
-$Id: aquaskk.css,v 1.6 2005/10/03 15:47:44 t-suwa Exp $
+$Id: aquaskk.css,v 1.7 2006/10/07 04:07:08 t-suwa Exp $
 
 ▼aquaskk.css について
 
@@ -370,10 +370,8 @@
 
 table {
         font-size: smaller;
-/*
         border-color: #cccccc;
         border-width: 1px;
-*/
         margin-left: 4em;
         margin-bottom: 0.5em;
         margin-top: 0.5em;
@@ -381,15 +379,25 @@
 }
 
 th, tr, td {
-/*
         border-style: solid;
         border-color: #cccccc;
-*/
         border-width: 1px;
         padding: 4px;
         line-height: 120%;
 }
 
+th {
+	background-color: #e2e2e2;
+}
+
+tr.odd {
+	background-color: #ffffff;
+}
+
+tr.even {
+	background-color: #f7f7f7;
+}
+
 /*
  * For mainly tdiary 
  */
Index: htdocs/index.html
diff -u htdocs/index.html:1.20 htdocs/index.html:1.21
--- htdocs/index.html:1.20	Sat Jul 15 18:31:05 2006
+++ htdocs/index.html	Sat Oct  7 13:07:08 2006
@@ -63,6 +63,7 @@
 
   <ul>
     <li><a href="./install_and_settings.html">インストールと初期設定</a></li>
+    <li><a href="./version.html">機能比較一覧(本家 SKK との違いなど)</a></li>
     <li><a href="./inside_aquaskk/">こんな機能もあります</a></li>
     <li><a href="./aquaskk_pr.html">迷っている人へ</a></li>
 <!--
@@ -100,7 +101,7 @@
 </div>
 
 <div class="sidebar">
-  <script type="text/javascript">lastupdate("$Date: 2006/07/15 09:31:05 $");</script>
+  <script type="text/javascript">lastupdate("$Date: 2006/10/07 04:07:08 $");</script>
   <script type="text/javascript" src="./sidebar.js"></script>
 </div>
 
Index: htdocs/sidebar.js
diff -u htdocs/sidebar.js:1.8 htdocs/sidebar.js:1.9
--- htdocs/sidebar.js:1.8	Wed Apr 26 00:31:24 2006
+++ htdocs/sidebar.js	Sat Oct  7 13:07:08 2006
@@ -1,62 +1,21 @@
-/* $Id: sidebar.js,v 1.8 2006/04/25 15:31:24 t-suwa Exp $ */
+/* $Id: sidebar.js,v 1.9 2006/10/07 04:07:08 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><a href="http://www.gnu.org/licenses/gpl.ja.html"');
-document.writeln('	   target="_blank">GNU GPL</a><br />');
+document.writeln('    <li>修正 BSD ライセンス</li>');
 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>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>プロジェクトの <a href="http://sourceforge.jp/project/memberlist.php?group_id=2479" target="_blank">メンバーリスト</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=1813" 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=2497" width="96" height="31" border="0" alt="SourceForge.jp" /></a>');
 document.writeln('  </p>');
 document.close();


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