FooBarWidget-mizuho 0.9.1 → 0.9.2

Sign up to get free protection for your applications and to get access to all the features.
Files changed (136) hide show
  1. data/README.markdown +1 -1
  2. data/Rakefile +14 -2
  3. data/asciidoc/BUGS +11 -6
  4. data/asciidoc/BUGS.txt +7 -3
  5. data/asciidoc/CHANGELOG +313 -151
  6. data/asciidoc/CHANGELOG.txt +177 -12
  7. data/asciidoc/INSTALL +30 -36
  8. data/asciidoc/INSTALL.txt +20 -20
  9. data/asciidoc/Makefile.in +145 -0
  10. data/asciidoc/README +11 -11
  11. data/asciidoc/README.txt +9 -9
  12. data/asciidoc/a2x +40 -7
  13. data/asciidoc/asciidoc.conf +180 -126
  14. data/asciidoc/asciidoc.py +1667 -977
  15. data/asciidoc/common.aap +2 -2
  16. data/asciidoc/configure +2840 -0
  17. data/asciidoc/configure.ac +11 -0
  18. data/asciidoc/dblatex/asciidoc-dblatex.sty +2 -0
  19. data/asciidoc/dblatex/asciidoc-dblatex.xsl +15 -0
  20. data/asciidoc/dblatex/dblatex-readme.txt +19 -2
  21. data/asciidoc/doc/a2x.1 +77 -67
  22. data/asciidoc/doc/a2x.1.txt +11 -2
  23. data/asciidoc/doc/article.css-embedded.html +85 -63
  24. data/asciidoc/doc/article.html +644 -62
  25. data/asciidoc/doc/article.pdf +0 -0
  26. data/asciidoc/doc/article.txt +15 -17
  27. data/asciidoc/doc/asciidoc.1 +34 -40
  28. data/asciidoc/doc/asciidoc.1.css-embedded.html +67 -32
  29. data/asciidoc/doc/asciidoc.1.css.html +28 -28
  30. data/asciidoc/doc/asciidoc.1.html +33 -33
  31. data/asciidoc/doc/asciidoc.css-embedded.html +2234 -2348
  32. data/asciidoc/doc/asciidoc.css.html +2203 -2352
  33. data/asciidoc/doc/asciidoc.dict +52 -1
  34. data/asciidoc/doc/asciidoc.html +980 -1160
  35. data/asciidoc/doc/asciidoc.txt +941 -738
  36. data/asciidoc/doc/asciimathml.txt +63 -0
  37. data/asciidoc/doc/book-multi.html +26 -43
  38. data/asciidoc/doc/book-multi.txt +19 -23
  39. data/asciidoc/doc/book.css-embedded.html +92 -71
  40. data/asciidoc/doc/book.html +24 -41
  41. data/asciidoc/doc/book.txt +19 -21
  42. data/asciidoc/doc/docbook-xsl.css +1 -0
  43. data/asciidoc/doc/faq.txt +288 -60
  44. data/asciidoc/doc/images +1 -0
  45. data/asciidoc/doc/latex-backend.html +16 -123
  46. data/asciidoc/doc/latex-backend.txt +17 -19
  47. data/asciidoc/doc/latexmath.txt +233 -24
  48. data/asciidoc/doc/latexmathml.txt +41 -0
  49. data/asciidoc/doc/main.aap +9 -5
  50. data/asciidoc/doc/music-filter.pdf +0 -0
  51. data/asciidoc/doc/music-filter.txt +2 -2
  52. data/asciidoc/doc/source-highlight-filter.html +476 -105
  53. data/asciidoc/doc/source-highlight-filter.pdf +0 -0
  54. data/asciidoc/doc/source-highlight-filter.txt +39 -10
  55. data/asciidoc/docbook-xsl/asciidoc-docbook-xsl.txt +1 -29
  56. data/asciidoc/docbook-xsl/fo.xsl +35 -3
  57. data/asciidoc/docbook-xsl/manpage.xsl +3 -0
  58. data/asciidoc/docbook-xsl/text.xsl +50 -0
  59. data/asciidoc/docbook.conf +182 -73
  60. data/asciidoc/examples/website/ASCIIMathML.js +1 -0
  61. data/asciidoc/examples/website/CHANGELOG.html +618 -182
  62. data/asciidoc/examples/website/CHANGELOG.txt +1 -0
  63. data/asciidoc/examples/website/INSTALL.html +34 -36
  64. data/asciidoc/examples/website/INSTALL.txt +1 -0
  65. data/asciidoc/examples/website/LaTeXMathML.js +1 -0
  66. data/asciidoc/examples/website/README-website.html +26 -37
  67. data/asciidoc/examples/website/README-website.txt +6 -6
  68. data/asciidoc/examples/website/README.html +15 -15
  69. data/asciidoc/examples/website/README.txt +1 -0
  70. data/asciidoc/examples/website/a2x.1.html +74 -50
  71. data/asciidoc/examples/website/a2x.1.txt +1 -0
  72. data/asciidoc/examples/website/asciidoc-docbook-xsl.html +13 -48
  73. data/asciidoc/examples/website/asciidoc-docbook-xsl.txt +1 -0
  74. data/asciidoc/examples/website/asciimathml.txt +1 -0
  75. data/asciidoc/examples/website/customers.csv +1 -0
  76. data/asciidoc/examples/website/downloads.html +69 -31
  77. data/asciidoc/examples/website/downloads.txt +28 -5
  78. data/asciidoc/examples/website/faq.html +370 -124
  79. data/asciidoc/examples/website/faq.txt +1 -0
  80. data/asciidoc/examples/website/images +1 -0
  81. data/asciidoc/examples/website/index.html +64 -64
  82. data/asciidoc/examples/website/index.txt +22 -15
  83. data/asciidoc/examples/website/latex-backend.html +152 -257
  84. data/asciidoc/examples/website/latex-backend.txt +1 -0
  85. data/asciidoc/examples/website/latexmathml.txt +1 -0
  86. data/asciidoc/examples/website/manpage.html +27 -27
  87. data/asciidoc/examples/website/manpage.txt +1 -0
  88. data/asciidoc/examples/website/music-filter.html +18 -18
  89. data/asciidoc/examples/website/music-filter.txt +1 -0
  90. data/asciidoc/examples/website/music1.abc +1 -1
  91. data/asciidoc/examples/website/music1.png +0 -0
  92. data/asciidoc/examples/website/music2.ly +1 -1
  93. data/asciidoc/examples/website/music2.png +0 -0
  94. data/asciidoc/examples/website/newlists.txt +40 -0
  95. data/asciidoc/examples/website/newtables.txt +397 -0
  96. data/asciidoc/examples/website/source-highlight-filter.html +67 -32
  97. data/asciidoc/examples/website/source-highlight-filter.txt +1 -0
  98. data/asciidoc/examples/website/support.html +4 -4
  99. data/asciidoc/examples/website/toc.js +1 -0
  100. data/asciidoc/examples/website/userguide.html +2190 -2339
  101. data/asciidoc/examples/website/userguide.txt +1 -0
  102. data/asciidoc/examples/website/version83.txt +37 -0
  103. data/asciidoc/examples/website/version9.html +13 -13
  104. data/asciidoc/examples/website/xhtml11-manpage.css +1 -0
  105. data/asciidoc/examples/website/xhtml11-quirks.css +1 -0
  106. data/asciidoc/examples/website/xhtml11.css +1 -0
  107. data/asciidoc/filters/code-filter-readme.txt +3 -3
  108. data/asciidoc/filters/code-filter-test.txt +6 -6
  109. data/asciidoc/filters/source-highlight-filter.conf +12 -5
  110. data/asciidoc/html4.conf +152 -58
  111. data/asciidoc/install-sh +201 -0
  112. data/asciidoc/latex.conf +41 -41
  113. data/asciidoc/stylesheets/docbook-xsl.css +1 -0
  114. data/asciidoc/stylesheets/xhtml11.css +39 -4
  115. data/asciidoc/text.conf +4 -4
  116. data/asciidoc/vim/syntax/asciidoc.vim +58 -32
  117. data/asciidoc/wordpress.conf +48 -0
  118. data/asciidoc/xhtml11-quirks.conf +1 -1
  119. data/asciidoc/xhtml11.conf +198 -70
  120. data/bin/mizuho +5 -2
  121. data/lib/mizuho/generator.rb +48 -19
  122. data/mizuho.gemspec +16 -6
  123. metadata +58 -15
  124. data/asciidoc/doc/asciimath.txt +0 -47
  125. data/asciidoc/docbook-xsl/shaded-literallayout.patch +0 -32
  126. data/asciidoc/examples/website/asciimath.html +0 -157
  127. data/asciidoc/examples/website/latexmath.html +0 -119
  128. data/asciidoc/filters/code-filter-test-c++.txt +0 -7
  129. data/asciidoc/install.sh +0 -55
  130. data/asciidoc/linuxdoc.conf +0 -285
  131. data/asciidoc/math.conf +0 -50
  132. data/asciidoc/stylesheets/xhtml-deprecated-manpage.css +0 -21
  133. data/asciidoc/stylesheets/xhtml-deprecated.css +0 -247
  134. data/asciidoc/t.conf +0 -20
  135. data/asciidoc/xhtml-deprecated-css.conf +0 -235
  136. data/asciidoc/xhtml-deprecated.conf +0 -351
data/asciidoc/math.conf DELETED
@@ -1,50 +0,0 @@
1
- #
2
- # AsciiDoc configuration for math inline macro and math style listing block.
3
- #
4
- # Used to embed LaTeX math formulas in DocBook output that is intended
5
- # for processing using dblatex.
6
- #
7
- # See DBTeXMath (http://ricardo.ecn.wfu.edu/~cottrell/dbtexmath/)
8
- # The 'Short Math Guide for LaTeX' (http://www.ams.org/tex/amslatex.html)
9
- #
10
-
11
- [math-inlinemacro]
12
- <inlineequation>
13
- <alt><![CDATA[{0}]]></alt>
14
- <inlinemediaobject><textobject><phrase></phrase></textobject></inlinemediaobject>
15
- </inlineequation>
16
-
17
- ifdef::backend-xhtml11[]
18
- [math-inlinemacro]
19
- {0}
20
- endif::backend-xhtml11[]
21
-
22
- # Using the <alt> tag is an undocumented way to embed arbitrary LaTeX.
23
- [tex-inlinemacro]
24
- template::[math-inlinemacro]
25
-
26
- # math style listing block for formal and informal equation blocks.
27
- # There is one oddity though: dblatex displays <informalequation> elements
28
- # inline instead of as block, a workaround is to use a stand-alone inline
29
- # macro.
30
- [blockdef-listing]
31
- math-style=template="mathblock",subs="none"
32
- tex-style=template="mathblock",subs="none"
33
-
34
- ifdef::backend-docbook[]
35
- [mathblock]
36
- <equation{id? id="{id}"}><title>{title}</title>
37
- {title%}<informalequation{id? id="{id}"}>
38
- <alt><![CDATA[|]]></alt>
39
- <mediaobject><textobject><phrase></phrase></textobject></mediaobject>
40
- {title#}</equation>
41
- {title%}</informalequation>
42
- endif::backend-docbook[]
43
-
44
- ifdef::backend-xhtml11[]
45
- [mathblock]
46
- <div{id? id="{id}"}>
47
- |
48
- </div>
49
- endif::backend-xhtml11[]
50
-
@@ -1,21 +0,0 @@
1
- /* Man page text is indented from headings. */
2
- p,ul,ol,dl,h4,h5 {
3
- padding: 0 10%;
4
- }
5
-
6
- h2 { text-decoration: none;}
7
-
8
- /* Man page emphasis is always bold. */
9
- em, dt {
10
- font-style: normal;
11
- font-weight: bold;
12
- }
13
-
14
- div#synopsis p { }
15
-
16
- div.literalparagraph { margin: 0 10%; }
17
- div.literalblock { margin: 0 10%; }
18
-
19
- div.listingblock {
20
- margin: 0 10%;
21
- }
@@ -1,247 +0,0 @@
1
- body {
2
- background: #dedede;
3
- margin: 0;
4
- min-height: 480px;
5
- }
6
-
7
- h1,h2,h3,h4,h5 {
8
- padding: 0.5em 0 0 5%;
9
- text-align: left;
10
- background: transparent;
11
- font-family: Tahoma, Verdana, sans-serif;
12
- font-weight: bold;
13
- margin-top: 1.5em;
14
- }
15
-
16
- h1 { font-size: 200%; }
17
- h2 { font-size: 125%; }
18
- h3 { font-size: 110%; font-family: sans-serif;}
19
- h4 { font-size: 100%; font-style: italic; font-family: sans-serif;}
20
-
21
- h1 {
22
- padding: 0.5em 0 0.5em 5%;
23
- color: white;
24
- background: #1f764c; /* Olive green */
25
- margin: 0;
26
- border-bottom: solid 1px black;
27
- }
28
-
29
- h2 { text-decoration: underline;}
30
-
31
- /* This is only used by level 0 sections in book document types. */
32
- h2.sect0 { font-size: 175%; text-decoration: underline;}
33
-
34
- span#author {
35
- font-family: sans-serif;
36
- font-size: larger;
37
- font-weight: bold;
38
- }
39
-
40
- div#informalpreface p { }
41
-
42
- div.literalparagraph { margin: 0 5%; }
43
- div.literalblock { margin: 0 5%; }
44
- div.listingblock { padding: 0 5%; }
45
- pre.verseblock { padding: 0 5%; }
46
-
47
- p.verseblock {
48
- white-space: pre;
49
- }
50
-
51
- a {
52
- font-weight: bold;
53
- background: #ffd; /* Light yellow */
54
- color: #093; /* Green */
55
- text-decoration: none;
56
- }
57
- a:hover { text-decoration: underline; }
58
-
59
- p { padding: 0 5%; }
60
-
61
- ul,ol {
62
- padding: 0 5%;
63
- margin-left: 1.75em;
64
- list-style-position: outside;
65
- }
66
- ol ol, ol ul, ul ol, ul ul, dd ol, dd ul {
67
- margin-left: 0;
68
- }
69
- /* Keep lists close to preceeding titles. Broken in IE6. */
70
- p.listtitle + ul, p.listtitle + ol, p.listtitle + dl {
71
- margin-top: 0;
72
- }
73
-
74
- dl { padding: 0 5%; }
75
- dt { font-style: italic; }
76
- dd, li { padding-bottom: 0.5em; }
77
- dd p, li p { margin: 0 0 0.4em; padding: 0; }
78
- li div.literalparagraph { margin-left: 0; }
79
- div.literalparagraph pre, li div.literalparagraph pre { margin-left: 2%; }
80
- div.listingblock, li div.listingblock { margin-left: 0; }
81
- li div.literalblock { margin-left: 0; }
82
- dd div.literalblock { margin-left: 0; }
83
- div.literalblock pre, li div.literalblock pre { margin-left: 2%; }
84
- dd div.literalparagraph { margin-left: 0; }
85
- dd div.literalparagraph pre { margin-left: 2%; }
86
-
87
- .listingblock, .literalparagraph, .literalblock, tt {
88
- color: #461b7e;
89
- }
90
-
91
- div.listingblock pre {
92
- background: #f0f0f0;
93
- border: 1px dashed gray;
94
- padding: 0.5em 1em;
95
- }
96
-
97
- table {
98
- margin-left: 5%;
99
- margin-right: 5%;
100
- }
101
- thead,tfoot,tbody {
102
- /* No effect in IE6. */
103
- border-top: 2px solid green;
104
- border-bottom: 2px solid green;
105
- }
106
- thead,tfoot {
107
- font-weight: bold;
108
- }
109
-
110
- table.hlist td:first-child { font-style: italic; }
111
-
112
- p.listtitle {
113
- margin-top: 1.5em;
114
- margin-bottom: 0.2em;
115
- }
116
- p.tabletitle {
117
- margin-top: 1.5em;
118
- margin-bottom: 0.5em;
119
- }
120
- p.blocktitle {
121
- margin-top: 1.5em;
122
- margin-bottom: 0.2em;
123
- }
124
- p.imagetitle {
125
- margin-top: 0.2em;
126
- margin-bottom: 1.5em;
127
- }
128
- div.image img {
129
- border: 1px solid #ece9d8;
130
- }
131
- a.imagelink > img:hover { border: 1px solid #093; } /* IE6 broken */
132
- a.imagelink > img { border: 1px solid transparent; }
133
- a.imagelink {
134
- /* Don't use text link colors. */
135
- background: transparent;
136
- color: white;
137
- }
138
-
139
- div#content {
140
- margin: 50px 3em 3em 140px;
141
- border-top: 1px solid black;
142
- border-left: 1px solid black;
143
- border-right: 2px solid black;
144
- border-bottom: 2px solid black;
145
- background: white;
146
- }
147
-
148
- div#footer {
149
- background: #f0f0f0;
150
- font: 8pt sans-serif;
151
- margin-top: 2em;
152
- margin-bottom: 0;
153
- padding: 0.8em 0 0.8em 0;
154
- position: relative;
155
- bottom: 0;
156
- border-top: 1px solid silver;
157
- }
158
-
159
- div#footer table {
160
- margin-left: 2%;
161
- }
162
-
163
- div#footer p {
164
- margin: .5em 0 0 0;
165
- padding: 0 5%;
166
- }
167
-
168
- div#footer a {
169
- color: black;
170
- background: transparent;
171
- text-decoration: underline;
172
- }
173
-
174
- div#badges {
175
- padding: 0 15px;
176
- }
177
-
178
- div#badges td {
179
- vertical-align: middle;
180
- }
181
-
182
- div#badges img {
183
- border-style: none;
184
- }
185
-
186
- /*
187
- * Style sheet rules that are applied using element class attributes.
188
- */
189
-
190
- div.image {
191
- width: 100%;
192
- border-style: none;
193
- margin-bottom: 1.5em;
194
- margin-left: 1em; /* for IE5,6 misbehavior */
195
- padding: 0;
196
- text-align: left;
197
- }
198
- div.admonition {
199
- margin: 1.0em 20% 1.0em 5%;
200
- }
201
- div.admonition div.text * { padding: 0; }
202
- div.admonition div.icon {
203
- float: left;
204
- width: 56px;
205
- }
206
- div.admonition div.text {
207
- margin-left: 56px;
208
- padding-top: 1px;
209
- }
210
- div.admonition div.text * { padding: 0; }
211
- div.clear {
212
- clear: both;
213
- }
214
-
215
- /* Print nicely. */
216
- @media print {
217
- @page { margin: 10% } /* This _is_ valid CSS2. */
218
- h1,h2,h3,h4 { page-break-after: avoid; page-break-inside: avoid }
219
- blockquote,pre { page-break-inside: avoid }
220
- ul,ol,dl { page-break-before: avoid }
221
- /* Override existing property settings. */
222
- h1,a { color: black; background: white; }
223
- div#content { margin: 0; border: 0; }
224
- div#footer { display: none; }
225
- /* IE5,6 only has the problem displaying, so restore margin for printing */
226
- div.image { margin-left: 0; }
227
- p.imagetitle { page-break-before: avoid; }
228
- p.blocktitle, tabletitle { page-break-after: avoid; }
229
- }
230
-
231
- div.sidebarblock, exampleblock {
232
- margin: 0.5em 20% 0.5em 5%;
233
- padding: 0.5em 1em;
234
- border: 1px solid silver;
235
- }
236
- div.sidebarblock *, exampleblock * { padding: 0; }
237
- div.sidebarblock div, exampleblock div { margin: 0; }
238
- div.sidebarblock {
239
- background: #ffffee;
240
- }
241
- p.sidebartitle {
242
- font-family: sans-serif;
243
- font-weight: bold;
244
- margin-top: 0.5em;
245
- margin-bottom: 0.2em;
246
- }
247
-
data/asciidoc/t.conf DELETED
@@ -1,20 +0,0 @@
1
- [math-inlinemacro]
2
- <inlineequation>
3
- <alt>{0}</alt>
4
- <mathphrase>equation</mathphrase>
5
- </inlineequation>
6
-
7
- # math style for listing block.
8
- [blockdef-listing]
9
- style=template="mathblock",subs=()
10
-
11
- ifdef::backend-docbook[]
12
- [mathblock]
13
- <equation{id? id="{id}"}><title>{title}</title>
14
- {title%}<informalequation{id? id="{id}"}>
15
- <equation>
16
- <alt>|</alt>
17
- <mathphrase>equation</mathphrase>
18
- {title#}</equation>
19
- {title%}</informalequation>
20
- endif::backend-docbook[]
@@ -1,235 +0,0 @@
1
- #
2
- # xhtml-deprecated-css.conf
3
- #
4
- # DEPRECATED: Asciidoc 6 xhtml backend.
5
- # Included in xhtml-deprecated.conf
6
- #
7
-
8
- [tags]
9
- # Add title class.
10
- ilist={id?<a name="{id}"></a>}{title?<p class="listtitle"><b>{title}</b></p>}<ul>|</ul>
11
- olist={id?<a name="{id}"></a>}{title?<p class="listtitle"><b>{title}</b></p>}<ol>|</ol>
12
- vlist={id?<a name="{id}"></a>}{title?<p class="listtitle"><b>{title}</b></p>}<dl>|</dl>
13
- hlist={id?<a name="{id}"></a>}{title?<p class="listtitle"><b>{title}</b></p>}<table class="hlist">|</table>
14
- qlist={id?<a name="{id}"></a>}{title?<p class="listtitle"><b>{title}</b></p>}<ol>|</ol>
15
- colist={id?<a name="{id}"></a>}{title?<p class="listtitle"><b>{title}</b></p>}<ol>|</ol>
16
-
17
- [image-inlinemacro]
18
- <a class="imagelink" href="{link}">
19
- # border="0" so broken IE6 does not put border round linked image.
20
- <img src="{target}" alt="{1={target}}"{1? title="{1}"}{width? width="{width}"}{height? height="{height}"} border="0"/>
21
- {link#}</a>
22
-
23
- [image-blockmacro]
24
- <div class="image">
25
- <a name="{id}"></a>
26
- <p>{link?<a class="imagelink" href="{link}">}
27
- # border="0" so broken IE6 does not put border round linked image.
28
- <img src="{target}" alt="{1={target}}"{1? title="{1}"}{width? width="{width}"}{height? height="{height}"} border="0"/>
29
- {link?</a>}</p>
30
- <p class="imagetitle"><b>Figure:</b> {title}</p>
31
- </div>
32
-
33
- # Paragraph substitution.
34
- [literalparagraph]
35
- <a name="{id}"></a>
36
- <p class="blocktitle"><b>Example:</b> {title}</p>
37
- <div class="literalparagraph"><pre>|</pre></div>
38
-
39
- # Admonition paragraphs.
40
- [admonitionparagraph]
41
- <div class="admonition">
42
- <a name="{id}"></a>
43
- # For backward compatibility still accept deprecated imagesdir attribute.
44
- {icons#}<div class="icon"><img src="{imagesdir={iconsdir}}/{name}.png" alt="{caption}" /></div>
45
- <div class="text"><p><b>{style}:</b> |</p></div>
46
- <div class="clear"></div>
47
- </div>
48
-
49
- # Delimited block substitution.
50
- [literalblock]
51
- <a name="{id}"></a>
52
- <p class="blocktitle"><b>Example:</b> {title}</p>
53
- <div class="literalblock"><pre>
54
- |
55
- </pre></div>
56
-
57
- [listingblock]
58
- <a name="{id}"></a>
59
- <p class="blocktitle"><b>Example:</b> {title}</p>
60
- <div class="listingblock"><pre>
61
- |
62
- </pre></div>
63
-
64
- [sidebarblock]
65
- <div class="sidebarblock">
66
- <a name="{id}"></a>
67
- <p class="sidebartitle">{title}</p>
68
- |
69
- </div>
70
-
71
- [passthroughblock]
72
- |
73
-
74
- [exampleblock]
75
- <a name="{id}"></a>
76
- <p class="blocktitle"><b>Example:</b> {title}</p>
77
- <div class="exampleblock">
78
- |
79
- </div>
80
-
81
- # Admonition blocks.
82
- [admonitionblock]
83
- <div class="admonition">
84
- <a name="{id}"></a>
85
- # For backward compatibility still accept deprecated imagesdir attribute.
86
- {icons#}<div class="icon"><img src="{imagesdir={iconsdir}}/{name}.png" alt="{caption}" /></div>
87
- <div class="text">
88
- <p><b>{title={style}}</b></p>
89
- |</div>
90
- <div class="clear"></div>
91
- </div>
92
-
93
- [verseblock]
94
- <p class="verseblock">{id?<a name="{id}"></a>}{title?<b>{title}</b><br />}
95
- |
96
- </p>
97
-
98
- [table]
99
- # Table captions not used because IE6 is broken.
100
- <p class="tabletitle"><b>Table:</b> {title}</p>
101
- # If you want styled table borders in IE use the following table tag:
102
- # 1. Border style specified here rather than in CSS because IE6 is broken.
103
- # 2. bordercolor attribute is IE specific and not valid XHTML 1.0.
104
- #<table rules="groups" border="2" bordercolor="green" frame="hsides"
105
- # cellspacing="0" cellpadding="4">
106
- #
107
- # Use this in preference to be strictly XHTML 1.0 conformant.
108
- <a name="{id}"></a>
109
- <table class="tableblock" rules="{grid=none}"
110
- frame="{frame%hsides}"
111
- frame="{frame@topbot:hsides}{frame@all:border}{frame@none:void}{frame@sides:vsides}"
112
- cellspacing="0" cellpadding="4">
113
- {headrows#}<thead{noborders? style="border-width: 0;"}>
114
- {headrows}
115
- {headrows#}</thead>
116
- {footrows#}<tfoot{noborders? style="border-width: 0;"}>
117
- {footrows}
118
- {footrows#}</tfoot>
119
- <tbody{noborders? style="border-width: 0;"}>
120
- {bodyrows}
121
- </tbody>
122
- </table>
123
-
124
- [preamble]
125
- # Untitled elements between header and first section title.
126
- <div id="preamble">
127
- <a name="{id}"></a>
128
- |
129
- </div>
130
-
131
- [sect0]
132
- <h2 class="sect0">{id?<a name="{id}"></a>}{title}</h2>
133
- |
134
-
135
- [sect1]
136
- <h2>{id?<a name="{id}"></a>}{numbered?{sectnum} }{title}</h2>
137
- |
138
-
139
- [sect2]
140
- <h3>{id?<a name="{id}"></a>}{numbered?{sectnum} }{title}</h3>
141
- |
142
-
143
- [sect3]
144
- <h4>{id?<a name="{id}"></a>}{numbered?{sectnum} }{title}</h4>
145
- |
146
-
147
- [sect4]
148
- <h5>{id?<a name="{id}"></a>}{title}</h5>
149
- |
150
-
151
- [footer]
152
- <div id="footer">
153
- <p>
154
- Version {revision}<br />
155
- Last updated {localdate} {localtime}
156
- </p>
157
- </div>
158
- </div>
159
- </body>
160
- </html>
161
-
162
- #-------------------------
163
- # article and book document types
164
- # Both use the article.css stylesheet
165
- #-------------------------
166
- ifndef::doctype-manpage[]
167
-
168
- [header]
169
- <!DOCTYPE html {dtddecl}>
170
- <html>
171
- <head>
172
- <meta http-equiv="Content-Type" content="text/html; charset={encoding=ISO-8859-1}" />
173
- <meta name="generator" content="AsciiDoc {asciidoc-version}" />
174
- ifdef::linkcss[]
175
- <link rel="stylesheet" href="{stylesdir=.}/{theme={backend}}.css" type="text/css" />
176
- endif::linkcss[]
177
- ifndef::linkcss[]
178
- <style type="text/css">
179
- include1::./stylesheets/{theme={backend}}.css[]
180
- </style>
181
- endif::linkcss[]
182
- <title>{doctitle}</title>
183
- </head>
184
- <body>
185
- <div id="content">
186
- <h1>{doctitle}</h1>
187
- <p>
188
- <span id="author">by {author}</span><br />
189
- <tt>&lt;<a href="mailto:{email}">{email}</a>&gt;</tt><br />
190
- v{revision}{date?,}
191
- {date}
192
- </p>
193
-
194
- endif::doctype-manpage[]
195
-
196
- #-------------------------
197
- # manpage document type
198
- #-------------------------
199
- ifdef::doctype-manpage[]
200
-
201
- [header]
202
- <!DOCTYPE html {dtddecl}>
203
- <html>
204
- <head>
205
- <meta http-equiv="Content-Type" content="text/html; charset={encoding=ISO-8859-1}" />
206
- <meta name="generator" content="AsciiDoc {asciidoc-version}" />
207
- ifdef::linkcss[]
208
- <link rel="stylesheet" href="{stylesdir=.}/{theme={backend}}.css" type="text/css" />
209
- <link rel="stylesheet" href="{stylesdir=.}/{backend}-manpage.css" type="text/css" />
210
- endif::linkcss[]
211
- ifndef::linkcss[]
212
- <style type="text/css">
213
- include1::./stylesheets/{theme={backend}}.css[]
214
- include1::./stylesheets/{theme={backend}}-manpage.css[]
215
- </style>
216
- endif::linkcss[]
217
- <title>{mantitle}</title>
218
- </head>
219
- <body>
220
- <div id="content">
221
- <h1>{doctitle} Manual Page</h1>
222
- <h2>NAME</h2>
223
- <p>{manname} -
224
- {manpurpose}
225
- </p>
226
-
227
- # Section macros
228
- [sect-synopsis]
229
- <div id="synopsis">
230
- <a name="{id}"></a>
231
- <h2>SYNOPSIS</h2>
232
- |
233
- </div>
234
-
235
- endif::doctype-manpage[]