annotate xsls/content.xsls @ 606:cb43695220b2

o Move introduction/ and howto/ are rather small so move those sections into docs/. o Rename "nginx: faq" article and its lang-specific variations to "FAQ".
author Maxim Konovalov <maxim@nginx.com>
date Tue, 24 Jul 2012 10:18:38 +0000
parents 26dc883805ad
children a8f7b93b0a5f
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: 496
diff changeset
1 <!--
be54c443235a Added copyright markers to documentation sources.
Ruslan Ermilov <ru@nginx.com>
parents: 496
diff changeset
2 Copyright (C) Igor Sysoev
be54c443235a Added copyright markers to documentation sources.
Ruslan Ermilov <ru@nginx.com>
parents: 496
diff changeset
3 Copyright (C) Nginx, Inc.
be54c443235a Added copyright markers to documentation sources.
Ruslan Ermilov <ru@nginx.com>
parents: 496
diff changeset
4 -->
be54c443235a Added copyright markers to documentation sources.
Ruslan Ermilov <ru@nginx.com>
parents: 496
diff changeset
5
0
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
6 X:stylesheet {
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
7
32
2bcfb5f75e06 Supporting new format of <module> and <section>:
Igor Sysoev <igor@sysoev.ru>
parents: 22
diff changeset
8 X:template = "section[@id and @name]" {
132
1ebe107b3d7e Expanded tabs into spaces.
Ruslan Ermilov <ru@nginx.com>
parents: 126
diff changeset
9 <a name="{@id}" /> <center><h4> !{@name} </h4></center>
1ebe107b3d7e Expanded tabs into spaces.
Ruslan Ermilov <ru@nginx.com>
parents: 126
diff changeset
10 !!;
32
2bcfb5f75e06 Supporting new format of <module> and <section>:
Igor Sysoev <igor@sysoev.ru>
parents: 22
diff changeset
11 }
2bcfb5f75e06 Supporting new format of <module> and <section>:
Igor Sysoev <igor@sysoev.ru>
parents: 22
diff changeset
12
110
40eec261c2a6 Added proper support for anonymous sections, notably for the summary.
Ruslan Ermilov <ru@nginx.com>
parents: 103
diff changeset
13 X:template = "section[@id and not(@name)]" {
132
1ebe107b3d7e Expanded tabs into spaces.
Ruslan Ermilov <ru@nginx.com>
parents: 126
diff changeset
14 <a name="{@id}" />
1ebe107b3d7e Expanded tabs into spaces.
Ruslan Ermilov <ru@nginx.com>
parents: 126
diff changeset
15 !!;
32
2bcfb5f75e06 Supporting new format of <module> and <section>:
Igor Sysoev <igor@sysoev.ru>
parents: 22
diff changeset
16 }
2bcfb5f75e06 Supporting new format of <module> and <section>:
Igor Sysoev <igor@sysoev.ru>
parents: 22
diff changeset
17
121
49443032011c Unified <section> syntax for "article" and "module" documents.
Ruslan Ermilov <ru@nginx.com>
parents: 110
diff changeset
18 X:template = "section[not(@id) and @name]" {
132
1ebe107b3d7e Expanded tabs into spaces.
Ruslan Ermilov <ru@nginx.com>
parents: 126
diff changeset
19 <center><h4> !{@name} </h4></center>
1ebe107b3d7e Expanded tabs into spaces.
Ruslan Ermilov <ru@nginx.com>
parents: 126
diff changeset
20 !!;
22
9d3403f5204d nginx-1.1.3, ngx_http_mp4_module
Igor Sysoev <igor@sysoev.ru>
parents: 17
diff changeset
21 }
0
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
22
22
9d3403f5204d nginx-1.1.3, ngx_http_mp4_module
Igor Sysoev <igor@sysoev.ru>
parents: 17
diff changeset
23 X:template = "para" { <p> !!; </p> }
0
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
24
22
9d3403f5204d nginx-1.1.3, ngx_http_mp4_module
Igor Sysoev <igor@sysoev.ru>
parents: 17
diff changeset
25 X:template = "para[@align]" { <p align="{@align}"> !!; </p> }
0
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
26
22
9d3403f5204d nginx-1.1.3, ngx_http_mp4_module
Igor Sysoev <igor@sysoev.ru>
parents: 17
diff changeset
27 X:template = "initial" { <span class="initial"><b> !!; </b></span> }
15
2f7420346aee Initial emphasizing support. Using it for "Q:" and "A:" letter in FAQ.
Igor Sysoev <igor@sysoev.ru>
parents: 0
diff changeset
28
0
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
29
354
4e3b681cae20 Unified the padding and margins of examples and notes blocks.
Ruslan Ermilov <ru@nginx.com>
parents: 271
diff changeset
30 X:template = "programlisting" { <blockquote class="example"><pre> !!; </pre></blockquote> }
0
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
31
22
9d3403f5204d nginx-1.1.3, ngx_http_mp4_module
Igor Sysoev <igor@sysoev.ru>
parents: 17
diff changeset
32 X:template = "para/programlisting" {
132
1ebe107b3d7e Expanded tabs into spaces.
Ruslan Ermilov <ru@nginx.com>
parents: 126
diff changeset
33 X:text disable-output-escaping="yes" {&lt;/p&gt; }
354
4e3b681cae20 Unified the padding and margins of examples and notes blocks.
Ruslan Ermilov <ru@nginx.com>
parents: 271
diff changeset
34 <blockquote class="example"><pre> !!; </pre></blockquote>
132
1ebe107b3d7e Expanded tabs into spaces.
Ruslan Ermilov <ru@nginx.com>
parents: 126
diff changeset
35 X:text disable-output-escaping="yes" {&lt;p&gt; }
22
9d3403f5204d nginx-1.1.3, ngx_http_mp4_module
Igor Sysoev <igor@sysoev.ru>
parents: 17
diff changeset
36 }
0
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
37
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
38
22
9d3403f5204d nginx-1.1.3, ngx_http_mp4_module
Igor Sysoev <igor@sysoev.ru>
parents: 17
diff changeset
39 X:template = "note" { <blockquote class="note"> !!; </blockquote> }
0
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
40
22
9d3403f5204d nginx-1.1.3, ngx_http_mp4_module
Igor Sysoev <igor@sysoev.ru>
parents: 17
diff changeset
41 X:template = "para/note" {
132
1ebe107b3d7e Expanded tabs into spaces.
Ruslan Ermilov <ru@nginx.com>
parents: 126
diff changeset
42 X:text disable-output-escaping="yes" {&lt;/p&gt; }
1ebe107b3d7e Expanded tabs into spaces.
Ruslan Ermilov <ru@nginx.com>
parents: 126
diff changeset
43 <blockquote class="note"> !!; </blockquote>
1ebe107b3d7e Expanded tabs into spaces.
Ruslan Ermilov <ru@nginx.com>
parents: 126
diff changeset
44 X:text disable-output-escaping="yes" {&lt;p&gt; }
22
9d3403f5204d nginx-1.1.3, ngx_http_mp4_module
Igor Sysoev <igor@sysoev.ru>
parents: 17
diff changeset
45 }
9d3403f5204d nginx-1.1.3, ngx_http_mp4_module
Igor Sysoev <igor@sysoev.ru>
parents: 17
diff changeset
46
473
cac48e2d0d9b Added the "compact" attribute to the "list" element.
Ruslan Ermilov <ru@nginx.com>
parents: 461
diff changeset
47 X:template = "list[@type='bullet']" {
cac48e2d0d9b Added the "compact" attribute to the "list" element.
Ruslan Ermilov <ru@nginx.com>
parents: 461
diff changeset
48 X:if "@compact = 'yes'" {
cac48e2d0d9b Added the "compact" attribute to the "list" element.
Ruslan Ermilov <ru@nginx.com>
parents: 461
diff changeset
49 <ul class="compact"> !!; </ul>
cac48e2d0d9b Added the "compact" attribute to the "list" element.
Ruslan Ermilov <ru@nginx.com>
parents: 461
diff changeset
50 } else {
cac48e2d0d9b Added the "compact" attribute to the "list" element.
Ruslan Ermilov <ru@nginx.com>
parents: 461
diff changeset
51 <ul> !!; </ul>
cac48e2d0d9b Added the "compact" attribute to the "list" element.
Ruslan Ermilov <ru@nginx.com>
parents: 461
diff changeset
52 }
cac48e2d0d9b Added the "compact" attribute to the "list" element.
Ruslan Ermilov <ru@nginx.com>
parents: 461
diff changeset
53 }
92
4b0182b7b1e5 Fixed HTML for <list> inside <para>.
Ruslan Ermilov <ru@nginx.com>
parents: 90
diff changeset
54 X:template = "para/list[@type='bullet']" {
132
1ebe107b3d7e Expanded tabs into spaces.
Ruslan Ermilov <ru@nginx.com>
parents: 126
diff changeset
55 X:text disable-output-escaping="yes" {&lt;/p&gt; }
473
cac48e2d0d9b Added the "compact" attribute to the "list" element.
Ruslan Ermilov <ru@nginx.com>
parents: 461
diff changeset
56 X:if "@compact = 'yes'" {
cac48e2d0d9b Added the "compact" attribute to the "list" element.
Ruslan Ermilov <ru@nginx.com>
parents: 461
diff changeset
57 <ul class="compact"> !!; </ul>
cac48e2d0d9b Added the "compact" attribute to the "list" element.
Ruslan Ermilov <ru@nginx.com>
parents: 461
diff changeset
58 } else {
cac48e2d0d9b Added the "compact" attribute to the "list" element.
Ruslan Ermilov <ru@nginx.com>
parents: 461
diff changeset
59 <ul> !!; </ul>
cac48e2d0d9b Added the "compact" attribute to the "list" element.
Ruslan Ermilov <ru@nginx.com>
parents: 461
diff changeset
60 }
132
1ebe107b3d7e Expanded tabs into spaces.
Ruslan Ermilov <ru@nginx.com>
parents: 126
diff changeset
61 X:text disable-output-escaping="yes" {&lt;p&gt; }
92
4b0182b7b1e5 Fixed HTML for <list> inside <para>.
Ruslan Ermilov <ru@nginx.com>
parents: 90
diff changeset
62 }
4b0182b7b1e5 Fixed HTML for <list> inside <para>.
Ruslan Ermilov <ru@nginx.com>
parents: 90
diff changeset
63
473
cac48e2d0d9b Added the "compact" attribute to the "list" element.
Ruslan Ermilov <ru@nginx.com>
parents: 461
diff changeset
64 X:template = "list[@type='enum']" {
cac48e2d0d9b Added the "compact" attribute to the "list" element.
Ruslan Ermilov <ru@nginx.com>
parents: 461
diff changeset
65 X:if "@compact = 'yes'" {
cac48e2d0d9b Added the "compact" attribute to the "list" element.
Ruslan Ermilov <ru@nginx.com>
parents: 461
diff changeset
66 <ol class="compact"> !!; </ol>
cac48e2d0d9b Added the "compact" attribute to the "list" element.
Ruslan Ermilov <ru@nginx.com>
parents: 461
diff changeset
67 } else {
cac48e2d0d9b Added the "compact" attribute to the "list" element.
Ruslan Ermilov <ru@nginx.com>
parents: 461
diff changeset
68 <ol> !!; </ol>
cac48e2d0d9b Added the "compact" attribute to the "list" element.
Ruslan Ermilov <ru@nginx.com>
parents: 461
diff changeset
69 }
cac48e2d0d9b Added the "compact" attribute to the "list" element.
Ruslan Ermilov <ru@nginx.com>
parents: 461
diff changeset
70 }
92
4b0182b7b1e5 Fixed HTML for <list> inside <para>.
Ruslan Ermilov <ru@nginx.com>
parents: 90
diff changeset
71 X:template = "para/list[@type='enum']" {
132
1ebe107b3d7e Expanded tabs into spaces.
Ruslan Ermilov <ru@nginx.com>
parents: 126
diff changeset
72 X:text disable-output-escaping="yes" {&lt;/p&gt; }
473
cac48e2d0d9b Added the "compact" attribute to the "list" element.
Ruslan Ermilov <ru@nginx.com>
parents: 461
diff changeset
73 X:if "@compact = 'yes'" {
cac48e2d0d9b Added the "compact" attribute to the "list" element.
Ruslan Ermilov <ru@nginx.com>
parents: 461
diff changeset
74 <ol class="compact"> !!; </ol>
cac48e2d0d9b Added the "compact" attribute to the "list" element.
Ruslan Ermilov <ru@nginx.com>
parents: 461
diff changeset
75 } else {
cac48e2d0d9b Added the "compact" attribute to the "list" element.
Ruslan Ermilov <ru@nginx.com>
parents: 461
diff changeset
76 <ol> !!; </ol>
cac48e2d0d9b Added the "compact" attribute to the "list" element.
Ruslan Ermilov <ru@nginx.com>
parents: 461
diff changeset
77 }
132
1ebe107b3d7e Expanded tabs into spaces.
Ruslan Ermilov <ru@nginx.com>
parents: 126
diff changeset
78 X:text disable-output-escaping="yes" {&lt;p&gt; }
92
4b0182b7b1e5 Fixed HTML for <list> inside <para>.
Ruslan Ermilov <ru@nginx.com>
parents: 90
diff changeset
79 }
4b0182b7b1e5 Fixed HTML for <list> inside <para>.
Ruslan Ermilov <ru@nginx.com>
parents: 90
diff changeset
80
57
12f1de4539b4 Initial English translation of ngx_http_core_module.
Ruslan Ermilov <ru@nginx.com>
parents: 52
diff changeset
81 X:template = "listitem" { <li> !!; </li> }
12f1de4539b4 Initial English translation of ngx_http_core_module.
Ruslan Ermilov <ru@nginx.com>
parents: 52
diff changeset
82
496
a57994ede438 Added the notion of compactness to the tag type lists.
Ruslan Ermilov <ru@nginx.com>
parents: 481
diff changeset
83 X:template = "list[@type='tag']" {
a57994ede438 Added the notion of compactness to the tag type lists.
Ruslan Ermilov <ru@nginx.com>
parents: 481
diff changeset
84 X:if "@compact = 'yes'" {
a57994ede438 Added the notion of compactness to the tag type lists.
Ruslan Ermilov <ru@nginx.com>
parents: 481
diff changeset
85 <dl class="compact"> !!; </dl>
a57994ede438 Added the notion of compactness to the tag type lists.
Ruslan Ermilov <ru@nginx.com>
parents: 481
diff changeset
86 } else {
a57994ede438 Added the notion of compactness to the tag type lists.
Ruslan Ermilov <ru@nginx.com>
parents: 481
diff changeset
87 <dl> !!; </dl>
a57994ede438 Added the notion of compactness to the tag type lists.
Ruslan Ermilov <ru@nginx.com>
parents: 481
diff changeset
88 }
a57994ede438 Added the notion of compactness to the tag type lists.
Ruslan Ermilov <ru@nginx.com>
parents: 481
diff changeset
89 }
92
4b0182b7b1e5 Fixed HTML for <list> inside <para>.
Ruslan Ermilov <ru@nginx.com>
parents: 90
diff changeset
90 X:template = "para/list[@type='tag']" {
132
1ebe107b3d7e Expanded tabs into spaces.
Ruslan Ermilov <ru@nginx.com>
parents: 126
diff changeset
91 X:text disable-output-escaping="yes" {&lt;/p&gt; }
496
a57994ede438 Added the notion of compactness to the tag type lists.
Ruslan Ermilov <ru@nginx.com>
parents: 481
diff changeset
92 X:if "@compact = 'yes'" {
a57994ede438 Added the notion of compactness to the tag type lists.
Ruslan Ermilov <ru@nginx.com>
parents: 481
diff changeset
93 <dl class="compact"> !!; </dl>
a57994ede438 Added the notion of compactness to the tag type lists.
Ruslan Ermilov <ru@nginx.com>
parents: 481
diff changeset
94 } else {
a57994ede438 Added the notion of compactness to the tag type lists.
Ruslan Ermilov <ru@nginx.com>
parents: 481
diff changeset
95 <dl> !!; </dl>
a57994ede438 Added the notion of compactness to the tag type lists.
Ruslan Ermilov <ru@nginx.com>
parents: 481
diff changeset
96 }
132
1ebe107b3d7e Expanded tabs into spaces.
Ruslan Ermilov <ru@nginx.com>
parents: 126
diff changeset
97 X:text disable-output-escaping="yes" {&lt;p&gt; }
92
4b0182b7b1e5 Fixed HTML for <list> inside <para>.
Ruslan Ermilov <ru@nginx.com>
parents: 90
diff changeset
98 }
4b0182b7b1e5 Fixed HTML for <list> inside <para>.
Ruslan Ermilov <ru@nginx.com>
parents: 90
diff changeset
99
57
12f1de4539b4 Initial English translation of ngx_http_core_module.
Ruslan Ermilov <ru@nginx.com>
parents: 52
diff changeset
100 X:template = "tag-name" { <dt> !!; </dt> }
12f1de4539b4 Initial English translation of ngx_http_core_module.
Ruslan Ermilov <ru@nginx.com>
parents: 52
diff changeset
101 X:template = "tag-desc" { <dd> !!; </dd> }
12f1de4539b4 Initial English translation of ngx_http_core_module.
Ruslan Ermilov <ru@nginx.com>
parents: 52
diff changeset
102
22
9d3403f5204d nginx-1.1.3, ngx_http_mp4_module
Igor Sysoev <igor@sysoev.ru>
parents: 17
diff changeset
103 X:template = "table[@note and @width]" {
132
1ebe107b3d7e Expanded tabs into spaces.
Ruslan Ermilov <ru@nginx.com>
parents: 126
diff changeset
104 <blockquote><table width="{@width}"> !!; </table></blockquote>
22
9d3403f5204d nginx-1.1.3, ngx_http_mp4_module
Igor Sysoev <igor@sysoev.ru>
parents: 17
diff changeset
105 }
9d3403f5204d nginx-1.1.3, ngx_http_mp4_module
Igor Sysoev <igor@sysoev.ru>
parents: 17
diff changeset
106 X:template = "table[@note and not(@width)]" {
132
1ebe107b3d7e Expanded tabs into spaces.
Ruslan Ermilov <ru@nginx.com>
parents: 126
diff changeset
107 <blockquote><table width="100%"> !!; </table></blockquote>
22
9d3403f5204d nginx-1.1.3, ngx_http_mp4_module
Igor Sysoev <igor@sysoev.ru>
parents: 17
diff changeset
108 }
9d3403f5204d nginx-1.1.3, ngx_http_mp4_module
Igor Sysoev <igor@sysoev.ru>
parents: 17
diff changeset
109 X:template = "table[not(@note) and @width]" {
132
1ebe107b3d7e Expanded tabs into spaces.
Ruslan Ermilov <ru@nginx.com>
parents: 126
diff changeset
110 <table width="{@width}"> !!; </table>
22
9d3403f5204d nginx-1.1.3, ngx_http_mp4_module
Igor Sysoev <igor@sysoev.ru>
parents: 17
diff changeset
111 }
9d3403f5204d nginx-1.1.3, ngx_http_mp4_module
Igor Sysoev <igor@sysoev.ru>
parents: 17
diff changeset
112 X:template = "table" { <table width="100%"> !!; </table> }
9d3403f5204d nginx-1.1.3, ngx_http_mp4_module
Igor Sysoev <igor@sysoev.ru>
parents: 17
diff changeset
113 X:template = "tr" { <tr> !!; </tr> }
9d3403f5204d nginx-1.1.3, ngx_http_mp4_module
Igor Sysoev <igor@sysoev.ru>
parents: 17
diff changeset
114 X:template = "td[@width]" { <td width="{@width}"> !!; </td> }
9d3403f5204d nginx-1.1.3, ngx_http_mp4_module
Igor Sysoev <igor@sysoev.ru>
parents: 17
diff changeset
115 X:template = "td" { <td> !!; </td> }
9d3403f5204d nginx-1.1.3, ngx_http_mp4_module
Igor Sysoev <igor@sysoev.ru>
parents: 17
diff changeset
116
57
12f1de4539b4 Initial English translation of ngx_http_core_module.
Ruslan Ermilov <ru@nginx.com>
parents: 52
diff changeset
117 X:template = "c-def" { <code> !!; </code> }
12f1de4539b4 Initial English translation of ngx_http_core_module.
Ruslan Ermilov <ru@nginx.com>
parents: 52
diff changeset
118
12f1de4539b4 Initial English translation of ngx_http_core_module.
Ruslan Ermilov <ru@nginx.com>
parents: 52
diff changeset
119 X:template = "c-func" { <code> !!; X:text{()} </code> }
12f1de4539b4 Initial English translation of ngx_http_core_module.
Ruslan Ermilov <ru@nginx.com>
parents: 52
diff changeset
120
22
9d3403f5204d nginx-1.1.3, ngx_http_mp4_module
Igor Sysoev <igor@sysoev.ru>
parents: 17
diff changeset
121 X:template = "command" { <code> !!; </code> }
9d3403f5204d nginx-1.1.3, ngx_http_mp4_module
Igor Sysoev <igor@sysoev.ru>
parents: 17
diff changeset
122
57
12f1de4539b4 Initial English translation of ngx_http_core_module.
Ruslan Ermilov <ru@nginx.com>
parents: 52
diff changeset
123 X:template = "emphasis" { <strong> !!; </strong> }
12f1de4539b4 Initial English translation of ngx_http_core_module.
Ruslan Ermilov <ru@nginx.com>
parents: 52
diff changeset
124
354
4e3b681cae20 Unified the padding and margins of examples and notes blocks.
Ruslan Ermilov <ru@nginx.com>
parents: 271
diff changeset
125 X:template = "example" { <blockquote class="example"><pre> !!; </pre></blockquote> }
22
9d3403f5204d nginx-1.1.3, ngx_http_mp4_module
Igor Sysoev <igor@sysoev.ru>
parents: 17
diff changeset
126
90
e4e9f7bc885f Fixed HTML for <example> inside <para>.
Ruslan Ermilov <ru@nginx.com>
parents: 71
diff changeset
127 X:template = "para/example" {
132
1ebe107b3d7e Expanded tabs into spaces.
Ruslan Ermilov <ru@nginx.com>
parents: 126
diff changeset
128 X:text disable-output-escaping="yes" {&lt;/p&gt; }
354
4e3b681cae20 Unified the padding and margins of examples and notes blocks.
Ruslan Ermilov <ru@nginx.com>
parents: 271
diff changeset
129 <blockquote class="example"><pre> !!; </pre></blockquote>
132
1ebe107b3d7e Expanded tabs into spaces.
Ruslan Ermilov <ru@nginx.com>
parents: 126
diff changeset
130 X:text disable-output-escaping="yes" {&lt;p&gt; }
90
e4e9f7bc885f Fixed HTML for <example> inside <para>.
Ruslan Ermilov <ru@nginx.com>
parents: 71
diff changeset
131 }
e4e9f7bc885f Fixed HTML for <example> inside <para>.
Ruslan Ermilov <ru@nginx.com>
parents: 71
diff changeset
132
271
4c6d2c614d2c Cleaned up XML tag mess:
Ruslan Ermilov <ru@nginx.com>
parents: 148
diff changeset
133 X:template = "literal" { <code> !!; </code> }
0
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
134
22
9d3403f5204d nginx-1.1.3, ngx_http_mp4_module
Igor Sysoev <igor@sysoev.ru>
parents: 17
diff changeset
135 X:template = "header" {
132
1ebe107b3d7e Expanded tabs into spaces.
Ruslan Ermilov <ru@nginx.com>
parents: 126
diff changeset
136 X:text {&#8220;} !!; X:text {&#8221;}
22
9d3403f5204d nginx-1.1.3, ngx_http_mp4_module
Igor Sysoev <igor@sysoev.ru>
parents: 17
diff changeset
137 }
0
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
138
52
666e85596e3c Added support for <link url="..."> which should eventually replace
Ruslan Ermilov <ru@nginx.com>
parents: 32
diff changeset
139 X:template = "http-status" {
666e85596e3c Added support for <link url="..."> which should eventually replace
Ruslan Ermilov <ru@nginx.com>
parents: 32
diff changeset
140 !{@code} X:text { (} !{@text} X:text{)}
22
9d3403f5204d nginx-1.1.3, ngx_http_mp4_module
Igor Sysoev <igor@sysoev.ru>
parents: 17
diff changeset
141 }
0
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
142
271
4c6d2c614d2c Cleaned up XML tag mess:
Ruslan Ermilov <ru@nginx.com>
parents: 148
diff changeset
143 X:template = "value" { <code><i> !!; </i></code> }
57
12f1de4539b4 Initial English translation of ngx_http_core_module.
Ruslan Ermilov <ru@nginx.com>
parents: 52
diff changeset
144
126
d4133c439eeb 'registered' element added
Sergey Budnevitch <sb@waeme.net>
parents: 121
diff changeset
145 X:template = "registered" { !!; <sup> X:text {&#174;} </sup> }
d4133c439eeb 'registered' element added
Sergey Budnevitch <sb@waeme.net>
parents: 121
diff changeset
146
57
12f1de4539b4 Initial English translation of ngx_http_core_module.
Ruslan Ermilov <ru@nginx.com>
parents: 52
diff changeset
147 X:template = "var" { <code> !!; </code> }
12f1de4539b4 Initial English translation of ngx_http_core_module.
Ruslan Ermilov <ru@nginx.com>
parents: 52
diff changeset
148
148
682163f2b298 Unified article/path and module/pathname into a single "path".
Ruslan Ermilov <ru@nginx.com>
parents: 147
diff changeset
149 X:template = "path" { <code> !!; </code> }
22
9d3403f5204d nginx-1.1.3, ngx_http_mp4_module
Igor Sysoev <igor@sysoev.ru>
parents: 17
diff changeset
150 X:template = "i" { <i> !!; </i> }
9d3403f5204d nginx-1.1.3, ngx_http_mp4_module
Igor Sysoev <igor@sysoev.ru>
parents: 17
diff changeset
151 X:template = "b" { <b> !!; </b> }
9d3403f5204d nginx-1.1.3, ngx_http_mp4_module
Igor Sysoev <igor@sysoev.ru>
parents: 17
diff changeset
152 X:template = "nobr" { <nobr> !!; </nobr> }
9d3403f5204d nginx-1.1.3, ngx_http_mp4_module
Igor Sysoev <igor@sysoev.ru>
parents: 17
diff changeset
153 X:template = "br" { <br/> }
0
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
154
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
155
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
156 }