FooBarWidget-mizuho 0.9.1 → 0.9.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (136) hide show
  1. data/README.markdown +1 -1
  2. data/Rakefile +14 -2
  3. data/asciidoc/BUGS +11 -6
  4. data/asciidoc/BUGS.txt +7 -3
  5. data/asciidoc/CHANGELOG +313 -151
  6. data/asciidoc/CHANGELOG.txt +177 -12
  7. data/asciidoc/INSTALL +30 -36
  8. data/asciidoc/INSTALL.txt +20 -20
  9. data/asciidoc/Makefile.in +145 -0
  10. data/asciidoc/README +11 -11
  11. data/asciidoc/README.txt +9 -9
  12. data/asciidoc/a2x +40 -7
  13. data/asciidoc/asciidoc.conf +180 -126
  14. data/asciidoc/asciidoc.py +1667 -977
  15. data/asciidoc/common.aap +2 -2
  16. data/asciidoc/configure +2840 -0
  17. data/asciidoc/configure.ac +11 -0
  18. data/asciidoc/dblatex/asciidoc-dblatex.sty +2 -0
  19. data/asciidoc/dblatex/asciidoc-dblatex.xsl +15 -0
  20. data/asciidoc/dblatex/dblatex-readme.txt +19 -2
  21. data/asciidoc/doc/a2x.1 +77 -67
  22. data/asciidoc/doc/a2x.1.txt +11 -2
  23. data/asciidoc/doc/article.css-embedded.html +85 -63
  24. data/asciidoc/doc/article.html +644 -62
  25. data/asciidoc/doc/article.pdf +0 -0
  26. data/asciidoc/doc/article.txt +15 -17
  27. data/asciidoc/doc/asciidoc.1 +34 -40
  28. data/asciidoc/doc/asciidoc.1.css-embedded.html +67 -32
  29. data/asciidoc/doc/asciidoc.1.css.html +28 -28
  30. data/asciidoc/doc/asciidoc.1.html +33 -33
  31. data/asciidoc/doc/asciidoc.css-embedded.html +2234 -2348
  32. data/asciidoc/doc/asciidoc.css.html +2203 -2352
  33. data/asciidoc/doc/asciidoc.dict +52 -1
  34. data/asciidoc/doc/asciidoc.html +980 -1160
  35. data/asciidoc/doc/asciidoc.txt +941 -738
  36. data/asciidoc/doc/asciimathml.txt +63 -0
  37. data/asciidoc/doc/book-multi.html +26 -43
  38. data/asciidoc/doc/book-multi.txt +19 -23
  39. data/asciidoc/doc/book.css-embedded.html +92 -71
  40. data/asciidoc/doc/book.html +24 -41
  41. data/asciidoc/doc/book.txt +19 -21
  42. data/asciidoc/doc/docbook-xsl.css +1 -0
  43. data/asciidoc/doc/faq.txt +288 -60
  44. data/asciidoc/doc/images +1 -0
  45. data/asciidoc/doc/latex-backend.html +16 -123
  46. data/asciidoc/doc/latex-backend.txt +17 -19
  47. data/asciidoc/doc/latexmath.txt +233 -24
  48. data/asciidoc/doc/latexmathml.txt +41 -0
  49. data/asciidoc/doc/main.aap +9 -5
  50. data/asciidoc/doc/music-filter.pdf +0 -0
  51. data/asciidoc/doc/music-filter.txt +2 -2
  52. data/asciidoc/doc/source-highlight-filter.html +476 -105
  53. data/asciidoc/doc/source-highlight-filter.pdf +0 -0
  54. data/asciidoc/doc/source-highlight-filter.txt +39 -10
  55. data/asciidoc/docbook-xsl/asciidoc-docbook-xsl.txt +1 -29
  56. data/asciidoc/docbook-xsl/fo.xsl +35 -3
  57. data/asciidoc/docbook-xsl/manpage.xsl +3 -0
  58. data/asciidoc/docbook-xsl/text.xsl +50 -0
  59. data/asciidoc/docbook.conf +182 -73
  60. data/asciidoc/examples/website/ASCIIMathML.js +1 -0
  61. data/asciidoc/examples/website/CHANGELOG.html +618 -182
  62. data/asciidoc/examples/website/CHANGELOG.txt +1 -0
  63. data/asciidoc/examples/website/INSTALL.html +34 -36
  64. data/asciidoc/examples/website/INSTALL.txt +1 -0
  65. data/asciidoc/examples/website/LaTeXMathML.js +1 -0
  66. data/asciidoc/examples/website/README-website.html +26 -37
  67. data/asciidoc/examples/website/README-website.txt +6 -6
  68. data/asciidoc/examples/website/README.html +15 -15
  69. data/asciidoc/examples/website/README.txt +1 -0
  70. data/asciidoc/examples/website/a2x.1.html +74 -50
  71. data/asciidoc/examples/website/a2x.1.txt +1 -0
  72. data/asciidoc/examples/website/asciidoc-docbook-xsl.html +13 -48
  73. data/asciidoc/examples/website/asciidoc-docbook-xsl.txt +1 -0
  74. data/asciidoc/examples/website/asciimathml.txt +1 -0
  75. data/asciidoc/examples/website/customers.csv +1 -0
  76. data/asciidoc/examples/website/downloads.html +69 -31
  77. data/asciidoc/examples/website/downloads.txt +28 -5
  78. data/asciidoc/examples/website/faq.html +370 -124
  79. data/asciidoc/examples/website/faq.txt +1 -0
  80. data/asciidoc/examples/website/images +1 -0
  81. data/asciidoc/examples/website/index.html +64 -64
  82. data/asciidoc/examples/website/index.txt +22 -15
  83. data/asciidoc/examples/website/latex-backend.html +152 -257
  84. data/asciidoc/examples/website/latex-backend.txt +1 -0
  85. data/asciidoc/examples/website/latexmathml.txt +1 -0
  86. data/asciidoc/examples/website/manpage.html +27 -27
  87. data/asciidoc/examples/website/manpage.txt +1 -0
  88. data/asciidoc/examples/website/music-filter.html +18 -18
  89. data/asciidoc/examples/website/music-filter.txt +1 -0
  90. data/asciidoc/examples/website/music1.abc +1 -1
  91. data/asciidoc/examples/website/music1.png +0 -0
  92. data/asciidoc/examples/website/music2.ly +1 -1
  93. data/asciidoc/examples/website/music2.png +0 -0
  94. data/asciidoc/examples/website/newlists.txt +40 -0
  95. data/asciidoc/examples/website/newtables.txt +397 -0
  96. data/asciidoc/examples/website/source-highlight-filter.html +67 -32
  97. data/asciidoc/examples/website/source-highlight-filter.txt +1 -0
  98. data/asciidoc/examples/website/support.html +4 -4
  99. data/asciidoc/examples/website/toc.js +1 -0
  100. data/asciidoc/examples/website/userguide.html +2190 -2339
  101. data/asciidoc/examples/website/userguide.txt +1 -0
  102. data/asciidoc/examples/website/version83.txt +37 -0
  103. data/asciidoc/examples/website/version9.html +13 -13
  104. data/asciidoc/examples/website/xhtml11-manpage.css +1 -0
  105. data/asciidoc/examples/website/xhtml11-quirks.css +1 -0
  106. data/asciidoc/examples/website/xhtml11.css +1 -0
  107. data/asciidoc/filters/code-filter-readme.txt +3 -3
  108. data/asciidoc/filters/code-filter-test.txt +6 -6
  109. data/asciidoc/filters/source-highlight-filter.conf +12 -5
  110. data/asciidoc/html4.conf +152 -58
  111. data/asciidoc/install-sh +201 -0
  112. data/asciidoc/latex.conf +41 -41
  113. data/asciidoc/stylesheets/docbook-xsl.css +1 -0
  114. data/asciidoc/stylesheets/xhtml11.css +39 -4
  115. data/asciidoc/text.conf +4 -4
  116. data/asciidoc/vim/syntax/asciidoc.vim +58 -32
  117. data/asciidoc/wordpress.conf +48 -0
  118. data/asciidoc/xhtml11-quirks.conf +1 -1
  119. data/asciidoc/xhtml11.conf +198 -70
  120. data/bin/mizuho +5 -2
  121. data/lib/mizuho/generator.rb +48 -19
  122. data/mizuho.gemspec +16 -6
  123. metadata +58 -15
  124. data/asciidoc/doc/asciimath.txt +0 -47
  125. data/asciidoc/docbook-xsl/shaded-literallayout.patch +0 -32
  126. data/asciidoc/examples/website/asciimath.html +0 -157
  127. data/asciidoc/examples/website/latexmath.html +0 -119
  128. data/asciidoc/filters/code-filter-test-c++.txt +0 -7
  129. data/asciidoc/install.sh +0 -55
  130. data/asciidoc/linuxdoc.conf +0 -285
  131. data/asciidoc/math.conf +0 -50
  132. data/asciidoc/stylesheets/xhtml-deprecated-manpage.css +0 -21
  133. data/asciidoc/stylesheets/xhtml-deprecated.css +0 -247
  134. data/asciidoc/t.conf +0 -20
  135. data/asciidoc/xhtml-deprecated-css.conf +0 -235
  136. data/asciidoc/xhtml-deprecated.conf +0 -351
@@ -1,157 +0,0 @@
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>
@@ -1,119 +0,0 @@
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="./LaTeXMathML.js"></script>
11
- <title>LaTeXMathML 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="latexmath.txt">Page&nbsp;Source</a></div>
33
- </td>
34
- <td>
35
- <div id="layout-content">
36
- <div id="header">
37
- <h1>LaTeXMathML Formulae</h1>
38
- </div>
39
- <div id="preamble">
40
- <div class="sectionbody">
41
- <div class="para"><p><a href="http://www.maths.nottingham.ac.uk/personal/drw/lm.html">LaTeXMathML</a>
42
- capability has been added to <em>AsciiDoc</em> for users who are more familar
43
- with or prefer LaTeX math formulas to the
44
- <a href="http://www.methods.co.nz/asciidoc/asciimath.html">ASCIIMathML</a>
45
- notation.</p></div>
46
- <div class="para"><p><em>LaTeXMathML</em> is a derivative of
47
- <a href="http://www.methods.co.nz/asciidoc/asciimath.html">ASCIIMathML</a> &#8212; in
48
- terms of usage the only difference it that you use the <tt>latexmath</tt>
49
- attribute instead of the <tt>asciimath</tt> attribute.</p></div>
50
- <div class="para"><p>Here's the <a href="latexmath.txt"><em>AsciiDoc</em> source</a> that generated this
51
- page.</p></div>
52
- <div class="para"><p>Some example <em>LaTeXMathML</em> formulas:</p></div>
53
- <div class="ilist"><ul>
54
- <li>
55
- <p>
56
- <span>$R_x = 10.0 \times \sin(R_\phi)$</span>
57
- </p>
58
- </li>
59
- <li>
60
- <p>
61
- <span style="font-size: 2em;"><span>$\sum_{n=1}^\infty \frac{1}{2^n}$</span></span>
62
- </p>
63
- </li>
64
- <li>
65
- <p>
66
- <span>$\lim_{x\to\infty} f(x) = k \choose r + \frac ab \sum_{n=1}^\infty
67
- a_n + \displaystyle{ \left\{ \frac{1}{13} \sum_{n=1}^\infty b_n
68
- \right\} }$</span>
69
- </p>
70
- </li>
71
- <li>
72
- <p>
73
- <span>$\$\alpha + \$\beta = \$(\alpha + \beta)$</span>
74
- </p>
75
- </li>
76
- <li>
77
- <p>
78
- <span>$\begin{eqnarray} x &amp; = &amp; \frac{-7 \pm \sqrt{49 - 24}}{6} \\ &amp; = &amp;
79
- -2 \textrm{ or } -\frac13. \end{eqnarray}$</span>
80
- </p>
81
- </li>
82
- <li>
83
- <p>
84
- <span>$\displaystyle{ V_i = C_0 - C_3
85
- \frac{C_1\cos(\theta_i+C_3)}{C_4+C_1\cos(\theta_i+C_2)} }$</span>
86
- </p>
87
- </li>
88
- </ul></div>
89
- </div>
90
- </div>
91
- <div id="footer">
92
- <div id="footer-text">
93
- Version 8.2.7<br />
94
- Last updated 2008-07-04 23:29:28 NZDT
95
- </div>
96
- <div id="footer-badges">
97
- <a href="http://validator.w3.org/check?uri=referer">
98
- <img style="border:none; width:88px; height:31px;"
99
- src="http://www.w3.org/Icons/valid-xhtml11"
100
- alt="Valid XHTML 1.1!" />
101
- </a>
102
- <a href="http://jigsaw.w3.org/css-validator/check/referer">
103
- <img style="border:none; width:88px; height:31px;"
104
- src="http://jigsaw.w3.org/css-validator/images/vcss"
105
- alt="Valid CSS!" />
106
- </a>
107
- <a href="http://www.mozilla.org/products/firefox/">
108
- <img style="border:none; width:110px; height:32px;"
109
- src="http://www.spreadfirefox.com/community/images/affiliates/Buttons/110x32/safer.gif"
110
- alt="Get Firefox!" />
111
- </a>
112
- </div>
113
- </div>
114
- </div>
115
- </td>
116
- </tr>
117
- </table>
118
- </body>
119
- </html>
@@ -1,7 +0,0 @@
1
- The connect.cc Source File
2
- --------------------------
3
-
4
- [language="C++"]
5
- code~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
6
- include1::../../connect/utils.cc[]
7
- code~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
data/asciidoc/install.sh DELETED
@@ -1,55 +0,0 @@
1
- #!/bin/sh
2
- #
3
- # AsciiDoc canonical installer/uninstaller.
4
- # Definative packager's guide.
5
- # Documented in INSTALL file.
6
- #
7
- # NOTE: If you change the CONFDIR (the global asciidoc(1) configuration file
8
- # directory) then you will also need to change the CONF_DIR constant definition
9
- # values in both a2x and asciiidoc.py scripts.
10
-
11
- CONFDIR=/etc/asciidoc
12
- BINDIR=/usr/local/bin
13
- MANDIR=/usr/local/man
14
- VIM_CONFDIR=/etc/vim
15
-
16
- if [ `basename $0` = uninstall.sh ]; then
17
- rm $BINDIR/asciidoc
18
- rm $BINDIR/a2x
19
- rm $MANDIR/man1/asciidoc.1
20
- rm $MANDIR/man1/a2x.1
21
- rm -rf $CONFDIR
22
- rm -f $VIM_CONFDIR/syntax/asciidoc.vim
23
- rm -f $VIM_CONFDIR/ftdetect/asciidoc_filetype.vim
24
- else
25
- install asciidoc.py $BINDIR/asciidoc
26
- install a2x $BINDIR/a2x
27
- install -d $MANDIR/man1
28
- install doc/*.1 $MANDIR/man1
29
- install -d $CONFDIR/filters \
30
- $CONFDIR/docbook-xsl \
31
- $CONFDIR/dblatex \
32
- $CONFDIR/stylesheets \
33
- $CONFDIR/javascripts \
34
- $CONFDIR/images/icons/callouts
35
- install -m 644 *.conf $CONFDIR
36
- install filters/*.py $CONFDIR/filters
37
- install -m 644 filters/*.conf $CONFDIR/filters
38
- install -m 644 docbook-xsl/*.xsl $CONFDIR/docbook-xsl
39
- install -m 644 dblatex/*.xsl $CONFDIR/dblatex
40
- install -m 644 dblatex/*.sty $CONFDIR/dblatex
41
- install -m 644 stylesheets/*.css $CONFDIR/stylesheets
42
- install -m 644 javascripts/*.js $CONFDIR/javascripts
43
- install -m 644 images/icons/callouts/* $CONFDIR/images/icons/callouts
44
- install -m 644 images/icons/README images/icons/*.png $CONFDIR/images/icons
45
- if [ -d $VIM_CONFDIR ]; then
46
- install -d $VIM_CONFDIR/syntax
47
- install -m 644 vim/syntax/asciidoc.vim \
48
- $VIM_CONFDIR/syntax/asciidoc.vim
49
- install -d $VIM_CONFDIR/ftdetect
50
- install -m 644 vim/ftdetect/asciidoc_filetype.vim \
51
- $VIM_CONFDIR/ftdetect/asciidoc_filetype.vim
52
- fi
53
- fi
54
-
55
- # vim: set et ts=4 sw=4 sts=4:
@@ -1,285 +0,0 @@
1
- # linuxdoc.conf
2
- #
3
- # Asciidoc configuration file.
4
- # linuxdoc backend, article document type.
5
- #
6
- # NOTE:
7
- # - The Linuxdoc format only supports article documents.
8
- # - Linuxdoc does not support a number of AsciiDoc elements, for
9
- # example table.
10
- # - The AsciiDoc linuxdoc backend is no longer being actively
11
- # developed or tested with new AsciiDoc releases.
12
- #
13
-
14
- [attributes]
15
- basebackend=linuxdoc
16
- basebackend-linuxdoc=
17
-
18
- [miscellaneous]
19
- outfilesuffix=.sgml
20
-
21
- [replacements]
22
- (?m)^(.*)\s\+$=\1<newline>
23
-
24
- # To allow the AsciiDoc User Guide to be processed.
25
- {amp}\#960;=pi
26
-
27
- # Small 'NEW' image.
28
- (?<!\\)#NEW#=New!
29
- \\#NEW#=#NEW#
30
-
31
- # (C) Copyright (entity reference &copy;)
32
- (?<!\\)\(C\)=&#169;
33
- \\\(C\)=(C)
34
-
35
- # (R) registered trade mark (entity reference &reg;
36
- (?<!\\)\(R\)=&reg;
37
- \\\(R\)=(R)
38
-
39
- # (TM) Trademark (entity reference &trade;)
40
- (?<!\\)\(TM\)=&trade;
41
- \\\(TM\)=(TM)
42
-
43
- # -- Spaced and unspaced em dashes (entity reference &mdash;)
44
- (^|[^-\\])--($|[^-])=\1&mdash;\2
45
- \\--(?!-)=--
46
-
47
- # ... Ellipsis (entity reference &hellip;)
48
- (?<!\\)\.\.\.=&hellip;
49
- \\\.\.\.=...
50
-
51
- [header]
52
- <!doctype linuxdoc system>
53
- <article>
54
- <title>{doctitle}</title>
55
- <author>
56
- by {author}
57
- <tt>&lt;<url url="mailto:{email}" name="{email}">&gt;</tt>
58
- </author>
59
- {date#}<date>
60
- {date#} v{revision}{date?,}
61
- {date#} {date}
62
- {date#}</date>
63
-
64
- [footer]
65
- </article>
66
-
67
- [indexterm-inlinemacro]
68
- # Inline index term.
69
- {2%}<nidx>{1}</nidx>
70
- {2#}{3%}<nidx>{2}</nidx>
71
- <nidx>{3}</nidx>
72
-
73
- [indexterm2-inlinemacro]
74
- # Inline index term.
75
- # Single entry index term that is visible in the primary text flow.
76
- <nidx>{1}</nidx>
77
- {1}
78
-
79
- [footnote-inlinemacro]
80
- # Inline footnote.
81
- <newline>[{0}]<newline>
82
-
83
- [tags]
84
- # Bulleted, numbered and labeled list tags.
85
- ilist={title?<p><bf>{title}</bf>}<itemize>|</itemize>
86
- ilistitem=<item>|</item>
87
- ilisttext=|
88
- olist={title?<p><bf>{title}</bf>}<enum>|</enum>
89
- olist2=<enum>|</enum>
90
- olistitem=<item>|</item>
91
- olisttext=|
92
- vlist={title?<p><bf>{title}</bf>}<descrip>|</descrip>
93
- vlistitem=|
94
- vlisttext=|
95
- vlistentry=|
96
- vlistterm=<tag>|</tag>
97
- # Same as vertical labeled list.
98
- hlist={title?<p><bf>{title}</bf>}<descrip>|</descrip>
99
- hlistitem=|
100
- hlisttext=|
101
- hlistentry=|
102
- hlistterm=<tag>|</tag>
103
- # Question and Answer list.
104
- qlist=<enum>|</enum>
105
- qlistentry=<item>|</item>
106
- qlistterm=|
107
- qlistitem=|
108
- qlisttext=<p>|
109
- # Callout list (same as numbered list).
110
- colist={title?<p><bf>{title}</bf>}<enum>|</enum>
111
- colistitem=<item>|</item>
112
- colisttext=|
113
-
114
- # Quoted text
115
- emphasis=<em>|</em>
116
- strong=<bf>|</bf>
117
- monospaced=<tt>|</tt>
118
- quoted=``|''
119
-
120
- [specialsections]
121
- ^Abstract$=sect-abstract
122
-
123
- [sect-abstract]
124
- <abstract>
125
- |
126
- </abstract>
127
- <toc>
128
-
129
- [preamble]
130
- <abstract>
131
- |
132
- </abstract>
133
- <toc>
134
-
135
- [sect1]
136
- <sect>{title}
137
- <p>
138
- |
139
-
140
- [sect2]
141
- <sect1>{title}
142
- <p>
143
- |
144
-
145
- [sect3]
146
- <sect2>{title}
147
- <p>
148
- |
149
-
150
- [sect4]
151
- <p><bf>{title}</bf>
152
- <p>
153
- |
154
-
155
- # Inline macros
156
- [http-inlinemacro]
157
- <url url="{name}:{target}" name="{0={name}:{target}}">
158
- [https-inlinemacro]
159
- <url url="{name}:{target}" name="{0={name}:{target}}">
160
- [ftp-inlinemacro]
161
- <url url="{name}:{target}" name="{0={name}:{target}}">
162
- [file-inlinemacro]
163
- <url url="{name}:{target}" name="{0={name}:{target}}">
164
- [mailto-inlinemacro]
165
- <url url="{name}:{target}" name="{0={target}}">
166
- [link-inlinemacro]
167
- <url url="{target}" name="{0={target}}">
168
- # LinuxDoc does not have anchors or anchor reference elements but we include
169
- # the macros so the anchor is hidden and the reference text displayed.
170
- # Anchor: [[id,xreflabel]]
171
- [anchor-inlinemacro]
172
- #&lsqb;{target}&rsqb;
173
- [anchor2-inlinemacro]
174
- # [[id,text]]
175
- #&lsqb;{1}&rsqb;
176
- [xref-inlinemacro]
177
- #{1} &lsqb;{target}&rsqb;
178
- {1={target}}
179
- [xref2-inlinemacro]
180
- # <<id,text>>
181
- #{2} &lsqb;{1}&rsqb;
182
- {2=1}
183
-
184
- # Special word macros
185
- [emphasizedwords]
186
- <em>{words}</em>
187
- [monospacedwords]
188
- <tt>{words}</tt>
189
- [strongwords]
190
- <bf>{words}</bf>
191
-
192
- # Paragraph substitution.
193
- [paragraph]
194
- <p><bf>{title}</bf><newline>
195
- |
196
- {empty}
197
- {empty}
198
-
199
- [literalparagraph]
200
- <p><bf>Example:</bf> {title}
201
- <verb>|</verb>
202
- {empty}
203
-
204
- [admonitionparagraph]
205
- <p><bf>{style}:</bf> |
206
- {empty}
207
- {empty}
208
-
209
- [verseparagraph]
210
- template::[paragraph]
211
-
212
- [image-inlinemacro]
213
- {1={target}}
214
-
215
- [ruler-blockmacro]
216
- # Only applies to HTML so don't output anything.
217
-
218
- [image-blockmacro]
219
- <p><bf>Figure:</bf> {title}
220
- <p>{1}
221
- {1%}<p>Image file: {target}
222
-
223
- [literalblock]
224
- <p><bf>Example:</bf> {title}
225
- <verb>
226
- |
227
- </verb>
228
- {empty}
229
-
230
- [listingblock]
231
- <p><bf>Example:</bf> {title}
232
- <tscreen><verb>
233
- |
234
- </verb></tscreen>
235
- {empty}
236
-
237
- [sidebarblock]
238
- <p><bf>{title}</bf>
239
- |
240
- {empty}
241
- {empty}
242
-
243
- [exampleblock]
244
- <p><bf>{title}</bf>
245
- |
246
- {empty}
247
- {empty}
248
-
249
- [admonitionblock]
250
- <p><bf>{style}</bf>
251
- |
252
- {empty}
253
- {empty}
254
-
255
- [passthroughblock]
256
- |
257
-
258
- [quoteblock]
259
- <p><bf>{title}</bf>
260
- |
261
- <p>
262
- &mdash; {1={attribution}}
263
- <em>{2={citetitle}}</em>
264
- {empty}
265
-
266
- [verseblock]
267
- |
268
- {empty}
269
- {empty}
270
-
271
- # Bibliography list.
272
- # Same as numbered list.
273
- [listdef-bibliography]
274
- listtag=olist
275
- itemtag=olistitem
276
- texttag=olisttext
277
-
278
- # Glossary list.
279
- # Same as variable list.
280
- [listdef-glossary]
281
- listtag=vlist
282
- itemtag=vlistitem
283
- texttag=vlisttext
284
- entrytag=vlistentry
285
- labeltag=vlistterm