浏览代码

added newsserver.xml

git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@1273 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Gerard Beekmans 24 年之前
父节点
当前提交
f84cca50d0
共有 3 个文件被更改,包括 15 次插入0 次删除
  1. 1 0
      chapter01/chapter01.xml
  2. 13 0
      chapter01/newsserver.xml
  3. 1 0
      index.xml

+ 1 - 0
chapter01/chapter01.xml

@@ -8,6 +8,7 @@
 &c1-acknowledgments;
 &c1-changelog;
 &c1-maillists;
+&c1-newsserver;
 &c1-contactinfo;
 
 </chapter>

+ 13 - 0
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>
+

+ 1 - 0
index.xml

@@ -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">