summaryrefslogtreecommitdiff
path: root/fml/doc/en/tutorial
diff options
context:
space:
mode:
authorKen'ichi Fukamachi <fukachan@fml.org>2018-08-01 18:34:23 +0900
committerKen'ichi Fukamachi <fukachan@fml.org>2018-08-01 18:34:23 +0900
commitfb27f88e2d157dc9b4f6279b089aa9dcd4d4c3e3 (patch)
tree07f010e7c5d2703ec5f679ee85e81acf75034244 /fml/doc/en/tutorial
parent64681a8f0e32c25a1d381be9350d6c436aa0b130 (diff)
downloadfml8-fb27f88e2d157dc9b4f6279b089aa9dcd4d4c3e3.tar.gz
fml8-fb27f88e2d157dc9b4f6279b089aa9dcd4d4c3e3.tar.bz2
fml8-fb27f88e2d157dc9b4f6279b089aa9dcd4d4c3e3.zip
modified to catch up the scm changes (cvs to github).
Diffstat (limited to 'fml/doc/en/tutorial')
-rw-r--r--fml/doc/en/tutorial/book.sgml2
-rw-r--r--fml/doc/en/tutorial/include/chapters.ent3
-rw-r--r--fml/doc/en/tutorial/install/download.sgml47
3 files changed, 7 insertions, 45 deletions
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>