diff options
-rw-r--r-- | chapter01/changelog.xml | 3 | ||||
-rw-r--r-- | chapter01/lfschat.xml | 9 | ||||
-rw-r--r-- | chapter01/maillists.xml | 3 | ||||
-rw-r--r-- | index.xml | 5 |
4 files changed, 18 insertions, 2 deletions
diff --git a/chapter01/changelog.xml b/chapter01/changelog.xml index ed9b45307..8c7f023ac 100644 --- a/chapter01/changelog.xml +++ b/chapter01/changelog.xml @@ -33,6 +33,9 @@ </para></listitem> +<listitem><para>March 15th, 2002 [gerard]: Chapter 01 - Mailing lists: +Added lfs-chat description</para></listitem> + <listitem><para>March 15th, 2002 [gerard]: Chapter 06-Shadow: Move <filename>libmisc.*a</filename> to <filename class="directory">/usr/lib</filename> too.</para></listitem> diff --git a/chapter01/lfschat.xml b/chapter01/lfschat.xml new file mode 100644 index 000000000..9dd3561e2 --- /dev/null +++ b/chapter01/lfschat.xml @@ -0,0 +1,9 @@ +<sect2> +<title>lfs-chat</title> + +<para>The lfs-chat list is a hangout place for members of the LFS Community +(that includes you as well) and just chat about stuff. Doesn't even have to +be computer related. Anything goes, nothing is off-topic.</para> + +</sect2> + diff --git a/chapter01/maillists.xml b/chapter01/maillists.xml index ce33f128d..49d7b4573 100644 --- a/chapter01/maillists.xml +++ b/chapter01/maillists.xml @@ -17,6 +17,8 @@ accessible mailing lists:</para> <listitem><para>lfs-book</para></listitem> +<listitem><para>lfs-chat</para></listitem> + <listitem><para>alfs-discuss</para></listitem> <listitem><para>blfs-dev</para></listitem> @@ -32,6 +34,7 @@ accessible mailing lists:</para> &c1-ma-lfsannounce; &c1-ma-lfssecurity; &c1-ma-lfsbook; +&c1-ma-lfschat; &c1-ma-alfsdiscuss; @@ -4,8 +4,8 @@ <!ENTITY book SYSTEM "book/book.xml"> -<!ENTITY version "20020311"> -<!ENTITY releasedate "March 11th, 2002"> +<!ENTITY version "20020315"> +<!ENTITY releasedate "March 15th, 2002"> <!ENTITY ftp-root "ftp://ftp.linuxfromscratch.org"> <!ENTITY http-root "http://ftp.linuxfromscratch.org"> @@ -48,6 +48,7 @@ <!ENTITY c1-ma-lfssecurity SYSTEM "chapter01/lfssecurity.xml"> <!ENTITY c1-ma-lfssupport SYSTEM "chapter01/lfssupport.xml"> <!ENTITY c1-ma-lfsbook SYSTEM "chapter01/lfsbook.xml"> +<!ENTITY c1-ma-lfschat SYSTEM "chapter01/lfschat.xml"> <!ENTITY c1-ma-alfsdiscuss SYSTEM "chapter01/alfsdiscuss.xml"> <!ENTITY c1-ma-blfsbook SYSTEM "chapter01/blfsbook.xml"> <!ENTITY c1-ma-blfssupport SYSTEM "chapter01/blfssupport.xml"> |