diff options
-rw-r--r-- | chapter01/chapter01.xml | 1 | ||||
-rw-r--r-- | chapter01/newsserver.xml | 13 | ||||
-rw-r--r-- | index.xml | 1 |
3 files changed, 15 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> + @@ -55,6 +55,7 @@ <!ENTITY c1-ma-unsubscribe SYSTEM "chapter1/unsubscribe.xml"> <!ENTITY c1-ma-mailarchive SYSTEM "chapter1/mailarchive.xml"> <!ENTITY c1-ma-othermodes SYSTEM "chapter1/othermodes.xml"> +<!ENTITY c1-newsserver SYSTEM "chapter1/newsserver.xml"> <!ENTITY c1-contactinfo SYSTEM "chapter1/contactinfo.xml"> <!ENTITY chapter2 SYSTEM "chapter2/chapter2.xml"> |