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,62 @@
1
+ <?xml version="1.0" encoding="UTF-8"?>
2
+ <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
3
+ <html xmlns="http://www.w3.org/1999/xhtml"><head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /><title>The Article Title</title><link rel="stylesheet" href="./docbook-xsl.css" type="text/css" /><meta name="generator" content="DocBook XSL Stylesheets V1.72.0" /></head><body><div class="article" lang="en" xml:lang="en"><div class="titlepage"><div><div><h1 class="title"><a id="id2433890"></a>The Article Title</h1></div><div><div class="author"><h3 class="author"><span class="firstname">Author's</span> <span class="surname">Name</span></h3><div class="affiliation"><div class="address"><p><code class="email">&lt;<a href="mailto:authors@email.address">authors@email.address</a>&gt;</code></p></div></div></div></div><div><div class="revhistory"><table border="1" width="100%" summary="Revision history"><tr><th align="left" valign="top" colspan="3"><b>Revision History</b></th></tr><tr><td align="left">Revision 1.0</td><td align="left">Dec 2003</td><td align="left">AN</td></tr></table></div></div></div><hr /></div><div class="toc"><p><b>Table of Contents</b></p><dl><dt><span class="section"><a href="#_the_first_section">1. The First Section</a></span></dt><dd><dl><dt><span class="section"><a href="#X1">1.1. Sub-section with Anchor</a></span></dt></dl></dd><dt><span class="section"><a href="#_the_second_section">2. The Second Section</a></span></dt><dt><span class="appendix"><a href="#_example_appendix">A. Example Appendix</a></span></dt><dd><dl><dt><span class="section"><a href="#_appendix_sub_section">A.1. Appendix Sub-section</a></span></dt></dl></dd><dt><span class="bibliography"><a href="#_bibliography">Bibliography</a></span></dt><dt><span class="glossary"><a href="#_glossary">Glossary</a></span></dt><dt><span class="index"><a href="#_index">Index</a></span></dt></dl></div><p>This is the optional preamble (an untitled section body). Useful for
4
+ writing simple sectionless documents consisting only of a preamble.</p><div class="abstract"><a id="_abstract"></a><p class="title"><b>Abstract</b></p><p>The optional abstract (one or more paragraphs) goes here.</p><p>This document is an <span class="emphasis"><em>AsciiDoc</em></span> article skeleton containing briefly
5
+ annotated element placeholders plus a couple of example index entries
6
+ and footnotes. The preface, appendix, bibliography, glossary and index
7
+ section titles are significant (<span class="emphasis"><em>specialsections</em></span>).</p></div><div class="section" lang="en" xml:lang="en"><div class="titlepage"><div><div><h2 class="title" style="clear: both"><a id="_the_first_section"></a>1. The First Section</h2></div></div></div><p>Article sections start at level 1 and can be nested up to four levels
8
+ deep.
9
+ <sup>[<a id="id2526524" href="#ftn.id2526524">1</a>]</sup>
10
+ <a id="id2526528" class="indexterm"></a></p><p>And now for something completely different: <a id="id2488059" class="indexterm"></a>
11
+ monkeys, lions and
12
+ tigers (Bengal and Siberian) using the alternative syntax index
13
+ entries.
14
+ <a id="id2488071" class="indexterm"></a>
15
+ <a id="id2488083" class="indexterm"></a>
16
+ <a id="id2488092" class="indexterm"></a>
17
+ <a id="id2488105" class="indexterm"></a>
18
+ <a id="id2488116" class="indexterm"></a>
19
+ <a id="id2488126" class="indexterm"></a>
20
+ <a id="id2488139" class="indexterm"></a>
21
+ <a id="id2488151" class="indexterm"></a>
22
+ Note that multi-entry terms generate separate index entries.</p><p>Here are a couple of image examples: an <span class="inlinemediaobject"><img src="images/smallnew.png" alt="images/smallnew.png" /></span>
23
+ example inline image followed by an example block image:</p><div class="figure"><a id="id2488183"></a><p class="title"><b>Figure 1. Tiger block image</b></p><div class="figure-contents"><div class="mediaobject"><img src="images/tiger.png" alt="Tiger image" /></div></div></div><br class="figure-break" /><p>Followed by an example table:</p><div class="table"><a id="id2488210"></a><p class="title"><b>Table 1. An example table</b></p><div class="table-contents"><table summary="An example table" cellpadding="4px" border="0" style="border-collapse: collapse;border-top: 2px solid #527bbd; border-bottom: 2px solid #527bbd; "><colgroup><col align="left" /><col align="left" /></colgroup><thead><tr><th style="" align="left">
24
+ Option
25
+ </th><th style="" align="left">
26
+ Description
27
+ </th></tr></thead><tbody><tr><td style="" align="left">
28
+ -a <span class="emphasis"><em>USER GROUP</em></span>
29
+ </td><td style="" align="left">
30
+ Add <span class="emphasis"><em>USER</em></span> to <span class="emphasis"><em>GROUP</em></span>.
31
+ </td></tr><tr><td style="" align="left">
32
+ -R <span class="emphasis"><em>GROUP</em></span>
33
+ </td><td style="" align="left">
34
+ Disables access to <span class="emphasis"><em>GROUP</em></span>.
35
+ </td></tr></tbody></table></div></div><br class="table-break" /><div class="section" lang="en" xml:lang="en"><div class="titlepage"><div><div><h3 class="title"><a id="X1"></a>1.1. Sub-section with Anchor</h3></div></div></div><p>Sub-section at level 2.</p><div class="section" lang="en" xml:lang="en"><div class="titlepage"><div><div><h4 class="title"><a id="_a_nested_sub_section"></a>1.1.1. A Nested Sub-section</h4></div></div></div><p>Sub-section at level 3.</p><div class="section" lang="en" xml:lang="en"><div class="titlepage"><div><div><h5 class="title"><a id="_yet_another_nested_sub_section"></a>1.1.1.1. Yet another nested Sub-section</h5></div></div></div><p>Sub-section at level 4.</p><p>This is the maximum sub-section depth supported by the distributed
36
+ <span class="emphasis"><em>AsciiDoc</em></span> configuration.
37
+ <sup>[<a id="id2488399" href="#ftn.id2488399">2</a>]</sup></p></div></div></div></div><div class="section" lang="en" xml:lang="en"><div class="titlepage"><div><div><h2 class="title" style="clear: both"><a id="_the_second_section"></a>2. The Second Section</h2></div></div></div><p>Article sections are at level 1 and can contain sub-sections nested up
38
+ to four deep.</p><p>An example link to anchor at start of the <a href="#X1" title="1.1.&#xA0;Sub-section with Anchor">first sub-section</a>.
39
+ <a id="id2488537" class="indexterm"></a></p><p>An example link to a bibliography entry <a href="#taoup">[taoup]</a>.</p></div><div class="appendix" lang="en" xml:lang="en"><h2 class="title" style="clear: both"><a id="_example_appendix"></a>A. Example Appendix</h2><p><span class="emphasis"><em>AsciiDoc</em></span> article appendices are just just article sections with
40
+ <span class="emphasis"><em>specialsection</em></span> titles.</p><div class="section" lang="en" xml:lang="en"><div class="titlepage"><div><div><h3 class="title"><a id="_appendix_sub_section"></a>A.1. Appendix Sub-section</h3></div></div></div><p>Appendix sub-section at level 2.</p></div></div><div class="bibliography"><div class="titlepage"><div><div><h2 class="title"><a id="_bibliography"></a>Bibliography</h2></div></div></div><p>The bibliography list is an example of an <span class="emphasis"><em>AsciiDoc</em></span> SimpleList, the
41
+ <span class="emphasis"><em>AsciiDoc</em></span> source list items are bulleted with a <code class="literal">+</code> character.</p><div class="bibliomixed"><a id="id2488858"></a><p class="bibliomixed">
42
+ <span class="bibliomisc">
43
+ <a id="taoup"></a>[taoup] Eric Steven Raymond. <span class="emphasis"><em>The Art of Unix
44
+ Programming</em></span>. Addison-Wesley. ISBN 0-13-142901-9.
45
+ </span>
46
+ </p></div><div class="bibliomixed"><a id="id2488879"></a><p class="bibliomixed">
47
+ <span class="bibliomisc">
48
+ <a id="walsh-muellner"></a>[walsh-muellner] Norman Walsh &amp; Leonard Muellner.
49
+ <span class="emphasis"><em>DocBook - The Definitive Guide</em></span>. O'Reilly &amp; Associates. 1999.
50
+ ISBN 1-56592-580-7.
51
+ </span>
52
+ </p></div></div><div class="glossary"><div class="titlepage"><div><div><h2 class="title"><a id="_glossary"></a>Glossary</h2></div></div></div><p>Glossaries are optional. Glossaries entries are an example of <span class="emphasis"><em>AsciiDoc</em></span>
53
+ VariableList entries, the <span class="emphasis"><em>AsciiDoc</em></span> source entry terms are terminated
54
+ by the ":-" characters.</p><dl><dt>
55
+ A glossary term
56
+ </dt><dd><p>
57
+ The corresponding (indented) definition.
58
+ </p></dd><dt>
59
+ A second glossary term
60
+ </dt><dd><p>
61
+ The corresponding (indented) definition.
62
+ </p></dd></dl></div><div class="index"><div class="titlepage"><div><div><h2 class="title"><a id="_index"></a>Index</h2></div></div></div><div class="index"><div class="indexdiv"><h3>B</h3><dl><dt>Bengal Tiger, <a href="#_the_first_section">The First Section</a></dt><dt>Big cats</dt><dd><dl><dt>Lions, <a href="#_the_first_section">The First Section</a></dt><dt>Tigers</dt><dd><dl><dt>Bengal Tiger, <a href="#_the_first_section">The First Section</a></dt><dt>Siberian Tiger, <a href="#_the_first_section">The First Section</a></dt></dl></dd></dl></dd></dl></div><div class="indexdiv"><h3>E</h3><dl><dt>Example index entry, <a href="#_the_first_section">The First Section</a></dt></dl></div><div class="indexdiv"><h3>L</h3><dl><dt>Lions, <a href="#_the_first_section">The First Section</a></dt></dl></div><div class="indexdiv"><h3>M</h3><dl><dt>monkeys, <a href="#_the_first_section">The First Section</a></dt></dl></div><div class="indexdiv"><h3>S</h3><dl><dt>Second example index entry, <a href="#_the_second_section">The Second Section</a></dt><dt>Siberian Tiger, <a href="#_the_first_section">The First Section</a></dt></dl></div><div class="indexdiv"><h3>T</h3><dl><dt>Tigers</dt><dd><dl><dt>Bengal Tiger, <a href="#_the_first_section">The First Section</a></dt><dt>Siberian Tiger, <a href="#_the_first_section">The First Section</a></dt></dl></dd></dl></div></div></div><div class="footnotes"><br /><hr width="100" align="left" /><div class="footnote"><p><sup>[<a id="ftn.id2526524" href="#id2526524">1</a>] </sup>An example footnote.</p></div><div class="footnote"><p><sup>[<a id="ftn.id2488399" href="#id2488399">2</a>] </sup>A second example footnote.</p></div></div></div></body></html>
Binary file
@@ -0,0 +1,124 @@
1
+ The Article Title
2
+ =================
3
+ Author's Name <authors@email.address>
4
+ v1.0, Dec 2003
5
+
6
+
7
+ This is the optional preamble (an untitled section body). Useful for
8
+ writing simple sectionless documents consisting only of a preamble.
9
+
10
+
11
+ Abstract
12
+ --------
13
+ The optional abstract (one or more paragraphs) goes here.
14
+
15
+ This document is an AsciiDoc article skeleton containing briefly
16
+ annotated element placeholders plus a couple of example index entries
17
+ and footnotes. The preface, appendix, bibliography, glossary and index
18
+ section titles are significant ('specialsections').
19
+
20
+
21
+ The First Section
22
+ -----------------
23
+ Article sections start at level 1 and can be nested up to four levels
24
+ deep.
25
+ footnote:[An example footnote.]
26
+ indexterm:[Example index entry]
27
+
28
+ And now for something completely different: ((monkeys)), lions and
29
+ tigers (Bengal and Siberian) using the alternative syntax index
30
+ entries.
31
+ (((Big cats,Lions)))
32
+ (((Big cats,Tigers,Bengal Tiger)))
33
+ (((Big cats,Tigers,Siberian Tiger)))
34
+ Note that multi-entry terms generate separate index entries.
35
+
36
+ Here are a couple of image examples: an image:images/smallnew.png[]
37
+ example inline image followed by an example block image:
38
+
39
+ .Tiger block image
40
+ image::images/tiger.png[Tiger image]
41
+
42
+ Followed by an example table:
43
+
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
+ ---------------------------------------------
51
+
52
+ [[X1]]
53
+ Sub-section with Anchor
54
+ ~~~~~~~~~~~~~~~~~~~~~~~
55
+ Sub-section at level 2.
56
+
57
+ A Nested Sub-section
58
+ ^^^^^^^^^^^^^^^^^^^^
59
+ Sub-section at level 3.
60
+
61
+ Yet another nested Sub-section
62
+ ++++++++++++++++++++++++++++++
63
+ Sub-section at level 4.
64
+
65
+ This is the maximum sub-section depth supported by the distributed
66
+ AsciiDoc configuration.
67
+ footnote:[A second example footnote.]
68
+
69
+
70
+ The Second Section
71
+ ------------------
72
+ Article sections are at level 1 and can contain sub-sections nested up
73
+ to four deep.
74
+
75
+ An example link to anchor at start of the <<X1,first sub-section>>.
76
+ indexterm:[Second example index entry]
77
+
78
+ An example link to a bibliography entry <<taoup>>.
79
+
80
+ Appendix A: Example Appendix
81
+ ----------------------------
82
+ AsciiDoc article appendices are just just article sections with
83
+ 'specialsection' titles.
84
+
85
+ Appendix Sub-section
86
+ ~~~~~~~~~~~~~~~~~~~~
87
+ Appendix sub-section at level 2.
88
+
89
+
90
+
91
+ Bibliography
92
+ ------------
93
+ The bibliography list is an example of an AsciiDoc SimpleList, the
94
+ AsciiDoc source list items are bulleted with a `+` character.
95
+
96
+ + [[[taoup]]] Eric Steven Raymond. 'The Art of Unix
97
+ Programming'. Addison-Wesley. ISBN 0-13-142901-9.
98
+ + [[[walsh-muellner]]] Norman Walsh & Leonard Muellner.
99
+ 'DocBook - The Definitive Guide'. O'Reilly & Associates. 1999.
100
+ ISBN 1-56592-580-7.
101
+
102
+
103
+
104
+ Glossary
105
+ --------
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.
109
+
110
+ A glossary term:-
111
+ The corresponding (indented) definition.
112
+
113
+ A second glossary term:-
114
+ The corresponding (indented) definition.
115
+
116
+
117
+ ifdef::backend-docbook[]
118
+ Index
119
+ -----
120
+ ////////////////////////////////////////////////////////////////
121
+ The index is normally left completely empty, it's contents being
122
+ generated automatically by the DocBook toolchain.
123
+ ////////////////////////////////////////////////////////////////
124
+ endif::backend-docbook[]
@@ -0,0 +1,27 @@
1
+ <revhistory>
2
+
3
+ <revision>
4
+ <revnumber>6.0.0</revnumber>
5
+ <date>January 2005</date>
6
+ <authorinitials>SJR</authorinitials>
7
+ <revremark>
8
+ AsciiDoc 6.0.0 additions and changes (see the
9
+ <ulink url="http://www.methods.co.nz/asciidoc/CHANGELOG.html">
10
+ AsciiDoc CHANGELOG</ulink>
11
+ for a full list of changes).
12
+ </revremark>
13
+ </revision>
14
+
15
+ <revision>
16
+ <revnumber>5.1.1</revnumber>
17
+ <date>2004-10-10</date>
18
+ <authorinitials>SJR</authorinitials>
19
+ <revremark>
20
+ AsciiDoc 5.1.1 additions and changes (see the
21
+ <ulink url="http://www.methods.co.nz/asciidoc/CHANGELOG.html">
22
+ AsciiDoc CHANGELOG</ulink>
23
+ for a full list of changes).
24
+ </revremark>
25
+ </revision>
26
+
27
+ </revhistory>
@@ -0,0 +1,161 @@
1
+ .\" Title: asciidoc
2
+ .\" Author:
3
+ .\" Generator: DocBook XSL Stylesheets v1.72.0 <http://docbook.sf.net/>
4
+ .\" Date: 07/04/2008
5
+ .\" Manual:
6
+ .\" Source:
7
+ .\"
8
+ .TH "ASCIIDOC" "1" "07/04/2008" "" ""
9
+ .\" disable hyphenation
10
+ .nh
11
+ .\" disable justification (adjust text to left margin only)
12
+ .ad l
13
+ .SH "NAME"
14
+ asciidoc \- converts an AsciiDoc text file to DocBook, HTML or LinuxDoc
15
+ .SH "SYNOPSIS"
16
+ \fBasciidoc\fR [\fIOPTIONS\fR] \fIFILE\fR
17
+ .sp
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.
20
+ .sp
21
+ .SH "OPTIONS"
22
+ .PP
23
+ \fB\-a, \-\-attribute\fR=\fIATTRIBUTE\fR
24
+ .RS 4
25
+ Define or delete document attribute.
26
+ \fIATTRIBUTE\fR
27
+ is formatted like
28
+ \fINAME=VALUE\fR. Command\-line attributes take precedence over document and configuration file attributes. Alternate acceptable forms are
29
+ \fINAME\fR
30
+ (the
31
+ \fIVALUE\fR
32
+ defaults to an empty string);
33
+ \fINAME!\fR
34
+ (delete the
35
+ \fINAME\fR
36
+ attribute);
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.
39
+ .RE
40
+ .PP
41
+ \fB\-b, \-\-backend\fR=\fIBACKEND\fR
42
+ .RS 4
43
+ Backend output file format:
44
+ \fIdocbook\fR,
45
+ \fIxhtml11\fR
46
+ or
47
+ \fIhtml4\fR. Defaults to
48
+ \fIxhtml11\fR.
49
+ .RE
50
+ .PP
51
+ \fB\-f, \-\-conf\-file\fR=\fICONF_FILE\fR
52
+ .RS 4
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.
55
+ .RE
56
+ .PP
57
+ \fB\-d, \-\-doctype\fR=\fIDOCTYPE\fR
58
+ .RS 4
59
+ Document type:
60
+ \fIarticle\fR,
61
+ \fImanpage\fR
62
+ or
63
+ \fIbook\fR. The
64
+ \fIbook\fR
65
+ document type is only supported by the
66
+ \fIdocbook\fR
67
+ backend. Default document type is
68
+ \fIarticle\fR.
69
+ .RE
70
+ .PP
71
+ \fB\-c, \-\-dump\-conf\fR
72
+ .RS 4
73
+ Dump configuration to stdout.
74
+ .RE
75
+ .PP
76
+ \fB\-h, \-\-help\fR[=\fITOPIC\fR]
77
+ .RS 4
78
+ Print help TOPIC.
79
+ \fB\-\-help\fR=\fItopics\fR
80
+ will print a list of help topics,
81
+ \fB\-\-help\fR=\fIsyntax\fR
82
+ summarizes AsciiDoc syntax,
83
+ \fB\-\-help\fR=\fImanpage\fR
84
+ prints the AsciiDoc manpage.
85
+ .RE
86
+ .PP
87
+ \fB\-e, \-\-no\-conf\fR
88
+ .RS 4
89
+ Exclude implicitly loaded configuration files except for those named like the input file (\fIinfile.conf\fR
90
+ and
91
+ \fIinfile\-backend.conf\fR).
92
+ .RE
93
+ .PP
94
+ \fB\-s, \-\-no\-header\-footer\fR
95
+ .RS 4
96
+ Suppress document header and footer output.
97
+ .RE
98
+ .PP
99
+ \fB\-o, \-\-out\-file\fR=\fIOUT_FILE\fR
100
+ .RS 4
101
+ Write output to file
102
+ \fIOUT_FILE\fR. Defaults to the base name of input file with
103
+ \fIbackend\fR
104
+ extension. If the input is stdin then the outfile defaults to stdout. If
105
+ \fIOUT_FILE\fR
106
+ is
107
+ \fI\-\fR
108
+ then the standard output is used.
109
+ .RE
110
+ .PP
111
+ \fB\-n, \-\-section\-numbers\fR
112
+ .RS 4
113
+ Auto\-number HTML article section titles. Synonym for
114
+ \fB\-a numbered\fR.
115
+ .RE
116
+ .PP
117
+ \fB\-\-unsafe\fR
118
+ .RS 4
119
+ Disable safe mode. Safe mode is enabled by default, disabling it is potentially dangerous.
120
+ .RE
121
+ .PP
122
+ \fB\-v, \-\-verbose\fR
123
+ .RS 4
124
+ Verbosely print processing information and configuration file checks to stderr.
125
+ .RE
126
+ .PP
127
+ \fB\-\-version\fR
128
+ .RS 4
129
+ Print program version number.
130
+ .RE
131
+ .SH "EXIT STATUS"
132
+ .PP
133
+ \fB0\fR
134
+ .RS 4
135
+ Success
136
+ .RE
137
+ .PP
138
+ \fB1\fR
139
+ .RS 4
140
+ Failure (syntax or usage error; configuration error; document processing failure; unexpected error).
141
+ .RE
142
+ .SH "BUGS"
143
+ See the AsciiDoc distribution BUGS file.
144
+ .sp
145
+ .SH "AUTHOR"
146
+ Written by Stuart Rackham, <srackham@gmail.com>
147
+ .sp
148
+ .SH "RESOURCES"
149
+ SourceForge: http://sourceforge.net/projects/asciidoc/
150
+ .sp
151
+ Main web site: http://www.methods.co.nz/asciidoc/
152
+ .sp
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).
155
+ .sp
156
+ .SH "REFERENCES"
157
+ .IP " 1." 4
158
+ srackham@gmail.com
159
+ .RS 4
160
+ \%mailto:srackham@gmail.com
161
+ .RE
@@ -0,0 +1,562 @@
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
+ <style type="text/css">
8
+ /* Debug borders */
9
+ p, li, dt, dd, div, pre, h1, h2, h3, h4, h5, h6 {
10
+ /*
11
+ border: 1px solid red;
12
+ */
13
+ }
14
+
15
+ body {
16
+ margin: 1em 5% 1em 5%;
17
+ }
18
+
19
+ a {
20
+ color: blue;
21
+ text-decoration: underline;
22
+ }
23
+ a:visited {
24
+ color: fuchsia;
25
+ }
26
+
27
+ em {
28
+ font-style: italic;
29
+ color: navy;
30
+ }
31
+
32
+ strong {
33
+ font-weight: bold;
34
+ color: #083194;
35
+ }
36
+
37
+ tt {
38
+ color: navy;
39
+ }
40
+
41
+ h1, h2, h3, h4, h5, h6 {
42
+ color: #527bbd;
43
+ font-family: sans-serif;
44
+ margin-top: 1.2em;
45
+ margin-bottom: 0.5em;
46
+ line-height: 1.3;
47
+ }
48
+
49
+ h1, h2, h3 {
50
+ border-bottom: 2px solid silver;
51
+ }
52
+ h2 {
53
+ padding-top: 0.5em;
54
+ }
55
+ h3 {
56
+ float: left;
57
+ }
58
+ h3 + * {
59
+ clear: left;
60
+ }
61
+
62
+ div.sectionbody {
63
+ font-family: serif;
64
+ margin-left: 0;
65
+ }
66
+
67
+ hr {
68
+ border: 1px solid silver;
69
+ }
70
+
71
+ p {
72
+ margin-top: 0.5em;
73
+ margin-bottom: 0.5em;
74
+ }
75
+
76
+ ul, ol, li > p {
77
+ margin-top: 0;
78
+ }
79
+
80
+ pre {
81
+ padding: 0;
82
+ margin: 0;
83
+ }
84
+
85
+ span#author {
86
+ color: #527bbd;
87
+ font-family: sans-serif;
88
+ font-weight: bold;
89
+ font-size: 1.1em;
90
+ }
91
+ span#email {
92
+ }
93
+ span#revision {
94
+ font-family: sans-serif;
95
+ }
96
+
97
+ div#footer {
98
+ font-family: sans-serif;
99
+ font-size: small;
100
+ border-top: 2px solid silver;
101
+ padding-top: 0.5em;
102
+ margin-top: 4.0em;
103
+ }
104
+ div#footer-text {
105
+ float: left;
106
+ padding-bottom: 0.5em;
107
+ }
108
+ div#footer-badges {
109
+ float: right;
110
+ padding-bottom: 0.5em;
111
+ }
112
+
113
+ div#preamble,
114
+ div.tableblock, div.imageblock, div.exampleblock, div.verseblock,
115
+ div.quoteblock, div.literalblock, div.listingblock, div.sidebarblock,
116
+ div.admonitionblock {
117
+ margin-right: 10%;
118
+ margin-top: 1.5em;
119
+ margin-bottom: 1.5em;
120
+ }
121
+ div.admonitionblock {
122
+ margin-top: 2.5em;
123
+ margin-bottom: 2.5em;
124
+ }
125
+
126
+ div.content { /* Block element content. */
127
+ padding: 0;
128
+ }
129
+
130
+ /* Block element titles. */
131
+ div.title, caption.title {
132
+ color: #527bbd;
133
+ font-family: sans-serif;
134
+ font-weight: bold;
135
+ text-align: left;
136
+ margin-top: 1.0em;
137
+ margin-bottom: 0.5em;
138
+ }
139
+ div.title + * {
140
+ margin-top: 0;
141
+ }
142
+
143
+ td div.title:first-child {
144
+ margin-top: 0.0em;
145
+ }
146
+ div.content div.title:first-child {
147
+ margin-top: 0.0em;
148
+ }
149
+ div.content + div.title {
150
+ margin-top: 0.0em;
151
+ }
152
+
153
+ div.sidebarblock > div.content {
154
+ background: #ffffee;
155
+ border: 1px solid silver;
156
+ padding: 0.5em;
157
+ }
158
+
159
+ div.listingblock {
160
+ margin-right: 0%;
161
+ }
162
+ div.listingblock > div.content {
163
+ border: 1px solid silver;
164
+ background: #f4f4f4;
165
+ padding: 0.5em;
166
+ }
167
+
168
+ div.quoteblock {
169
+ padding-left: 2.0em;
170
+ }
171
+ div.quoteblock > div.attribution {
172
+ padding-top: 0.5em;
173
+ text-align: right;
174
+ }
175
+
176
+ div.verseblock {
177
+ padding-left: 2.0em;
178
+ }
179
+ div.verseblock > div.content {
180
+ white-space: pre;
181
+ }
182
+ div.verseblock > div.attribution {
183
+ padding-top: 0.75em;
184
+ text-align: left;
185
+ }
186
+ /* DEPRECATED: Pre version 8.2.7 verse style literal block. */
187
+ div.verseblock + div.attribution {
188
+ text-align: left;
189
+ }
190
+
191
+ div.admonitionblock .icon {
192
+ vertical-align: top;
193
+ font-size: 1.1em;
194
+ font-weight: bold;
195
+ text-decoration: underline;
196
+ color: #527bbd;
197
+ padding-right: 0.5em;
198
+ }
199
+ div.admonitionblock td.content {
200
+ padding-left: 0.5em;
201
+ border-left: 2px solid silver;
202
+ }
203
+
204
+ div.exampleblock > div.content {
205
+ border-left: 2px solid silver;
206
+ padding: 0.5em;
207
+ }
208
+
209
+ div.imageblock div.content { padding-left: 0; }
210
+ div.imageblock img { border: 1px solid silver; }
211
+ span.image img { border-style: none; }
212
+
213
+ dl {
214
+ margin-top: 0.8em;
215
+ margin-bottom: 0.8em;
216
+ }
217
+ dt {
218
+ margin-top: 0.5em;
219
+ margin-bottom: 0;
220
+ font-style: normal;
221
+ }
222
+ dd > *:first-child {
223
+ margin-top: 0.1em;
224
+ }
225
+
226
+ ul, ol {
227
+ list-style-position: outside;
228
+ }
229
+ div.olist > ol {
230
+ list-style-type: decimal;
231
+ }
232
+ div.olist2 > ol {
233
+ list-style-type: lower-alpha;
234
+ }
235
+
236
+ div.tableblock > table {
237
+ border: 3px solid #527bbd;
238
+ }
239
+ thead {
240
+ font-family: sans-serif;
241
+ font-weight: bold;
242
+ }
243
+ tfoot {
244
+ font-weight: bold;
245
+ }
246
+
247
+ div.hlist {
248
+ margin-top: 0.8em;
249
+ margin-bottom: 0.8em;
250
+ }
251
+ div.hlist td {
252
+ padding-bottom: 15px;
253
+ }
254
+ td.hlist1 {
255
+ vertical-align: top;
256
+ font-style: normal;
257
+ padding-right: 0.8em;
258
+ }
259
+ td.hlist2 {
260
+ vertical-align: top;
261
+ }
262
+
263
+ @media print {
264
+ div#footer-badges { display: none; }
265
+ }
266
+
267
+ div#toctitle {
268
+ color: #527bbd;
269
+ font-family: sans-serif;
270
+ font-size: 1.1em;
271
+ font-weight: bold;
272
+ margin-top: 1.0em;
273
+ margin-bottom: 0.1em;
274
+ }
275
+
276
+ div.toclevel1, div.toclevel2, div.toclevel3, div.toclevel4 {
277
+ margin-top: 0;
278
+ margin-bottom: 0;
279
+ }
280
+ div.toclevel2 {
281
+ margin-left: 2em;
282
+ font-size: 0.9em;
283
+ }
284
+ div.toclevel3 {
285
+ margin-left: 4em;
286
+ font-size: 0.9em;
287
+ }
288
+ div.toclevel4 {
289
+ margin-left: 6em;
290
+ font-size: 0.9em;
291
+ }
292
+ /* Overrides for manpage documents */
293
+ h1 {
294
+ padding-top: 0.5em;
295
+ padding-bottom: 0.5em;
296
+ border-top: 2px solid silver;
297
+ border-bottom: 2px solid silver;
298
+ }
299
+ h2 {
300
+ border-style: none;
301
+ }
302
+ div.sectionbody {
303
+ margin-left: 5%;
304
+ }
305
+
306
+ @media print {
307
+ div#toc { display: none; }
308
+ }
309
+
310
+ /* Workarounds for IE6's broken and incomplete CSS2. */
311
+
312
+ div.sidebar-content {
313
+ background: #ffffee;
314
+ border: 1px solid silver;
315
+ padding: 0.5em;
316
+ }
317
+ div.sidebar-title, div.image-title {
318
+ color: #527bbd;
319
+ font-family: sans-serif;
320
+ font-weight: bold;
321
+ margin-top: 0.0em;
322
+ margin-bottom: 0.5em;
323
+ }
324
+
325
+ div.listingblock div.content {
326
+ border: 1px solid silver;
327
+ background: #f4f4f4;
328
+ padding: 0.5em;
329
+ }
330
+
331
+ div.quoteblock-attribution {
332
+ padding-top: 0.5em;
333
+ text-align: right;
334
+ }
335
+
336
+ div.verseblock-content {
337
+ white-space: pre;
338
+ }
339
+ div.verseblock-attribution {
340
+ padding-top: 0.75em;
341
+ text-align: left;
342
+ }
343
+
344
+ div.exampleblock-content {
345
+ border-left: 2px solid silver;
346
+ padding-left: 0.5em;
347
+ }
348
+
349
+ /* IE6 sets dynamically generated links as visited. */
350
+ div#toc a:visited { color: blue; }
351
+
352
+ /* Because IE6 child selector is broken. */
353
+ div.olist2 ol {
354
+ list-style-type: lower-alpha;
355
+ }
356
+ div.olist2 div.olist ol {
357
+ list-style-type: decimal;
358
+ }
359
+ </style>
360
+ <title>ASCIIDOC(1)</title>
361
+ </head>
362
+ <body>
363
+ <div id="header">
364
+ <h1>
365
+ ASCIIDOC(1) Manual Page
366
+ </h1>
367
+ <h2>NAME</h2>
368
+ <div class="sectionbody">
369
+ <p>asciidoc -
370
+ converts an AsciiDoc text file to DocBook, HTML or LinuxDoc
371
+ </p>
372
+ </div>
373
+ </div>
374
+ <h2>SYNOPSIS</h2>
375
+ <div class="sectionbody">
376
+ <div class="para"><p><strong>asciidoc</strong> [<em>OPTIONS</em>] <em>FILE</em></p></div>
377
+ </div>
378
+ <h2 id="_description">DESCRIPTION</h2>
379
+ <div class="sectionbody">
380
+ <div class="para"><p>The asciidoc(1) command translates the AsciiDoc text file <em>FILE</em> to a
381
+ DocBook, HTML or LinuxDoc file. If <em>FILE</em> is <em>-</em> then the standard
382
+ input is used.</p></div>
383
+ </div>
384
+ <h2 id="_options">OPTIONS</h2>
385
+ <div class="sectionbody">
386
+ <div class="vlist"><dl>
387
+ <dt>
388
+ <strong>-a, --attribute</strong>=<em>ATTRIBUTE</em>
389
+ </dt>
390
+ <dd>
391
+ <p>
392
+ Define or delete document attribute. <em>ATTRIBUTE</em> is formatted like
393
+ <em>NAME=VALUE</em>. Command-line attributes take precedence over
394
+ document and configuration file attributes. Alternate acceptable
395
+ forms are <em>NAME</em> (the <em>VALUE</em> defaults to an empty string);
396
+ <em>NAME!</em> (delete the <em>NAME</em> attribute); <em>NAME@</em> (do not override
397
+ document or configuration file attributes). Values containing
398
+ spaces should be enclosed in double-quote characters. This option
399
+ may be specified more than once.
400
+ </p>
401
+ </dd>
402
+ <dt>
403
+ <strong>-b, --backend</strong>=<em>BACKEND</em>
404
+ </dt>
405
+ <dd>
406
+ <p>
407
+ Backend output file format: <em>docbook</em>, <em>xhtml11</em> or <em>html4</em>.
408
+ Defaults to <em>xhtml11</em>.
409
+ </p>
410
+ </dd>
411
+ <dt>
412
+ <strong>-f, --conf-file</strong>=<em>CONF_FILE</em>
413
+ </dt>
414
+ <dd>
415
+ <p>
416
+ Use configuration file <em>CONF_FILE</em>.Configuration files processed
417
+ in command-line order (after implicit configuration files). This
418
+ option may be specified more than once.
419
+ </p>
420
+ </dd>
421
+ <dt>
422
+ <strong>-d, --doctype</strong>=<em>DOCTYPE</em>
423
+ </dt>
424
+ <dd>
425
+ <p>
426
+ Document type: <em>article</em>, <em>manpage</em> or <em>book</em>. The <em>book</em> document
427
+ type is only supported by the <em>docbook</em> backend. Default document
428
+ type is <em>article</em>.
429
+ </p>
430
+ </dd>
431
+ <dt>
432
+ <strong>-c, --dump-conf</strong>
433
+ </dt>
434
+ <dd>
435
+ <p>
436
+ Dump configuration to stdout.
437
+ </p>
438
+ </dd>
439
+ <dt>
440
+ <strong>-h, --help</strong>[=<em>TOPIC</em>]
441
+ </dt>
442
+ <dd>
443
+ <p>
444
+ Print help TOPIC. <strong>--help</strong>=<em>topics</em> will print a list of help
445
+ topics, <strong>--help</strong>=<em>syntax</em> summarizes AsciiDoc syntax,
446
+ <strong>--help</strong>=<em>manpage</em> prints the AsciiDoc manpage.
447
+ </p>
448
+ </dd>
449
+ <dt>
450
+ <strong>-e, --no-conf</strong>
451
+ </dt>
452
+ <dd>
453
+ <p>
454
+ Exclude implicitly loaded configuration files except for those
455
+ named like the input file (<em>infile.conf</em> and
456
+ <em>infile-backend.conf</em>).
457
+ </p>
458
+ </dd>
459
+ <dt>
460
+ <strong>-s, --no-header-footer</strong>
461
+ </dt>
462
+ <dd>
463
+ <p>
464
+ Suppress document header and footer output.
465
+ </p>
466
+ </dd>
467
+ <dt>
468
+ <strong>-o, --out-file</strong>=<em>OUT_FILE</em>
469
+ </dt>
470
+ <dd>
471
+ <p>
472
+ Write output to file <em>OUT_FILE</em>. Defaults to the base name of
473
+ input file with <em>backend</em> extension. If the input is stdin then
474
+ the outfile defaults to stdout. If <em>OUT_FILE</em> is <em>-</em> then the
475
+ standard output is used.
476
+ </p>
477
+ </dd>
478
+ <dt>
479
+ <strong>-n, --section-numbers</strong>
480
+ </dt>
481
+ <dd>
482
+ <p>
483
+ Auto-number HTML article section titles. Synonym for <strong>-a
484
+ numbered</strong>.
485
+ </p>
486
+ </dd>
487
+ <dt>
488
+ <strong>--unsafe</strong>
489
+ </dt>
490
+ <dd>
491
+ <p>
492
+ Disable safe mode. Safe mode is enabled by default, disabling
493
+ it is potentially dangerous.
494
+ </p>
495
+ </dd>
496
+ <dt>
497
+ <strong>-v, --verbose</strong>
498
+ </dt>
499
+ <dd>
500
+ <p>
501
+ Verbosely print processing information and configuration file
502
+ checks to stderr.
503
+ </p>
504
+ </dd>
505
+ <dt>
506
+ <strong>--version</strong>
507
+ </dt>
508
+ <dd>
509
+ <p>
510
+ Print program version number.
511
+ </p>
512
+ </dd>
513
+ </dl></div>
514
+ </div>
515
+ <h2 id="_exit_status">EXIT STATUS</h2>
516
+ <div class="sectionbody">
517
+ <div class="vlist"><dl>
518
+ <dt>
519
+ <strong>0</strong>
520
+ </dt>
521
+ <dd>
522
+ <p>
523
+ Success
524
+ </p>
525
+ </dd>
526
+ <dt>
527
+ <strong>1</strong>
528
+ </dt>
529
+ <dd>
530
+ <p>
531
+ Failure (syntax or usage error; configuration error; document
532
+ processing failure; unexpected error).
533
+ </p>
534
+ </dd>
535
+ </dl></div>
536
+ </div>
537
+ <h2 id="_bugs">BUGS</h2>
538
+ <div class="sectionbody">
539
+ <div class="para"><p>See the AsciiDoc distribution BUGS file.</p></div>
540
+ </div>
541
+ <h2 id="_author">AUTHOR</h2>
542
+ <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>
544
+ </div>
545
+ <h2 id="_resources">RESOURCES</h2>
546
+ <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>
549
+ </div>
550
+ <h2 id="_copying">COPYING</h2>
551
+ <div class="sectionbody">
552
+ <div class="para"><p>Copyright (C) 2002-2008 Stuart Rackham. Free use of this software is
553
+ granted under the terms of the GNU General Public License (GPL).</p></div>
554
+ </div>
555
+ <div id="footer">
556
+ <div id="footer-text">
557
+ Version 8.2.7<br />
558
+ Last updated 2008-07-04 23:25:56 NZDT
559
+ </div>
560
+ </div>
561
+ </body>
562
+ </html>