diff options
| -rw-r--r-- | fml/doc/en/htdocs/menubar.html | 4 | ||||
| -rw-r--r-- | fml/doc/en/tutorial/book.sgml | 2 | ||||
| -rw-r--r-- | fml/doc/en/tutorial/include/chapters.ent | 3 | ||||
| -rw-r--r-- | fml/doc/en/tutorial/install/download.sgml | 47 | ||||
| -rw-r--r-- | fml/doc/ja/htdocs/menubar.html | 4 | ||||
| -rw-r--r-- | fml/doc/ja/tutorial/book.sgml | 2 | ||||
| -rw-r--r-- | fml/doc/ja/tutorial/include/chapters.ent | 2 | ||||
| -rw-r--r-- | fml/doc/ja/tutorial/install/download.sgml | 44 |
8 files changed, 20 insertions, 88 deletions
diff --git a/fml/doc/en/htdocs/menubar.html b/fml/doc/en/htdocs/menubar.html index f80d95f6..d46f7492 100644 --- a/fml/doc/en/htdocs/menubar.html +++ b/fml/doc/en/htdocs/menubar.html @@ -64,8 +64,8 @@ fml-devel (fml 8) project menu </A> <LI> - <A HREF="http://www.fml.org/cvsweb/fmlsrc/" TARGET="right"> - cvsweb + <A HREF="https://github.com/fmlorg/fml8" TARGET="right"> + github </A> <LI> diff --git a/fml/doc/en/tutorial/book.sgml b/fml/doc/en/tutorial/book.sgml index afe11c31..2c935fee 100644 --- a/fml/doc/en/tutorial/book.sgml +++ b/fml/doc/en/tutorial/book.sgml @@ -251,7 +251,7 @@ to generate various output formats. <!-- - &chapter.cvstree; + &chapter.repository; &chapter.docbook; &chapter.inet6; diff --git a/fml/doc/en/tutorial/include/chapters.ent b/fml/doc/en/tutorial/include/chapters.ent index 4a48afc3..28e08ca3 100644 --- a/fml/doc/en/tutorial/include/chapters.ent +++ b/fml/doc/en/tutorial/include/chapters.ent @@ -191,8 +191,7 @@ <!-- development --> -<!entity chapter.cvstree SYSTEM "devel/cvstree.sgml"> -<!entity chapter.cvstags SYSTEM "devel/cvstags.sgml"> +<!entity chapter.repository SYSTEM "devel/repository.sgml"> <!entity chapter.docbook SYSTEM "devel/docbook.sgml"> <!entity chapter.inet6 SYSTEM "devel/inet6.sgml"> <!entity chapter.program.create SYSTEM "devel/create_program.sgml"> diff --git a/fml/doc/en/tutorial/install/download.sgml b/fml/doc/en/tutorial/install/download.sgml index dc03b395..20d5a634 100644 --- a/fml/doc/en/tutorial/install/download.sgml +++ b/fml/doc/en/tutorial/install/download.sgml @@ -12,7 +12,7 @@ <!-- ==================================================== --> <sect1 id="ftp.fml.org"> <title> - Download Via Ftp. + Download Via FTP. </title> <para> @@ -29,57 +29,20 @@ The file name contains date such as YYYYMMDD form. Please get the latest one. </para> -<para> -Also, you can find a daily snapshot at -<ulink url="ftp://ftp.fml.org/pub/fml/daily-snapshots/fml8/source/"> -ftp://ftp.fml.org/pub/fml/daily-snapshots/fml8/source/ -</ulink>. -This snapshot is auto-built. -So it may not work well. -</para> - </sect1> <!-- ==================================================== --> -<sect1 id="anoncvs"> +<sect1 id="github"> <title> - Access To Cvs. + Access To GitHUB. </title> <para> -You can find &fml8; under /fmlsrc in anoncvs.fml.org. -</para> - -<para> -Anonymous cvs over ssh is allowed for anyone. -<screen> -cvs -d anoncvs.fml.org:/cvsroot co fmlsrc -</screen> -</para> - -</sect1> - - -<!-- ==================================================== --> -<sect1 id="cvsweb"> - <title> - Access To Cvs Via Cvsweb. - </title> - -<para> -<ulink url="http://www.fml.org/cvsweb/fmlsrc/"> -http://www.fml.org/cvsweb/fmlsrc/ +<ulink url="https://github.com/fmlorg/"> +https://github.com/fmlorg/ </ulink> -provides the cvs acesss via web interface. -</para> - -<warning> -<para> -It is useful to retrieve the specified version of the file. -Instead, it is not useful to get the whole source. </para> -</warning> </sect1> diff --git a/fml/doc/ja/htdocs/menubar.html b/fml/doc/ja/htdocs/menubar.html index 36c86955..78c7dcad 100644 --- a/fml/doc/ja/htdocs/menubar.html +++ b/fml/doc/ja/htdocs/menubar.html @@ -135,8 +135,8 @@ fml-devel (fml 8) project menu </A> <LI> - <A HREF="http://www.fml.org/cvsweb/fmlsrc/" TARGET="right"> - cvsweb + <A HREF="https://github.com/fmlorg/fml8" TARGET="right"> + github </A> <LI> diff --git a/fml/doc/ja/tutorial/book.sgml b/fml/doc/ja/tutorial/book.sgml index 3866b0f7..74e94908 100644 --- a/fml/doc/ja/tutorial/book.sgml +++ b/fml/doc/ja/tutorial/book.sgml @@ -249,7 +249,7 @@ $FML: book.sgml,v 1.72 2006/01/19 14:33:17 fukachan Exp $ </title> &chapter.glossary; - &chapter.cvstree; + &chapter.repository; &chapter.docbook; &chapter.inet6; diff --git a/fml/doc/ja/tutorial/include/chapters.ent b/fml/doc/ja/tutorial/include/chapters.ent index e0917909..198148d6 100644 --- a/fml/doc/ja/tutorial/include/chapters.ent +++ b/fml/doc/ja/tutorial/include/chapters.ent @@ -191,7 +191,7 @@ <!-- 開発 --> -<!entity chapter.cvstree SYSTEM "devel/cvstree.sgml"> +<!entity chapter.repository SYSTEM "devel/repository.sgml"> <!entity chapter.docbook SYSTEM "devel/docbook.sgml"> <!entity chapter.inet6 SYSTEM "devel/inet6.sgml"> <!entity chapter.program.create SYSTEM "devel/create_program.sgml"> diff --git a/fml/doc/ja/tutorial/install/download.sgml b/fml/doc/ja/tutorial/install/download.sgml index 032b9f45..3f29d3a0 100644 --- a/fml/doc/ja/tutorial/install/download.sgml +++ b/fml/doc/ja/tutorial/install/download.sgml @@ -12,7 +12,7 @@ <!-- ==================================================== --> <sect1 id="ftp.fml.org"> <title> - ftp サーバからダウンロードする。 + FTP サーバからダウンロードする。 </title> <para> @@ -25,9 +25,9 @@ <para> 開発の適当な区切りごとに、不定期に作成されています。 -現在のファイル名は +現在のファイル名は「fml - バージョン - 日付」 <screen> -fml-VERSION-DATA.tar.gz +fml-VERSION-YYYYMMDD.tar.gz </screen> 形です。 VERSION は 8.0 正式リリース前なので 8.0 より少し小さい値 @@ -56,46 +56,16 @@ ftp://ftp.fml.org/pub/fml/daily-snapshots/fml-devel/source/ <!-- ==================================================== --> -<sect1 id="anoncvs"> +<sect1 id="github"> <title> - cvs へのアクセス + github へのアクセス </title> <para> -anoncvs.fml.org の fmlsrc 以下が &fml8; ブランチです。 -</para> - -<para> -anoncvs.fml.org には cvs over ssh でだれでもアクセスできます。 -<screen> -cvs -d anoncvs.fml.org:/cvsroot co fmlsrc -</screen> -でアクセスできます(注: cvs over ssh のみがサポートされます)。 -</para> - -</sect1> - - -<!-- ==================================================== --> -<sect1 id="cvsweb"> - <title> - cvsweb による cvs へのアクセス - </title> - -<para> -<ulink url="http://www.fml.org/cvsweb/fmlsrc/"> -http://www.fml.org/cvsweb/fmlsrc/ +<ulink url="https://github.com/fmlorg/"> +https://github.com/fmlorg/ </ulink> -で cvs を見ることができます。 -</para> - -<warning> -<para> -特定のファイルの特定のバージョンだけをダウンロードするならこの方法が便 -利です。逆に、まとめてアーカイブ全体をダウンロードしたいような場合には -使わないで下さい。 </para> -</warning> </sect1> |
