diff options
author | Gerard Beekmans <gerard@linuxfromscratch.org> | 2001-09-26 19:08:21 +0000 |
---|---|---|
committer | Gerard Beekmans <gerard@linuxfromscratch.org> | 2001-09-26 19:08:21 +0000 |
commit | f84cca50d021b68849bb9c9134b3744bb8ef07a7 (patch) | |
tree | af51efd0da92d8b6d28035dd3cd4d356b956bdf3 /chapter01 | |
parent | f129c76fce6bea1c6087bbb3f3f637efc7b2683f (diff) |
added newsserver.xml
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@1273 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter01')
-rw-r--r-- | chapter01/chapter01.xml | 1 | ||||
-rw-r--r-- | chapter01/newsserver.xml | 13 |
2 files changed, 14 insertions, 0 deletions
diff --git a/chapter01/chapter01.xml b/chapter01/chapter01.xml index 340ddcb07..018359a57 100644 --- a/chapter01/chapter01.xml +++ b/chapter01/chapter01.xml @@ -8,6 +8,7 @@ &c1-acknowledgments; &c1-changelog; &c1-maillists; +&c1-newsserver; &c1-contactinfo; </chapter> diff --git a/chapter01/newsserver.xml b/chapter01/newsserver.xml new file mode 100644 index 000000000..307455588 --- /dev/null +++ b/chapter01/newsserver.xml @@ -0,0 +1,13 @@ +<sect1 id="ch01-newsserver"> +<title>News server</title> +<?dbhtml filename="newsserver.html" dir="chapter01"?> + +<para>All the mailing lists hosted at linuxfromscratch.org are also +accessible via the NNTP server. All messages posted to a mailing list +will be copied to it's correspondent newsgroup, and vice versa.</para> + +<para>The news server can be reached at +<emphasis>news.linuxfromscratch.org</emphasis></para> + +</sect1> + |