forked from pear2/pear2doc
-
Notifications
You must be signed in to change notification settings - Fork 1
/
manual.xml
126 lines (102 loc) · 2.89 KB
/
manual.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
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
<?xml version='1.0' encoding='utf-8' ?>
<!DOCTYPE set PUBLIC "-//OASIS//DTD DocBook XML V5.0//EN"
"./docbook/docbook-xml/docbook.dtd" [
<!-- We use xhtml entities all over the place -->
<!ENTITY % xhtml-lat1 SYSTEM "./entities/ISO/xhtml1-lat1.ent">
<!ENTITY % xhtml-symbol SYSTEM "./entities/ISO/xhtml1-symbol.ent">
<!ENTITY % xhtml-special SYSTEM "./entities/ISO/xhtml1-special.ent">
<!ENTITY % isopub SYSTEM "./docbook/docbook-xml/ent/isopub.ent">
<!-- isolat2 is for the polish translations
we should remove it once it's utf-8 -->
<!ENTITY % isolat2 SYSTEM "./docbook/docbook-xml/ent/isolat2.ent">
%xhtml-lat1;
%xhtml-symbol;
%xhtml-special;
%isopub;
%isolat2;
<!ENTITY dollar "$" >
<!ENTITY % language-defs SYSTEM "./en/language-defs.ent">
<!ENTITY % language-snippets SYSTEM "./en/language-snippets.ent">
<!ENTITY % shortcuts-defs SYSTEM "./entities/shortcuts-defs.ent">
%language-defs;
%language-snippets;
%shortcuts-defs;
<!-- All global entities for the XML files -->
<!ENTITY % global.entities SYSTEM "./entities/global.ent">
<!-- These are language independent -->
<!ENTITY % frontpage.entities SYSTEM "./en/contributors.ent">
<!ENTITY % build.version SYSTEM "entities/version.ent">
<!ENTITY % global.chapters SYSTEM "chapters.ent">
<!ENTITY authors.list SYSTEM "authors.xml">
%global.entities;
%global.chapters;
%build.version;
%frontpage.entities;
]>
<set version="5.0"
xmlns="http://docbook.org/ns/docbook"
xmlns:xlink="http://www.w3.org/1999/xlink"
xmlns:phd="http://www.php.net/ns/phd"
xml:id="index"
xml:lang="en"
phd:toc-depth="2"
>
<title>&PEARManual;</title>
&bookinfo;
<book xml:id="manual" phd:toc-depth="0">
<title>About the manual</title>
&preface;
</book>
<book xml:id="users">
<title>&UsersGuide;</title>
&guide.users.concepts;
&guide.users.installationpyrus;
</book>
<book xml:id="pyrus">
<title>&Pyrus;</title>
&pyrus.about;
&pyrus.commands;
&pyrus.configuration;
&pyrus.differences;
&pyrus.plugins;
&pyrus.developers;
&pyrus.extending;
</book>
<book xml:id="developers">
<title>&DevelopersGuide;</title>
<part xml:id="guide-developers">
<title>&DevelopersGuide;</title>
&guide.developers.package2;
&guide.developers.packagedef;
</part>
<part xml:id="developers-core">
<title>&Core;</title>
&core.pear;
&core.ppm;
</part>
</book>
<book xml:id="channels">
<title>&Channels;</title>
&channels.whatarethey;
&channels.scs;
</book>
</set>
<!-- Keep this comment at the end of the file
Local variables:
mode: sgml
sgml-omittag:t
sgml-shorttag:t
sgml-minimize-attributes:nil
sgml-always-quote-attributes:t
sgml-indent-step:1
sgml-indent-data:t
sgml-parent-document:nil
sgml-default-dtd-file:"manual.ced"
sgml-exposed-tags:nil
sgml-local-catalogs:nil
sgml-local-ecat-files:nil
End:
vim600: syn=xml fen fdm=syntax fdl=2 si
vim: et tw=78 syn=sgml
vi: ts=1 sw=1
-->