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
@@ -0,0 +1 @@
1
+ ../../doc/asciidoc.txt
@@ -0,0 +1,37 @@
1
+ AsciiDoc Version 8.3
2
+ ====================
3
+
4
+ This is significant release, it gets rid of unused cruft, simplifies
5
+ the http://www.methods.co.nz/asciidoc/newlists.html[lists] syntax and
6
+ introduces a decent
7
+ http://www.methods.co.nz/asciidoc/newtables.html[tables] syntax.
8
+ There are a few fairly minor backward compatibility issues, please
9
+ read the link:CHANGELOG.html#X1[compatibility issues] section in the
10
+ CHANGLOG before upgrading.
11
+
12
+ New Features
13
+ ------------
14
+ - AsciiDoc tables have been redesigned. The link:newtables.html[new
15
+ syntax and features] are a huge improvement over the old tables. The
16
+ old tables syntax has been deprecated but is currently still
17
+ processed.
18
+ - Lists can now be styled like other block elements. This allows a
19
+ single list syntax for 'glossary', 'qanda' (Question and Answer) and
20
+ 'bibliography' lists instead of having to remember a different
21
+ syntax for each type. link:newlists.html[Here is some more
22
+ information].
23
+ - Inline passthroughs macros have been improved and block passthrough
24
+ macros added. Attribute substitution can be optionally specified
25
+ when the macro is called.
26
+ - The passthrough block has a fully transparent passthrough delimited
27
+ block block style called 'pass'.
28
+ - The 'asciimath' and 'latexmath' link:userguide.html#X77[passthrough
29
+ macros] along with 'asciimath' and 'latexmath'
30
+ link:userguide.html#X76[passthrough blocks] provide a (backend
31
+ dependent) mechanism for rendering mathematical formulas. There are
32
+ link:latexmath.pdf[LaTeX Math], link:asciimathml.html[AsciiMathML]
33
+ and link:latexmathml.html[LaTeXMathML] examples on the AsciiDoc
34
+ website.
35
+
36
+ Read the link:CHANGELOG.html[CHANGELOG] for a full list of all
37
+ additions and changes.
@@ -3,7 +3,7 @@
3
3
  <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en">
4
4
  <head>
5
5
  <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
6
- <meta name="generator" content="AsciiDoc 8.2.7" />
6
+ <meta name="generator" content="AsciiDoc 8.3.1" />
7
7
  <link rel="stylesheet" href="./xhtml11.css" type="text/css" />
8
8
  <link rel="stylesheet" href="./xhtml11-quirks.css" type="text/css" />
9
9
  <link rel="stylesheet" href="./layout1.css" type="text/css" />
@@ -37,20 +37,20 @@
37
37
  </div>
38
38
  <div id="preamble">
39
39
  <div class="sectionbody">
40
- <div class="para"><p>Installing and configuring the latest version of <em>AsciiDoc</em> across
40
+ <div class="paragraph"><p>Installing and configuring the latest version of <em>AsciiDoc</em> across
41
41
  various distributions and platforms has never been easy and lots of
42
42
  contributors have put in <a href="downloads.html#X1">lots of effort</a> to do
43
- just this &#8212; this never ending and largely thankless task is the bane
43
+ just this&#8201;&#8212;&#8201;this never ending and largely thankless task is the bane
44
44
  of the Open Source developer and user alike because invevitably
45
45
  distribution specific packages are either missing or are soon out of
46
46
  date.</p></div>
47
- <div class="para"><p>But it doesn't have to be like this &#8212; <em>AsciiDoc</em> is a pure Python
47
+ <div class="paragraph"><p>But it doesn&#8217;t have to be like this&#8201;&#8212;&#8201;<em>AsciiDoc</em> is a pure Python
48
48
  application and could be distributed from the
49
49
  <a href="http://pypi.python.org/">Cheese Shop</a> as a stand-alone platform
50
50
  independent <a href="http://peak.telecommunity.com/DevCenter/PythonEggs">Python
51
51
  Egg</a>. The 9.x branch aims to attack this problem.</p></div>
52
- <div class="para"><p>The feature plan for 9.0 is:</p></div>
53
- <div class="ilist"><ul>
52
+ <div class="paragraph"><p>The feature plan for 9.0 is:</p></div>
53
+ <div class="ulist"><ul>
54
54
  <li>
55
55
  <p>
56
56
  <em>AsciiDoc</em> easy_installable (done, not fully tested).
@@ -68,8 +68,8 @@ Egg</a>. The 9.x branch aims to attack this problem.</p></div>
68
68
  </p>
69
69
  </li>
70
70
  </ul></div>
71
- <div class="para"><p>Later in the 9.x branch:</p></div>
72
- <div class="ilist"><ul>
71
+ <div class="paragraph"><p>Later in the 9.x branch:</p></div>
72
+ <div class="ulist"><ul>
73
73
  <li>
74
74
  <p>
75
75
  plugin system for frontend and backends.
@@ -87,16 +87,16 @@ distutils commands to produce <em>AsciiDoc</em> rendered documentation of
87
87
  </p>
88
88
  </li>
89
89
  </ul></div>
90
- <div class="para"><p><a href="http://ygingras.net">Yannick Gingras</a> is the maintainer of the 9.x branch;
90
+ <div class="paragraph"><p><a href="http://ygingras.net">Yannick Gingras</a> is the maintainer of the 9.x branch;
91
91
  he can be contacted by <a href="mailto:ygingras@ygingras.net">email</a> or, preferably,
92
92
  on the <a href="support.html">mailing list</a>.</p></div>
93
- <div class="para"><p>There is no release of the 9.x branch yet but adventurous users can
93
+ <div class="paragraph"><p>There is no release of the 9.x branch yet but adventurous users can
94
94
  still get the source with Mercurial:</p></div>
95
95
  <div class="literalblock">
96
96
  <div class="content">
97
97
  <pre><tt>hg clone static-http://ygingras.net/files/asciidoc.hg asciidoc-9x</tt></pre>
98
98
  </div></div>
99
- <div class="para"><p>Using sources from the Mercurial repository will require
99
+ <div class="paragraph"><p>Using sources from the Mercurial repository will require
100
100
  <a href="http://peak.telecommunity.com/DevCenter/setuptools">Setuptools</a> and the
101
101
  <a href="http://pypi.python.org/pypi/hg.setuptools/">Mercurial plugin</a> for
102
102
  Setuptools.</p></div>
@@ -114,8 +114,8 @@ prevent damages to your global Python environment.</td>
114
114
  </div>
115
115
  <div id="footer">
116
116
  <div id="footer-text">
117
- Version 8.2.7<br />
118
- Last updated 2008-07-04 23:29:49 NZDT
117
+ Version 8.3.1<br />
118
+ Last updated 2008-12-13 10:00:00 NZDT
119
119
  </div>
120
120
  <div id="footer-badges">
121
121
  <a href="http://validator.w3.org/check?uri=referer">
@@ -0,0 +1 @@
1
+ ../../stylesheets/xhtml11-manpage.css
@@ -0,0 +1 @@
1
+ ../../stylesheets/xhtml11-quirks.css
@@ -0,0 +1 @@
1
+ ../../stylesheets/xhtml11.css
@@ -12,11 +12,11 @@ want a full featured highlighter use the 'source highlighter filter.
12
12
  Files
13
13
  -----
14
14
  code-filter.py::
15
- The filter Python script.
15
+ The filter Python script.
16
16
  code-filter.conf::
17
- The AsciiDoc filter configuration file.
17
+ The AsciiDoc filter configuration file.
18
18
  code-filter-test.txt::
19
- Short AsciiDoc document to test the filter.
19
+ Short AsciiDoc document to test the filter.
20
20
 
21
21
 
22
22
  Installation
@@ -6,10 +6,10 @@ code~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
6
6
  ''' A multi-line
7
7
  comment.'''
8
8
  def sub_word(mo):
9
- ''' Single line comment.'''
10
- word = mo.group('word') # Inline comment
11
- if word in keywords[language]:
12
- return quote + word + quote
13
- else:
14
- return word
9
+ ''' Single line comment.'''
10
+ word = mo.group('word') # Inline comment
11
+ if word in keywords[language]:
12
+ return quote + word + quote
13
+ else:
14
+ return word
15
15
  code~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
@@ -14,12 +14,21 @@
14
14
  [source-highlight-block]
15
15
  template::[listingblock]
16
16
 
17
+ ifdef::backend-html4[]
18
+ [source-highlight-block]
19
+ <a name="{id}"></a>
20
+ <p><b>{title}</b></p>
21
+ <table border="0" bgcolor="#e8e8e8" width="100%" cellpadding="10"><tr><td>
22
+ |
23
+ </td></tr></table>
24
+ endif::backend-html4[]
25
+
17
26
  # Customized listingblock block for xhtml11 to ensure valid XHTML1.1.
18
27
  ifdef::backend-xhtml11[]
19
28
  [source-highlight-block]
20
29
  <div class="listingblock">
21
30
  <a id="{id}"></a>
22
- <div class="title">{caption=Example: }{title}</div>
31
+ <div class="title">{caption=}{title}</div>
23
32
  <div class="content">
24
33
  |
25
34
  </div></div>
@@ -29,9 +38,7 @@ endif::backend-xhtml11[]
29
38
  ifdef::backend-docbook[]
30
39
  [source-highlight-block]
31
40
  <programlisting language="{language}" linenumbering="{src_numbered=unnumbered}">
32
- <![CDATA[
33
41
  |
34
- ]]>
35
42
  </programlisting>
36
43
  endif::backend-docbook[]
37
44
 
@@ -48,7 +55,7 @@ source-style=template="exampleblock",presubs=(),postsubs=("callouts",),posattrs=
48
55
  endif::backend-xhtml11[]
49
56
 
50
57
  ifdef::backend-docbook[]
51
- source-style=template="source-highlight-block",presubs=(),postsubs=("callouts",),posattrs=("style","language","src_numbered","src_tab"),filter=""
58
+ source-style=template="source-highlight-block",presubs=(),postsubs=("specialcharacters","callouts"),posattrs=("style","language","src_numbered","src_tab"),filter=""
52
59
  endif::backend-docbook[]
53
60
 
54
61
  #########################
@@ -64,7 +71,7 @@ source-style=template="source-highlight-block",presubs=(),postsubs=("callouts",)
64
71
  endif::backend-xhtml11[]
65
72
 
66
73
  ifdef::backend-docbook[]
67
- source-style=template="source-highlight-block",presubs=(),postsubs=("callouts",),posattrs=("style","language","src_numbered","src_tab"),filter=""
74
+ source-style=template="source-highlight-block",presubs=(),postsubs=("specialcharacters","callouts"),posattrs=("style","language","src_numbered","src_tab")
68
75
  endif::backend-docbook[]
69
76
 
70
77
 
data/asciidoc/html4.conf CHANGED
@@ -6,9 +6,6 @@
6
6
 
7
7
  [miscellaneous]
8
8
  outfilesuffix=.html
9
- # Screen width in pixels.
10
- pagewidth=800
11
- pageunits=
12
9
 
13
10
  [attributes]
14
11
  basebackend=html
@@ -27,6 +24,15 @@ endif::asciidoc7compatible[]
27
24
  [ruler-blockmacro]
28
25
  <hr />
29
26
 
27
+ [pagebreak-blockmacro]
28
+ <div style="page-break-after:always"></div>
29
+
30
+ [pi-blockmacro]
31
+ <?{target}{0? {0}}?>
32
+
33
+ [pi-inlinemacro]
34
+ template::[pi-blockmacro]
35
+
30
36
  [image-inlinemacro]
31
37
  <a href="{link}">
32
38
  <img src="{imagesdir=}{target}" alt="{1={target}}"{1? title="{1}"}{width? width="{width}"}{height? height="{height}"}/>
@@ -40,58 +46,92 @@ endif::asciidoc7compatible[]
40
46
  <p><b>{caption={figure_caption}}{title}</b></p>
41
47
 
42
48
  [indexterm-inlinemacro]
43
- # Inline index term.
49
+ # Index term.
44
50
  {empty}
45
51
 
46
52
  [indexterm2-inlinemacro]
47
- # Inline index term.
53
+ # Index term.
48
54
  # Single entry index term that is visible in the primary text flow.
49
55
  {1}
50
56
 
51
57
  [footnote-inlinemacro]
52
- # Inline footnote.
58
+ # Footnote.
53
59
  <br />[{0}]<br />
54
60
 
61
+ [footnoteref-inlinemacro]
62
+ # Footnote reference.
63
+ {2#}<br />Footnote {1} [{2}]<br />
64
+ {2%}<br />[See footnote {1}]<br />
65
+
55
66
  [callout-inlinemacro]
56
- # Inline callout.
57
- <b>({index})</b>
67
+ # Callout.
68
+ <b>&lt;{index}&gt;</b>
69
+
70
+ # List tags.
71
+ [listtags-bulleted]
72
+ list={id?<a name="{id}"></a>}{title?<p><b>{title}</b></p>}<ul>|</ul>
73
+ item=<li>|</li>
74
+ text=<p>|</p>
75
+
76
+ [listtags-numbered]
77
+ list={id?<a name="{id}"></a>}{title?<p><b>{title}</b></p>}<ol>|</ol>
78
+ item=<li>|</li>
79
+ text=<p>|</p>
80
+
81
+ [listtags-numbered2]
82
+ list={id?<a name="{id}"></a>}<ol type="a">|</ol>
83
+ item=<li>|</li>
84
+ text=<p>|</p>
85
+
86
+ [listtags-labeled]
87
+ list={id?<a name="{id}"></a>}{title?<p><b>{title}</b></p>}<dl>|</dl>
88
+ entry=
89
+ label=
90
+ term=<dt>{strong-option?<strong>}|{strong-option?</strong>}</dt>
91
+ item=<dd>|</dd>
92
+ text=<p>|</p>
93
+
94
+ [listtags-horizontal]
95
+ list={id?<a name="{id}"></a>}{title?<p><b>{title}</b></p>}<table cellpadding="4">|</table>
96
+ entry=<tr valign="top">|</tr>
97
+ label=<td{labelwidth? width="{labelwidth}%"}>{strong-option?<strong>}|{strong-option?</strong>}</td>
98
+ term=|<br />
99
+ item=<td{itemwidth? width="{itemwidth}%"}>|</td>
100
+ text=<p>|</p>
101
+
102
+ [listtags-callout]
103
+ list={id?<a name="{id}"></a>}{title?<p><b>{title}</b></p>}<ol>|</ol>
104
+ item=<li>|</li>
105
+ text=<p>|</p>
106
+
107
+ [listtags-qanda]
108
+ list={id?<a name="{id}"></a>}{title?<p><b>{title}</b></p>}<ol>|</ol>
109
+ entry=<li>|</li>
110
+ label=
111
+ term=<p><em>|</em></p>
112
+ item=
113
+ text=<p>|</p>
114
+
115
+ [listtags-glossary]
116
+ list={id?<a name="{id}"></a>}{title?<p><b>{title}</b></p>}<dl>|</dl>
117
+ entry=
118
+ label=
119
+ term=<dt>|</dt>
120
+ item=<dd>|</dd>
121
+ text=<p>|</p>
122
+
123
+ [listtags-bibliography]
124
+ list={id?<a name="{id}"></a>}{title?<p><b>{title}</b></p>}<ul>|</ul>
125
+ item=<li>|</li>
126
+ text=<p>|</p>
58
127
 
59
128
  [tags]
60
- # Bulleted, numbered and labeled list tags.
61
- ilist={id?<a name="{id}"></a>}{title?<p><b>{title}</b></p>}<ul>|</ul>
62
- ilistitem=<li>|</li>
63
- ilisttext=<p>|</p>
64
- olist={id?<a name="{id}"></a>}{title?<p><b>{title}</b></p>}<ol>|</ol>
65
- olist2={id?<a name="{id}"></a>}<ol type="a">|</ol>
66
- olistitem=<li>|</li>
67
- olisttext=<p>|</p>
68
- vlist={id?<a name="{id}"></a>}{title?<p><b>{title}</b></p>}<dl>|</dl>
69
- vlistentry=|
70
- vlistterm=<dt>|</dt>
71
- vlistitem=<dd>|</dd>
72
- vlisttext=<p>|</p>
73
- # Horizontal labeled list.
74
- hlist={id?<a name="{id}"></a>}{title?<p><b>{title}</b></p>}<table cellpadding="4">|</table>
75
- hlistentry=<tr valign="top">|</tr>
76
- hlisttext=|
77
- hlistterm=<td{1? width="{1}%"}>|</td>
78
- hlistitem=<td{2? width="{2}%"}>|</td>
79
- # Question and Answer list.
80
- qlist={id?<a name="{id}"></a>}{title?<p><b>{title}</b></p>}<ol>|</ol>
81
- qlistentry=<li>|</li>
82
- qlistterm=<p><em>|</em></p>
83
- qlistitem=|
84
- qlisttext=<p>|</p>
85
- # Callout list.
86
- colist={id?<a name="{id}"></a>}{title?<p><b>{title}</b></p>}<ol>|</ol>
87
- colistitem=<li>|</li>
88
- colisttext=<p>|</p>
89
-
90
129
  # Quoted text.
91
130
  emphasis=<em{0? style="}{1?color: {1};}{2?background-color: {2};}{3?font-size: {3}em;}{0?"}>|</em>
92
131
  strong=<strong{0? style="}{1?color: {1};}{2?background-color: {2};}{3?font-size: {3}em;}{0?"}>|</strong>
93
132
  monospaced=<tt{0? style="}{1?color: {1};}{2?background-color: {2};}{3?font-size: {3}em;}{0?"}>|</tt>
94
- quoted={0?<span style="}{1?color: {1};}{2?background-color: {2};}{3?font-size: {3}em;}{0?">}{amp}#8220;|{amp}#8221;{0?</span>}
133
+ singlequoted={0?<span style="}{1?color: {1};}{2?background-color: {2};}{3?font-size: {3}em;}{0?">}{amp}#8216;|{amp}#8217;{0?</span>}
134
+ doublequoted={0?<span style="}{1?color: {1};}{2?background-color: {2};}{3?font-size: {3}em;}{0?">}{amp}#8220;|{amp}#8221;{0?</span>}
95
135
  unquoted={0?<span style="}{1?color: {1};}{2?background-color: {2};}{3?font-size: {3}em;}{0?">}|{0?</span>}
96
136
  superscript=<sup{0? style="}{1?color: {1};}{2?background-color: {2};}{3?font-size: {3}em;}{0?"}>|</sup>
97
137
  subscript=<sub{0? style="}{1?color: {1};}{2?background-color: {2};}{3?font-size: {3}em;}{0?"}>|</sub>
@@ -108,6 +148,8 @@ passthrough=<span{0? style="}{1?color: {1};}{2?background-color: {2};}{3?font-si
108
148
  <a href="{name}:{target}">{0={name}:{target}}</a>
109
149
  [file-inlinemacro]
110
150
  <a href="{name}:{target}">{0={name}:{target}}</a>
151
+ [irc-inlinemacro]
152
+ <a href="{name}:{target}">{0={name}:{target}}</a>
111
153
  [mailto-inlinemacro]
112
154
  <a href="mailto:{target}">{0={target}}</a>
113
155
  [callto-inlinemacro]
@@ -211,7 +253,7 @@ template::[verseblock]
211
253
 
212
254
  [exampleblock]
213
255
  <a name="{id}"></a>
214
- <p><b>{caption=Example: }{title}</b></p>
256
+ <p><b>{caption=}{title}</b></p>
215
257
  <table frame="border" bgcolor="white" width="80%" cellpadding="15">
216
258
  <tr><td>
217
259
  |
@@ -225,31 +267,80 @@ template::[verseblock]
225
267
  |
226
268
  </td></tr></table>
227
269
 
228
- # Bibliography list.
229
- # Same as numbered list.
230
- [listdef-bibliography]
231
- listtag=olist
232
- itemtag=olistitem
233
- texttag=olisttext
234
-
235
- # Glossary list.
236
- # Same as labeled list.
237
- [listdef-glossary]
238
- listtag=vlist
239
- itemtag=vlistitem
240
- texttag=vlisttext
241
- entrytag=vlistentry
242
- labeltag=vlistterm
270
+ [mathblock]
271
+ # Here to suppress missing block warning (html4 does not include math
272
+ # JavaScripts).
273
+ <a name="{id}"></a>
274
+ <p><b>{title}</b></p>
275
+ <div>
276
+ |
277
+ </div>
243
278
 
244
279
  # Tables.
245
- [tabledef-default]
246
- template=table
280
+ [tabletags-default]
281
+ bodyrow=<tr>|</tr>
282
+ headdata=<th align="{colalign}" width="{colpcwidth}%">|</th>
283
+ footdata=<td align="{colalign}" width="{colpcwidth}%" style="font-weight:bold">|</td>
284
+ bodydata=<td align="{colalign}" width="{colpcwidth}%" valign="{valign=top}">|</td>
285
+ paragraph=<p>|</p>
286
+
287
+ [tabletags-emphasis]
288
+ paragraph=<p><em>|</em></p>
289
+
290
+ [tabletags-strong]
291
+ paragraph=<p><strong>|</strong></p>
292
+
293
+ [tabletags-monospaced]
294
+ paragraph=<p><tt>|</tt></p>
295
+
296
+ [tabletags-verse]
297
+ bodydata=<td align="{colalign}" width="{colpcwidth}%" valign="{valign=top}"><pre style="font-family: inherit;">|</pre></td>
298
+ paragraph=
299
+
300
+ [tabletags-literal]
301
+ bodydata=<td align="{colalign}" width="{colpcwidth}%" valign="{valign=top}"><pre><tt>|</tt></pre></td>
302
+ paragraph=
303
+
304
+ [tabletags-asciidoc]
305
+ bodydata=<td align="{colalign}" width="{colpcwidth}%" valign="{valign=top}"><div>|</div></td>
306
+ paragraph=
307
+
308
+ [table]
309
+ <p><b>{caption={table_caption}}</b>{title}</p>
310
+ <a name="{id}"></a>
311
+ <table rules="{grid=all}"
312
+ width="{tablepcwidth}%"
313
+ frame="{frame%border}"
314
+ frame="{frame@topbot:hsides}{frame@all:border}{frame@none:void}{frame@sides:vsides}"
315
+ cellspacing="0" cellpadding="4">
316
+ {headrows#}<thead>
317
+ {headrows}
318
+ {headrows#}</thead>
319
+ {footrows#}<tfoot>
320
+ {footrows}
321
+ {footrows#}</tfoot>
322
+ <tbody>
323
+ {bodyrows}
324
+ </tbody>
325
+ </table>
326
+
327
+ #--------------------------------------------------------------------
328
+ # Deprecated old table definitions.
329
+ #
330
+
331
+ [miscellaneous]
332
+ # Screen width in pixels.
333
+ pagewidth=800
334
+ pageunits=
335
+
336
+ [old_tabledef-default]
337
+ template=old_table
247
338
  bodyrow=<tr>|</tr>
248
339
  headdata=<th align="{colalign}" width="{colwidth}{pageunits}">|</th>
249
340
  footdata=<td align="{colalign}" width="{colwidth}{pageunits}"><strong>|</strong></td>
250
341
  bodydata=<td align="{colalign}" width="{colwidth}{pageunits}" valign="top">|</td>
251
342
 
252
- [table]
343
+ [old_table]
253
344
  <p><b>{caption={table_caption}}</b>{title}</p>
254
345
  <a name="{id}"></a>
255
346
  <table rules="{grid=none}"
@@ -267,6 +358,9 @@ cellspacing="0" cellpadding="4">
267
358
  </tbody>
268
359
  </table>
269
360
 
361
+ # End of deprecated old table definitions.
362
+ #--------------------------------------------------------------------
363
+
270
364
  [preamble]
271
365
  # Untitled elements between header and first section title.
272
366
  <a name="{id}"></a>