source: chapter01/resources.xml@ e1583196

11.3 11.3-rc1 12.0 12.0-rc1 12.1 12.1-rc1 bdubbs/gcc13 multilib renodr/libudev-from-systemd trunk xry111/arm64 xry111/arm64-12.0 xry111/clfs-ng xry111/loongarch xry111/loongarch-12.0 xry111/loongarch-12.1 xry111/mips64el xry111/pip3 xry111/update-glibc
Last change on this file since e1583196 was e1583196, checked in by Xi Ruoyao <xry111@…>, 19 months ago

resources: remove bad usage of <uri>

RFC 3986:

URI = scheme ":" hier-part [ "?" query ] [ "#" fragment ]

hier-part = "" authority path-abempty

/ path-absolute
/ path-rootless
/ path-empty

So "linuxfromscratch.org" is not a URI, nor "irc.libera.chat".

  • Property mode set to 100644
File size: 3.2 KB
Line 
1<?xml version="1.0" encoding="ISO-8859-1"?>
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 the FAQ do not solve
30 the problem you are having, the next step would be to search the mailing
31 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.