annotate dtd/content.dtd @ 1156:8e8a6a7cff2b

Added variables index.
author Vladimir Homutov <vl@nginx.com>
date Wed, 16 Apr 2014 14:22:51 +0400
parents 1594ed379f1f
children 4e89518a5999
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
580
be54c443235a Added copyright markers to documentation sources.
Ruslan Ermilov <ru@nginx.com>
parents: 551
diff changeset
1 <!--
be54c443235a Added copyright markers to documentation sources.
Ruslan Ermilov <ru@nginx.com>
parents: 551
diff changeset
2 Copyright (C) Igor Sysoev
be54c443235a Added copyright markers to documentation sources.
Ruslan Ermilov <ru@nginx.com>
parents: 551
diff changeset
3 Copyright (C) Nginx, Inc.
be54c443235a Added copyright markers to documentation sources.
Ruslan Ermilov <ru@nginx.com>
parents: 551
diff changeset
4 -->
be54c443235a Added copyright markers to documentation sources.
Ruslan Ermilov <ru@nginx.com>
parents: 551
diff changeset
5
75
2bf4cd2787c5 Added DTDs to make xmllint happy.
Maxim Dounin <mdounin@mdounin.ru>
parents: 0
diff changeset
6 <!ELEMENT section (para | list | book | download | security | note |
778
cd73f6e9aaf3 Donation page refactored: multi-column layout, donated sums ranges.
Maxim Konovalov <maxim@nginx.com>
parents: 753
diff changeset
7 programlisting | table | section)* >
75
2bf4cd2787c5 Added DTDs to make xmllint happy.
Maxim Dounin <mdounin@mdounin.ru>
parents: 0
diff changeset
8 <!ATTLIST section
121
49443032011c Unified <section> syntax for "article" and "module" documents.
Ruslan Ermilov <ru@nginx.com>
parents: 120
diff changeset
9 id ID #IMPLIED
49443032011c Unified <section> syntax for "article" and "module" documents.
Ruslan Ermilov <ru@nginx.com>
parents: 120
diff changeset
10 name CDATA #IMPLIED
75
2bf4cd2787c5 Added DTDs to make xmllint happy.
Maxim Dounin <mdounin@mdounin.ru>
parents: 0
diff changeset
11 >
2bf4cd2787c5 Added DTDs to make xmllint happy.
Maxim Dounin <mdounin@mdounin.ru>
parents: 0
diff changeset
12
1156
8e8a6a7cff2b Added variables index.
Vladimir Homutov <vl@nginx.com>
parents: 1128
diff changeset
13 <!ELEMENT para (#PCDATA | link | links | varlinks | br | list | note |
594
26dc883805ad Removed the "url" element.
Ruslan Ermilov <ru@nginx.com>
parents: 586
diff changeset
14 i | b | nobr | table | literal | command |
271
4c6d2c614d2c Cleaned up XML tag mess:
Ruslan Ermilov <ru@nginx.com>
parents: 260
diff changeset
15 path | header | value | programlisting |
953
aded7086e84f Commercial version documentation.
Ruslan Ermilov <ru@nginx.com>
parents: 922
diff changeset
16 initial |
aded7086e84f Commercial version documentation.
Ruslan Ermilov <ru@nginx.com>
parents: 922
diff changeset
17 mainline_version | stable_version | commercial_version |
848
7a270b2e6ee3 DTD: allowed the use of http-status in articles.
Homutov Vladimir <vl@nginx.com>
parents: 778
diff changeset
18 registered | c-func | http-status)* >
75
2bf4cd2787c5 Added DTDs to make xmllint happy.
Maxim Dounin <mdounin@mdounin.ru>
parents: 0
diff changeset
19
423
04ad7c1b1b04 Alphabetical index of directives.
Ruslan Ermilov <ru@nginx.com>
parents: 374
diff changeset
20 <!ELEMENT links (link)+ >
1156
8e8a6a7cff2b Added variables index.
Vladimir Homutov <vl@nginx.com>
parents: 1128
diff changeset
21 <!ELEMENT varlinks (link)+ >
423
04ad7c1b1b04 Alphabetical index of directives.
Ruslan Ermilov <ru@nginx.com>
parents: 374
diff changeset
22
76
4a4caa566120 Russian documentation import.
Maxim Dounin <mdounin@mdounin.ru>
parents: 75
diff changeset
23 <!ELEMENT link (#PCDATA) >
4a4caa566120 Russian documentation import.
Maxim Dounin <mdounin@mdounin.ru>
parents: 75
diff changeset
24 <!ATTLIST link
4a4caa566120 Russian documentation import.
Maxim Dounin <mdounin@mdounin.ru>
parents: 75
diff changeset
25 doc CDATA #IMPLIED
4a4caa566120 Russian documentation import.
Maxim Dounin <mdounin@mdounin.ru>
parents: 75
diff changeset
26 id CDATA #IMPLIED
4a4caa566120 Russian documentation import.
Maxim Dounin <mdounin@mdounin.ru>
parents: 75
diff changeset
27 url CDATA #IMPLIED
4a4caa566120 Russian documentation import.
Maxim Dounin <mdounin@mdounin.ru>
parents: 75
diff changeset
28 >
4a4caa566120 Russian documentation import.
Maxim Dounin <mdounin@mdounin.ru>
parents: 75
diff changeset
29
75
2bf4cd2787c5 Added DTDs to make xmllint happy.
Maxim Dounin <mdounin@mdounin.ru>
parents: 0
diff changeset
30 <!ELEMENT br EMPTY >
2bf4cd2787c5 Added DTDs to make xmllint happy.
Maxim Dounin <mdounin@mdounin.ru>
parents: 0
diff changeset
31
2bf4cd2787c5 Added DTDs to make xmllint happy.
Maxim Dounin <mdounin@mdounin.ru>
parents: 0
diff changeset
32 <!ELEMENT i (#PCDATA) >
2bf4cd2787c5 Added DTDs to make xmllint happy.
Maxim Dounin <mdounin@mdounin.ru>
parents: 0
diff changeset
33 <!ELEMENT b (#PCDATA) >
76
4a4caa566120 Russian documentation import.
Maxim Dounin <mdounin@mdounin.ru>
parents: 75
diff changeset
34 <!ELEMENT command (#PCDATA | value)* >
953
aded7086e84f Commercial version documentation.
Ruslan Ermilov <ru@nginx.com>
parents: 922
diff changeset
35 <!ELEMENT path (#PCDATA | value |
aded7086e84f Commercial version documentation.
Ruslan Ermilov <ru@nginx.com>
parents: 922
diff changeset
36 mainline_version | stable_version | commercial_version)* >
271
4c6d2c614d2c Cleaned up XML tag mess:
Ruslan Ermilov <ru@nginx.com>
parents: 260
diff changeset
37 <!ELEMENT literal (#PCDATA | value)* >
75
2bf4cd2787c5 Added DTDs to make xmllint happy.
Maxim Dounin <mdounin@mdounin.ru>
parents: 0
diff changeset
38 <!ELEMENT header (#PCDATA) >
2bf4cd2787c5 Added DTDs to make xmllint happy.
Maxim Dounin <mdounin@mdounin.ru>
parents: 0
diff changeset
39 <!ELEMENT initial (#PCDATA) >
76
4a4caa566120 Russian documentation import.
Maxim Dounin <mdounin@mdounin.ru>
parents: 75
diff changeset
40 <!ELEMENT value (#PCDATA) >
520
c5150ea6dd02 Added support for "var" in articles.
Ruslan Ermilov <ru@nginx.com>
parents: 473
diff changeset
41 <!ELEMENT var (#PCDATA) >
75
2bf4cd2787c5 Added DTDs to make xmllint happy.
Maxim Dounin <mdounin@mdounin.ru>
parents: 0
diff changeset
42
126
d4133c439eeb 'registered' element added
Sergey Budnevitch <sb@waeme.net>
parents: 123
diff changeset
43 <!ELEMENT registered (#PCDATA) >
260
9ba793943a93 Allow for <c-func> in the article's content.
Ruslan Ermilov <ru@nginx.com>
parents: 148
diff changeset
44 <!ELEMENT c-func (#PCDATA)* >
126
d4133c439eeb 'registered' element added
Sergey Budnevitch <sb@waeme.net>
parents: 123
diff changeset
45
848
7a270b2e6ee3 DTD: allowed the use of http-status in articles.
Homutov Vladimir <vl@nginx.com>
parents: 778
diff changeset
46 <!ELEMENT http-status EMPTY >
7a270b2e6ee3 DTD: allowed the use of http-status in articles.
Homutov Vladimir <vl@nginx.com>
parents: 778
diff changeset
47 <!ATTLIST http-status
7a270b2e6ee3 DTD: allowed the use of http-status in articles.
Homutov Vladimir <vl@nginx.com>
parents: 778
diff changeset
48 code CDATA #REQUIRED
7a270b2e6ee3 DTD: allowed the use of http-status in articles.
Homutov Vladimir <vl@nginx.com>
parents: 778
diff changeset
49 text CDATA #IMPLIED
7a270b2e6ee3 DTD: allowed the use of http-status in articles.
Homutov Vladimir <vl@nginx.com>
parents: 778
diff changeset
50 >
7a270b2e6ee3 DTD: allowed the use of http-status in articles.
Homutov Vladimir <vl@nginx.com>
parents: 778
diff changeset
51
271
4c6d2c614d2c Cleaned up XML tag mess:
Ruslan Ermilov <ru@nginx.com>
parents: 260
diff changeset
52 <!ELEMENT programlisting (#PCDATA | i | b | path |
953
aded7086e84f Commercial version documentation.
Ruslan Ermilov <ru@nginx.com>
parents: 922
diff changeset
53 mainline_version | stable_version | commercial_version)* >
75
2bf4cd2787c5 Added DTDs to make xmllint happy.
Maxim Dounin <mdounin@mdounin.ru>
parents: 0
diff changeset
54
271
4c6d2c614d2c Cleaned up XML tag mess:
Ruslan Ermilov <ru@nginx.com>
parents: 260
diff changeset
55 <!ELEMENT nobr (#PCDATA | b | command | i | literal | path)* >
75
2bf4cd2787c5 Added DTDs to make xmllint happy.
Maxim Dounin <mdounin@mdounin.ru>
parents: 0
diff changeset
56
461
6135f3c95bf6 Unified markup for lists.
Ruslan Ermilov <ru@nginx.com>
parents: 423
diff changeset
57 <!ELEMENT list (listitem+) >
6135f3c95bf6 Unified markup for lists.
Ruslan Ermilov <ru@nginx.com>
parents: 423
diff changeset
58 <!ATTLIST list
6135f3c95bf6 Unified markup for lists.
Ruslan Ermilov <ru@nginx.com>
parents: 423
diff changeset
59 type (bullet | enum) #REQUIRED
473
cac48e2d0d9b Added the "compact" attribute to the "list" element.
Ruslan Ermilov <ru@nginx.com>
parents: 461
diff changeset
60 compact (yes | no) "yes"
cac48e2d0d9b Added the "compact" attribute to the "list" element.
Ruslan Ermilov <ru@nginx.com>
parents: 461
diff changeset
61 >
461
6135f3c95bf6 Unified markup for lists.
Ruslan Ermilov <ru@nginx.com>
parents: 423
diff changeset
62
594
26dc883805ad Removed the "url" element.
Ruslan Ermilov <ru@nginx.com>
parents: 586
diff changeset
63 <!ELEMENT listitem (#PCDATA | para | br | nobr | list | i | b |
520
c5150ea6dd02 Added support for "var" in articles.
Ruslan Ermilov <ru@nginx.com>
parents: 473
diff changeset
64 path | literal | value | var | programlisting |
953
aded7086e84f Commercial version documentation.
Ruslan Ermilov <ru@nginx.com>
parents: 922
diff changeset
65 link | registered |
aded7086e84f Commercial version documentation.
Ruslan Ermilov <ru@nginx.com>
parents: 922
diff changeset
66 mainline_version | stable_version | commercial_version)* >
753
3b0ea2ab2b24 Added the ability to define anchors for list items.
Ruslan Ermilov <ru@nginx.com>
parents: 727
diff changeset
67 <!ATTLIST listitem
3b0ea2ab2b24 Added the ability to define anchors for list items.
Ruslan Ermilov <ru@nginx.com>
parents: 727
diff changeset
68 id ID #IMPLIED
3b0ea2ab2b24 Added the ability to define anchors for list items.
Ruslan Ermilov <ru@nginx.com>
parents: 727
diff changeset
69 >
75
2bf4cd2787c5 Added DTDs to make xmllint happy.
Maxim Dounin <mdounin@mdounin.ru>
parents: 0
diff changeset
70
551
d26349d3cb36 Allow for "link" inside a "note".
Ruslan Ermilov <ru@nginx.com>
parents: 520
diff changeset
71 <!ELEMENT note (#PCDATA | para | br | list | i | b | link |
594
26dc883805ad Removed the "url" element.
Ruslan Ermilov <ru@nginx.com>
parents: 586
diff changeset
72 nobr | table | literal | command | path |
76
4a4caa566120 Russian documentation import.
Maxim Dounin <mdounin@mdounin.ru>
parents: 75
diff changeset
73 header | programlisting | initial | paypal |
953
aded7086e84f Commercial version documentation.
Ruslan Ermilov <ru@nginx.com>
parents: 922
diff changeset
74 mainline_version | stable_version | commercial_version)* >
75
2bf4cd2787c5 Added DTDs to make xmllint happy.
Maxim Dounin <mdounin@mdounin.ru>
parents: 0
diff changeset
75
2bf4cd2787c5 Added DTDs to make xmllint happy.
Maxim Dounin <mdounin@mdounin.ru>
parents: 0
diff changeset
76 <!ELEMENT table (tr+) >
2bf4cd2787c5 Added DTDs to make xmllint happy.
Maxim Dounin <mdounin@mdounin.ru>
parents: 0
diff changeset
77 <!ATTLIST table
2bf4cd2787c5 Added DTDs to make xmllint happy.
Maxim Dounin <mdounin@mdounin.ru>
parents: 0
diff changeset
78 note CDATA #IMPLIED
76
4a4caa566120 Russian documentation import.
Maxim Dounin <mdounin@mdounin.ru>
parents: 75
diff changeset
79 width CDATA #IMPLIED
778
cd73f6e9aaf3 Donation page refactored: multi-column layout, donated sums ranges.
Maxim Konovalov <maxim@nginx.com>
parents: 753
diff changeset
80 class CDATA #IMPLIED
75
2bf4cd2787c5 Added DTDs to make xmllint happy.
Maxim Dounin <mdounin@mdounin.ru>
parents: 0
diff changeset
81 >
2bf4cd2787c5 Added DTDs to make xmllint happy.
Maxim Dounin <mdounin@mdounin.ru>
parents: 0
diff changeset
82 <!ELEMENT tr (td+) >
778
cd73f6e9aaf3 Donation page refactored: multi-column layout, donated sums ranges.
Maxim Konovalov <maxim@nginx.com>
parents: 753
diff changeset
83 <!ELEMENT td (#PCDATA | br | literal | b | i | link | list)* >
75
2bf4cd2787c5 Added DTDs to make xmllint happy.
Maxim Dounin <mdounin@mdounin.ru>
parents: 0
diff changeset
84 <!ATTLIST td
2bf4cd2787c5 Added DTDs to make xmllint happy.
Maxim Dounin <mdounin@mdounin.ru>
parents: 0
diff changeset
85 width CDATA #IMPLIED
2bf4cd2787c5 Added DTDs to make xmllint happy.
Maxim Dounin <mdounin@mdounin.ru>
parents: 0
diff changeset
86 >
2bf4cd2787c5 Added DTDs to make xmllint happy.
Maxim Dounin <mdounin@mdounin.ru>
parents: 0
diff changeset
87
2bf4cd2787c5 Added DTDs to make xmllint happy.
Maxim Dounin <mdounin@mdounin.ru>
parents: 0
diff changeset
88 <!ELEMENT paypal EMPTY >
2bf4cd2787c5 Added DTDs to make xmllint happy.
Maxim Dounin <mdounin@mdounin.ru>
parents: 0
diff changeset
89
953
aded7086e84f Commercial version documentation.
Ruslan Ermilov <ru@nginx.com>
parents: 922
diff changeset
90 <!ELEMENT mainline_version EMPTY >
aded7086e84f Commercial version documentation.
Ruslan Ermilov <ru@nginx.com>
parents: 922
diff changeset
91 <!ELEMENT stable_version EMPTY >
1128
1594ed379f1f De-i18n'ed <commercial_version/>.
Ruslan Ermilov <ru@nginx.com>
parents: 953
diff changeset
92 <!ELEMENT commercial_version (#PCDATA) >
75
2bf4cd2787c5 Added DTDs to make xmllint happy.
Maxim Dounin <mdounin@mdounin.ru>
parents: 0
diff changeset
93
2bf4cd2787c5 Added DTDs to make xmllint happy.
Maxim Dounin <mdounin@mdounin.ru>
parents: 0
diff changeset
94 <!ELEMENT book EMPTY >
2bf4cd2787c5 Added DTDs to make xmllint happy.
Maxim Dounin <mdounin@mdounin.ru>
parents: 0
diff changeset
95 <!ATTLIST book
2bf4cd2787c5 Added DTDs to make xmllint happy.
Maxim Dounin <mdounin@mdounin.ru>
parents: 0
diff changeset
96 title CDATA #REQUIRED
2bf4cd2787c5 Added DTDs to make xmllint happy.
Maxim Dounin <mdounin@mdounin.ru>
parents: 0
diff changeset
97 link CDATA #REQUIRED
2bf4cd2787c5 Added DTDs to make xmllint happy.
Maxim Dounin <mdounin@mdounin.ru>
parents: 0
diff changeset
98 author CDATA #REQUIRED
2bf4cd2787c5 Added DTDs to make xmllint happy.
Maxim Dounin <mdounin@mdounin.ru>
parents: 0
diff changeset
99 site CDATA #REQUIRED
2bf4cd2787c5 Added DTDs to make xmllint happy.
Maxim Dounin <mdounin@mdounin.ru>
parents: 0
diff changeset
100 publisher CDATA #REQUIRED
2bf4cd2787c5 Added DTDs to make xmllint happy.
Maxim Dounin <mdounin@mdounin.ru>
parents: 0
diff changeset
101 lang CDATA #REQUIRED
2bf4cd2787c5 Added DTDs to make xmllint happy.
Maxim Dounin <mdounin@mdounin.ru>
parents: 0
diff changeset
102 cover CDATA #REQUIRED
2bf4cd2787c5 Added DTDs to make xmllint happy.
Maxim Dounin <mdounin@mdounin.ru>
parents: 0
diff changeset
103 translator CDATA #IMPLIED
2bf4cd2787c5 Added DTDs to make xmllint happy.
Maxim Dounin <mdounin@mdounin.ru>
parents: 0
diff changeset
104 >
2bf4cd2787c5 Added DTDs to make xmllint happy.
Maxim Dounin <mdounin@mdounin.ru>
parents: 0
diff changeset
105
727
b2b10d564893 Simplified nginx versions maintenance by providing only
Ruslan Ermilov <ru@nginx.com>
parents: 723
diff changeset
106 <!ELEMENT download EMPTY >
75
2bf4cd2787c5 Added DTDs to make xmllint happy.
Maxim Dounin <mdounin@mdounin.ru>
parents: 0
diff changeset
107 <!ATTLIST download
2bf4cd2787c5 Added DTDs to make xmllint happy.
Maxim Dounin <mdounin@mdounin.ru>
parents: 0
diff changeset
108 last CDATA #REQUIRED
922
9ad2770d3f28 Finished renaming development to mainline.
Ruslan Ermilov <ru@nginx.com>
parents: 901
diff changeset
109 tag (mainline | stable | legacy) #REQUIRED
75
2bf4cd2787c5 Added DTDs to make xmllint happy.
Maxim Dounin <mdounin@mdounin.ru>
parents: 0
diff changeset
110 >
2bf4cd2787c5 Added DTDs to make xmllint happy.
Maxim Dounin <mdounin@mdounin.ru>
parents: 0
diff changeset
111
2bf4cd2787c5 Added DTDs to make xmllint happy.
Maxim Dounin <mdounin@mdounin.ru>
parents: 0
diff changeset
112 <!ELEMENT security (item+) >
2bf4cd2787c5 Added DTDs to make xmllint happy.
Maxim Dounin <mdounin@mdounin.ru>
parents: 0
diff changeset
113
901
8f674c48b879 Security advisories: advisory link and several patches per advisory.
Ruslan Ermilov <ru@nginx.com>
parents: 848
diff changeset
114 <!ELEMENT item (patch)* >
75
2bf4cd2787c5 Added DTDs to make xmllint happy.
Maxim Dounin <mdounin@mdounin.ru>
parents: 0
diff changeset
115 <!ATTLIST item
123
7db449e89e92 Unified the use of the "name" attribute instead of "title".
Ruslan Ermilov <ru@nginx.com>
parents: 121
diff changeset
116 name CDATA #IMPLIED
75
2bf4cd2787c5 Added DTDs to make xmllint happy.
Maxim Dounin <mdounin@mdounin.ru>
parents: 0
diff changeset
117 severity CDATA #IMPLIED
2bf4cd2787c5 Added DTDs to make xmllint happy.
Maxim Dounin <mdounin@mdounin.ru>
parents: 0
diff changeset
118 cve CDATA #IMPLIED
2bf4cd2787c5 Added DTDs to make xmllint happy.
Maxim Dounin <mdounin@mdounin.ru>
parents: 0
diff changeset
119 good CDATA #IMPLIED
2bf4cd2787c5 Added DTDs to make xmllint happy.
Maxim Dounin <mdounin@mdounin.ru>
parents: 0
diff changeset
120 vulnerable CDATA #IMPLIED
2bf4cd2787c5 Added DTDs to make xmllint happy.
Maxim Dounin <mdounin@mdounin.ru>
parents: 0
diff changeset
121 patch CDATA #IMPLIED
2bf4cd2787c5 Added DTDs to make xmllint happy.
Maxim Dounin <mdounin@mdounin.ru>
parents: 0
diff changeset
122 core CDATA #IMPLIED
2bf4cd2787c5 Added DTDs to make xmllint happy.
Maxim Dounin <mdounin@mdounin.ru>
parents: 0
diff changeset
123 href CDATA #IMPLIED
2bf4cd2787c5 Added DTDs to make xmllint happy.
Maxim Dounin <mdounin@mdounin.ru>
parents: 0
diff changeset
124 cert CDATA #IMPLIED
901
8f674c48b879 Security advisories: advisory link and several patches per advisory.
Ruslan Ermilov <ru@nginx.com>
parents: 848
diff changeset
125 advisory CDATA #IMPLIED
8f674c48b879 Security advisories: advisory link and several patches per advisory.
Ruslan Ermilov <ru@nginx.com>
parents: 848
diff changeset
126 >
8f674c48b879 Security advisories: advisory link and several patches per advisory.
Ruslan Ermilov <ru@nginx.com>
parents: 848
diff changeset
127
8f674c48b879 Security advisories: advisory link and several patches per advisory.
Ruslan Ermilov <ru@nginx.com>
parents: 848
diff changeset
128 <!ELEMENT patch EMPTY >
8f674c48b879 Security advisories: advisory link and several patches per advisory.
Ruslan Ermilov <ru@nginx.com>
parents: 848
diff changeset
129 <!ATTLIST patch
8f674c48b879 Security advisories: advisory link and several patches per advisory.
Ruslan Ermilov <ru@nginx.com>
parents: 848
diff changeset
130 name CDATA #REQUIRED
8f674c48b879 Security advisories: advisory link and several patches per advisory.
Ruslan Ermilov <ru@nginx.com>
parents: 848
diff changeset
131 versions CDATA #IMPLIED
75
2bf4cd2787c5 Added DTDs to make xmllint happy.
Maxim Dounin <mdounin@mdounin.ru>
parents: 0
diff changeset
132 >
2bf4cd2787c5 Added DTDs to make xmllint happy.
Maxim Dounin <mdounin@mdounin.ru>
parents: 0
diff changeset
133
0
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
134 <!ENTITY nbsp "&#160;">
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
135 <!ENTITY times "&#215;">
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
136 <!ENTITY lsquo "&#8216;">
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
137 <!ENTITY rsquo "&#8217;">
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
138 <!ENTITY ldquo "&#8220;">
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
139 <!ENTITY rdquo "&#8221;">
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
140
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
141 <!ENTITY mdash "&#xA0;&#8212; " >
120
da8bd4d2290f registered trade mark sign added to DTD
Sergey Budnevitch <sb@waeme.net>
parents: 109
diff changeset
142 <!ENTITY reg "&#174;">