OSDN Git Service

Initial commit as of 2015/Nov/06
authorTomoki AONO <aonoto@users.osdn.me>
Fri, 6 Nov 2015 07:27:04 +0000 (16:27 +0900)
committerTomoki AONO <aonoto@users.osdn.me>
Fri, 6 Nov 2015 07:27:04 +0000 (16:27 +0900)
Some files may be missing.

htdocs/.htaccess [new file with mode: 0644]
htdocs/index-en.html [new file with mode: 0644]
htdocs/index.html [new file with mode: 0644]
htdocs/mirror/.htaccess [new file with mode: 0644]
scripts/mirror-tomo.sh [new file with mode: 0755]

diff --git a/htdocs/.htaccess b/htdocs/.htaccess
new file mode 100644 (file)
index 0000000..8acbd04
--- /dev/null
@@ -0,0 +1,15 @@
+RewriteEngine On
+RewriteBase /
+RewriteCond %{HTTP_HOST} =www.freewnn.org [OR]
+RewriteCond %{HTTP_HOST} =freewnn.org
+RewriteRule (.*)       http://www.tomo.gr.jp/FreeWnn/$1        [R]
+# RewriteRule (.*)     mirror/$1       [L]
+# RewriteRule ^/(.*)$  http://freewnn.sourceforge.jp/mirror$1  [R]
+
+# RewriteRule ^$       /mirror/        [L]
+# OK # RewriteRule mirror-index.html$  mirror/ [L]
+# NG #RewriteRule ^/(.*)       mirror/$1       [L]
+# OK # RewriteRule test.html$          test-rewritten.html [L]
+# NG #RewriteRule ^/$         /home/groups/f/fr/freewnn/htdocs/mirror/        [L]
+
+ErrorDocument 404 default
diff --git a/htdocs/index-en.html b/htdocs/index-en.html
new file mode 100644 (file)
index 0000000..f395a8c
--- /dev/null
@@ -0,0 +1,134 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
+<html>
+  <head>
+    <title>Brief Information about FreeWnn - FreeWnn@SourceForge.jp</title>
+  </head>
+
+  <body>
+    <h1>Brief Information about FreeWnn</h1>
+
+<!--     <p>NOTE: This page may not cover current status.</p> -->
+
+    <p>IMPORTANT NOTICE (2014/Jan/02): freewnn.org domain will lose
+       our control soon. Please check and update your links /
+       bookmarks etc. as soon as possible!</p>
+
+    <p>[<a href="#whatis">What is FreeWnn?</a>]
+    [<a href="#download">Download</a>]
+    [<a href="#maillist">Mailing Lists</a>]
+    [<a href="#links">Links</a>]</p>
+
+<!-- Todo: developper wanted, how to report, limitation
+(xwnmo cannot build, etc.) -->
+
+<hr>
+
+    <h2><a name="whatis">What is FreeWnn?</a></h2>
+    <ul>
+      <li>'Wnn' is pronounced 'un-nu'. Basic information of Wnn is
+      described in (English version of)
+      <a href="http://www.tomo.gr.jp/wnn/wnn_e.html">&quot;What is Wnn?&quot;</a>.
+      <li>FreeWnn is derived (and GPL-ed) version of Wnn4.2,
+      contributed X11 software.
+
+      <li>FreeWnn is a client-server type Kana
+      (pronounciation) - Kanji in Japanese translation system. It
+      also converts to Hanzi in Chinese, both Simplified and
+      Traditional, and Hanja in Korean.
+
+      <li>Distributed under GNU GPLv2 / LGPLv2 (mainly library
+      part) or later version of each licenses.
+      (Some of the file may distribute separately under more
+      loose license. See each file for details.)
+    </ul>
+
+<h2><a name="download">Download</a></h2>
+
+    <p>Current (alpha) version: 1.1.1-a022</p>
+
+    <p>NOTE: We don't officially have a client implementation
+      now. (You can try uum ( terminal frontend for Japanese) by
+      adding '--enable-client' with the configure script, but it is
+      experimental.)  Please use (for example)
+      
+      <!-- a href="http://www.m17n.org/tamago/index.en.html" -->Tamago<!-- /a -->
+      (for Emacs), kinput2,
+
+      <a href="http://im-ja.sourceforge.net/">im-ja</a> and other
+      clients using libwnn.
+    </p>
+
+    <p>You can get current (alpha) source code via
+
+    <a href="http://sourceforge.jp/projects/freewnn/files/">Files</a>
+    section of the project page.  We recommend the current version.
+    </p>
+
+<script src="http://sourceforge.jp/projects/freewnn/releases/compact.js" type="text/javascript" charset="utf-8"></script>
+
+    <p>The latest development code is hosted in the CVS repository of
+      SourceForge.jp . You can view the source tree through the web via
+      <a href="http://cvs.sourceforge.jp/cgi-bin/viewcvs.cgi/freewnn/FreeWnn/">ViewCVS</a>.
+      To get code via Anonymous CVS, you can do like the following:</p>
+
+    <pre>
+cvs -d:pserver:anonymous@cvs.sourceforge.jp:/cvsroot/freewnn login
+(Password is not needed, so you just press return when password: prompt appears)
+
+cvs -z3 -d:pserver:anonymous@cvs.sourceforge.jp:/cvsroot/freewnn co FreeWnn
+</pre>
+
+    <p>Please see
+      <a href="http://sourceforge.jp/cvs/?group_id=1245">CVS</a>
+      section of project page for details.
+    </p>
+
+
+<h2><a name="maillist">Mailing Lists</a></h2>
+
+<p>We currently have two mailing lists.
+</p>
+
+<ul>
+      <li> <a href="http://lists.sourceforge.jp/mailman/listinfo/freewnn-users">freewnn-users</a>:
+       User-supported mailing-list about FreeWnn development and
+       usage of FreeWnn. Discussions are held in Japanese for now,
+       but bug reports (etc.) in English are welcome. (Message in
+       other language are also welcome, but we don't read them very
+       well.) 
+       (<a href="http://lists.sourceforge.jp/mailman/listinfo/freewnn-users">Subscribe</a>
+       / <a href="http://lists.sourceforge.jp/mailman/archives/freewnn-users/">Archive</a>)
+
+      <li><a href="http://lists.sourceforge.jp/mailman/listinfo/freewnn-cvs">freewnn-cvs</a>:
+       Deliver for developers to commit changes the source tree. You
+       should not send your mail to this list. Use freewnn-users.
+       (<a href="http://lists.sourceforge.jp/mailman/listinfo/freewnn-users">Subscribe</a>
+       / <a href="http://lists.sourceforge.jp/mailman/archives/freewnn-cvs/">Archive</a>)
+</ul>
+
+    <p>
+      Notice: FreeWnn mailing list (freewnn at tomo gr jp) has been closed
+      (<a href="http://www.tomo.gr.jp/users/wnn/index.html">Part of archive</a>
+      in Japanese) . 
+    </p>
+
+
+<h2><a name="links">Links</a></h2>
+    <ul>
+      <li><a href="/">Our current web page</a> (in Japanese)
+      <li><a href="http://sourceforge.jp/projects/freewnn/">Project page</a>
+       hosted in SourceForge.jp
+
+      <li>Original <a href="http://www.tomo.gr.jp/FreeWnn/">FreeWnn Project page</a>
+       (in Japanese)
+    </ul>
+
+    <HR>
+<a href="http://sourceforge.jp/"><img src="http://sourceforge.jp/sflogo.php?group_id=1245" width="96" height="31" border="0" alt="SourceForge.jp"></a>
+    <address>Edited by Tomoki Aono (aonoto at users.sourceforge.jp)</address>
+    Created: Tue Jan 3 00:28:36 JST 2006<br>
+    <!-- hhmts start -->
+Last modified: Fri Jan  3 02:00:52 JST 2014
+<!-- hhmts end -->
+  </body>
+</html>
diff --git a/htdocs/index.html b/htdocs/index.html
new file mode 100644 (file)
index 0000000..6cfe15d
--- /dev/null
@@ -0,0 +1,157 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
+<html><head><title>FreeWnn@SourceForge.jp Web Page</title></head>
+
+  <body>
+    <h1>FreeWnn @ SourceForge.jp Web¥Ú¡¼¥¸(»ÃÄêÈÇ)</h1>
+
+    <p>¤³¤Á¤é¤ÏSourceForge.jp¤Ç±¿ÍѤ·¤Æ¤¤¤ë¥Ú¡¼¥¸¤Ç¤¹¡£
+    (<a href="http://freewnn.sourceforge.jp/index-en.html">Brief information in English</a>)</p>
+
+<p>
+[<a href="#whatis">FreeWnn¤È¤Ï</a>]
+[<a href="#news">News</a>]
+[<a href="#download">Download</a>]
+[<a href="#maillist">¥á¡¼¥ê¥ó¥°¥ê¥¹¥È</a>]
+[<a href="#help-develop">³«È¯¤Ë¤´¶¨ÎϤò</a>]
+[<a href="#links">¥ê¥ó¥¯</a>]
+</p>
+<hr>
+
+    <h2><a name="whatis">FreeWnn¤È¤Ï</a></h2>
+<ul>
+<li>¥¯¥é¥¤¥¢¥ó¥È¡¦¥µ¡¼¥Ð·¿¤Î¤«¤Ê´Á»úÊÑ´¹¥·¥¹¥Æ¥à
+</li><li>ÆüËܸ졦Ãæ¹ñ¸ì(´ÊÂλú¡¦ÈËÂλú)¡¦´Ú¹ñ(Ä«Á¯)¸ì¤ÎÊÑ´¹¤ËÂбþ
+</li><li>²áµî¤ËX11¤Îcontrib¤Ê¤É¤ÇÇÛÉÛ¤µ¤ì¤Æ¤¤¤¿Wnn4.2¤ò´ð¤Ë¤·¤¿¥·¥¹¥Æ¥à
+ (¥ª¥à¥í¥ó¥½¥Õ¥È¥¦¥§¥¢¤«¤é¤ÏȯŸ¤µ¤»¤¿(proprietary¤Ê)À½Éʤ¬ÈÎÇ䤵¤ì¤Æ
+¤¤¤Þ¤¹)
+</li><li>GNU General Public License (GPL) V2 (or later) / Ʊ Lesser General Public
+License (LGPL) V2 (or later)¤Î¸µ¤ÇÇÛÉÛ¤·¤Æ¤¤¤ëFree Software¤Ç¤¹
+</li></ul>
+  <!--  Êѹ¹ÅÀ¤È¤«¤Ï¸åÆü²Ã¤¨¤Æ¤¤¤³¤¦¡£ -->
+
+<h2><a name="news">News</a></h2>
+
+<p>tomo.gr.jp¤«¤éSourceForge.jp¤Ë³èÆ°¤Î¼´¤ò°Ü¤·¤Þ¤·¤¿¡£2012ǯ5·î»þÅÀ¤Ç¤Ï
+¥½¡¼¥¹¥³¡¼¥É¡¦¥ê¥ê¡¼¥¹¥Õ¥¡¥¤¥ë(¤ä¡¢¤³¤Î¥Ú¡¼
+¥¸)¤Î¥Û¥¹¥Æ¥£¥ó¥°¤È<a href="#maillist">¥á¡¼¥ê¥ó¥°¥ê¥¹¥È</a>¤¬±¿ÍѤµ¤ì
+¤Æ¤¤¤Þ¤¹¡£</p>
+
+
+<p><a href="http://sourceforge.jp/news/?group_id=1245">¥×¥í¥¸¥§¥¯¥È¤Î¥Ë¥å¡¼¥¹¥Ú¡¼¥¸</a>
+¤Ë¤â¾ðÊ󤬤¢¤ë¤«¤â¤·¤ì¤Þ¤»¤ó¡£</p>
+
+<h2>FreeWnn Project ¤È¤Î´Ø·¸?</h2>
+
+<p><!--  ¼ÂºÝ¤è¤¯Ê¬¤«¤Ã¤Æ¤¤¤Þ¤»¤ó¤¬¡Ä -->
+ƱProject¤«¤é¤ä¤äµ÷Î¥¤ò¤ª¤­¡¢³«È¯¤ò³¤±¤ë¤¿¤á¤Î¼õ¤±»®(¤¢¤ë¤¤¤Ï¤Ä¤Ê¤®)
+¤Î¤è¤¦¤Ê¤â¤Î¤È¹Í¤¨¤Æ¤¤¤Þ¤¹¡£¤¿¤À¿ÍŪ»ñ¸»ÉÔ­¤Ë¤è¤ê¡¢³«È¯¥Ú¡¼¥¹¤Ï¤³¤³¿ô
+ǯ¤Î·¹¸þ¤ÈÊѤï¤é¤Ê¤¤¤È»×¤¤¤Þ¤¹¡£²¿¤«¤ªµ¤¤Å¤­¤ÎÅÀ¤¬¤¢¤ì¤ÐÊó¹ð¡¦¥Ñ¥Ã¥Á¤Ê
+¤É¤Ç¤´¶¨ÎϤ¤¤¿¤À¤±¤ì¤Ð¹¬¤¤¤Ç¤¹¡£</p>
+
+<h2><a name="download">Download</a></h2>
+
+<p>¸½»þÅÀ¤Ç¤ÎºÇ¿·ÈǤÏ1.1.1-a022¤Ç¤¹(2013/Aug/05¥ê¥ê¡¼¥¹)¡£alphaÈǤǤ¹
+¤¬¡¢Àµ¼°¤Ë¥ê¥ê¡¼¥¹¤µ¤ì¤Æ¤¤¤ë 1.1¤Ï¤Û¤È¤ó¤É´ÉÍý¤µ¤ì¤Æ¤¤¤Þ¤»¤ó¤Î¤Ç¤³¤Á¤é
+¤ò¤ª»È¤¤¤Ë¤Ê¤Ã¤¿Êý¤¬¤è¤¤¤È»×¤¤¤Þ¤¹¡£</p>
+
+<p>¥½¡¼¥¹¥³¡¼¥É¤Ï
+<a href="http://www.tomo.gr.jp/FreeWnn/ftp.html">FTP¥µ¥¤¥È</a>¤«
+SourceForge.jp¤Î
+<a href="http://sourceforge.jp/projects/freewnn/files/">¥ê¥ê¡¼¥¹¥Õ¥¡¥¤¥ë</a>
+¥Ú¡¼¥¸¤«¤é¥À¥¦¥ó¥í¡¼¥É¤Ç¤­¤Þ¤¹¡£
+¤³¤Î¥Ú¡¼¥¸¤«¤é¹½ÃۺѤߥХ¤¥Ê¥ê¤ÎÇÛÉÛ¤ò¹Ô¤¦Í½Äê¤Ï¸½¾õ¤Ç¤Ï¤¢¤ê¤Þ¤»¤ó¡£</p>
+
+<script src="http://sourceforge.jp/projects/freewnn/releases/compact.js" type="text/javascript" charset="utf-8"></script>
+
+<p>³«È¯Ãæ¤Î¥³¡¼¥É¤ÏSourceForge.jp Æâ¤Î
+<a href="http://sourceforge.jp/cvs/view/freewnn/FreeWnn/">CVS¥ì¥Ý¥¸¥È¥ê</a>
+¤Ë¤¢¤ê¤Þ¤¹¡£
+Anonymous CVS¤ò»ÈÍѤ¹¤ë¾ì¹ç¤ÏÎ㤨¤Ð°Ê²¼¤Î¤è¤¦¤Ë¼Â¹Ô¤¹¤ë¤³¤È¤Ç¼èÆÀ¤Ç¤­
+¤Þ¤¹¡£
+</p>
+<pre>cvs -d:pserver:anonymous@cvs.sourceforge.jp:/cvsroot/freewnn login
+(¥Ñ¥¹¥ï¡¼¥É¤ÏÉÔÍ×)
+cvs -z3 -d:pserver:anonymous@cvs.sourceforge.jp:/cvsroot/freewnn co FreeWnn
+</pre>
+<p>¤½¤Î¾¾Ü¤·¤¯¤Ï
+<a href="http://sourceforge.jp/projects/freewnn/cvs/">CVS¥Ú¡¼¥¸</a>
+¤ò¤´Í÷¤¯¤À¤µ¤¤¡£
+</p>
+
+<!-- cvs.m17n.org¤Î±¿ÍѤÏ2012ǯ4·î¤Ë½ªÎ»¤·¤Þ¤·¤¿¡£º£¤Þ¤Ç¤¢¤ê¤¬¤È¤¦¤´¤¶¤¤¤Þ¤·¤¿¡£ -->
+
+<h2><a name="maillist">¥á¡¼¥ê¥ó¥°¥ê¥¹¥È(ML)¤Ë¤Ä¤¤¤Æ</a></h2>
+
+<p>¸½»þÅÀ¤Ç¤Ï°Ê²¼¤ÎML¤òÍÑ°Õ¤·¤Æ¤¤¤Þ¤¹¡£¤½¤ì¤¾¤ì¤ÎML¾Ò²ð¥Ú¡¼¥¸¤«¤é²ÃÆþ
+¤¹¤ë¤³¤È¤¬¤Ç¤­¤Þ¤¹:</p>
+
+<ul>
+      <li><a href="http://lists.sourceforge.jp/mailman/listinfo/freewnn-users">freewnn-users ML</a>:
+       ³«È¯¼Ô¡¦ÍøÍѼԤÎÏȤòʬ¤±¤º¤ËµÄÏÀ¤¹¤ë¾ì¤È¤·¤Æ¤ª»È¤¤¤¯¤À¤µ¤¤¡£
+       (<a href="http://lists.sourceforge.jp/mailman/listinfo/freewnn-users">²ÃÆþ</a> /
+       <a href="http://sourceforge.jp/projects/freewnn/lists/archive/users/">¥¢¡¼¥«¥¤¥Ö</a>)
+      </li><li><a href="http://lists.sourceforge.jp/mailman/listinfo/freewnn-cvs">freewnn-cvs ML</a>:
+       SourceForge.jp¦¤Î¥½¡¼¥¹¥Ä¥ê¡¼¤ËÊѹ¹¤¬¤¢¤Ã¤¿¤È¤­¤ËÄÌÃΤ·¤Þ¤¹¡£
+       Åê¹Æ¤Ïfreewnn-users¤ÎÊý¤Ë¤ª´ê¤¤¤·¤Þ¤¹¡£
+       (<a href="http://lists.sourceforge.jp/mailman/listinfo/freewnn-cvs">²ÃÆþ</a> /
+       <a href="http://sourceforge.jp/projects/freewnn/lists/archive/cvs/">¥¢¡¼¥«¥¤¥Ö</a>)
+
+</li></ul>
+
+<p>freewnn ML (freewnn at tomo.gr.jp)¤Ï½ªÎ»¤·¤Þ¤·¤¿¡£(¥¢¡¼¥«¥¤¥Ö¤Ï
+<a href="http://www.tomo.gr.jp/users/wnn/index.html">http://www.tomo.gr.jp/users/wnn/index.html</a>¤ò»²¾È¡£)
+<a href="http://www.tomo.gr.jp/wnn/wnn-yogo.html#ml">wnn-users ML</a>¤â
+2012ǯ3·î¤Ë½ªÎ»¤·¤Þ¤·¤¿¡£</p>
+
+<p><a href="http://sourceforge.jp/mail/?group_id=1245">¥×¥í¥¸¥§¥¯¥È¤Î¥á¡¼¥ê¥ó¥°¥ê¥¹¥È¥Ú¡¼¥¸</a>
+¤Ë¤â¾ðÊ󤬤¢¤ë¤«¤â¤·¤ì¤Þ¤»¤ó¡£</p>
+
+<h2><a name="help-develop">³«È¯¤Ë¤´¶¨ÎϤò</a></h2>
+
+<p>Àè½Ò¤ÎÄ̤ꡢ³«È¯¥Ú¡¼¥¹¤ÏÁêÅöÃÙ¤¤¤â¤Î¤Ë¤Ê¤Ã¤Æ¤¤¤Þ¤¹¡£
+°Ê²¼¤Î¤è¤¦¤Ê¤³¤È¤ò¤ª¼êÅÁ¤¤¤¤¤¿¤À¤±¤ë¤ÈÂçÊѤ¢¤ê¤¬¤¿¤¤¤Ç¤¹¡£
+¤½¤ì°Ê³°¤Ç¤â¤ª¼êÅÁ¤¤¤¤¤¿¤À¤±¤ë¤³¤È¤¬¤¢¤ì¤ÐML¤Ê¤É¤Ç¤´ÁêÃ̤¯¤À¤µ¤¤¡£</p>
+
+
+<ul>
+  <li>¥³¥ó¥Ñ¥¤¥ë¤Ç¤­¤ë¤«¡¦°Õ¿ÞÄ̤êÆ°ºî¤¹¤ë¤«¥Æ¥¹¥È
+  <li>(Æä˼ºÇÔ¤·¤¿¾ì¹ç¤Ï)<a href="#maillist">ML</a>¤ä
+       <a href="http://sourceforge.jp/projects/freewnn/ticket/">¥Á¥±¥Ã¥È</a>¤Ç¤´Êó¹ð¤¤¤¿¤À¤¯
+  <li>¥½¡¼¥¹¥³¡¼¥É¡¦¥É¥­¥å¥á¥ó¥È¡¦manpage¤Î²þÁ±°Æ¤ä¥Ñ¥Ã¥Á¤ò
+ML¤ä¥Á¥±¥Ã¥È¤ÇÄó°Æ¤¤¤¿¤À¤¯
+</ul>
+
+<ul>
+  <li>ºÇ¶á»È¤ï¤ì¤Æ¤¤¤ëʸ»úÆþÎϤÎÏÈÁȤß(ex. IBus, SCIM)¤ËÂбþ¤·¤¿
+¥¯¥é¥¤¥¢¥ó¥È¤Î³«È¯
+  <li>ML¤Î´ÉÍý (ÂçÂΤϹØÆɼ԰ʳ°¤«¤éÆϤ¤¤¿¥á¡¼¥ë¤Î¥Á¥§¥Ã¥¯¤Ë¤Ê¤ë¤È»×¤ï¤ì¤Þ¤¹)
+  <li>²þÎɤ·¤¿¥½¡¼¥¹¥Õ¥¡¥¤¥ë¤Îcommit (Íס¦SourceForge.jp¥¢¥«¥¦¥ó¥È¡¢SSH¸ø³«¸°¤Ê¤É)
+  <li>¥á¥ó¥Æ¥Ê¡¼¤È¤·¤Æ³«È¯¤ÎÄ´À°¤ä¥ê¥ê¡¼¥¹¥Õ¥¡¥¤¥ë¤Î´ÉÍý
+</ul>
+
+<H2>̤µ­½Ò</h2>
+<ul>
+<li>¥É¥­¥å¥á¥ó¥È¤Ë¤Ä¤¤¤Æ (ÅöÌ̤ϥ½¡¼¥¹¥Õ¥¡¥¤¥ëÆâ¤Î¥É¥­¥å¥á¥ó¥È¤ò¤´Í÷¤¯¤À¤µ¤¤)
+</li></ul>
+
+<h2><a name="links">¥ê¥ó¥¯</a></h2>
+
+<p><a href="http://sourceforge.jp/projects/freewnn/">SourceForge.jpÆâ¤Î¥×¥í¥¸¥§¥¯¥È¥Ú¡¼¥¸¤Ø</a>
+</p>
+
+<p><a href="http://www.tomo.gr.jp/FreeWnn/">FreeWnn Project(ËܲÈ) Web¥Ú¡¼¥¸¤Ø</a>
+(<a href="http://freewnn.sourceforge.jp/mirror/">¥ß¥é¡¼</a>)
+: freewnn.org¥É¥á¥¤¥ó¤Ç¤Î±¿ÍѤ϶᤯½ªÎ»¤¹¤ë¤Î¤Ç¡¢¥ê¥ó¥¯¡¦¥Ö¥Ã¥¯¥Þ¡¼¥¯Åù¤Î
+Êѹ¹¤ò¤ª´ê¤¤¤·¤Þ¤¹¡£(2014/Jan/02)
+</p>
+
+<hr>
+    <a href="http://sourceforge.jp/"><img src="http://sourceforge.jp/sflogo.php?group_id=1245" alt="SourceForge.jp" border="0" height="31" width="96"></a>
+    <hr>
+    <address>»ÃÄêÈÇʸÀÕ¡¦Tomoki Aono (aonoto at users.sourceforge.jp)</address>
+<!-- Created: Sun Aug 15 03:09:50 JST 2004 -->
+<!-- Last modified: 2004/Sep/26 -->
+<!-- hhmts start -->
+Last modified: Fri Jan  3 01:40:13 JST 2014
+<!-- hhmts end -->
+</body></html>
\ No newline at end of file
diff --git a/htdocs/mirror/.htaccess b/htdocs/mirror/.htaccess
new file mode 100644 (file)
index 0000000..38dcd05
--- /dev/null
@@ -0,0 +1 @@
+RewriteEngine Off
diff --git a/scripts/mirror-tomo.sh b/scripts/mirror-tomo.sh
new file mode 100755 (executable)
index 0000000..0836732
--- /dev/null
@@ -0,0 +1,10 @@
+#!/bin/sh
+# mirror-tomo.sh - tomo.gr.jp/FreeWnn/ ¤ÎÆâÍƤò
+# freewnn.sourceforge.jp/mirror/ ¤Ë¥ß¥é¡¼¤¹¤ë
+# 2006/Aug/18 by Tomoki Aono
+
+MIRDIR=/home/groups/f/fr/freewnn/htdocs/mirror
+FROM_URL=http://www.tomo.gr.jp/FreeWnn/
+
+cd $MIRDIR
+wget -m -nH -np --cut-dirs=1 -nv $FROM_URL