source: chapter01/administrativa.xml@ 6a0e6f3

Last change on this file since 6a0e6f3 was 6a0e6f3, checked in by Matthew Burgess <matthew@…>, 19 years ago
  • Remove the spurious <info> tags that I thought were necessary but evidently aren't

git-svn-id: http://svn.linuxfromscratch.org/LFS/branches/LFS-RNG/BOOK@4387 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689

  • Property mode set to 100644
File size: 3.2 KB
Line 
1<?xml version="1.0" encoding="ISO-8859-1"?>
2<!DOCTYPE section [
3 <!ENTITY % general-entities SYSTEM "../general.ent">
4 %general-entities;
5]>
6<section xmlns="http://docbook.org/docbook-ng"
7 xmlns:xlink="http://www.w3.org/1999/xlink"
8 xml:id="ch-scatter-administrativa">
9<title>Resources</title>
10<?dbhtml filename="resources.html"?>
11
12
13<section xml:id="ch-scatter-faq">
14<title>FAQ</title>
15
16<para>If during the building of your LFS system you encounter any errors, or
17have any questions, or think you found a typo in the book, then please first
18consult the FAQ (Frequently Asked Questions) at
19<uri xlink:href="&faq-root;">&faq-root;</uri>.</para>
20
21</section>
22
23<section xml:id="ch-scatter-irc">
24<title>IRC</title>
25
26<para>Several members of the LFS community offer assistance on our community
27IRC (Internet Relay Chat) network. Before you utilize this mode of support, we
28ask that you've at least checked the LFS FAQ (see above) and the mailing list
29archives (see below) for the answer to your question. You can find the IRC
30network at <uri>irc.linuxfromscratch.org</uri> or
31<uri>irc.linux-phreak.net</uri> port 6667. The support channel is
32named #LFS-support.</para>
33
34</section>
35
36
37<section xml:id="ch-scatter-maillists" xreflabel="Chapter 1 - Mailing lists">
38<title>Mailing lists</title>
39
40<para>The <uri>linuxfromscratch.org</uri> server is hosting a number
41of mailing lists used for the development of the LFS project. These lists
42include, among others, the main development and support lists.</para>
43
44<para>For information on which lists are available, how to subscribe to them,
45their archive locations, and so on, visit <uri xlink:href="&lfs-root;mail.html">&lfs-root;mail.html</uri>.</para>
46
47</section>
48
49
50<section xml:id="ch-scatter-newsserver">
51<title>News server</title>
52
53<para>All the mailing lists hosted at <uri>linuxfromscratch.org</uri>
54are also accessible via the NNTP server. All messages posted to a mailing list
55are copied to the corresponding newsgroup, and vice versa.</para>
56
57<para>The news server can be reached at
58<uri>news.linuxfromscratch.org</uri>.</para>
59
60</section>
61
62
63<section xml:id="ch-scatter-wiki">
64<title>Wiki</title>
65
66<para>For more information on a package, updated versions, tweaks, personal
67experiences, and so on, see the LFS Wiki at <uri xlink:href="&wiki-root;">&wiki-root;</uri>. You can add information there yourself too, to help others.</para>
68
69</section>
70
71
72<section xml:id="ch-scatter-references">
73<title>References</title>
74
75<para>If you need still more detailed information on the packages,
76you will find useful pointers on this page:
77<uri xlink:href="http://www.109bean.org.uk/LFS-references.html">http://www.109bean.org.uk/LFS-references.html</uri>.</para>
78
79</section>
80
81
82<section xml:id="ch-scatter-mirrors" xreflabel="Chapter 1 - Mirror sites">
83<title>Mirror sites</title>
84
85<para>The LFS project has a number of mirrors set up world-wide to make
86accessing the website and downloading the required packages more convenient.
87Please visit the website at <uri xlink:href="&lfs-root;">&lfs-root;</uri> for a list of current mirrors.</para>
88
89</section>
90
91
92<section xml:id="ch-scatter-contactinfo">
93<title>Contact information</title>
94
95<para>Please direct all your questions and comments to one of the LFS mailing
96lists (see above).</para>
97
98</section>
99
100
101</section>
Note: See TracBrowser for help on using the repository browser.