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,157 @@
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="./xhtml11.css" type="text/css" />
8
+ <link rel="stylesheet" href="./xhtml11-quirks.css" type="text/css" />
9
+ <link rel="stylesheet" href="./layout1.css" type="text/css" />
10
+ <script type="text/javascript" src="./ASCIIMathML.js"></script>
11
+ <title>ASCIIMathML Formulae</title>
12
+ </head>
13
+ <body>
14
+ <div id="layout-banner">
15
+ <div id="layout-title">AsciiDoc</div>
16
+ <div id="layout-description">Text based document generation</div>
17
+ </div>
18
+ <table>
19
+ <tr valign="top">
20
+ <td id="layout-menu">
21
+ <div>&#187;<a href="index.html">Home</a></div>
22
+ <div>&#187;<a href="manpage.html">Man&nbsp;Page</a></div>
23
+ <div>&#187;<a href="userguide.html">User&nbsp;Guide</a></div>
24
+ <div>&#187;<a href="http://powerman.name/doc/asciidoc">Cheatsheet</a></div>
25
+ <div>&#187;<a href="a2x.1.html">a2x</a></div>
26
+ <div>&#187;<a href="README.html">README</a></div>
27
+ <div>&#187;<a href="CHANGELOG.html">ChangeLog</a></div>
28
+ <div>&#187;<a href="INSTALL.html">Installation</a></div>
29
+ <div>&#187;<a href="downloads.html">Downloads</a></div>
30
+ <div>&#187;<a href="faq.html">FAQ</a></div>
31
+ <div>&#187;<a href="support.html">Support</a></div>
32
+ <div id="page-source">&#187;<a href="asciimath.txt">Page&nbsp;Source</a></div>
33
+ </td>
34
+ <td>
35
+ <div id="layout-content">
36
+ <div id="header">
37
+ <h1>ASCIIMathML Formulae</h1>
38
+ </div>
39
+ <div id="preamble">
40
+ <div class="sectionbody">
41
+ <div class="para"><p><a href="http://www1.chapman.edu/~jipsen/mathml/asciimath.html">ASCIIMathML</a> is
42
+ a clever JavaScript written by Peter Jipsen that transforms
43
+ mathematical formulae written in plain text to standard mathematical
44
+ notation on an HTML page. See <em>Appendix I</em> in the <em>AsciiDoc</em> User Guide
45
+ for more details.</p></div>
46
+ <div class="para"><p>The <em>AsciiDoc</em> <tt>xhtml11</tt> backend supports ASCIIMathML &#8212; it links the
47
+ ASCIIMathML script and escapes ASCIIMathML delimiters and special
48
+ characters to yield valid XHTML. To use ASCIIMathML:</p></div>
49
+ <div class="olist"><ol>
50
+ <li>
51
+ <p>
52
+ Include the <tt>-a asciimath</tt> command-line option when you run
53
+ <tt><tt>asciidoc(1)</tt></tt>.
54
+ </p>
55
+ </li>
56
+ <li>
57
+ <p>
58
+ Enclose ASCIIMathML formulas inside double-dollar passthroughs.
59
+ </p>
60
+ </li>
61
+ </ol></div>
62
+ <div class="para"><p>Here's the <a href="asciimath.txt"><em>AsciiDoc</em> source</a> that generated this
63
+ page.</p></div>
64
+ <div class="ilist"><div class="title">NOTE</div><ul>
65
+ <li>
66
+ <p>
67
+ If the formulas don't appear to be correct you probably need to
68
+ install the correct math fonts (see the
69
+ <a href="http://www1.chapman.edu/~jipsen/mathml/asciimath.html">ASCIIMathML</a>
70
+ website for details).
71
+ </p>
72
+ </li>
73
+ <li>
74
+ <p>
75
+ See the <a href="latexmath.html">LaTeXMathML page</a> if you prefer to use
76
+ LaTeX math formulas.
77
+ </p>
78
+ </li>
79
+ </ul></div>
80
+ <div class="para"><p>A list of formulas with a mixture of formatting:</p></div>
81
+ <div class="ilist"><ul>
82
+ <li>
83
+ <p>
84
+ <span>`[[a,b],[c,d]]((n),(k))`</span>
85
+ </p>
86
+ </li>
87
+ <li>
88
+ <p>
89
+ <span>`x/x={(1,if x!=0),(text{undefined},if x=0):}`</span>
90
+ </p>
91
+ </li>
92
+ <li>
93
+ <p>
94
+ <span>`d/dxf(x)=lim_(h-&gt;0)(f(x+h)-f(x))/h`</span>
95
+ </p>
96
+ </li>
97
+ <li>
98
+ <p>
99
+ Red <span style="color: red;">`sum_(i=1)\^n i=(n(n+1))/2`</span> and <strong style="color: blue;">bold
100
+ <span>`int_0\^(pi/2) sinx\ dx=1`</span></strong>
101
+ </p>
102
+ </li>
103
+ <li>
104
+ <p>
105
+ <span style="font-size: 1.5em;"> 1.5 times normal size <span>`(a,b]={x in RR : a &lt; x &lt;= b}`</span></span>
106
+ </p>
107
+ </li>
108
+ <li>
109
+ <p>
110
+ A <span style="font-size: 2em;">big</span> <span style="color: blue;">blue</span> formula <span style="color: blue;font-size: 2em;">`x^2+y_1+z_12^34`</span>.
111
+ </p>
112
+ </li>
113
+ <li>
114
+ <p>
115
+ <span style="color: green;background-color: yellow;font-size: 4em;">`x^2+y_1+z_12^34`</span>
116
+ </p>
117
+ </li>
118
+ </ul></div>
119
+ <div class="sidebarblock">
120
+ <div class="sidebar-content">
121
+ <div class="para"><p>The first three terms factor to give
122
+ <span style="color: red;">$(x+b/(2a))^2=(b^2)/(4a^2)-c/a$</span>. Now we take square roots on
123
+ both sides and get <span style="color: red;">$x+b/(2a)=+-sqrt((b^2)/(4a^2)-c/a)$</span>.
124
+ Finally we move the <span style="color: red;">$b/(2a)$</span> to the right and simplify to get
125
+ the two solutions: <strong style="color: red;"><span>`x_(1,2)=(-b+-sqrt(b^2-4ac))/(2a)`</span></strong>.</p></div>
126
+ </div></div>
127
+ </div>
128
+ </div>
129
+ <div id="footer">
130
+ <div id="footer-text">
131
+ Version 8.2.7<br />
132
+ Last updated 2008-07-04 23:29:17 NZDT
133
+ </div>
134
+ <div id="footer-badges">
135
+ <a href="http://validator.w3.org/check?uri=referer">
136
+ <img style="border:none; width:88px; height:31px;"
137
+ src="http://www.w3.org/Icons/valid-xhtml11"
138
+ alt="Valid XHTML 1.1!" />
139
+ </a>
140
+ <a href="http://jigsaw.w3.org/css-validator/check/referer">
141
+ <img style="border:none; width:88px; height:31px;"
142
+ src="http://jigsaw.w3.org/css-validator/images/vcss"
143
+ alt="Valid CSS!" />
144
+ </a>
145
+ <a href="http://www.mozilla.org/products/firefox/">
146
+ <img style="border:none; width:110px; height:32px;"
147
+ src="http://www.spreadfirefox.com/community/images/affiliates/Buttons/110x32/safer.gif"
148
+ alt="Get Firefox!" />
149
+ </a>
150
+ </div>
151
+ </div>
152
+ </div>
153
+ </td>
154
+ </tr>
155
+ </table>
156
+ </body>
157
+ </html>
@@ -0,0 +1,25 @@
1
+ #!/bin/sh
2
+
3
+ VERS="8.1.0"
4
+ DATE="2006-10-22"
5
+
6
+ # Leave the desired layout uncommented.
7
+ LAYOUT=layout1 # Tables based layout.
8
+ #LAYOUT=layout2 # CSS based simulated frames layout.
9
+
10
+ ASCIIDOC_HTML="python ../../asciidoc.py --unsafe --backend=xhtml11 --conf-file=${LAYOUT}.conf --attribute icons --attribute iconsdir=./images/icons --attribute=badges --attribute=revision=$VERS --attribute=date=$DATE"
11
+
12
+ $ASCIIDOC_HTML -a index-only index.txt
13
+ $ASCIIDOC_HTML -a toc -a numbered userguide.txt
14
+ $ASCIIDOC_HTML -d manpage manpage.txt
15
+ $ASCIIDOC_HTML downloads.txt
16
+ $ASCIIDOC_HTML latex-backend.txt
17
+ $ASCIIDOC_HTML README.txt
18
+ $ASCIIDOC_HTML INSTALL.txt
19
+ $ASCIIDOC_HTML CHANGELOG.txt
20
+ $ASCIIDOC_HTML README-website.txt
21
+ $ASCIIDOC_HTML support.txt
22
+ $ASCIIDOC_HTML source-highlight-filter.txt
23
+ $ASCIIDOC_HTML music-filter.txt
24
+ $ASCIIDOC_HTML a2x.1.txt
25
+ $ASCIIDOC_HTML asciimath.txt
@@ -0,0 +1,219 @@
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="./xhtml11.css" type="text/css" />
8
+ <link rel="stylesheet" href="./xhtml11-quirks.css" type="text/css" />
9
+ <link rel="stylesheet" href="./layout1.css" type="text/css" />
10
+ <script type="text/javascript">
11
+ /*<![CDATA[*/
12
+ window.onload = function(){generateToc(1)}
13
+ /*]]>*/
14
+ </script>
15
+ <script type="text/javascript" src="./toc.js"></script>
16
+ <title>Download and Install AsciiDoc</title>
17
+ </head>
18
+ <body>
19
+ <div id="layout-banner">
20
+ <div id="layout-title">AsciiDoc</div>
21
+ <div id="layout-description">Text based document generation</div>
22
+ </div>
23
+ <table>
24
+ <tr valign="top">
25
+ <td id="layout-menu">
26
+ <div>&#187;<a href="index.html">Home</a></div>
27
+ <div>&#187;<a href="manpage.html">Man&nbsp;Page</a></div>
28
+ <div>&#187;<a href="userguide.html">User&nbsp;Guide</a></div>
29
+ <div>&#187;<a href="http://powerman.name/doc/asciidoc">Cheatsheet</a></div>
30
+ <div>&#187;<a href="a2x.1.html">a2x</a></div>
31
+ <div>&#187;<a href="README.html">README</a></div>
32
+ <div>&#187;<a href="CHANGELOG.html">ChangeLog</a></div>
33
+ <div>&#187;<a href="INSTALL.html">Installation</a></div>
34
+ <div>&#187;<a href="downloads.html">Downloads</a></div>
35
+ <div>&#187;<a href="faq.html">FAQ</a></div>
36
+ <div>&#187;<a href="support.html">Support</a></div>
37
+ <div id="page-source">&#187;<a href="downloads.txt">Page&nbsp;Source</a></div>
38
+ </td>
39
+ <td>
40
+ <div id="layout-content">
41
+ <div id="header">
42
+ <h1>Download and Install AsciiDoc</h1>
43
+ </div>
44
+ <div id="toc">
45
+ <div id="toctitle">Table of Contents</div>
46
+ <noscript><p><b>JavaScript must be enabled in your browser to display the table of contents.</b></p></noscript>
47
+ </div>
48
+ <div id="preamble">
49
+ <div class="sectionbody">
50
+ <div class="para"><p>See the <a href="README.html">README</a> and <a href="INSTALL.html">INSTALL</a> pages
51
+ for install prerequisites and procedures.</p></div>
52
+ </div>
53
+ </div>
54
+ <h2 id="X2">Distribution Archives</h2>
55
+ <div class="sectionbody">
56
+ <div class="para"><p>These distribution archives are also available, along with previous
57
+ <em>AsciiDoc</em> versions, at the SourceForge
58
+ <a href="http://sourceforge.net/projects/asciidoc/">http://sourceforge.net/projects/asciidoc/</a>.</p></div>
59
+ <div class="vlist"><dl>
60
+ <dt>
61
+ <a href="asciidoc-8.2.7.tar.gz">asciidoc-8.2.7.tar.gz</a>
62
+ </dt>
63
+ <dd>
64
+ <p>
65
+ A tarball distribution of the latest version of <em>AsciiDoc</em> for *NIX
66
+ platforms.
67
+ </p>
68
+ </dd>
69
+ <dt>
70
+ <a href="asciidoc-8.2.7.zip">asciidoc-8.2.7.zip</a>
71
+ </dt>
72
+ <dd>
73
+ <p>
74
+ A Zip distribution of the latest version of <em>AsciiDoc</em> for Microsoft
75
+ Windows users (UNIX users should use the tarball since includes
76
+ symbolic links to eliminate file duplication).
77
+ </p>
78
+ </dd>
79
+ </dl></div>
80
+ </div>
81
+ <h2 id="X3">Mercurial Repository</h2>
82
+ <div class="sectionbody">
83
+ <div class="para"><p>The <em>AsciiDoc</em> <a href="http://www.selenic.com/mercurial/">Mercurial</a> repository
84
+ is hosted by <a href="http://sharesource.org">ShareSource</a>. ShareSource is a
85
+ Mercurial friendly website for hosting Open Source projects.</p></div>
86
+ <div class="para"><p>To browse the repo go to <a href="http://hg.sharesource.org/asciidoc/">http://hg.sharesource.org/asciidoc/</a>.</p></div>
87
+ <div class="para"><p>To create your own local <em>AsciiDoc</em> repository:</p></div>
88
+ <div class="literalblock">
89
+ <div class="content">
90
+ <pre><tt>$ hg clone http://hg.sharesource.org/asciidoc</tt></pre>
91
+ </div></div>
92
+ <div class="para"><p>To pull the latest changes into your local repository:</p></div>
93
+ <div class="literalblock">
94
+ <div class="content">
95
+ <pre><tt>$ cd asciidoc
96
+ $ hg pull http://hg.sharesource.org/asciidoc</tt></pre>
97
+ </div></div>
98
+ </div>
99
+ <h2 id="X1">Prepackaged Versions</h2>
100
+ <div class="sectionbody">
101
+ <div class="para"><p>The following platform specific packages are available:</p></div>
102
+ <div class="vlist"><dl>
103
+ <dt>
104
+ <strong>Debian GNU/Linux</strong>
105
+ </dt>
106
+ <dd>
107
+ <p>
108
+ If you use Debian or a Debian based distribution there's an
109
+ <a href="http://packages.debian.org/asciidoc"><em>AsciiDoc</em> Debian package</a>
110
+ available. Thanks to <a href="mailto:stone@debian.org">Fredrik Steen</a> who
111
+ built and maintains the Debian <em>AsciiDoc</em> package.
112
+ </p>
113
+ </dd>
114
+ <dt>
115
+ <strong>Gentoo Linux</strong>
116
+ </dt>
117
+ <dd>
118
+ <p>
119
+ If you use Gentoo Linux there's a
120
+ <a href="http://packages.gentoo.org/packages/?category=app-text;name=asciidoc">Gentoo
121
+ <em>AsciiDoc</em> package</a> available. Thanks to
122
+ <a href="mailto:brandon@ifup.org">Brandon Philips</a> for writing the ebuild.
123
+ </p>
124
+ </dd>
125
+ <dt>
126
+ <strong>Fedora Linux</strong>
127
+ </dt>
128
+ <dd>
129
+ <p>
130
+ With help from Terje Røsten, Chris Wright added asciidoc to Fedora
131
+ Extras which is available in the default installation. To install
132
+ asciidoc execute the following command:
133
+ </p>
134
+ <div class="literalblock">
135
+ <div class="content">
136
+ <pre><tt>$ yum install asciidoc</tt></pre>
137
+ </div></div>
138
+ </dd>
139
+ <dt>
140
+ <strong>Slackware Linux</strong>
141
+ </dt>
142
+ <dd>
143
+ <p>
144
+ John Calixto has created a Slackware package for <em>AsciiDoc</em> which can
145
+ be downloaded from <a href="http://linuxpackages.net/">http://linuxpackages.net/</a>.
146
+ </p>
147
+ </dd>
148
+ <dt>
149
+ <strong>Ark Linux</strong>
150
+ </dt>
151
+ <dd>
152
+ <p>
153
+ <a href="mailto:bero@arklinux.org">Bernhard Rosenkraenzer</a> added <em>AsciiDoc</em> to
154
+ Ark Linux &#8212; the package is available from the Ark Linux repository
155
+ at <a href="http://arklinux.osuosl.org/dockyard-devel/">http://arklinux.osuosl.org/dockyard-devel/</a>, so Ark Linux users
156
+ should just run <tt>apt-get install asciidoc</tt>.
157
+ </p>
158
+ </dd>
159
+ <dt>
160
+ <strong>T2 Linux</strong>
161
+ </dt>
162
+ <dd>
163
+ <p>
164
+ <a href="mailto:cw@ixplanet.de">Christian Wiese</a> added <em>AsciiDoc</em> to the
165
+ <a href="http://www.t2-project.org/">T2 Linux</a> repository at
166
+ <a href="http://svn.exactcode.de/t2/trunk/package/textproc/asciidoc/">http://svn.exactcode.de/t2/trunk/package/textproc/asciidoc/</a>. To
167
+ build and install the package on a T2 system, run
168
+ <tt>./scripts/Emerge-Pkg asciidoc</tt> from within your T2 source directory
169
+ (default: <tt>/usr/src/t2-src</tt>).
170
+ </p>
171
+ </dd>
172
+ <dt>
173
+ <strong>Red Hat Enterprise Linux, Fedora and CentOS packages</strong>
174
+ </dt>
175
+ <dd>
176
+ <p>
177
+ Dag Wieers has built <em>AsciiDoc</em> RPMs for a number of Red Hat based
178
+ distributions, they can be downloaded from
179
+ <a href="http://dag.wieers.com/rpm/packages/asciidoc/">http://dag.wieers.com/rpm/packages/asciidoc/</a>.
180
+ </p>
181
+ </dd>
182
+ </dl></div>
183
+ <div class="para"><p>See also <a href="userguide.html#X38">Packager Notes</a> in the <em><em>AsciiDoc</em> User
184
+ Guide</em>.</p></div>
185
+ </div>
186
+ <h2 id="_copying">Copying</h2>
187
+ <div class="sectionbody">
188
+ <div class="para"><p>Copyright &#169; 2002-2008 Stuart Rackham. Free use of <em>AsciiDoc</em> is
189
+ granted under the terms of the GNU General Public License (GPL).</p></div>
190
+ </div>
191
+ <div id="footer">
192
+ <div id="footer-text">
193
+ Version 8.2.7<br />
194
+ Last updated 2008-07-04 23:29:23 NZDT
195
+ </div>
196
+ <div id="footer-badges">
197
+ <a href="http://validator.w3.org/check?uri=referer">
198
+ <img style="border:none; width:88px; height:31px;"
199
+ src="http://www.w3.org/Icons/valid-xhtml11"
200
+ alt="Valid XHTML 1.1!" />
201
+ </a>
202
+ <a href="http://jigsaw.w3.org/css-validator/check/referer">
203
+ <img style="border:none; width:88px; height:31px;"
204
+ src="http://jigsaw.w3.org/css-validator/images/vcss"
205
+ alt="Valid CSS!" />
206
+ </a>
207
+ <a href="http://www.mozilla.org/products/firefox/">
208
+ <img style="border:none; width:110px; height:32px;"
209
+ src="http://www.spreadfirefox.com/community/images/affiliates/Buttons/110x32/safer.gif"
210
+ alt="Get Firefox!" />
211
+ </a>
212
+ </div>
213
+ </div>
214
+ </div>
215
+ </td>
216
+ </tr>
217
+ </table>
218
+ </body>
219
+ </html>
@@ -0,0 +1,98 @@
1
+ Download and Install AsciiDoc
2
+ =============================
3
+
4
+ See the link:README.html[README] and link:INSTALL.html[INSTALL] pages
5
+ for install prerequisites and procedures.
6
+
7
+
8
+ [[X2]]
9
+ Distribution Archives
10
+ ---------------------
11
+ These distribution archives are also available, along with previous
12
+ AsciiDoc versions, at the SourceForge
13
+ http://sourceforge.net/projects/asciidoc/.
14
+
15
+ link:asciidoc-{revision}.tar.gz[]::
16
+ A tarball distribution of the latest version of AsciiDoc for *NIX
17
+ platforms.
18
+
19
+ link:asciidoc-{revision}.zip[]::
20
+ A Zip distribution of the latest version of AsciiDoc for Microsoft
21
+ Windows users (UNIX users should use the tarball since includes
22
+ symbolic links to eliminate file duplication).
23
+
24
+
25
+ [[X3]]
26
+ Mercurial Repository
27
+ --------------------
28
+ The AsciiDoc http://www.selenic.com/mercurial/[Mercurial] repository
29
+ is hosted by http://sharesource.org[ShareSource]. ShareSource is a
30
+ Mercurial friendly website for hosting Open Source projects.
31
+
32
+ To browse the repo go to http://hg.sharesource.org/asciidoc/.
33
+
34
+ To create your own local AsciiDoc repository:
35
+
36
+ $ hg clone http://hg.sharesource.org/asciidoc
37
+
38
+ To pull the latest changes into your local repository:
39
+
40
+ $ cd asciidoc
41
+ $ hg pull http://hg.sharesource.org/asciidoc
42
+
43
+
44
+ [[X1]]
45
+ Prepackaged Versions
46
+ --------------------
47
+ The following platform specific packages are available:
48
+
49
+ *Debian GNU/Linux*::
50
+ If you use Debian or a Debian based distribution there's an
51
+ http://packages.debian.org/asciidoc[AsciiDoc Debian package]
52
+ available. Thanks to mailto:stone@debian.org[Fredrik Steen] who
53
+ built and maintains the Debian AsciiDoc package.
54
+
55
+ *Gentoo Linux*::
56
+ If you use Gentoo Linux there's a
57
+ http://packages.gentoo.org/packages/?category=app-text;name=asciidoc[Gentoo
58
+ AsciiDoc package] available. Thanks to
59
+ mailto:brandon@ifup.org[Brandon Philips] for writing the ebuild.
60
+
61
+ *Fedora Linux*::
62
+ With help from Terje Røsten, Chris Wright added asciidoc to Fedora
63
+ Extras which is available in the default installation. To install
64
+ asciidoc execute the following command:
65
+
66
+ $ yum install asciidoc
67
+
68
+ *Slackware Linux*::
69
+ John Calixto has created a Slackware package for AsciiDoc which can
70
+ be downloaded from http://linuxpackages.net/.
71
+
72
+ *Ark Linux*::
73
+ mailto:bero@arklinux.org[Bernhard Rosenkraenzer] added AsciiDoc to
74
+ Ark Linux -- the package is available from the Ark Linux repository
75
+ at http://arklinux.osuosl.org/dockyard-devel/, so Ark Linux users
76
+ should just run `apt-get install asciidoc`.
77
+
78
+ *T2 Linux*::
79
+ mailto:cw@ixplanet.de[Christian Wiese] added AsciiDoc to the
80
+ http://www.t2-project.org/[T2 Linux] repository at
81
+ http://svn.exactcode.de/t2/trunk/package/textproc/asciidoc/. To
82
+ build and install the package on a T2 system, run
83
+ `./scripts/Emerge-Pkg asciidoc` from within your T2 source directory
84
+ (default: `/usr/src/t2-src`).
85
+
86
+ *Red Hat Enterprise Linux, Fedora and CentOS packages*::
87
+ Dag Wieers has built AsciiDoc RPMs for a number of Red Hat based
88
+ distributions, they can be downloaded from
89
+ http://dag.wieers.com/rpm/packages/asciidoc/.
90
+
91
+
92
+ See also link:userguide.html#X38[Packager Notes] in the 'AsciiDoc User
93
+ Guide'.
94
+
95
+ Copying
96
+ -------
97
+ Copyright (C) 2002-2008 Stuart Rackham. Free use of AsciiDoc is
98
+ granted under the terms of the GNU General Public License (GPL).