diff options
author | Matthew Burgess <matthew@linuxfromscratch.org> | 2004-05-03 10:59:46 +0000 |
---|---|---|
committer | Matthew Burgess <matthew@linuxfromscratch.org> | 2004-05-03 10:59:46 +0000 |
commit | 673b0d84ba9591e07c0bdf0ee49d92eba10f502c (patch) | |
tree | 129e27a1450727b440da4378e0117a468eb9c25e /chapter01/administrativa.xml | |
parent | 287ea55da70ceb1f0990554b7db921d525fef816 (diff) |
* Merged newxml into HEAD
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@3435 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter01/administrativa.xml')
-rw-r--r-- | chapter01/administrativa.xml | 101 |
1 files changed, 101 insertions, 0 deletions
diff --git a/chapter01/administrativa.xml b/chapter01/administrativa.xml new file mode 100644 index 000000000..9046c9217 --- /dev/null +++ b/chapter01/administrativa.xml @@ -0,0 +1,101 @@ +<?xml version="1.0" encoding="ISO-8859-1"?> +<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.3//EN" "http://www.oasis-open.org/docbook/xml/4.3/docbookx.dtd" [ + <!ENTITY % general-entities SYSTEM "../general.ent"> + %general-entities; +]> +<sect1 id="ch-scatter-administrativa"> +<title>Resources</title> +<?dbhtml filename="resources.html"?> + + +<sect2 id="ch-scatter-faq"> +<title>FAQ</title> + +<para>If during the building of your LFS system you encounter any errors, or +have any questions, or think you found a typo in the book, then please first +consult the FAQ (Frequently Asked Questions) at +<ulink url="&faq-root;"/>.</para> + +</sect2> + + +<sect2 id="ch-scatter-irc"> +<title>IRC</title> + +<para>Several members of the LFS community offer assistance on our community +IRC (Internet Relay Chat) server. Before you utilize this mode of support, we +ask that you've at least checked the LFS FAQ (see above) and the mailing list +archives (see below) for the answer to your question. You can find the IRC +server at <emphasis>irc.linuxfromscratch.org</emphasis> port 6667. The +support channel is named #LFS-support.</para> + +</sect2> + + +<sect2 id="ch-scatter-maillists" xreflabel="Chapter 1 - Mailing lists"> +<title>Mailing lists</title> + +<para>The <emphasis>linuxfromscratch.org</emphasis> server is hosting a number +of mailing lists used for the development of the LFS project. These lists +include, among others, the main development and support lists.</para> + +<para>For information on which lists are available, how to subscribe to them, +their archive locations, and so on, visit <ulink url="&lfs-root;mail.html"/>.</para> + +</sect2> + + +<sect2 id="ch-scatter-newsserver"> +<title>News server</title> + +<para>All the mailing lists hosted at <emphasis>linuxfromscratch.org</emphasis> +are also accessible via the NNTP server. All messages posted to a mailing list +are copied to the corresponding newsgroup, and vice versa.</para> + +<para>The news server can be reached at +<emphasis>news.linuxfromscratch.org</emphasis>.</para> + +</sect2> + + +<sect2 id="ch-scatter-wiki"> +<title>Wiki</title> + +<para>For more information on a package, updated versions, tweaks, personal +experiences, and so on, see the LFS Wiki at <ulink url="&wiki-root;"/>. You +can add information there yourself too, to help others.</para> + +</sect2> + + +<sect2 id="ch-scatter-references"> +<title>References</title> + +<para>If you need still more detailed information on the packages, +you will find useful pointers on this page: +<ulink url="http://www.109bean.org.uk/LFS-references.html"/>.</para> + +</sect2> + + +<sect2 id="ch-scatter-mirrors" xreflabel="Chapter 1 - Mirror sites"> +<title>Mirror sites</title> + +<para>The LFS project has a number of mirrors set up world-wide to make +accessing the website and downloading the required packages more convenient. +Please visit the website at <ulink url="&lfs-root;"/> for a list of current +mirrors.</para> + +</sect2> + + +<sect2 id="ch-scatter-contactinfo"> +<title>Contact information</title> + +<para>Please direct all your questions and comments to one of the LFS mailing +lists (see above).</para> + +</sect2> + + +</sect1> |