FooBarWidget-mizuho 0.9.1 → 0.9.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
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
Binary file
@@ -42,12 +42,12 @@ image::images/tiger.png[Tiger image]
42
42
  Followed by an example table:
43
43
 
44
44
  .An example table
45
- `-----------------`--------------------------
46
- Option Description
47
- ---------------------------------------------
48
- -a 'USER GROUP' Add 'USER' to 'GROUP'.
49
- -R 'GROUP' Disables access to 'GROUP'.
50
- ---------------------------------------------
45
+ [width="60%",options="header"]
46
+ |==============================================
47
+ | Option | Description
48
+ | -a 'USER GROUP' | Add 'USER' to 'GROUP'.
49
+ | -R 'GROUP' | Disables access to 'GROUP'.
50
+ |==============================================
51
51
 
52
52
  [[X1]]
53
53
  Sub-section with Anchor
@@ -87,30 +87,28 @@ Appendix Sub-section
87
87
  Appendix sub-section at level 2.
88
88
 
89
89
 
90
-
91
90
  Bibliography
92
91
  ------------
93
- The bibliography list is an example of an AsciiDoc SimpleList, the
94
- AsciiDoc source list items are bulleted with a `+` character.
92
+ The bibliography list is a style of AsciiDoc bulleted list.
95
93
 
96
- + [[[taoup]]] Eric Steven Raymond. 'The Art of Unix
94
+ [bibliography]
95
+ - [[[taoup]]] Eric Steven Raymond. 'The Art of Unix
97
96
  Programming'. Addison-Wesley. ISBN 0-13-142901-9.
98
- + [[[walsh-muellner]]] Norman Walsh & Leonard Muellner.
97
+ - [[[walsh-muellner]]] Norman Walsh & Leonard Muellner.
99
98
  'DocBook - The Definitive Guide'. O'Reilly & Associates. 1999.
100
99
  ISBN 1-56592-580-7.
101
100
 
102
101
 
103
-
104
102
  Glossary
105
103
  --------
106
- Glossaries are optional. Glossaries entries are an example of AsciiDoc
107
- VariableList entries, the AsciiDoc source entry terms are terminated
108
- by the ":-" characters.
104
+ Glossaries are optional. Glossaries entries are an example of a style
105
+ of AsciiDoc labeled lists.
109
106
 
110
- A glossary term:-
107
+ [glossary]
108
+ A glossary term::
111
109
  The corresponding (indented) definition.
112
110
 
113
- A second glossary term:-
111
+ A second glossary term::
114
112
  The corresponding (indented) definition.
115
113
 
116
114
 
@@ -1,31 +1,31 @@
1
1
  .\" Title: asciidoc
2
2
  .\" Author:
3
- .\" Generator: DocBook XSL Stylesheets v1.72.0 <http://docbook.sf.net/>
4
- .\" Date: 07/04/2008
3
+ .\" Generator: DocBook XSL Stylesheets v1.73.2 <http://docbook.sf.net/>
4
+ .\" Date: 12/13/2008
5
5
  .\" Manual:
6
6
  .\" Source:
7
7
  .\"
8
- .TH "ASCIIDOC" "1" "07/04/2008" "" ""
8
+ .TH "ASCIIDOC" "1" "12/13/2008" "" ""
9
9
  .\" disable hyphenation
10
10
  .nh
11
11
  .\" disable justification (adjust text to left margin only)
12
12
  .ad l
13
13
  .SH "NAME"
14
- asciidoc \- converts an AsciiDoc text file to DocBook, HTML or LinuxDoc
14
+ asciidoc - converts an AsciiDoc text file to DocBook, HTML or LinuxDoc
15
15
  .SH "SYNOPSIS"
16
16
  \fBasciidoc\fR [\fIOPTIONS\fR] \fIFILE\fR
17
17
  .sp
18
18
  .SH "DESCRIPTION"
19
- The asciidoc(1) command translates the AsciiDoc text file \fIFILE\fR to a DocBook, HTML or LinuxDoc file. If \fIFILE\fR is \fI\-\fR then the standard input is used.
19
+ The asciidoc(1) command translates the AsciiDoc text file \fIFILE\fR to a DocBook, HTML or LinuxDoc file\. If \fIFILE\fR is \fI\-\fR then the standard input is used\.
20
20
  .sp
21
21
  .SH "OPTIONS"
22
22
  .PP
23
23
  \fB\-a, \-\-attribute\fR=\fIATTRIBUTE\fR
24
24
  .RS 4
25
- Define or delete document attribute.
25
+ Define or delete document attribute\.
26
26
  \fIATTRIBUTE\fR
27
27
  is formatted like
28
- \fINAME=VALUE\fR. Command\-line attributes take precedence over document and configuration file attributes. Alternate acceptable forms are
28
+ \fINAME=VALUE\fR\. Command\-line attributes take precedence over document and configuration file attributes\. Alternate acceptable forms are
29
29
  \fINAME\fR
30
30
  (the
31
31
  \fIVALUE\fR
@@ -35,7 +35,7 @@ defaults to an empty string);
35
35
  \fINAME\fR
36
36
  attribute);
37
37
  \fINAME@\fR
38
- (do not override document or configuration file attributes). Values containing spaces should be enclosed in double\-quote characters. This option may be specified more than once.
38
+ (do not override document or configuration file attributes)\. Values containing spaces should be enclosed in double\-quote characters\. This option may be specified more than once\.
39
39
  .RE
40
40
  .PP
41
41
  \fB\-b, \-\-backend\fR=\fIBACKEND\fR
@@ -44,14 +44,14 @@ Backend output file format:
44
44
  \fIdocbook\fR,
45
45
  \fIxhtml11\fR
46
46
  or
47
- \fIhtml4\fR. Defaults to
48
- \fIxhtml11\fR.
47
+ \fIhtml4\fR\. Defaults to
48
+ \fIxhtml11\fR\.
49
49
  .RE
50
50
  .PP
51
51
  \fB\-f, \-\-conf\-file\fR=\fICONF_FILE\fR
52
52
  .RS 4
53
53
  Use configuration file
54
- \fICONF_FILE\fR.Configuration files processed in command\-line order (after implicit configuration files). This option may be specified more than once.
54
+ \fICONF_FILE\fR\.Configuration files processed in command\-line order (after implicit configuration files)\. This option may be specified more than once\.
55
55
  .RE
56
56
  .PP
57
57
  \fB\-d, \-\-doctype\fR=\fIDOCTYPE\fR
@@ -60,73 +60,73 @@ Document type:
60
60
  \fIarticle\fR,
61
61
  \fImanpage\fR
62
62
  or
63
- \fIbook\fR. The
63
+ \fIbook\fR\. The
64
64
  \fIbook\fR
65
65
  document type is only supported by the
66
66
  \fIdocbook\fR
67
- backend. Default document type is
68
- \fIarticle\fR.
67
+ backend\. Default document type is
68
+ \fIarticle\fR\.
69
69
  .RE
70
70
  .PP
71
71
  \fB\-c, \-\-dump\-conf\fR
72
72
  .RS 4
73
- Dump configuration to stdout.
73
+ Dump configuration to stdout\.
74
74
  .RE
75
75
  .PP
76
76
  \fB\-h, \-\-help\fR[=\fITOPIC\fR]
77
77
  .RS 4
78
- Print help TOPIC.
78
+ Print help TOPIC\.
79
79
  \fB\-\-help\fR=\fItopics\fR
80
80
  will print a list of help topics,
81
81
  \fB\-\-help\fR=\fIsyntax\fR
82
82
  summarizes AsciiDoc syntax,
83
83
  \fB\-\-help\fR=\fImanpage\fR
84
- prints the AsciiDoc manpage.
84
+ prints the AsciiDoc manpage\.
85
85
  .RE
86
86
  .PP
87
87
  \fB\-e, \-\-no\-conf\fR
88
88
  .RS 4
89
- Exclude implicitly loaded configuration files except for those named like the input file (\fIinfile.conf\fR
89
+ Exclude implicitly loaded configuration files except for those named like the input file (\fIinfile\.conf\fR
90
90
  and
91
- \fIinfile\-backend.conf\fR).
91
+ \fIinfile\-backend\.conf\fR)\.
92
92
  .RE
93
93
  .PP
94
94
  \fB\-s, \-\-no\-header\-footer\fR
95
95
  .RS 4
96
- Suppress document header and footer output.
96
+ Suppress document header and footer output\.
97
97
  .RE
98
98
  .PP
99
99
  \fB\-o, \-\-out\-file\fR=\fIOUT_FILE\fR
100
100
  .RS 4
101
101
  Write output to file
102
- \fIOUT_FILE\fR. Defaults to the base name of input file with
102
+ \fIOUT_FILE\fR\. Defaults to the base name of input file with
103
103
  \fIbackend\fR
104
- extension. If the input is stdin then the outfile defaults to stdout. If
104
+ extension\. If the input is stdin then the outfile defaults to stdout\. If
105
105
  \fIOUT_FILE\fR
106
106
  is
107
107
  \fI\-\fR
108
- then the standard output is used.
108
+ then the standard output is used\.
109
109
  .RE
110
110
  .PP
111
111
  \fB\-n, \-\-section\-numbers\fR
112
112
  .RS 4
113
- Auto\-number HTML article section titles. Synonym for
114
- \fB\-a numbered\fR.
113
+ Auto\-number HTML article section titles\. Synonym for
114
+ \fB\-a numbered\fR\.
115
115
  .RE
116
116
  .PP
117
117
  \fB\-\-unsafe\fR
118
118
  .RS 4
119
- Disable safe mode. Safe mode is enabled by default, disabling it is potentially dangerous.
119
+ Disable safe mode\. Safe mode is enabled by default, disabling it is potentially dangerous\.
120
120
  .RE
121
121
  .PP
122
122
  \fB\-v, \-\-verbose\fR
123
123
  .RS 4
124
- Verbosely print processing information and configuration file checks to stderr.
124
+ Verbosely print processing information and configuration file checks to stderr\.
125
125
  .RE
126
126
  .PP
127
127
  \fB\-\-version\fR
128
128
  .RS 4
129
- Print program version number.
129
+ Print program version number\.
130
130
  .RE
131
131
  .SH "EXIT STATUS"
132
132
  .PP
@@ -137,25 +137,19 @@ Success
137
137
  .PP
138
138
  \fB1\fR
139
139
  .RS 4
140
- Failure (syntax or usage error; configuration error; document processing failure; unexpected error).
140
+ Failure (syntax or usage error; configuration error; document processing failure; unexpected error)\.
141
141
  .RE
142
142
  .SH "BUGS"
143
- See the AsciiDoc distribution BUGS file.
143
+ See the AsciiDoc distribution BUGS file\.
144
144
  .sp
145
145
  .SH "AUTHOR"
146
- Written by Stuart Rackham, <srackham@gmail.com>
146
+ Written by Stuart Rackham, <srackham@gmail\.com>
147
147
  .sp
148
148
  .SH "RESOURCES"
149
- SourceForge: http://sourceforge.net/projects/asciidoc/
149
+ SourceForge: http://sourceforge\.net/projects/asciidoc/
150
150
  .sp
151
- Main web site: http://www.methods.co.nz/asciidoc/
151
+ Main web site: http://www\.methods\.co\.nz/asciidoc/
152
152
  .sp
153
153
  .SH "COPYING"
154
- Copyright (C) 2002\-2008 Stuart Rackham. Free use of this software is granted under the terms of the GNU General Public License (GPL).
154
+ Copyright (C) 2002\-2008 Stuart Rackham\. Free use of this software is granted under the terms of the GNU General Public License (GPL)\.
155
155
  .sp
156
- .SH "REFERENCES"
157
- .IP " 1." 4
158
- srackham@gmail.com
159
- .RS 4
160
- \%mailto:srackham@gmail.com
161
- .RE
@@ -3,7 +3,8 @@
3
3
  <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en">
4
4
  <head>
5
5
  <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
6
- <meta name="generator" content="AsciiDoc 8.2.7" />
6
+ <meta name="generator" content="AsciiDoc 8.3.1" />
7
+ <title>ASCIIDOC(1)</title>
7
8
  <style type="text/css">
8
9
  /* Debug borders */
9
10
  p, li, dt, dd, div, pre, h1, h2, h3, h4, h5, h6 {
@@ -218,6 +219,7 @@ dt {
218
219
  margin-top: 0.5em;
219
220
  margin-bottom: 0;
220
221
  font-style: normal;
222
+ color: navy;
221
223
  }
222
224
  dd > *:first-child {
223
225
  margin-top: 0.1em;
@@ -233,6 +235,13 @@ div.olist2 > ol {
233
235
  list-style-type: lower-alpha;
234
236
  }
235
237
 
238
+ div.compact ul, div.compact ol,
239
+ div.compact p, div.compact p,
240
+ div.compact div, div.compact div {
241
+ margin-top: 0.1em;
242
+ margin-bottom: 0.1em;
243
+ }
244
+
236
245
  div.tableblock > table {
237
246
  border: 3px solid #527bbd;
238
247
  }
@@ -243,22 +252,49 @@ thead {
243
252
  tfoot {
244
253
  font-weight: bold;
245
254
  }
255
+ td > div.verse {
256
+ white-space: pre;
257
+ }
258
+ p.table {
259
+ margin-top: 0;
260
+ }
261
+ /* Because the table frame attribute is overriden by CSS in most browsers. */
262
+ div.tableblock > table[frame="void"] {
263
+ border-style: none;
264
+ }
265
+ div.tableblock > table[frame="hsides"] {
266
+ border-left-style: none;
267
+ border-right-style: none;
268
+ }
269
+ div.tableblock > table[frame="vsides"] {
270
+ border-top-style: none;
271
+ border-bottom-style: none;
272
+ }
246
273
 
247
- div.hlist {
274
+
275
+ div.hdlist {
248
276
  margin-top: 0.8em;
249
277
  margin-bottom: 0.8em;
250
278
  }
251
- div.hlist td {
279
+ div.hdlist tr {
252
280
  padding-bottom: 15px;
253
281
  }
254
- td.hlist1 {
282
+ dt.hdlist1.strong, td.hdlist1.strong {
283
+ font-weight: bold;
284
+ }
285
+ td.hdlist1 {
255
286
  vertical-align: top;
256
287
  font-style: normal;
257
288
  padding-right: 0.8em;
289
+ color: navy;
258
290
  }
259
- td.hlist2 {
291
+ td.hdlist2 {
260
292
  vertical-align: top;
261
293
  }
294
+ div.hdlist.compact tr {
295
+ margin: 0;
296
+ padding-bottom: 0;
297
+ }
262
298
 
263
299
  @media print {
264
300
  div#footer-badges { display: none; }
@@ -357,7 +393,6 @@ div.olist2 div.olist ol {
357
393
  list-style-type: decimal;
358
394
  }
359
395
  </style>
360
- <title>ASCIIDOC(1)</title>
361
396
  </head>
362
397
  <body>
363
398
  <div id="header">
@@ -373,18 +408,18 @@ ASCIIDOC(1) Manual Page
373
408
  </div>
374
409
  <h2>SYNOPSIS</h2>
375
410
  <div class="sectionbody">
376
- <div class="para"><p><strong>asciidoc</strong> [<em>OPTIONS</em>] <em>FILE</em></p></div>
411
+ <div class="paragraph"><p><strong>asciidoc</strong> [<em>OPTIONS</em>] <em>FILE</em></p></div>
377
412
  </div>
378
413
  <h2 id="_description">DESCRIPTION</h2>
379
414
  <div class="sectionbody">
380
- <div class="para"><p>The asciidoc(1) command translates the AsciiDoc text file <em>FILE</em> to a
415
+ <div class="paragraph"><p>The asciidoc(1) command translates the AsciiDoc text file <em>FILE</em> to a
381
416
  DocBook, HTML or LinuxDoc file. If <em>FILE</em> is <em>-</em> then the standard
382
417
  input is used.</p></div>
383
418
  </div>
384
419
  <h2 id="_options">OPTIONS</h2>
385
420
  <div class="sectionbody">
386
- <div class="vlist"><dl>
387
- <dt>
421
+ <div class="dlist"><dl>
422
+ <dt class="hdlist1">
388
423
  <strong>-a, --attribute</strong>=<em>ATTRIBUTE</em>
389
424
  </dt>
390
425
  <dd>
@@ -399,7 +434,7 @@ input is used.</p></div>
399
434
  may be specified more than once.
400
435
  </p>
401
436
  </dd>
402
- <dt>
437
+ <dt class="hdlist1">
403
438
  <strong>-b, --backend</strong>=<em>BACKEND</em>
404
439
  </dt>
405
440
  <dd>
@@ -408,7 +443,7 @@ input is used.</p></div>
408
443
  Defaults to <em>xhtml11</em>.
409
444
  </p>
410
445
  </dd>
411
- <dt>
446
+ <dt class="hdlist1">
412
447
  <strong>-f, --conf-file</strong>=<em>CONF_FILE</em>
413
448
  </dt>
414
449
  <dd>
@@ -418,7 +453,7 @@ input is used.</p></div>
418
453
  option may be specified more than once.
419
454
  </p>
420
455
  </dd>
421
- <dt>
456
+ <dt class="hdlist1">
422
457
  <strong>-d, --doctype</strong>=<em>DOCTYPE</em>
423
458
  </dt>
424
459
  <dd>
@@ -428,7 +463,7 @@ input is used.</p></div>
428
463
  type is <em>article</em>.
429
464
  </p>
430
465
  </dd>
431
- <dt>
466
+ <dt class="hdlist1">
432
467
  <strong>-c, --dump-conf</strong>
433
468
  </dt>
434
469
  <dd>
@@ -436,7 +471,7 @@ input is used.</p></div>
436
471
  Dump configuration to stdout.
437
472
  </p>
438
473
  </dd>
439
- <dt>
474
+ <dt class="hdlist1">
440
475
  <strong>-h, --help</strong>[=<em>TOPIC</em>]
441
476
  </dt>
442
477
  <dd>
@@ -446,7 +481,7 @@ input is used.</p></div>
446
481
  <strong>--help</strong>=<em>manpage</em> prints the AsciiDoc manpage.
447
482
  </p>
448
483
  </dd>
449
- <dt>
484
+ <dt class="hdlist1">
450
485
  <strong>-e, --no-conf</strong>
451
486
  </dt>
452
487
  <dd>
@@ -456,7 +491,7 @@ input is used.</p></div>
456
491
  <em>infile-backend.conf</em>).
457
492
  </p>
458
493
  </dd>
459
- <dt>
494
+ <dt class="hdlist1">
460
495
  <strong>-s, --no-header-footer</strong>
461
496
  </dt>
462
497
  <dd>
@@ -464,7 +499,7 @@ input is used.</p></div>
464
499
  Suppress document header and footer output.
465
500
  </p>
466
501
  </dd>
467
- <dt>
502
+ <dt class="hdlist1">
468
503
  <strong>-o, --out-file</strong>=<em>OUT_FILE</em>
469
504
  </dt>
470
505
  <dd>
@@ -475,7 +510,7 @@ input is used.</p></div>
475
510
  standard output is used.
476
511
  </p>
477
512
  </dd>
478
- <dt>
513
+ <dt class="hdlist1">
479
514
  <strong>-n, --section-numbers</strong>
480
515
  </dt>
481
516
  <dd>
@@ -484,7 +519,7 @@ input is used.</p></div>
484
519
  numbered</strong>.
485
520
  </p>
486
521
  </dd>
487
- <dt>
522
+ <dt class="hdlist1">
488
523
  <strong>--unsafe</strong>
489
524
  </dt>
490
525
  <dd>
@@ -493,7 +528,7 @@ input is used.</p></div>
493
528
  it is potentially dangerous.
494
529
  </p>
495
530
  </dd>
496
- <dt>
531
+ <dt class="hdlist1">
497
532
  <strong>-v, --verbose</strong>
498
533
  </dt>
499
534
  <dd>
@@ -502,7 +537,7 @@ input is used.</p></div>
502
537
  checks to stderr.
503
538
  </p>
504
539
  </dd>
505
- <dt>
540
+ <dt class="hdlist1">
506
541
  <strong>--version</strong>
507
542
  </dt>
508
543
  <dd>
@@ -514,8 +549,8 @@ input is used.</p></div>
514
549
  </div>
515
550
  <h2 id="_exit_status">EXIT STATUS</h2>
516
551
  <div class="sectionbody">
517
- <div class="vlist"><dl>
518
- <dt>
552
+ <div class="dlist"><dl>
553
+ <dt class="hdlist1">
519
554
  <strong>0</strong>
520
555
  </dt>
521
556
  <dd>
@@ -523,7 +558,7 @@ input is used.</p></div>
523
558
  Success
524
559
  </p>
525
560
  </dd>
526
- <dt>
561
+ <dt class="hdlist1">
527
562
  <strong>1</strong>
528
563
  </dt>
529
564
  <dd>
@@ -536,26 +571,26 @@ input is used.</p></div>
536
571
  </div>
537
572
  <h2 id="_bugs">BUGS</h2>
538
573
  <div class="sectionbody">
539
- <div class="para"><p>See the AsciiDoc distribution BUGS file.</p></div>
574
+ <div class="paragraph"><p>See the AsciiDoc distribution BUGS file.</p></div>
540
575
  </div>
541
576
  <h2 id="_author">AUTHOR</h2>
542
577
  <div class="sectionbody">
543
- <div class="para"><p>Written by Stuart Rackham, &lt;<a href="mailto:srackham@gmail.com">srackham@gmail.com</a>&gt;</p></div>
578
+ <div class="paragraph"><p>Written by Stuart Rackham, &lt;<a href="mailto:srackham@gmail.com">srackham@gmail.com</a>&gt;</p></div>
544
579
  </div>
545
580
  <h2 id="_resources">RESOURCES</h2>
546
581
  <div class="sectionbody">
547
- <div class="para"><p>SourceForge: <a href="http://sourceforge.net/projects/asciidoc/">http://sourceforge.net/projects/asciidoc/</a></p></div>
548
- <div class="para"><p>Main web site: <a href="http://www.methods.co.nz/asciidoc/">http://www.methods.co.nz/asciidoc/</a></p></div>
582
+ <div class="paragraph"><p>SourceForge: <a href="http://sourceforge.net/projects/asciidoc/">http://sourceforge.net/projects/asciidoc/</a></p></div>
583
+ <div class="paragraph"><p>Main web site: <a href="http://www.methods.co.nz/asciidoc/">http://www.methods.co.nz/asciidoc/</a></p></div>
549
584
  </div>
550
585
  <h2 id="_copying">COPYING</h2>
551
586
  <div class="sectionbody">
552
- <div class="para"><p>Copyright (C) 2002-2008 Stuart Rackham. Free use of this software is
587
+ <div class="paragraph"><p>Copyright (C) 2002-2008 Stuart Rackham. Free use of this software is
553
588
  granted under the terms of the GNU General Public License (GPL).</p></div>
554
589
  </div>
555
590
  <div id="footer">
556
591
  <div id="footer-text">
557
- Version 8.2.7<br />
558
- Last updated 2008-07-04 23:25:56 NZDT
592
+ Version 8.3.1<br />
593
+ Last updated 2008-12-13 09:58:07 NZDT
559
594
  </div>
560
595
  </div>
561
596
  </body>