source: chapter01/resources.xml

trunk
Last change on this file was 7152faa, checked in by Pierre Labastie <pierre.labastie@…>, 3 months ago

Change all xml files to utf-8 encoding

  • Property mode set to 100644
File size: 3.2 KB
Line 
1<?xml version="1.0" encoding="UTF-8"?>
2<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN"
3 "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
4 <!ENTITY % general-entities SYSTEM "../general.ent">
5 %general-entities;
6]>
7
8<sect1 id="ch-intro-resources">
9 <?dbhtml filename="resources.html"?>
10
11 <title>Resources</title>
12
13 <sect2 id="ch-intro-faq">
14 <title>FAQ</title>
15
16 <para>If during the building of the LFS system you encounter any
17 errors, have any questions, or think there is a typo in the book,
18 please start by consulting the list of Frequently Asked Questions (FAQ),
19 located at <ulink url="&faq-root;"/>.</para>
20
21 </sect2>
22
23 <sect2 id="ch-intro-maillists" xreflabel="Chapter&nbsp;1 - Mailing Lists">
24 <title>Mailing Lists</title>
25
26 <para>The <systemitem class='domainname'>linuxfromscratch.org</systemitem>
27 server hosts a number of mailing
28 lists used for the development of the LFS project. These lists include the
29 main development and support lists, among others. If you cannot find an
30 answer to your problem on the FAQ page, the next step would be to search
31 the mailing lists at <ulink url="&lfs-root;search.html"/>.</para>
32
33 <para>For information on the different lists, how to subscribe, archive
34 locations, and additional information, visit
35 <ulink url="&lfs-root;mail.html"/>.</para>
36
37 </sect2>
38
39 <!-- FIXME: Remove until such time as we have our own News Server, JH 20060105
40
41 <sect2 id="ch-intro-newsserver">
42 <title>News Server</title>
43
44 <para>The mailing lists hosted at <uri>linuxfromscratch.org</uri> are
45 also accessible via the Network News Transfer Protocol (NNTP) server.
46 All messages posted to a mailing list are copied to the corresponding
47 newsgroup, and vice versa.</para>
48
49 <para>The news server is located at
50 <uri>news.linuxfromscratch.org</uri>.</para>
51
52 </sect2> -->
53
54 <sect2 id="ch-intro-irc">
55 <title>IRC</title>
56
57 <para>Several members of the LFS community offer assistance via Internet
58 Relay Chat (IRC). Before using this support, please make sure your
59 question is not already answered in the LFS FAQ or the mailing list
60 archives. You can find the IRC network at
61 <systemitem class='domainname'>irc.libera.chat</systemitem>.
62 The support channel is named #lfs-support.</para>
63
64 </sect2>
65
66 <!-- Commentted out until the target link is updated
67 <sect2 id="ch-intro-references">
68 <title>References</title>
69
70 <para>For additional information on the packages, useful tips are
71 available in the LFS Package Reference page located at <ulink
72 url="https://www.linuxfromscratch.org/~matthew/LFS-references.html"/>.</para>
73
74 </sect2> -->
75
76 <sect2 id="ch-intro-mirrors" xreflabel="Chapter&nbsp;1 - Mirror sites">
77 <title>Mirror Sites</title>
78
79 <para>The LFS project has a number of world-wide mirrors to make accessing
80 the website and downloading the required packages more convenient. Please
81 visit the LFS website at <ulink url="&lfs-root;mirrors.html"/> for a list
82 of current mirrors.</para>
83
84 </sect2>
85
86 <sect2 id="ch-intro-contactinfo">
87 <title>Contact Information</title>
88
89 <para>Please direct all your questions and comments to one of the LFS
90 mailing lists (see above).</para>
91
92 </sect2>
93
94</sect1>
Note: See TracBrowser for help on using the repository browser.