[aquaskk-changes 585] CVS update: htdocs

Back to archive index

t-suw****@users***** t-suw****@users*****
2009年 9月 13日 (日) 23:57:11 JST


Index: htdocs/sidebar.js
diff -u htdocs/sidebar.js:1.16 htdocs/sidebar.js:1.17
--- htdocs/sidebar.js:1.16	Mon Aug 31 23:31:21 2009
+++ htdocs/sidebar.js	Sun Sep 13 23:57:11 2009
@@ -1,4 +1,4 @@
-/* $Id: sidebar.js,v 1.16 2009/08/31 14:31:21 t-suwa Exp $ */
+/* $Id: sidebar.js,v 1.17 2009/09/13 14:57:11 t-suwa Exp $ */
 
 document.open();
 document.writeln('  <h2>ダウンロード</h2>');
@@ -24,15 +24,15 @@
 document.writeln('  <h2>ライセンス</h2>');
 document.writeln('  <ul>');
 document.writeln('    <li><a href="http://www.opensource.jp/gpl/gpl.ja.html"');
-document.writeln('	   target="_blank">GNU GPL</a><br />');
-document.writeln('      誰でも無料で自由に使えます。</li>');
+document.writeln('	   target="_blank">GNU GPLv2</a><br />');
+document.writeln('      無料です。誰でも自由に改変できます。</li>');
 document.writeln('  </ul>');
 document.writeln('');
 document.writeln('  <h2>動作環境</h2>');
 document.writeln('');
 document.writeln('  <table>');
 document.writeln('    <tr>');
-document.writeln('      <th rowspan=2 colspan=2>Mac OS X version</th><th colspan=2>AquaSKK version</th>');
+document.writeln('      <th rowspan=2>Mac OS X</th><th rowspan=2>CPU</th><th colspan=2>AquaSKK version</th>');
 document.writeln('    </tr>');
 document.writeln('    <tr>');
 document.writeln('      <th>3.x</th><th>4.x</th>');
@@ -44,16 +44,16 @@
 document.writeln('      <td>32bit</td><td class="green">OK<td class="green">OK</td>');
 document.writeln('    </tr>');
 document.writeln('    <tr>');
-document.writeln('      <td colspan=2>10.5.x (Leopard)</td><td class="green">OK</td><td class="green">OK</td>');
+document.writeln('      <td>10.5.x (Leopard)</td><td></td><td class="green">OK</td><td class="green">OK</td>');
 document.writeln('    </tr>');
 document.writeln('    <tr>');
-document.writeln('      <td colspan=2>10.4.x (Tiger)</td><td class="green">OK</td><td class="red">NG</td>');
+document.writeln('      <td>10.4.x (Tiger)</td><td></td><td class="green">OK</td><td class="red">NG</td>');
 document.writeln('    </tr>');
 document.writeln('    <tr>');
-document.writeln('      <td colspan=2>10.3.x (Panther)</td><td class="green">OK</td><td class="red">NG</td>');
+document.writeln('      <td>10.3.x (Panther)</td><td></td><td class="green">OK</td><td class="red">NG</td>');
 document.writeln('    </tr>');
 document.writeln('    <tr>');
-document.writeln('      <td colspan=2>10.2 以前</td><td class="red">NG</td><td class="red">NG</td>');
+document.writeln('      <td>10.2 以前</td><td></td><td class="red">NG</td><td class="red">NG</td>');
 document.writeln('    </tr>');
 document.writeln('  </table>');
 document.writeln('');



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