-
Notifications
You must be signed in to change notification settings - Fork 7
/
Copy pathhelp.xml
90 lines (74 loc) · 2.65 KB
/
help.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
<article xmlns="http://docbook.org/ns/docbook"
xmlns:xlink="http://www.w3.org/1999/xlink"
version="5.0"
xml:id='help'>
<info>
<title>Help!</title>
</info>
<para>Support for DocBook is available from several forums.</para>
<section>
<title>FAQ</title>
<para><personname><firstname>Dave</firstname><surname>Pawson</surname>
</personname> maintains the
<link xlink:href="http://www.dpawson.co.uk/docbook/">DocBook FAQ</link>.
</para>
</section>
<section>
<title>Mailing Lists</title>
<para>There are two public DocBook discussion lists to which you can
subscribe. <link xlink:href="guidelines">Guidelines</link> for
posting to these lists are posted periodically.</para>
<para>Use the
<link xlink:href="https://www.oasis-open.org/mlmanage/index.php">subscription
manager</link> to subscribe or unsubscribe from these lists:</para>
<variablelist>
<varlistentry>
<term><email>[email protected]</email></term>
<listitem>
<para>For general DocBook questions. These include questions about the
DTD or schemas, questions about the syntax or semantics of elements,
and general DocBook markup questions. Please don’t post questions
about the stylesheets, formatting or processing issues, or other
application-specific questions to this list.
</para>
<para>This list is archived at OASIS:
<link xlink:href="http://lists.oasis-open.org/archives/docbook/"/>.
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><email>[email protected]</email></term>
<listitem>
<para>For stylesheet and application-related DocBook questions. This
is the place to ask questions about formatting or processing issues,
stylesheets, and other applications.
</para>
<para>This list is archived at OASIS:
<link xlink:href="http://lists.oasis-open.org/archives/docbook-apps/"/>.
</para>
</listitem>
</varlistentry>
</variablelist>
<para>Digested versions of each list are available if you prefer to
receive fewer messages.</para>
<para>Please <emphasis>don't cross-post</emphasis> questions to
both lists. In fact, please don't cross-post messages to either DocBook
list and any other mailing list.</para>
</section>
<section>
<title>IRC</title>
<para>Many DocBook users, including several members of the Technical
Committee regularly hang out on the
<link xlink:href="http://en.wikipedia.org/wiki/Internet_Relay_Chat">IRC</link>
channel
“<link xlink:href="irc://irc.freenode.net/docbook">#docbook</link>”
on <link xlink:href="http://www.freenode.net/">freenode</link>.</para>
</section>
<section>
<title>Wiki</title>
<para>There is a DocBook
<link xlink:href="http://en.wikipedia.org/wiki/Wiki">wiki</link>
at <link xlink:href="http://wiki.docbook.org/"/>.
</para>
</section>
</article>