diff options
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> + |