FooBarWidget-mizuho 0.9.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (175) hide show
  1. data/LICENSE.txt +20 -0
  2. data/README.markdown +68 -0
  3. data/Rakefile +9 -0
  4. data/asciidoc/BUGS +34 -0
  5. data/asciidoc/BUGS.txt +28 -0
  6. data/asciidoc/CHANGELOG +1585 -0
  7. data/asciidoc/CHANGELOG.txt +1595 -0
  8. data/asciidoc/COPYING +339 -0
  9. data/asciidoc/COPYRIGHT +18 -0
  10. data/asciidoc/INSTALL +82 -0
  11. data/asciidoc/INSTALL.txt +71 -0
  12. data/asciidoc/README +46 -0
  13. data/asciidoc/README.txt +36 -0
  14. data/asciidoc/a2x +641 -0
  15. data/asciidoc/asciidoc.conf +404 -0
  16. data/asciidoc/asciidoc.py +4255 -0
  17. data/asciidoc/common.aap +9 -0
  18. data/asciidoc/dblatex/asciidoc-dblatex.sty +18 -0
  19. data/asciidoc/dblatex/asciidoc-dblatex.xsl +17 -0
  20. data/asciidoc/dblatex/dblatex-readme.txt +22 -0
  21. data/asciidoc/doc/a2x.1 +246 -0
  22. data/asciidoc/doc/a2x.1.txt +195 -0
  23. data/asciidoc/doc/article.css-embedded.html +579 -0
  24. data/asciidoc/doc/article.html +62 -0
  25. data/asciidoc/doc/article.pdf +0 -0
  26. data/asciidoc/doc/article.txt +124 -0
  27. data/asciidoc/doc/asciidoc-revhistory.xml +27 -0
  28. data/asciidoc/doc/asciidoc.1 +161 -0
  29. data/asciidoc/doc/asciidoc.1.css-embedded.html +562 -0
  30. data/asciidoc/doc/asciidoc.1.css.html +212 -0
  31. data/asciidoc/doc/asciidoc.1.html +190 -0
  32. data/asciidoc/doc/asciidoc.1.txt +118 -0
  33. data/asciidoc/doc/asciidoc.conf +8 -0
  34. data/asciidoc/doc/asciidoc.css-embedded.html +7954 -0
  35. data/asciidoc/doc/asciidoc.css.html +7553 -0
  36. data/asciidoc/doc/asciidoc.dict +673 -0
  37. data/asciidoc/doc/asciidoc.html +3502 -0
  38. data/asciidoc/doc/asciidoc.txt +4757 -0
  39. data/asciidoc/doc/asciimath.txt +47 -0
  40. data/asciidoc/doc/book-multi.css-embedded.html +575 -0
  41. data/asciidoc/doc/book-multi.html +72 -0
  42. data/asciidoc/doc/book-multi.txt +159 -0
  43. data/asciidoc/doc/book.css-embedded.html +585 -0
  44. data/asciidoc/doc/book.html +60 -0
  45. data/asciidoc/doc/book.txt +133 -0
  46. data/asciidoc/doc/customers.csv +18 -0
  47. data/asciidoc/doc/faq.txt +262 -0
  48. data/asciidoc/doc/latex-backend.html +224 -0
  49. data/asciidoc/doc/latex-backend.txt +193 -0
  50. data/asciidoc/doc/latexmath.txt +35 -0
  51. data/asciidoc/doc/main.aap +293 -0
  52. data/asciidoc/doc/music-filter.html +513 -0
  53. data/asciidoc/doc/music-filter.pdf +0 -0
  54. data/asciidoc/doc/music-filter.txt +158 -0
  55. data/asciidoc/doc/source-highlight-filter.html +183 -0
  56. data/asciidoc/doc/source-highlight-filter.pdf +0 -0
  57. data/asciidoc/doc/source-highlight-filter.txt +174 -0
  58. data/asciidoc/docbook-xsl/asciidoc-docbook-xsl.txt +71 -0
  59. data/asciidoc/docbook-xsl/chunked.xsl +19 -0
  60. data/asciidoc/docbook-xsl/common.xsl +67 -0
  61. data/asciidoc/docbook-xsl/fo.xsl +117 -0
  62. data/asciidoc/docbook-xsl/htmlhelp.xsl +17 -0
  63. data/asciidoc/docbook-xsl/manpage.xsl +28 -0
  64. data/asciidoc/docbook-xsl/shaded-literallayout.patch +32 -0
  65. data/asciidoc/docbook-xsl/xhtml.xsl +14 -0
  66. data/asciidoc/docbook.conf +606 -0
  67. data/asciidoc/examples/website/CHANGELOG.html +3828 -0
  68. data/asciidoc/examples/website/INSTALL.html +163 -0
  69. data/asciidoc/examples/website/README-website.html +129 -0
  70. data/asciidoc/examples/website/README-website.txt +29 -0
  71. data/asciidoc/examples/website/README.html +125 -0
  72. data/asciidoc/examples/website/a2x.1.html +395 -0
  73. data/asciidoc/examples/website/asciidoc-docbook-xsl.html +165 -0
  74. data/asciidoc/examples/website/asciimath.html +157 -0
  75. data/asciidoc/examples/website/build-website.sh +25 -0
  76. data/asciidoc/examples/website/downloads.html +219 -0
  77. data/asciidoc/examples/website/downloads.txt +98 -0
  78. data/asciidoc/examples/website/faq.html +372 -0
  79. data/asciidoc/examples/website/index.html +398 -0
  80. data/asciidoc/examples/website/index.txt +222 -0
  81. data/asciidoc/examples/website/latex-backend.html +640 -0
  82. data/asciidoc/examples/website/latexmath.html +119 -0
  83. data/asciidoc/examples/website/layout1.conf +161 -0
  84. data/asciidoc/examples/website/layout1.css +65 -0
  85. data/asciidoc/examples/website/layout2.conf +158 -0
  86. data/asciidoc/examples/website/layout2.css +93 -0
  87. data/asciidoc/examples/website/manpage.html +266 -0
  88. data/asciidoc/examples/website/music-filter.html +242 -0
  89. data/asciidoc/examples/website/music1.abc +12 -0
  90. data/asciidoc/examples/website/music1.png +0 -0
  91. data/asciidoc/examples/website/music2.ly +9 -0
  92. data/asciidoc/examples/website/music2.png +0 -0
  93. data/asciidoc/examples/website/source-highlight-filter.html +251 -0
  94. data/asciidoc/examples/website/support.html +78 -0
  95. data/asciidoc/examples/website/support.txt +5 -0
  96. data/asciidoc/examples/website/userguide.html +7597 -0
  97. data/asciidoc/examples/website/version9.html +143 -0
  98. data/asciidoc/examples/website/version9.txt +48 -0
  99. data/asciidoc/filters/code-filter-readme.txt +37 -0
  100. data/asciidoc/filters/code-filter-test-c++.txt +7 -0
  101. data/asciidoc/filters/code-filter-test.txt +15 -0
  102. data/asciidoc/filters/code-filter.conf +8 -0
  103. data/asciidoc/filters/code-filter.py +239 -0
  104. data/asciidoc/filters/music-filter-test.txt +40 -0
  105. data/asciidoc/filters/music-filter.conf +40 -0
  106. data/asciidoc/filters/music2png.py +189 -0
  107. data/asciidoc/filters/source-highlight-filter-test.txt +19 -0
  108. data/asciidoc/filters/source-highlight-filter.conf +100 -0
  109. data/asciidoc/help.conf +213 -0
  110. data/asciidoc/html4.conf +363 -0
  111. data/asciidoc/images/highlighter.png +0 -0
  112. data/asciidoc/images/icons/README +5 -0
  113. data/asciidoc/images/icons/callouts/1.png +0 -0
  114. data/asciidoc/images/icons/callouts/10.png +0 -0
  115. data/asciidoc/images/icons/callouts/11.png +0 -0
  116. data/asciidoc/images/icons/callouts/12.png +0 -0
  117. data/asciidoc/images/icons/callouts/13.png +0 -0
  118. data/asciidoc/images/icons/callouts/14.png +0 -0
  119. data/asciidoc/images/icons/callouts/15.png +0 -0
  120. data/asciidoc/images/icons/callouts/2.png +0 -0
  121. data/asciidoc/images/icons/callouts/3.png +0 -0
  122. data/asciidoc/images/icons/callouts/4.png +0 -0
  123. data/asciidoc/images/icons/callouts/5.png +0 -0
  124. data/asciidoc/images/icons/callouts/6.png +0 -0
  125. data/asciidoc/images/icons/callouts/7.png +0 -0
  126. data/asciidoc/images/icons/callouts/8.png +0 -0
  127. data/asciidoc/images/icons/callouts/9.png +0 -0
  128. data/asciidoc/images/icons/caution.png +0 -0
  129. data/asciidoc/images/icons/example.png +0 -0
  130. data/asciidoc/images/icons/home.png +0 -0
  131. data/asciidoc/images/icons/important.png +0 -0
  132. data/asciidoc/images/icons/next.png +0 -0
  133. data/asciidoc/images/icons/note.png +0 -0
  134. data/asciidoc/images/icons/prev.png +0 -0
  135. data/asciidoc/images/icons/tip.png +0 -0
  136. data/asciidoc/images/icons/up.png +0 -0
  137. data/asciidoc/images/icons/warning.png +0 -0
  138. data/asciidoc/images/smallnew.png +0 -0
  139. data/asciidoc/images/tiger.png +0 -0
  140. data/asciidoc/install.sh +55 -0
  141. data/asciidoc/javascripts/ASCIIMathML.js +938 -0
  142. data/asciidoc/javascripts/LaTeXMathML.js +1223 -0
  143. data/asciidoc/javascripts/toc.js +69 -0
  144. data/asciidoc/lang-es.conf +15 -0
  145. data/asciidoc/latex.conf +663 -0
  146. data/asciidoc/linuxdoc.conf +285 -0
  147. data/asciidoc/math.conf +50 -0
  148. data/asciidoc/stylesheets/docbook-xsl.css +271 -0
  149. data/asciidoc/stylesheets/xhtml-deprecated-manpage.css +21 -0
  150. data/asciidoc/stylesheets/xhtml-deprecated.css +247 -0
  151. data/asciidoc/stylesheets/xhtml11-manpage.css +18 -0
  152. data/asciidoc/stylesheets/xhtml11-quirks.css +49 -0
  153. data/asciidoc/stylesheets/xhtml11.css +284 -0
  154. data/asciidoc/t.conf +20 -0
  155. data/asciidoc/text.conf +16 -0
  156. data/asciidoc/vim/ftdetect/asciidoc_filetype.vim +53 -0
  157. data/asciidoc/vim/syntax/asciidoc.vim +139 -0
  158. data/asciidoc/xhtml-deprecated-css.conf +235 -0
  159. data/asciidoc/xhtml-deprecated.conf +351 -0
  160. data/asciidoc/xhtml11-quirks.conf +57 -0
  161. data/asciidoc/xhtml11.conf +514 -0
  162. data/bin/mizuho +40 -0
  163. data/lib/mizuho/chapter.rb +54 -0
  164. data/lib/mizuho/generator.rb +106 -0
  165. data/lib/mizuho/heading.rb +46 -0
  166. data/lib/mizuho/parser.rb +99 -0
  167. data/lib/mizuho/template.rb +50 -0
  168. data/mizuho.gemspec +34 -0
  169. data/templates/asciidoc.css +358 -0
  170. data/templates/asciidoc.html.erb +86 -0
  171. data/templates/manualsonrails.css +165 -0
  172. data/templates/manualsonrails.html.erb +97 -0
  173. data/test/parser_spec.rb +190 -0
  174. data/test/spec_helper.rb +43 -0
  175. metadata +234 -0
@@ -0,0 +1,212 @@
1
+ <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN"
2
+ "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
3
+ <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en">
4
+ <head>
5
+ <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
6
+ <meta name="generator" content="AsciiDoc 8.2.7" />
7
+ <link rel="stylesheet" href="../stylesheets/xhtml11.css" type="text/css" />
8
+ <link rel="stylesheet" href="../stylesheets/xhtml11-manpage.css" type="text/css" />
9
+ <link rel="stylesheet" href="../stylesheets/xhtml11-quirks.css" type="text/css" />
10
+ <title>ASCIIDOC(1)</title>
11
+ </head>
12
+ <body>
13
+ <div id="header">
14
+ <h1>
15
+ ASCIIDOC(1) Manual Page
16
+ </h1>
17
+ <h2>NAME</h2>
18
+ <div class="sectionbody">
19
+ <p>asciidoc -
20
+ converts an AsciiDoc text file to DocBook, HTML or LinuxDoc
21
+ </p>
22
+ </div>
23
+ </div>
24
+ <h2>SYNOPSIS</h2>
25
+ <div class="sectionbody">
26
+ <div class="para"><p><strong>asciidoc</strong> [<em>OPTIONS</em>] <em>FILE</em></p></div>
27
+ </div>
28
+ <h2 id="_description">DESCRIPTION</h2>
29
+ <div class="sectionbody">
30
+ <div class="para"><p>The asciidoc(1) command translates the AsciiDoc text file <em>FILE</em> to a
31
+ DocBook, HTML or LinuxDoc file. If <em>FILE</em> is <em>-</em> then the standard
32
+ input is used.</p></div>
33
+ </div>
34
+ <h2 id="_options">OPTIONS</h2>
35
+ <div class="sectionbody">
36
+ <div class="vlist"><dl>
37
+ <dt>
38
+ <strong>-a, --attribute</strong>=<em>ATTRIBUTE</em>
39
+ </dt>
40
+ <dd>
41
+ <p>
42
+ Define or delete document attribute. <em>ATTRIBUTE</em> is formatted like
43
+ <em>NAME=VALUE</em>. Command-line attributes take precedence over
44
+ document and configuration file attributes. Alternate acceptable
45
+ forms are <em>NAME</em> (the <em>VALUE</em> defaults to an empty string);
46
+ <em>NAME!</em> (delete the <em>NAME</em> attribute); <em>NAME@</em> (do not override
47
+ document or configuration file attributes). Values containing
48
+ spaces should be enclosed in double-quote characters. This option
49
+ may be specified more than once.
50
+ </p>
51
+ </dd>
52
+ <dt>
53
+ <strong>-b, --backend</strong>=<em>BACKEND</em>
54
+ </dt>
55
+ <dd>
56
+ <p>
57
+ Backend output file format: <em>docbook</em>, <em>xhtml11</em> or <em>html4</em>.
58
+ Defaults to <em>xhtml11</em>.
59
+ </p>
60
+ </dd>
61
+ <dt>
62
+ <strong>-f, --conf-file</strong>=<em>CONF_FILE</em>
63
+ </dt>
64
+ <dd>
65
+ <p>
66
+ Use configuration file <em>CONF_FILE</em>.Configuration files processed
67
+ in command-line order (after implicit configuration files). This
68
+ option may be specified more than once.
69
+ </p>
70
+ </dd>
71
+ <dt>
72
+ <strong>-d, --doctype</strong>=<em>DOCTYPE</em>
73
+ </dt>
74
+ <dd>
75
+ <p>
76
+ Document type: <em>article</em>, <em>manpage</em> or <em>book</em>. The <em>book</em> document
77
+ type is only supported by the <em>docbook</em> backend. Default document
78
+ type is <em>article</em>.
79
+ </p>
80
+ </dd>
81
+ <dt>
82
+ <strong>-c, --dump-conf</strong>
83
+ </dt>
84
+ <dd>
85
+ <p>
86
+ Dump configuration to stdout.
87
+ </p>
88
+ </dd>
89
+ <dt>
90
+ <strong>-h, --help</strong>[=<em>TOPIC</em>]
91
+ </dt>
92
+ <dd>
93
+ <p>
94
+ Print help TOPIC. <strong>--help</strong>=<em>topics</em> will print a list of help
95
+ topics, <strong>--help</strong>=<em>syntax</em> summarizes AsciiDoc syntax,
96
+ <strong>--help</strong>=<em>manpage</em> prints the AsciiDoc manpage.
97
+ </p>
98
+ </dd>
99
+ <dt>
100
+ <strong>-e, --no-conf</strong>
101
+ </dt>
102
+ <dd>
103
+ <p>
104
+ Exclude implicitly loaded configuration files except for those
105
+ named like the input file (<em>infile.conf</em> and
106
+ <em>infile-backend.conf</em>).
107
+ </p>
108
+ </dd>
109
+ <dt>
110
+ <strong>-s, --no-header-footer</strong>
111
+ </dt>
112
+ <dd>
113
+ <p>
114
+ Suppress document header and footer output.
115
+ </p>
116
+ </dd>
117
+ <dt>
118
+ <strong>-o, --out-file</strong>=<em>OUT_FILE</em>
119
+ </dt>
120
+ <dd>
121
+ <p>
122
+ Write output to file <em>OUT_FILE</em>. Defaults to the base name of
123
+ input file with <em>backend</em> extension. If the input is stdin then
124
+ the outfile defaults to stdout. If <em>OUT_FILE</em> is <em>-</em> then the
125
+ standard output is used.
126
+ </p>
127
+ </dd>
128
+ <dt>
129
+ <strong>-n, --section-numbers</strong>
130
+ </dt>
131
+ <dd>
132
+ <p>
133
+ Auto-number HTML article section titles. Synonym for <strong>-a
134
+ numbered</strong>.
135
+ </p>
136
+ </dd>
137
+ <dt>
138
+ <strong>--unsafe</strong>
139
+ </dt>
140
+ <dd>
141
+ <p>
142
+ Disable safe mode. Safe mode is enabled by default, disabling
143
+ it is potentially dangerous.
144
+ </p>
145
+ </dd>
146
+ <dt>
147
+ <strong>-v, --verbose</strong>
148
+ </dt>
149
+ <dd>
150
+ <p>
151
+ Verbosely print processing information and configuration file
152
+ checks to stderr.
153
+ </p>
154
+ </dd>
155
+ <dt>
156
+ <strong>--version</strong>
157
+ </dt>
158
+ <dd>
159
+ <p>
160
+ Print program version number.
161
+ </p>
162
+ </dd>
163
+ </dl></div>
164
+ </div>
165
+ <h2 id="_exit_status">EXIT STATUS</h2>
166
+ <div class="sectionbody">
167
+ <div class="vlist"><dl>
168
+ <dt>
169
+ <strong>0</strong>
170
+ </dt>
171
+ <dd>
172
+ <p>
173
+ Success
174
+ </p>
175
+ </dd>
176
+ <dt>
177
+ <strong>1</strong>
178
+ </dt>
179
+ <dd>
180
+ <p>
181
+ Failure (syntax or usage error; configuration error; document
182
+ processing failure; unexpected error).
183
+ </p>
184
+ </dd>
185
+ </dl></div>
186
+ </div>
187
+ <h2 id="_bugs">BUGS</h2>
188
+ <div class="sectionbody">
189
+ <div class="para"><p>See the AsciiDoc distribution BUGS file.</p></div>
190
+ </div>
191
+ <h2 id="_author">AUTHOR</h2>
192
+ <div class="sectionbody">
193
+ <div class="para"><p>Written by Stuart Rackham, &lt;<a href="mailto:srackham@gmail.com">srackham@gmail.com</a>&gt;</p></div>
194
+ </div>
195
+ <h2 id="_resources">RESOURCES</h2>
196
+ <div class="sectionbody">
197
+ <div class="para"><p>SourceForge: <a href="http://sourceforge.net/projects/asciidoc/">http://sourceforge.net/projects/asciidoc/</a></p></div>
198
+ <div class="para"><p>Main web site: <a href="http://www.methods.co.nz/asciidoc/">http://www.methods.co.nz/asciidoc/</a></p></div>
199
+ </div>
200
+ <h2 id="_copying">COPYING</h2>
201
+ <div class="sectionbody">
202
+ <div class="para"><p>Copyright (C) 2002-2008 Stuart Rackham. Free use of this software is
203
+ granted under the terms of the GNU General Public License (GPL).</p></div>
204
+ </div>
205
+ <div id="footer">
206
+ <div id="footer-text">
207
+ Version 8.2.7<br />
208
+ Last updated 2008-07-04 23:25:42 NZDT
209
+ </div>
210
+ </div>
211
+ </body>
212
+ </html>
@@ -0,0 +1,190 @@
1
+ <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
2
+ <html>
3
+ <head>
4
+ <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
5
+ <meta name="generator" content="AsciiDoc 8.2.7">
6
+ <title>asciidoc</title>
7
+ </head>
8
+ <body>
9
+ <hr />
10
+ <h1>
11
+ ASCIIDOC(1) Manual Page
12
+ </h1>
13
+ <hr />
14
+ <h2>NAME</h2>
15
+ <p>asciidoc -
16
+ converts an AsciiDoc text file to DocBook, HTML or LinuxDoc
17
+ </p>
18
+ <h2>SYNOPSIS</h2>
19
+ <p><strong>asciidoc</strong> [<b>OPTIONS</b>] <b>FILE</b></p>
20
+ <h2><a name="_description"></a>DESCRIPTION</h2>
21
+ <p>The asciidoc(1) command translates the AsciiDoc text file <b>FILE</b> to a
22
+ DocBook, HTML or LinuxDoc file. If <b>FILE</b> is <b>-</b> then the standard
23
+ input is used.</p>
24
+ <h2><a name="_options"></a>OPTIONS</h2>
25
+ <dl>
26
+ <dt><b>
27
+ <strong>-a, --attribute</strong>=<b>ATTRIBUTE</b>
28
+ </b></dt>
29
+ <dd>
30
+ <p>
31
+ Define or delete document attribute. <b>ATTRIBUTE</b> is formatted like
32
+ <b>NAME=VALUE</b>. Command-line attributes take precedence over
33
+ document and configuration file attributes. Alternate acceptable
34
+ forms are <b>NAME</b> (the <b>VALUE</b> defaults to an empty string);
35
+ <b>NAME!</b> (delete the <b>NAME</b> attribute); <b>NAME@</b> (do not override
36
+ document or configuration file attributes). Values containing
37
+ spaces should be enclosed in double-quote characters. This option
38
+ may be specified more than once.
39
+ </p>
40
+ </dd>
41
+ <dt><b>
42
+ <strong>-b, --backend</strong>=<b>BACKEND</b>
43
+ </b></dt>
44
+ <dd>
45
+ <p>
46
+ Backend output file format: <b>docbook</b>, <b>xhtml11</b> or <b>html4</b>.
47
+ Defaults to <b>xhtml11</b>.
48
+ </p>
49
+ </dd>
50
+ <dt><b>
51
+ <strong>-f, --conf-file</strong>=<b>CONF_FILE</b>
52
+ </b></dt>
53
+ <dd>
54
+ <p>
55
+ Use configuration file <b>CONF_FILE</b>.Configuration files processed
56
+ in command-line order (after implicit configuration files). This
57
+ option may be specified more than once.
58
+ </p>
59
+ </dd>
60
+ <dt><b>
61
+ <strong>-d, --doctype</strong>=<b>DOCTYPE</b>
62
+ </b></dt>
63
+ <dd>
64
+ <p>
65
+ Document type: <b>article</b>, <b>manpage</b> or <b>book</b>. The <b>book</b> document
66
+ type is only supported by the <b>docbook</b> backend. Default document
67
+ type is <b>article</b>.
68
+ </p>
69
+ </dd>
70
+ <dt><b>
71
+ <strong>-c, --dump-conf</strong>
72
+ </b></dt>
73
+ <dd>
74
+ <p>
75
+ Dump configuration to stdout.
76
+ </p>
77
+ </dd>
78
+ <dt><b>
79
+ <strong>-h, --help</strong>[=<b>TOPIC</b>]
80
+ </b></dt>
81
+ <dd>
82
+ <p>
83
+ Print help TOPIC. <strong>--help</strong>=<b>topics</b> will print a list of help
84
+ topics, <strong>--help</strong>=<b>syntax</b> summarizes AsciiDoc syntax,
85
+ <strong>--help</strong>=<b>manpage</b> prints the AsciiDoc manpage.
86
+ </p>
87
+ </dd>
88
+ <dt><b>
89
+ <strong>-e, --no-conf</strong>
90
+ </b></dt>
91
+ <dd>
92
+ <p>
93
+ Exclude implicitly loaded configuration files except for those
94
+ named like the input file (<b>infile.conf</b> and
95
+ <b>infile-backend.conf</b>).
96
+ </p>
97
+ </dd>
98
+ <dt><b>
99
+ <strong>-s, --no-header-footer</strong>
100
+ </b></dt>
101
+ <dd>
102
+ <p>
103
+ Suppress document header and footer output.
104
+ </p>
105
+ </dd>
106
+ <dt><b>
107
+ <strong>-o, --out-file</strong>=<b>OUT_FILE</b>
108
+ </b></dt>
109
+ <dd>
110
+ <p>
111
+ Write output to file <b>OUT_FILE</b>. Defaults to the base name of
112
+ input file with <b>backend</b> extension. If the input is stdin then
113
+ the outfile defaults to stdout. If <b>OUT_FILE</b> is <b>-</b> then the
114
+ standard output is used.
115
+ </p>
116
+ </dd>
117
+ <dt><b>
118
+ <strong>-n, --section-numbers</strong>
119
+ </b></dt>
120
+ <dd>
121
+ <p>
122
+ Auto-number HTML article section titles. Synonym for <strong>-a
123
+ numbered</strong>.
124
+ </p>
125
+ </dd>
126
+ <dt><b>
127
+ <strong>--unsafe</strong>
128
+ </b></dt>
129
+ <dd>
130
+ <p>
131
+ Disable safe mode. Safe mode is enabled by default, disabling
132
+ it is potentially dangerous.
133
+ </p>
134
+ </dd>
135
+ <dt><b>
136
+ <strong>-v, --verbose</strong>
137
+ </b></dt>
138
+ <dd>
139
+ <p>
140
+ Verbosely print processing information and configuration file
141
+ checks to stderr.
142
+ </p>
143
+ </dd>
144
+ <dt><b>
145
+ <strong>--version</strong>
146
+ </b></dt>
147
+ <dd>
148
+ <p>
149
+ Print program version number.
150
+ </p>
151
+ </dd>
152
+ </dl>
153
+ <h2><a name="_exit_status"></a>EXIT STATUS</h2>
154
+ <dl>
155
+ <dt><b>
156
+ <strong>0</strong>
157
+ </b></dt>
158
+ <dd>
159
+ <p>
160
+ Success
161
+ </p>
162
+ </dd>
163
+ <dt><b>
164
+ <strong>1</strong>
165
+ </b></dt>
166
+ <dd>
167
+ <p>
168
+ Failure (syntax or usage error; configuration error; document
169
+ processing failure; unexpected error).
170
+ </p>
171
+ </dd>
172
+ </dl>
173
+ <h2><a name="_bugs"></a>BUGS</h2>
174
+ <p>See the AsciiDoc distribution BUGS file.</p>
175
+ <h2><a name="_author"></a>AUTHOR</h2>
176
+ <p>Written by Stuart Rackham, &lt;<a href="mailto:srackham@gmail.com">srackham@gmail.com</a>&gt;</p>
177
+ <h2><a name="_resources"></a>RESOURCES</h2>
178
+ <p>SourceForge: <a href="http://sourceforge.net/projects/asciidoc/">http://sourceforge.net/projects/asciidoc/</a></p>
179
+ <p>Main web site: <a href="http://www.methods.co.nz/asciidoc/">http://www.methods.co.nz/asciidoc/</a></p>
180
+ <h2><a name="_copying"></a>COPYING</h2>
181
+ <p>Copyright (C) 2002-2008 Stuart Rackham. Free use of this software is
182
+ granted under the terms of the GNU General Public License (GPL).</p>
183
+ <p></p>
184
+ <p></p>
185
+ <hr /><p><small>
186
+ Version 8.2.7<br />
187
+ Last updated 2008-07-04 23:25:26 NZDT
188
+ </small></p>
189
+ </body>
190
+ </html>
@@ -0,0 +1,118 @@
1
+ ASCIIDOC(1)
2
+ ===========
3
+ Stuart Rackham <srackham@gmail.com>
4
+
5
+
6
+ NAME
7
+ ----
8
+ asciidoc - converts an AsciiDoc text file to DocBook, HTML or LinuxDoc
9
+
10
+
11
+ SYNOPSIS
12
+ --------
13
+ *asciidoc* ['OPTIONS'] 'FILE'
14
+
15
+
16
+ DESCRIPTION
17
+ -----------
18
+ The asciidoc(1) command translates the AsciiDoc text file 'FILE' to a
19
+ DocBook, HTML or LinuxDoc file. If 'FILE' is '-' then the standard
20
+ input is used.
21
+
22
+
23
+ OPTIONS
24
+ -------
25
+ *-a, --attribute*='ATTRIBUTE'::
26
+ Define or delete document attribute. 'ATTRIBUTE' is formatted like
27
+ 'NAME=VALUE'. Command-line attributes take precedence over
28
+ document and configuration file attributes. Alternate acceptable
29
+ forms are 'NAME' (the 'VALUE' defaults to an empty string);
30
+ 'NAME!' (delete the 'NAME' attribute); 'NAME@' (do not override
31
+ document or configuration file attributes). Values containing
32
+ spaces should be enclosed in double-quote characters. This option
33
+ may be specified more than once.
34
+
35
+ *-b, --backend*='BACKEND'::
36
+ Backend output file format: 'docbook', 'xhtml11' or 'html4'.
37
+ Defaults to 'xhtml11'.
38
+
39
+ *-f, --conf-file*='CONF_FILE'::
40
+ Use configuration file 'CONF_FILE'.Configuration files processed
41
+ in command-line order (after implicit configuration files). This
42
+ option may be specified more than once.
43
+
44
+ *-d, --doctype*='DOCTYPE'::
45
+ Document type: 'article', 'manpage' or 'book'. The 'book' document
46
+ type is only supported by the 'docbook' backend. Default document
47
+ type is 'article'.
48
+
49
+ *-c, --dump-conf*::
50
+ Dump configuration to stdout.
51
+
52
+ *-h, --help*[='TOPIC']::
53
+ Print help TOPIC. *--help*='topics' will print a list of help
54
+ topics, *--help*='syntax' summarizes AsciiDoc syntax,
55
+ *--help*='manpage' prints the AsciiDoc manpage.
56
+
57
+ *-e, --no-conf*::
58
+ Exclude implicitly loaded configuration files except for those
59
+ named like the input file ('infile.conf' and
60
+ 'infile-backend.conf').
61
+
62
+ *-s, --no-header-footer*::
63
+ Suppress document header and footer output.
64
+
65
+ *-o, --out-file*='OUT_FILE'::
66
+ Write output to file 'OUT_FILE'. Defaults to the base name of
67
+ input file with 'backend' extension. If the input is stdin then
68
+ the outfile defaults to stdout. If 'OUT_FILE' is '-' then the
69
+ standard output is used.
70
+
71
+ *-n, --section-numbers*::
72
+ Auto-number HTML article section titles. Synonym for *-a
73
+ numbered*.
74
+
75
+ *--unsafe*::
76
+ Disable safe mode. Safe mode is enabled by default, disabling
77
+ it is potentially dangerous.
78
+
79
+ *-v, --verbose*::
80
+ Verbosely print processing information and configuration file
81
+ checks to stderr.
82
+
83
+ *--version*::
84
+ Print program version number.
85
+
86
+
87
+ EXIT STATUS
88
+ -----------
89
+ *0*::
90
+ Success
91
+
92
+ *1*::
93
+ Failure (syntax or usage error; configuration error; document
94
+ processing failure; unexpected error).
95
+
96
+
97
+ BUGS
98
+ ----
99
+ See the AsciiDoc distribution BUGS file.
100
+
101
+
102
+ AUTHOR
103
+ ------
104
+ Written by Stuart Rackham, <srackham@gmail.com>
105
+
106
+
107
+ RESOURCES
108
+ ---------
109
+ SourceForge: <http://sourceforge.net/projects/asciidoc/>
110
+
111
+ Main web site: <http://www.methods.co.nz/asciidoc/>
112
+
113
+
114
+ COPYING
115
+ -------
116
+ Copyright \(C) 2002-2008 Stuart Rackham. Free use of this software is
117
+ granted under the terms of the GNU General Public License (GPL).
118
+