FooBarWidget-mizuho 0.9.1 → 0.9.2

Sign up to get free protection for your applications and to get access to all the features.
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,351 +0,0 @@
1
- #
2
- # xhtml-deprecated.conf
3
- #
4
- # DEPRECATED: Asciidoc 6 xhtml backend.
5
- #
6
- [miscellaneous]
7
- outfilesuffix=.html
8
- # Screen width in pixels.
9
- pagewidth=800
10
- pageunits=
11
-
12
- [attributes]
13
- basebackend=html
14
- basebackend-html=
15
- dtddecl=PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"
16
-
17
- [replacements]
18
- # Line break.
19
- (?m)^(.*)\s\+$=\1<br />
20
- # Superscripts.
21
- \^(.+?)\^=<sup>\1</sup>
22
- # Subscripts.
23
- ~(.+?)~=<sub>\1</sub>
24
-
25
- [ruler-blockmacro]
26
- <hr />
27
-
28
- [image-inlinemacro]
29
- <a href="{link}">
30
- <img src="{target}" alt="{1={target}}"{1? title="{1}"}{width? width="{width}"}{height? height="{height}"}/>
31
- {link#}</a>
32
-
33
- [image-blockmacro]
34
- <a name="{id}"></a>
35
- <a href="{link}">
36
- <img src="{target}" alt="{1={target}}"{1? title="{1}"}{width? width="{width}"}{height? height="{height}"}/>
37
- {link#}</a>
38
- <p><b>Figure:</b> {title}</p>
39
-
40
- [indexterm-inlinemacro]
41
- # Inline index term.
42
- {empty}
43
-
44
- [indexterm2-inlinemacro]
45
- # Inline index term.
46
- # Single entry index term that is visible in the primary text flow.
47
- {1}
48
-
49
- [footnote-inlinemacro]
50
- # Inline footnote.
51
- <br />[{0}]<br />
52
-
53
- [callout-inlinemacro]
54
- # Inline callout.
55
- <b>({index})</b>
56
-
57
- [tags]
58
- # Bulleted, numbered and labeled list tags.
59
- ilist={id?<a name="{id}"></a>}{title?<p><b>{title}</b></p>}<ul>|</ul>
60
- ilistitem=<li>|</li>
61
- ilisttext=<p>|</p>
62
- olist={id?<a name="{id}"></a>}{title?<p><b>{title}</b></p>}<ol>|</ol>
63
- olist2={id?<a name="{id}"></a>}<ol type="a">|</ol>
64
- olistitem=<li>|</li>
65
- olisttext=<p>|</p>
66
- vlist={id?<a name="{id}"></a>}{title?<p><b>{title}</b></p>}<dl>|</dl>
67
- vlistentry=|
68
- vlistterm=<dt>|</dt>
69
- vlistitem=<dd>|</dd>
70
- vlisttext=<p>|</p>
71
- # Horizontal labeled list.
72
- hlist={id?<a name="{id}"></a>}{title?<p><b>{title}</b></p>}<table cellpadding="4">|</table>
73
- hlistentry=<tr valign="top">|</tr>
74
- hlisttext=|
75
- hlistterm=<td{1? width="{1}%"}>|</td>
76
- hlistitem=<td{2? width="{2}%"}>|</td>
77
- # Question and Answer list.
78
- qlist={id?<a name="{id}"></a>}{title?<p><b>{title}</b></p>}<ol>|</ol>
79
- qlistentry=<li>|</li>
80
- qlistterm=<p><em>|</em></p>
81
- qlistitem=|
82
- qlisttext=<p>|</p>
83
- # Callout list.
84
- colist={id?<a name="{id}"></a>}{title?<p><b>{title}</b></p>}<ol>|</ol>
85
- colistitem=<li>|</li>
86
- colisttext=<p>|</p>
87
-
88
- # Quoted text.
89
- emphasis=<em>|</em>
90
- strong=<strong>|</strong>
91
- monospaced=<tt>|</tt>
92
- quoted={amp}#8220;|{amp}#8221;
93
-
94
- # Inline macros
95
- [http-inlinemacro]
96
- <a href="{name}:{target}">{0={name}:{target}}</a>
97
- [https-inlinemacro]
98
- <a href="{name}:{target}">{0={name}:{target}}</a>
99
- [ftp-inlinemacro]
100
- <a href="{name}:{target}">{0={name}:{target}}</a>
101
- [file-inlinemacro]
102
- <a href="{name}:{target}">{0={name}:{target}}</a>
103
- [mailto-inlinemacro]
104
- <a href="mailto:{target}">{0={target}}</a>
105
- [link-inlinemacro]
106
- <a href="{target}">{0={target}}</a>
107
- # anchor:id[text]
108
- [anchor-inlinemacro]
109
- <a name="{target}"></a>
110
- # [[id,text]]
111
- [anchor2-inlinemacro]
112
- <a name="{1}"></a>
113
- # [[[id]]]
114
- [anchor3-inlinemacro]
115
- <a name="{1}">[{1}]</a>
116
- # xref:id[text]
117
- [xref-inlinemacro]
118
- <a href="#{target}">{0=[{target}]}</a>
119
- # <<id,text>>
120
- [xref2-inlinemacro]
121
- <a href="#{1}">{2=[{1}]}</a>
122
-
123
- # Special word substitution.
124
- [emphasizedwords]
125
- <em>{words}</em>
126
- [monospacedwords]
127
- <tt>{words}</tt>
128
- [strongwords]
129
- <strong>{words}</strong>
130
-
131
- # Paragraph substitution.
132
- [paragraph]
133
- <p>{id?<a name="{id}"></a>}{title?<b>{title}</b><br />}
134
- |
135
- </p>
136
-
137
- [literalparagraph]
138
- # The literal block employs the same markup.
139
- template::[literalblock]
140
-
141
- [verseparagraph]
142
- # The verse block employs the same markup.
143
- template::[verseblock]
144
-
145
- [admonitionparagraph]
146
- <a name="{id}"></a>
147
- <p><b>{style}:</b> |</p>
148
-
149
- # Delimited blocks.
150
- [passthroughblock]
151
- |
152
-
153
- [listingblock]
154
- <a name="{id}"></a>
155
- <p><b>{title}</b></p>
156
- <table border="0" bgcolor="#e8e8e8" width="100%" cellpadding="10"><tr><td>
157
- <pre>
158
- |
159
- </pre>
160
- </td></tr></table>
161
-
162
- [literalblock]
163
- <a name="{id}"></a>
164
- <p><b>{title}</b></p>
165
- <pre>
166
- |
167
- </pre>
168
-
169
- [verseblock]
170
- <a name="{id}"></a>
171
- <p><b>{title}</b></p>
172
- # Font inheritance broken in IE6.
173
- <pre style="font-family: inherit;">
174
- |
175
- </pre>
176
-
177
- [sidebarblock]
178
- <a name="{id}"></a>
179
- <table frame="border" bgcolor="#ffffee" width="80%" cellpadding="15">
180
- <tr><td>
181
- <p><em>{title}</em></p>
182
- |
183
- </td></tr></table>
184
-
185
- [quoteblock]
186
- <a name="{id}"></a>
187
- <blockquote>
188
- <p><b>{title}</b></p>
189
- |
190
- <p align="right">
191
- <em>{citetitle}</em><br />
192
- &#8212; {attribution}
193
- </p>
194
- </blockquote>
195
-
196
- [exampleblock]
197
- <a name="{id}"></a>
198
- <p><b>Example:</b> {title}</p>
199
- <table frame="border" bgcolor="white" width="80%" cellpadding="15">
200
- <tr><td>
201
- |
202
- </td></tr></table>
203
-
204
- [admonitionblock]
205
- <a name="{id}"></a>
206
- <table frame="void" bgcolor="white" width="80%" cellpadding="8">
207
- <tr valign="top"><td><p><b>{style}</b></p></td><td>
208
- <p><b>{title}</b></p>
209
- |
210
- </td></tr></table>
211
-
212
- # Bibliography list.
213
- # Same as numbered list.
214
- [listdef-bibliography]
215
- listtag=olist
216
- itemtag=olistitem
217
- texttag=olisttext
218
-
219
- # Glossary list.
220
- # Same as labeled list.
221
- [listdef-glossary]
222
- listtag=vlist
223
- itemtag=vlistitem
224
- texttag=vlisttext
225
- entrytag=vlistentry
226
- labeltag=vlistterm
227
-
228
- # Tables.
229
- [tabledef-default]
230
- template=table
231
- bodyrow=<tr>|</tr>
232
- headdata=<th align="{colalign}" width="{colwidth}{pageunits}">|</th>
233
- footdata=<td align="{colalign}" width="{colwidth}{pageunits}"><strong>|</strong></td>
234
- bodydata=<td align="{colalign}" width="{colwidth}{pageunits}" valign="top">|</td>
235
-
236
- [table]
237
- <p><b>Table:</b> {title}</p>
238
- <a name="{id}"></a>
239
- <table rules="{grid=none}"
240
- frame="{frame%hsides}"
241
- frame="{frame@topbot:hsides}{frame@all:border}{frame@none:void}{frame@sides:vsides}"
242
- cellspacing="0" cellpadding="4">
243
- {headrows#}<thead>
244
- {headrows}
245
- {headrows#}</thead>
246
- {footrows#}<tfoot>
247
- {footrows}
248
- {footrows#}</tfoot>
249
- <tbody>
250
- {bodyrows}
251
- </tbody>
252
- </table>
253
-
254
- [footer]
255
- <p></p>
256
- <p></p>
257
- <hr /><p><small>
258
- Version {revision}<br />
259
- Last updated {localdate} {localtime}
260
- </small></p>
261
- </body>
262
- </html>
263
-
264
- [preamble]
265
- # Untitled elements between header and first section title.
266
- <a name="{id}"></a>
267
- |
268
-
269
- [sect0]
270
- {doctype-manpage%}<hr />
271
- <h1>{id?<a name="{id}"></a>}{title}</h1>
272
- |
273
-
274
- [sect1]
275
- {doctype-manpage%}<hr />
276
- <h2>{id?<a name="{id}"></a>}{numbered?{sectnum} }{title}</h2>
277
- |
278
-
279
- [sect2]
280
- <h3>{id?<a name="{id}"></a>}{numbered?{sectnum} }{title}</h3>
281
- |
282
-
283
- [sect3]
284
- <h4>{id?<a name="{id}"></a>}{numbered?{sectnum} }{title}</h4>
285
- |
286
-
287
- [sect4]
288
- <h5>{id?<a name="{id}"></a>}{title}</h5>
289
- |
290
-
291
- #-------------------------
292
- # article and book document types
293
- #-------------------------
294
- ifndef::doctype-manpage[]
295
-
296
- [header]
297
- <!DOCTYPE html {dtddecl}>
298
- <html>
299
- <head>
300
- <meta http-equiv="Content-Type" content="text/html; charset={encoding=ISO-8859-1}"/>
301
- <meta name="generator" content="AsciiDoc {asciidoc-version}"/>
302
- <title>{doctitle}</title>
303
- </head>
304
- <body>
305
- <h1>{doctitle}</h1>
306
- <p>
307
- <strong>by {author}</strong><br />
308
- <tt>&lt;<a href="mailto:{email}">{email}</a>&gt;</tt><br />
309
- v{revision}{date?,}
310
- {date}
311
- </p>
312
-
313
- endif::doctype-manpage[]
314
-
315
- #-------------------------
316
- # manpage document type
317
- #-------------------------
318
- ifdef::doctype-manpage[]
319
-
320
- [tags]
321
- # This is more inline with man page convention.
322
- emphasis=<b>|</b>
323
- vlistterm=<dt><b>|</b></dt>
324
-
325
- [header]
326
- <!DOCTYPE html {dtddecl}>
327
- <html>
328
- <head>
329
- <meta http-equiv="Content-Type" content="text/html; charset={encoding=ISO-8859-1}"/>
330
- <meta name="generator" content="AsciiDoc {asciidoc-version}"/>
331
- <title>{mantitle}</title>
332
- </head>
333
- <body>
334
- <hr />
335
- <h1>
336
- {doctitle} Manual Page
337
- </h1>
338
- <hr />
339
- <h2>NAME</h2>
340
- <p>{manname} -
341
- {manpurpose}
342
- </p>
343
-
344
- [sect-synopsis]
345
- template::[sect1]
346
-
347
- endif::doctype-manpage[]
348
-
349
- ifdef::css[]
350
- include::xhtml-deprecated-css.conf[]
351
- endif::css[]