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
+ ../../javascripts/ASCIIMathML.js
@@ -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" />
@@ -35,11 +35,450 @@
35
35
  <div id="header">
36
36
  <h1>AsciiDoc ChangeLog</h1>
37
37
  </div>
38
+ <div id="preamble">
39
+ <div class="sectionbody">
40
+ </div>
41
+ </div>
42
+ <h2 id="_version_8_3_1_2008_12_14">Version 8.3.1 (2008-12-14)</h2>
43
+ <div class="sectionbody">
44
+ <div class="ulist"><div class="title">Additions and changes</div><ul>
45
+ <li>
46
+ <p>
47
+ Replaced the <tt>install.sh</tt> script with Ben Walton&#8217;s updated autoconf
48
+ scripts&#8201;&#8212;&#8201;see <a href="http://www.methods.co.nz/asciidoc/INSTALL.html">INSTALL</a> for details.
49
+ </p>
50
+ </li>
51
+ <li>
52
+ <p>
53
+ Added a generalized <em>AttributeEntry</em> syntax to allow arbitrary
54
+ configuration file entries to be set from within an <em>AsciiDoc</em>
55
+ document (suggested by Henrik Maier).
56
+ </p>
57
+ </li>
58
+ <li>
59
+ <p>
60
+ Listing delimited blocks in DocBook outputs now support IDs; IDs of
61
+ titled Listing and Literal delimited blocks have been moved to the
62
+ enclosing DocBook example tag (thanks to Vijay Kumar for this
63
+ patch).
64
+ </p>
65
+ </li>
66
+ <li>
67
+ <p>
68
+ Replaced vertical typewriter apostrophe with punctuation apostrophe
69
+ (thanks to Noah Slater).
70
+ </p>
71
+ </li>
72
+ </ul></div>
73
+ <div class="ulist"><div class="title">Bug fixes</div><ul>
74
+ <li>
75
+ <p>
76
+ Regression: Excluding double-quotes from unquoted attribute values
77
+ resulted in backward incompatibility, double-quotes in unquoted
78
+ attribute values has been reinstated.
79
+ </p>
80
+ </li>
81
+ <li>
82
+ <p>
83
+ Regression: Text like <tt>&amp;&#8230;;</tt> was sometimes mistaken for an entity
84
+ reference&#8201;&#8212;&#8201;tightened up entity reference matching.
85
+ </p>
86
+ </li>
87
+ </ul></div>
88
+ </div>
89
+ <h2 id="_version_8_3_0_2008_11_29">Version 8.3.0 (2008-11-29)</h2>
90
+ <div class="sectionbody">
91
+ <div class="ulist"><div class="title">Additions and changes</div><ul>
92
+ <li>
93
+ <p>
94
+ <a href="http://www.methods.co.nz/asciidoc/newtables.html"><em>AsciiDoc</em> new tables</a> is a complete redesign of
95
+ the tables syntax and generation. The new syntax and features are a
96
+ huge improvement over the old tables. The old tables syntax has been
97
+ deprecated but is currently still processed.
98
+ </p>
99
+ </li>
100
+ <li>
101
+ <p>
102
+ <a href="http://www.methods.co.nz/asciidoc/newlists.html">Lists can now be styled</a> like other block
103
+ elements. This allows a single list syntax for <em>glossary</em>, <em>qanda</em>
104
+ (Question and Answer) and <em>bibliography</em> lists instead of having to
105
+ remember a different syntax for each type.
106
+ </p>
107
+ </li>
108
+ <li>
109
+ <p>
110
+ Inline passthroughs macros have been improved and block passthrough
111
+ macros added. Attribute substitution can be optionally specified
112
+ when the macro is called.
113
+ </p>
114
+ </li>
115
+ <li>
116
+ <p>
117
+ The passthrough block has a fully transparent passthrough delimited
118
+ block block style called <em>pass</em>.
119
+ </p>
120
+ </li>
121
+ <li>
122
+ <p>
123
+ The <em>asciimath</em> and <em>latexmath</em> <a href="http://www.methods.co.nz/asciidoc/userguide.html#X77">passthrough
124
+ macros</a> along with <em>asciimath</em> and <em>latexmath</em>
125
+ <a href="http://www.methods.co.nz/asciidoc/userguide.html#X76">passthrough blocks</a> provide a (backend
126
+ dependent) mechanism for rendering mathematical formulas. There are
127
+ <a href="http://www.methods.co.nz/asciidoc/latexmath.pdf">LaTeX Math</a>, <a href="http://www.methods.co.nz/asciidoc/asciimathml.html">AsciiMathML</a> and
128
+ <a href="http://www.methods.co.nz/asciidoc/latexmathml.html">LaTeXMathML</a> examples on the <em>AsciiDoc</em> website.
129
+ </p>
130
+ </li>
131
+ <li>
132
+ <p>
133
+ Reimplemented and cleaned up filter processing based on a patch
134
+ submitted by Kelly Anderson. Uses the newer subprocess module
135
+ instead of the deprecated popen2 module. Now works in Win32 command
136
+ shell.
137
+ </p>
138
+ </li>
139
+ <li>
140
+ <p>
141
+ Addition FAQs, more documentation updates.
142
+ </p>
143
+ </li>
144
+ <li>
145
+ <p>
146
+ Arbitrary HTML/XML entities can be entered in <em>AsciiDoc</em> source.
147
+ </p>
148
+ </li>
149
+ <li>
150
+ <p>
151
+ Did away with the need for the <tt>shaded-literallayout.patch</tt> (thanks
152
+ to Henrik Maier for this patch).
153
+ </p>
154
+ </li>
155
+ <li>
156
+ <p>
157
+ Implemented <em>page break</em> block macro.
158
+ </p>
159
+ </li>
160
+ <li>
161
+ <p>
162
+ Added <em>line breaks</em> and <em>ruler</em> processing instructions to DocBook
163
+ outputs (thanks to Henrik Maier for this patch).
164
+ </p>
165
+ </li>
166
+ <li>
167
+ <p>
168
+ Added <em>deg</em> (degree) and <em>wj</em> (word joiner) entity attributes
169
+ (thanks to Henrik Maier).
170
+ </p>
171
+ </li>
172
+ <li>
173
+ <p>
174
+ Tweaked DocBook <em>indexterm2</em> macro to avoid white space preceding
175
+ the term when used in table cells (thanks to Henrik Maier for this
176
+ patch).
177
+ </p>
178
+ </li>
179
+ <li>
180
+ <p>
181
+ Title elements now process the <em>options</em> attribute like other block
182
+ elements.
183
+ </p>
184
+ </li>
185
+ <li>
186
+ <p>
187
+ Added &#8216;single quoted&#8217; element.
188
+ </p>
189
+ </li>
190
+ <li>
191
+ <p>
192
+ Spaces on both sides of a&#8201;&#8212;&#8201;em-dash are translated to thin space
193
+ characters.
194
+ </p>
195
+ </li>
196
+ <li>
197
+ <p>
198
+ Improved detection and reporting of malformed attribute lists.
199
+ </p>
200
+ </li>
201
+ <li>
202
+ <p>
203
+ The list <em>compact</em> style is now a list option.
204
+ </p>
205
+ </li>
206
+ <li>
207
+ <p>
208
+ Added <em>strong</em> labeled list option which makes the labels bold (HTML
209
+ outputs only).
210
+ </p>
211
+ </li>
212
+ <li>
213
+ <p>
214
+ Dropped unsupported <em>linuxdoc</em> backend.
215
+ </p>
216
+ </li>
217
+ <li>
218
+ <p>
219
+ Dropped deprecated <em>xhtml-deprecated</em> (version 6) backend.
220
+ </p>
221
+ </li>
222
+ <li>
223
+ <p>
224
+ Added <em>breakable</em> and <em>unbreakable</em> attribute options to tables to
225
+ control table breaking across page boundaries (DocBook XSL/FO
226
+ outputs). By and in collaboration with Henrik Maier.
227
+ </p>
228
+ </li>
229
+ <li>
230
+ <p>
231
+ Added <em>pgwide</em> attribute option to tables to table, block image,
232
+ horizontal labeled lists. Specifies that the element should be
233
+ rendered across the full text width of the page irrespective of the
234
+ current indentation (DocBook XSL/FO outputs). Thanks to Henrik Maier
235
+ for this patch.
236
+ </p>
237
+ </li>
238
+ <li>
239
+ <p>
240
+ Vim syntax highlighter: spaces before/after bullets no longer
241
+ highlighted (which is ugly if using a theme that highlights with
242
+ underlines). Thanks to Donald Chai for this patch.
243
+ </p>
244
+ </li>
245
+ <li>
246
+ <p>
247
+ Added <tt><tt>a2x(1)</tt></tt> <tt>--fop</tt> option.
248
+ </p>
249
+ </li>
250
+ <li>
251
+ <p>
252
+ Added <tt><tt>a2x(1)</tt></tt> <tt>--no-xmllint</tt> option.
253
+ </p>
254
+ </li>
255
+ <li>
256
+ <p>
257
+ Highlighted labelled list terms with the navy color in XHTML
258
+ outputs.
259
+ </p>
260
+ </li>
261
+ <li>
262
+ <p>
263
+ Use <tt>w3m(1)</tt> as default <tt><tt>a2x(1)</tt></tt> text format generator (fallback to
264
+ <tt>lynx(1)</tt>).
265
+ </p>
266
+ </li>
267
+ <li>
268
+ <p>
269
+ Changed callout formats in html4 and xhtml11 outputs to angle
270
+ brackets to match source highlighter rendering.
271
+ </p>
272
+ </li>
273
+ <li>
274
+ <p>
275
+ Macros now inject user defined <tt>&lt;optionname&gt;-option</tt> attributes into
276
+ markup.
277
+ </p>
278
+ </li>
279
+ <li>
280
+ <p>
281
+ Added IRC URLs to <em>AsciiDoc</em> inline macros.
282
+ </p>
283
+ </li>
284
+ <li>
285
+ <p>
286
+ Added <tt>depth</tt> attribute to <tt>include::[]</tt> system macro.
287
+ </p>
288
+ </li>
289
+ <li>
290
+ <p>
291
+ Added <em>footnoteref</em> inline macro.
292
+ </p>
293
+ </li>
294
+ <li>
295
+ <p>
296
+ Added <em>stylesheet</em> XHTML attribute to specify additional custom CSS
297
+ stylesheet.
298
+ </p>
299
+ </li>
300
+ <li>
301
+ <p>
302
+ If a paragraph style is specified it will be added to the XHTML
303
+ <em>class</em> attribute and DocBook <em>role</em> attribute.
304
+ </p>
305
+ </li>
306
+ <li>
307
+ <p>
308
+ Replacements can be set in a document using the reserved
309
+ AttributeEntry name <em>replacement</em>.
310
+ </p>
311
+ </li>
312
+ <li>
313
+ <p>
314
+ The prefix for auto-generated section name IDs can be set with the
315
+ <em>idprefix</em> attribute.
316
+ </p>
317
+ </li>
318
+ </ul></div>
319
+ <div class="ulist"><div class="title">Bug fixes</div><ul>
320
+ <li>
321
+ <p>
322
+ Escaped quote skipped over leading and trailing quote instead of
323
+ just the leading quote.
324
+ </p>
325
+ </li>
326
+ <li>
327
+ <p>
328
+ Fixed bug that was causing false negative safe mode warnings (patch
329
+ submitted by Julien Palmas).
330
+ </p>
331
+ </li>
332
+ <li>
333
+ <p>
334
+ Placed priority of AttributeEntry, AttributeList and BlockTitle
335
+ above Title. This ensures an AttributeEntry, AttributeList or
336
+ BlockTitle followed by a same length leading ListingBlock delimiter
337
+ is not mistaken for a two-line title.
338
+ </p>
339
+ </li>
340
+ <li>
341
+ <p>
342
+ Vim syntax highlighter: fixed multi-line quoted text.
343
+ </p>
344
+ </li>
345
+ <li>
346
+ <p>
347
+ Contstrained quote termination after non-space character enforced.
348
+ </p>
349
+ </li>
350
+ <li>
351
+ <p>
352
+ Vim syntax highlighter: unterminated quoted text is no longer
353
+ highlighted.
354
+ </p>
355
+ </li>
356
+ <li>
357
+ <p>
358
+ Vim syntax highlighter: passthroughs now exactly match <em>AsciiDoc</em>
359
+ semantics.
360
+ </p>
361
+ </li>
362
+ <li>
363
+ <p>
364
+ Vim syntax highlighter: escaped quoted text, attribute references
365
+ and inline macros are not highlighted.
366
+ </p>
367
+ </li>
368
+ <li>
369
+ <p>
370
+ Vim syntax highlighter: TODO&#8217;s highlighted in CommentBlocks (thanks
371
+ to Scott Wall); non-greedy $$...$$.
372
+ </p>
373
+ </li>
374
+ <li>
375
+ <p>
376
+ Vim syntax highlighter: Comment lines mistaken for vertical list
377
+ labels (thanks to Scott Wall).
378
+ </p>
379
+ </li>
380
+ <li>
381
+ <p>
382
+ Vim syntax highlighter: Single unmatched $$ mistakenly highlighted
383
+ remaining text (patch contributed by Scott Wall).
384
+ </p>
385
+ </li>
386
+ <li>
387
+ <p>
388
+ Callouts now work in source highlighted listing generated by
389
+ dblatex.
390
+ </p>
391
+ </li>
392
+ <li>
393
+ <p>
394
+ Fixed exception that occured if undefined attribute was present in
395
+ filter command.
396
+ </p>
397
+ </li>
398
+ <li>
399
+ <p>
400
+ AttributeList block can now follow a paragraph without intervening
401
+ blank line.
402
+ </p>
403
+ </li>
404
+ <li>
405
+ <p>
406
+ The include macro tabsize attribute is no longer propagated to
407
+ nested includes.
408
+ </p>
409
+ </li>
410
+ </ul></div>
411
+ <div class="paragraph"><div class="title">Omissions</div><p>The following features were implemented but then but removed from this
412
+ release:</p></div>
413
+ <div class="ulist"><ul>
414
+ <li>
415
+ <p>
416
+ <em>pi</em>, <em>cdata</em> and <em>comment</em> passthrough macros and passthrough block
417
+ styles (creeping featurism, use <em>pass</em> macros instead).
418
+ </p>
419
+ </li>
420
+ <li>
421
+ <p>
422
+ Generic <em>tag</em> inline macro (creeping featurism, use <em>pass</em> macros
423
+ instead).
424
+ </p>
425
+ </li>
426
+ </ul></div>
427
+ <h3 id="X1">Compatibility issues</h3><div style="clear:left"></div>
428
+ <div class="paragraph"><p>Version 8.3.0 has a number of backward incompatibilities with respect
429
+ to the previous 8.2.7 release:</p></div>
430
+ <div class="ulist"><ul>
431
+ <li>
432
+ <p>
433
+ The old table syntax is still processed but a <em>DEPRECATED</em> warning
434
+ is issued.
435
+ </p>
436
+ </li>
437
+ <li>
438
+ <p>
439
+ Entity references have to be escaped with a backslash.
440
+ </p>
441
+ </li>
442
+ <li>
443
+ <p>
444
+ You have to explicitly precede horizontal style labeled lists with
445
+ the <tt>[horizontal]</tt> style attribute&#8201;&#8212;&#8201;by default all labeled lists
446
+ are rendered vertically.
447
+ </p>
448
+ </li>
449
+ <li>
450
+ <p>
451
+ The list <em>compact</em> style has been dropped and is now a list option
452
+ (use <tt>options="compact"</tt> in attribute lists).
453
+ </p>
454
+ </li>
455
+ <li>
456
+ <p>
457
+ <em>AsciiDoc</em> version 6 sytnax no longer supported.
458
+ </p>
459
+ </li>
460
+ <li>
461
+ <p>
462
+ Linuxdoc been removed from the distribution.
463
+ </p>
464
+ </li>
465
+ <li>
466
+ <p>
467
+ The unsupported experimental <em>latex</em> backend has not been tested on
468
+ this release.
469
+ </p>
470
+ </li>
471
+ <li>
472
+ <p>
473
+ The introduction of single-quote quoting requires that double-quote
474
+ quoting is escaped with two backslashes.
475
+ </p>
476
+ </li>
477
+ </ul></div>
478
+ </div>
38
479
  <h2 id="_version_8_2_7_2008_07_04">Version 8.2.7 (2008-07-04)</h2>
39
480
  <div class="sectionbody">
40
- <div class="para"><p>See the <a href="http://hg.sharesource.org/asciidoc/shortlog"><em>AsciiDoc</em> Mercurial
41
- repository</a> for a full list of changes.</p></div>
42
- <div class="ilist"><div class="title">Additions and changes</div><ul>
481
+ <div class="ulist"><div class="title">Additions and changes</div><ul>
43
482
  <li>
44
483
  <p>
45
484
  Added <tt>dvi</tt>, <tt>ps</tt> and <tt>tex</tt> output format options to <tt>a2x(1)</tt>.
@@ -47,14 +486,14 @@ Added <tt>dvi</tt>, <tt>ps</tt> and <tt>tex</tt> output format options to <tt>a2
47
486
  </li>
48
487
  <li>
49
488
  <p>
50
- Added <tt>&#8212;dblatex</tt> option to <tt>a2x(1)</tt> so <tt>dblatex(1)</tt> can be used to
489
+ Added <tt>--dblatex</tt> option to <tt>a2x(1)</tt> so <tt>dblatex(1)</tt> can be used to
51
490
  generate PDFs.
52
491
  </p>
53
492
  </li>
54
493
  <li>
55
494
  <p>
56
495
  Added custom <tt>dblatex(1)</tt> configuration files (in distribution
57
- <tt>./dblatex</tt> directory) which are used by <tt>a2x(1)</tt>.
496
+ <tt>./dblatex</tt> directory) that are used by <tt>a2x(1)</tt>.
58
497
  </p>
59
498
  </li>
60
499
  <li>
@@ -65,9 +504,9 @@ Added custom <tt>dblatex(1)</tt> configuration files (in distribution
65
504
  </li>
66
505
  <li>
67
506
  <p>
68
- If you don't need a customized the link caption you can enter the
507
+ If you don&#8217;t need a customized the link caption you can enter the
69
508
  <em>http</em>, <em>https</em>, <em>ftp</em>, <em>file</em> URLs and email addresses without any
70
- special macro syntax &#8212; you get the links by just cutting and
509
+ special macro syntax&#8201;&#8212;&#8201;you get the links by just cutting and
71
510
  pasting URLs and emails addresses. This also makes it easier to open
72
511
  links directly form <em>AsciiDoc</em> source ( most editors allow you to open
73
512
  URLs directly). The Vim syntax highlighter has been updated to
@@ -76,7 +515,7 @@ If you don't need a customized the link caption you can enter the
76
515
  </li>
77
516
  <li>
78
517
  <p>
79
- Highlighted source code paragraphs have been implemented &#8212; it's a
518
+ Highlighted source code paragraphs have been implemented&#8201;&#8212;&#8201;it&#8217;s a
80
519
  much more convenient way to enter short code examples (see
81
520
  <a href="http://www.methods.co.nz/asciidoc/source-highlight-filter.html">the
82
521
  online docs</a>).
@@ -84,7 +523,7 @@ Highlighted source code paragraphs have been implemented &#8212; it's a
84
523
  </li>
85
524
  <li>
86
525
  <p>
87
- The source highlighter and music filter syntax has changed &#8212; they
526
+ The source highlighter and music filter syntax has changed&#8201;&#8212;&#8201;they
88
527
  now used the ListingBlock syntax customized with <em>source</em> and
89
528
  <em>music</em> style attribute values. This follows the Paragraph styling
90
529
  convention introduced by the source paragraph (previous item) and is
@@ -93,18 +532,18 @@ The source highlighter and music filter syntax has changed &#8212; they
93
532
  </li>
94
533
  <li>
95
534
  <p>
96
- QuoteBlocks now have a <em>verse</em> style &#8212; you no longer have to nest a
535
+ QuoteBlocks now have a <em>verse</em> style&#8201;&#8212;&#8201;you no longer have to nest a
97
536
  <em>verse</em> LiteralBlock inside a QuoteBlock for verses. The <em>verse</em>
98
537
  style on the LiteralBlock has been deprecated (still works though)
99
538
  and the <em>style</em> attribute is positional attribute 1, pushing
100
- <em>attribution</em> and <em>citetitle</em> attributes to the right (you'll need
539
+ <em>attribution</em> and <em>citetitle</em> attributes to the right (you&#8217;ll need
101
540
  to insert a <em>quote</em> attribute into your existing QuoteBlocks).
102
541
  </p>
103
542
  </li>
104
543
  <li>
105
544
  <p>
106
545
  It is no up to the DocBook processor to highlight source code syntax
107
- in <tt>&lt;programlisting&gt;</tt> elements rather than GNU Highlighter &#8212; this
546
+ in <tt>&lt;programlisting&gt;</tt> elements rather than GNU Highlighter&#8201;&#8212;&#8201;this
108
547
  is the correct way to handle it, plus <tt>dblatex(1)</tt> makes a much
109
548
  better job.
110
549
  </p>
@@ -120,19 +559,19 @@ It is no up to the DocBook processor to highlight source code syntax
120
559
  </li>
121
560
  <li>
122
561
  <p>
123
- Added <tt>a2x(1)</tt> <tt>&#8212;fop-opts=FOP_OPTS</tt> option (patch submitted by Miklos
562
+ Added <tt>a2x(1)</tt> <tt>--fop-opts=FOP_OPTS</tt> option (patch submitted by Miklos
124
563
  Vajna).
125
564
  </p>
126
565
  </li>
127
566
  <li>
128
567
  <p>
129
- Added <tt>a2x(1)</tt> <tt>&#8212;dblatex-opts=DBLATEX_OPTS</tt> option.
568
+ Added <tt>a2x(1)</tt> <tt>--dblatex-opts=DBLATEX_OPTS</tt> option.
130
569
  </p>
131
570
  </li>
132
571
  <li>
133
572
  <p>
134
- Added Mikhail Yakshin's FOP 0.95 patch which fixes a long-standing
135
- <tt>fo.xsl</tt> problem and allows PDF's to be generated with FOP 0.95
573
+ Added Mikhail Yakshin&#8217;s FOP 0.95 patch which fixes a long-standing
574
+ <tt>fo.xsl</tt> problem and allows PDF&#8217;s to be generated with FOP 0.95
136
575
  (previously had to use FOP 0.20.5).
137
576
  </p>
138
577
  </li>
@@ -143,7 +582,7 @@ The User Guide has been updated and outdated FOP configuration and
143
582
  </p>
144
583
  </li>
145
584
  </ul></div>
146
- <div class="ilist"><div class="title">Bug fixes</div><ul>
585
+ <div class="ulist"><div class="title">Bug fixes</div><ul>
147
586
  <li>
148
587
  <p>
149
588
  Fixed <tt>stylesheets/xhtml11-manpage.css</tt> not being included when
@@ -161,14 +600,12 @@ Fixed <em>FAILED: malformed section entry</em> LaTeX backend error.
161
600
  </p>
162
601
  </li>
163
602
  </ul></div>
164
- <div class="para"><p>See the also the <a href="https://sharesource.org/hg/asciidoc/"><em>AsciiDoc</em>
603
+ <div class="paragraph"><p>See the also the <a href="https://sharesource.org/hg/asciidoc/"><em>AsciiDoc</em>
165
604
  repository changelog</a>.</p></div>
166
605
  </div>
167
606
  <h2 id="_version_8_2_6_2008_04_29">Version 8.2.6 (2008-04-29)</h2>
168
607
  <div class="sectionbody">
169
- <div class="para"><p>See the <a href="http://hg.sharesource.org/asciidoc/shortlog"><em>AsciiDoc</em> Mercurial
170
- repository</a> for a full list of changes.</p></div>
171
- <div class="ilist"><div class="title">Additions and changes</div><ul>
608
+ <div class="ulist"><div class="title">Additions and changes</div><ul>
172
609
  <li>
173
610
  <p>
174
611
  Enhancements to the Vim <em>AsciiDoc</em> syntax highlighter, for example,
@@ -192,7 +629,7 @@ Added <tt>toc-title</tt> attribute to allow custom table of contents
192
629
  </li>
193
630
  <li>
194
631
  <p>
195
- Added references to Alex Efros's <em>AsciiDoc</em> Cheatsheet to <em>AsciiDoc</em>
632
+ Added references to Alex Efros&#8217;s <em>AsciiDoc</em> Cheatsheet to <em>AsciiDoc</em>
196
633
  website.
197
634
  </p>
198
635
  </li>
@@ -217,7 +654,7 @@ Added &#8594; &#8592; &#8658; &#8656; arrow replacements from the Arrows block o
217
654
  </li>
218
655
  <li>
219
656
  <p>
220
- Added DocBook refentry lang attribute &#8212; patch contributed by
657
+ Added DocBook refentry lang attribute&#8201;&#8212;&#8201;patch contributed by
221
658
  VMiklos.
222
659
  </p>
223
660
  </li>
@@ -228,7 +665,7 @@ AttributeEntry names can now be numeric (&#8220;named macro targets&#8221;).
228
665
  </li>
229
666
  <li>
230
667
  <p>
231
- Hide Table of Contents title if Table of Contents empty &#8212; patch
668
+ Hide Table of Contents title if Table of Contents empty&#8201;&#8212;&#8201;patch
232
669
  contributed by Alex Efros.
233
670
  </p>
234
671
  </li>
@@ -241,7 +678,7 @@ Various XHTML CSS tweaks.
241
678
  <p>
242
679
  Code cleanup:
243
680
  </p>
244
- <div class="ilist"><ul>
681
+ <div class="ulist"><ul>
245
682
  <li>
246
683
  <p>
247
684
  Replaced <tt>realpath()</tt> with Python 2.2 <tt>os.path.realpath()</tt> library
@@ -276,7 +713,7 @@ Dropped <tt>readlines()</tt> function.
276
713
  </ul></div>
277
714
  </li>
278
715
  </ul></div>
279
- <div class="ilist"><div class="title">Bug fixes</div><ul>
716
+ <div class="ulist"><div class="title">Bug fixes</div><ul>
280
717
  <li>
281
718
  <p>
282
719
  Fixed broken CSS for decimal ordered lists nested in alpha ordered
@@ -292,7 +729,7 @@ A missing closing block delimiter now reports the opening delimiter
292
729
  <li>
293
730
  <p>
294
731
  Fixed an error generated by the asciidoc <tt>-e</tt> option when there are
295
- no block definitions &#8212; patch contributed by Alejandro Mery.
732
+ no block definitions&#8201;&#8212;&#8201;patch contributed by Alejandro Mery.
296
733
  </p>
297
734
  </li>
298
735
  <li>
@@ -311,7 +748,7 @@ Numbered attribute names no longer interfere with positional
311
748
  </div>
312
749
  <h2 id="_version_8_2_5_2007_11_18">Version 8.2.5 (2007-11-18)</h2>
313
750
  <div class="sectionbody">
314
- <div class="ilist"><div class="title">Bug fixes</div><ul>
751
+ <div class="ulist"><div class="title">Bug fixes</div><ul>
315
752
  <li>
316
753
  <p>
317
754
  Fixed exception thrown by illegal command-line arguments.
@@ -319,7 +756,7 @@ Fixed exception thrown by illegal command-line arguments.
319
756
  </li>
320
757
  <li>
321
758
  <p>
322
- Rolled back the <em>with</em> warning bug fix introduced in 8.2.4 &#8212; it was
759
+ Rolled back the <em>with</em> warning bug fix introduced in 8.2.4&#8201;&#8212;&#8201;it was
323
760
  incompatible with Python &lt;2.5.
324
761
  </p>
325
762
  </li>
@@ -327,7 +764,7 @@ Rolled back the <em>with</em> warning bug fix introduced in 8.2.4 &#8212; it was
327
764
  </div>
328
765
  <h2 id="_version_8_2_4_2007_11_10">Version 8.2.4 (2007-11-10)</h2>
329
766
  <div class="sectionbody">
330
- <div class="ilist"><div class="title">Additions and changes</div><ul>
767
+ <div class="ulist"><div class="title">Additions and changes</div><ul>
331
768
  <li>
332
769
  <p>
333
770
  You can now use the <tt>lang</tt> attribute to set the DocBook language
@@ -366,7 +803,7 @@ Dropped platform dependent <tt>doc/asciidoc.chm</tt> file from
366
803
  </p>
367
804
  </li>
368
805
  </ul></div>
369
- <div class="ilist"><div class="title">Bug fixes</div><ul>
806
+ <div class="ulist"><div class="title">Bug fixes</div><ul>
370
807
  <li>
371
808
  <p>
372
809
  The spurious warning <em>with will become a reserved keyword
@@ -377,10 +814,10 @@ The spurious warning <em>with will become a reserved keyword
377
814
  </div>
378
815
  <h2 id="_version_8_2_3_2007_09_12">Version 8.2.3 (2007-09-12)</h2>
379
816
  <div class="sectionbody">
380
- <div class="ilist"><div class="title">Additions and changes</div><ul>
817
+ <div class="ulist"><div class="title">Additions and changes</div><ul>
381
818
  <li>
382
819
  <p>
383
- Added VMiklos's <em>permalink</em> patch for auto-generated section IDs
820
+ Added VMiklos&#8217;s <em>permalink</em> patch for auto-generated section IDs
384
821
  (enabled by default by the <tt>sectids</tt> attribute).
385
822
  </p>
386
823
  </li>
@@ -396,8 +833,8 @@ Changed format of {localdate} attribute to ISO 8601 (<tt>%Y-%m-%d</tt>).
396
833
  </li>
397
834
  <li>
398
835
  <p>
399
- Added <tt>abc2ly &#8212;beams=None</tt> option to make <tt>music2png.py</tt> conform to
400
- ABC's notion of beams.
836
+ Added <tt>abc2ly --beams=None</tt> option to make <tt>music2png.py</tt> conform to
837
+ ABC&#8217;s notion of beams.
401
838
  </p>
402
839
  </li>
403
840
  <li>
@@ -446,7 +883,7 @@ If quirks mode is disabled the XHTML Mime Type is set to the
446
883
  </p>
447
884
  </li>
448
885
  </ul></div>
449
- <div class="ilist"><div class="title">Bug fixes</div><ul>
886
+ <div class="ulist"><div class="title">Bug fixes</div><ul>
450
887
  <li>
451
888
  <p>
452
889
  Author information is now correctly set when using attribute entries
@@ -459,7 +896,7 @@ Author information is now correctly set when using attribute entries
459
896
  </div>
460
897
  <h2 id="_version_8_2_2_2007_07_22">Version 8.2.2 (2007-07-22)</h2>
461
898
  <div class="sectionbody">
462
- <div class="ilist"><div class="title">Additions and changes</div><ul>
899
+ <div class="ulist"><div class="title">Additions and changes</div><ul>
463
900
  <li>
464
901
  <p>
465
902
  <a href="http://www.maths.nottingham.ac.uk/personal/drw/lm.html">LaTeXMathML</a>
@@ -477,8 +914,8 @@ The <em>source highlight</em> and <em>code</em> filters now process embedded
477
914
  </li>
478
915
  <li>
479
916
  <p>
480
- Added an <tt>&#8212;attribute=ATTRIBUTE</tt> option to <tt><tt>a2x(1)</tt></tt> for passing
481
- attribute values to <tt>asciidoc(1)</tt> (a shortcut for <tt>&#8212;asciidoc-opts="-a
917
+ Added an <tt>--attribute=ATTRIBUTE</tt> option to <tt><tt>a2x(1)</tt></tt> for passing
918
+ attribute values to <tt>asciidoc(1)</tt> (a shortcut for <tt>--asciidoc-opts="-a
482
919
  ATTRIBUTE"</tt>).
483
920
  </p>
484
921
  </li>
@@ -489,27 +926,27 @@ Image block and inline macros prepend optional <tt>{imagesdir}</tt>
489
926
  </p>
490
927
  </li>
491
928
  </ul></div>
492
- <div class="ilist"><div class="title">Bug fixes</div><ul>
929
+ <div class="ulist"><div class="title">Bug fixes</div><ul>
493
930
  <li>
494
931
  <p>
495
932
  Fixed an assertion error that occurred when a configuration file
496
- containing an <tt>include::[]</tt> macro was loaded using the
933
+ containing an <tt>\include::[]</tt> macro was loaded using the
497
934
  <tt>--conf-file</tt> option and the configuration file name did not
498
- include an explicit directory path &#8212; patch submitted by Dmitry
935
+ include an explicit directory path&#8201;&#8212;&#8201;patch submitted by Dmitry
499
936
  Potapov.
500
937
  </p>
501
938
  </li>
502
939
  <li>
503
940
  <p>
504
941
  Asciidoc titles are only converted to lower case if all characters
505
- are upper case otherwise case is left unchanged &#8212; patch submitted
942
+ are upper case otherwise case is left unchanged&#8201;&#8212;&#8201;patch submitted
506
943
  by Dmitry Potapov.
507
944
  </p>
508
945
  </li>
509
946
  <li>
510
947
  <p>
511
948
  Added a missing check that input is not stdin before loading
512
- configuration files from the document directory &#8212; patch submitted
949
+ configuration files from the document directory&#8201;&#8212;&#8201;patch submitted
513
950
  by Dmitry Potapov.
514
951
  </p>
515
952
  </li>
@@ -523,7 +960,7 @@ Attribute list items must evaluate to strings, numbers or None
523
960
  <li>
524
961
  <p>
525
962
  If an <em>AsciiDoc</em> document has no title an empty XHTML 1.1 <em>title</em>
526
- element is created &#8212; previously the <em>title</em> element was dropped
963
+ element is created&#8201;&#8212;&#8201;previously the <em>title</em> element was dropped
527
964
  which resulted in invalid XHTML 1.1.
528
965
  </p>
529
966
  </li>
@@ -543,7 +980,7 @@ The Vim syntax highlighter now correctly highlights Double-dollar
543
980
  </div>
544
981
  <h2 id="_version_8_2_1_2007_04_06">Version 8.2.1 (2007-04-06)</h2>
545
982
  <div class="sectionbody">
546
- <div class="ilist"><div class="title">Additions and changes</div><ul>
983
+ <div class="ulist"><div class="title">Additions and changes</div><ul>
547
984
  <li>
548
985
  <p>
549
986
  A number of improvements have been made to the Vim syntax
@@ -553,7 +990,7 @@ A number of improvements have been made to the Vim syntax
553
990
  </li>
554
991
  <li>
555
992
  <p>
556
- Labeled list definitions have been tightened &#8212; a list label can no
993
+ Labeled list definitions have been tightened&#8201;&#8212;&#8201;a list label can no
557
994
  longer containing trailing spaces. The following example is no
558
995
  longer recognized as a valid list label:
559
996
  </p>
@@ -561,7 +998,7 @@ Labeled list definitions have been tightened &#8212; a list label can no
561
998
  <div class="content">
562
999
  <pre><tt>Lorum ipsum ::</tt></pre>
563
1000
  </div></div>
564
- <div class="para"><p>This change implements the originally intended behavior (as per the
1001
+ <div class="paragraph"><p>This change implements the originally intended behavior (as per the
565
1002
  <em>AsciiDoc</em> documentation and examples) so there should be very few
566
1003
  compatibility issues.</p></div>
567
1004
  </li>
@@ -569,11 +1006,11 @@ compatibility issues.</p></div>
569
1006
  </div>
570
1007
  <h2 id="_version_8_2_0_2007_04_04">Version 8.2.0 (2007-04-04)</h2>
571
1008
  <div class="sectionbody">
572
- <div class="ilist"><div class="title">Additions and changes</div><ul>
1009
+ <div class="ulist"><div class="title">Additions and changes</div><ul>
573
1010
  <li>
574
1011
  <p>
575
1012
  A Vim syntax file is now included in the <em>AsciiDoc</em> distribution
576
- (inspired by Felix Obenhuber's <tt>asciidoc.vim</tt> script). You can find
1013
+ (inspired by Felix Obenhuber&#8217;s <tt>asciidoc.vim</tt> script). You can find
577
1014
  it (along with a Vim filetype detection script in the distribution
578
1015
  <tt>./vim/</tt> directory (the scripts are installed automatically by the
579
1016
  <em>AsciiDoc</em> installer <tt>./install.sh</tt>). See <em>Appendix J</em> of the
@@ -600,7 +1037,7 @@ Added a <tt>listindex</tt> attribute which is the current list item index
600
1037
  </li>
601
1038
  <li>
602
1039
  <p>
603
- The single line titles syntax now accepts trailing suffixes &#8212; this
1040
+ The single line titles syntax now accepts trailing suffixes&#8201;&#8212;&#8201;this
604
1041
  syntax matches the title line syntax of a number of popular Wiki
605
1042
  markups.
606
1043
  </p>
@@ -633,15 +1070,15 @@ The Revision line now accommodates Subversion <tt>$Id</tt> markers (in
633
1070
  </li>
634
1071
  <li>
635
1072
  <p>
636
- Implemented <tt><tt>a2x(1)</tt></tt> option <tt>&#8212;skip-asciidoc</tt> which allows <tt><tt>a2x(1)</tt></tt>
1073
+ Implemented <tt><tt>a2x(1)</tt></tt> option <tt>--skip-asciidoc</tt> which allows <tt><tt>a2x(1)</tt></tt>
637
1074
  to convert DocBook XML files not derived from <em>AsciiDoc</em> sources.
638
1075
  </p>
639
1076
  </li>
640
1077
  <li>
641
1078
  <p>
642
- If <tt><tt>a2x(1)</tt> &#8212;doctype</tt> option is not specified it defaults to
643
- <tt>manpage</tt> if <tt>&#8212;format=manpage</tt> else defaults to <tt>article</tt>
644
- (previously <tt>&#8212;doctype</tt> always defaulted to <tt>article</tt>).
1079
+ If <tt><tt>a2x(1)</tt> --doctype</tt> option is not specified it defaults to
1080
+ <tt>manpage</tt> if <tt>--format=manpage</tt> else defaults to <tt>article</tt>
1081
+ (previously <tt>--doctype</tt> always defaulted to <tt>article</tt>).
645
1082
  </p>
646
1083
  </li>
647
1084
  <li>
@@ -654,14 +1091,14 @@ Added an <em>External Resources</em> section to the
654
1091
  </div>
655
1092
  <h2 id="_version_8_1_0_2006_10_22">Version 8.1.0 (2006-10-22)</h2>
656
1093
  <div class="sectionbody">
657
- <div class="ilist"><div class="title">Additions and changes</div><ul>
1094
+ <div class="ulist"><div class="title">Additions and changes</div><ul>
658
1095
  <li>
659
1096
  <p>
660
1097
  <em>AsciiDoc</em> generated XHTML documents now display a table of contents
661
1098
  if the <em>toc</em> attribute is defined (JavaScript needs to be enabled
662
1099
  for this to work). Thanks to Troy Hanson who contributed this
663
- feature based on a JavaScript by Mihai Bazon. I've simplified things
664
- somewhat to match Docbook XSL Stylesheets style, see Troy's
1100
+ feature based on a JavaScript by Mihai Bazon. I&#8217;ve simplified things
1101
+ somewhat to match Docbook XSL Stylesheets style, see Troy&#8217;s
665
1102
  <a href="http://tpl.sourceforge.net/userguide.html">tpl User Guide</a> for a
666
1103
  fancier layout. Use the <tt>-a toc -a numbered</tt> command-line options to
667
1104
  produce a number table of contents.
@@ -679,7 +1116,7 @@ A <a href="http://www.methods.co.nz/asciidoc/music-filter.html">music filter</a>
679
1116
  </li>
680
1117
  <li>
681
1118
  <p>
682
- Incorporated Paul Melis's Win32 filter patch. This workaround
1119
+ Incorporated Paul Melis&#8217;s Win32 filter patch. This workaround
683
1120
  allows <em>AsciiDoc</em> to run filters under Windows.
684
1121
  </p>
685
1122
  </li>
@@ -698,7 +1135,7 @@ Rather than proliferate a confusing number of filter block
698
1135
  changing existing filter delimiters (the old delimiters still work
699
1136
  but may be deprecated in future versions):
700
1137
  </p>
701
- <div class="ilist"><ul>
1138
+ <div class="ulist"><ul>
702
1139
  <li>
703
1140
  <p>
704
1141
  The example code filter block delimiter is now the word <tt>code</tt>
@@ -755,13 +1192,13 @@ If <tt><tt>asciidoc(1)</tt></tt> outputs to stdout then intrinsic attribute
755
1192
  <div class="sectionbody">
756
1193
  <div class="sidebarblock">
757
1194
  <div class="sidebar-content">
758
- <div class="para"><p>This is a major release because changes to quoting and index entry
1195
+ <div class="paragraph"><p>This is a major release because changes to quoting and index entry
759
1196
  handling may break existing documents (see <em>Additions and changes</em>
760
1197
  below and <em>Appendix A: Migration Notes</em> in the <em>AsciiDoc</em> User Guide).</p></div>
761
- <div class="para"><p>Please report any problems you encounter.</p></div>
762
- <div class="para"><p><a href="mailto:srackham@gmail.com"><em>Stuart Rackham</em></a></p></div>
1198
+ <div class="paragraph"><p>Please report any problems you encounter.</p></div>
1199
+ <div class="paragraph"><p><a href="mailto:srackham@gmail.com"><em>Stuart Rackham</em></a></p></div>
763
1200
  </div></div>
764
- <div class="ilist"><div class="title">Additions and changes</div><ul>
1201
+ <div class="ulist"><div class="title">Additions and changes</div><ul>
765
1202
  <li>
766
1203
  <p>
767
1204
  Quoting can can occur within words (based on patch submitted by
@@ -783,7 +1220,7 @@ The syntax for index entry macros have have been deprecated from
783
1220
  <tt>+&#8230;+</tt> and <tt><tt>+&#8230;</tt>+</tt> to <tt>((&#8230;))</tt> and <tt>(((&#8230;)))</tt> respectively.
784
1221
  Rationale:
785
1222
  </p>
786
- <div class="ilist"><ul>
1223
+ <div class="ulist"><ul>
787
1224
  <li>
788
1225
  <p>
789
1226
  Bracketing is consistent other with <tt>[[&#8230;]]</tt> and <tt>&lt;&lt;&#8230;&gt;&gt;</tt>
@@ -865,7 +1302,7 @@ Added INSTALL documentation file.
865
1302
  </li>
866
1303
  <li>
867
1304
  <p>
868
- Added <em>replacements2</em> substitution options &#8212; a second replacements
1305
+ Added <em>replacements2</em> substitution options&#8201;&#8212;&#8201;a second replacements
869
1306
  section.
870
1307
  </p>
871
1308
  </li>
@@ -893,7 +1330,7 @@ The <tt>name</tt> in <tt>name=value</tt> configuration file entries can now end
893
1330
  <div class="content">
894
1331
  <pre><tt>abc\\=xyz</tt></pre>
895
1332
  </div></div>
896
- <div class="para"><p>Results in <tt>name=abc\</tt> and <tt>value=xyz</tt> &#8212; previously this would have
1333
+ <div class="paragraph"><p>Results in <tt>name=abc\</tt> and <tt>value=xyz</tt>&#8201;&#8212;&#8201; previously this would have
897
1334
  escaped the <tt>=</tt> character.</p></div>
898
1335
  </li>
899
1336
  <li>
@@ -914,10 +1351,10 @@ A command-line attribute value with a <tt>@</tt> suffix does not override
914
1351
  <p>
915
1352
  <tt>localtime</tt> attribute is now encoded from the native system encoding
916
1353
  to the output encoding. Patch submitted by
917
- <a href="mailto:m_pupil@yahoo.com.cn">FKtPp</a> &#8212; here's his description of the
1354
+ <a href="mailto:m_pupil@yahoo.com.cn">FKtPp</a>&#8201;&#8212;&#8201;here&#8217;s his description of the
918
1355
  problem:
919
1356
  </p>
920
- <div class="para"><p>&#8220;I am a Chinese user of <em>AsciiDoc</em> and I find that when I use UTF-8
1357
+ <div class="paragraph"><p>&#8220;I am a Chinese user of <em>AsciiDoc</em> and I find that when I use UTF-8
921
1358
  (the default encoding) to write asciidoc documents in Windows platform
922
1359
  the resulting html footer line will get screwed. It was caused by a
923
1360
  localized tzname that was always encoded in the windows native
@@ -950,7 +1387,7 @@ Replaced <tt>a2x(1)</tt> <tt>--no-icons</tt> and <tt>--no-copy</tt> options with
950
1387
  default behavior has also changed: copying and use of icons is
951
1388
  disabled by default. Rationale:
952
1389
  </p>
953
- <div class="ilist"><ul>
1390
+ <div class="ulist"><ul>
954
1391
  <li>
955
1392
  <p>
956
1393
  To make the default behavior more consistent since use of icons
@@ -971,7 +1408,7 @@ To make the default behavior less surprising (the creation of icon
971
1408
  </p>
972
1409
  </li>
973
1410
  </ul></div>
974
- <div class="ilist"><div class="title">Bug fixes</div><ul>
1411
+ <div class="ulist"><div class="title">Bug fixes</div><ul>
975
1412
  <li>
976
1413
  <p>
977
1414
  Removed duplicate <tt>./doc/a2x.1.txt</tt> from distribution tarball.
@@ -1000,7 +1437,7 @@ Attribute replacement is no longer performed twice in Titles and
1000
1437
  </div>
1001
1438
  <h2 id="_version_7_1_2_2006_03_07">Version 7.1.2 (2006-03-07)</h2>
1002
1439
  <div class="sectionbody">
1003
- <div class="ilist"><div class="title">Additions and changes</div><ul>
1440
+ <div class="ulist"><div class="title">Additions and changes</div><ul>
1004
1441
  <li>
1005
1442
  <p>
1006
1443
  Support for
@@ -1018,7 +1455,7 @@ You can now prefix quoted text with inline attributes lists. You
1018
1455
  </li>
1019
1456
  <li>
1020
1457
  <p>
1021
- Added <tt>#&#8230;#</tt> quoting &#8212; it does nothing &#8212; it's purpose is to
1458
+ Added <tt>#&#8230;\#</tt> quoting&#8201;&#8212;&#8201;it does nothing&#8201;&#8212;&#8201;it&#8217;s purpose is to
1022
1459
  allow inline attributes to be applied to normal text.
1023
1460
  </p>
1024
1461
  </li>
@@ -1030,8 +1467,7 @@ An <a href="userguide.html#X50">inline passthrough</a> mechanism has been
1030
1467
  </li>
1031
1468
  <li>
1032
1469
  <p>
1033
- Configuration file comment lines can be escaped with a backslash &#8212;
1034
- this is to allows the inclusion of configuration lines that start
1470
+ Configuration file comment lines can be escaped with a backslash&#8201;&#8212;&#8201; this is to allows the inclusion of configuration lines that start
1035
1471
  with a hash character.
1036
1472
  </p>
1037
1473
  </li>
@@ -1056,7 +1492,7 @@ The BackendBlock has been renamed PassthroughBlock for consistency
1056
1492
  </li>
1057
1493
  <li>
1058
1494
  <p>
1059
- Content included by the <tt>include1::[]</tt> system macro is no longer
1495
+ Content included by the <tt>\include1::[]</tt> system macro is no longer
1060
1496
  subject to attribute substitution so that ambiguities no longer
1061
1497
  arise when used to include CSS or JavaScript files.
1062
1498
  </p>
@@ -1065,7 +1501,7 @@ Content included by the <tt>include1::[]</tt> system macro is no longer
1065
1501
  </div>
1066
1502
  <h2 id="_version_7_1_1_2006_02_24">Version 7.1.1 (2006-02-24)</h2>
1067
1503
  <div class="sectionbody">
1068
- <div class="ilist"><div class="title">Additions and changes</div><ul>
1504
+ <div class="ulist"><div class="title">Additions and changes</div><ul>
1069
1505
  <li>
1070
1506
  <p>
1071
1507
  The <tt>caption</tt> attribute can be used to customize admonition captions
@@ -1099,11 +1535,11 @@ Added <em>Admonition Icons and Captions</em> subsection to the User Guide
1099
1535
  </p>
1100
1536
  </li>
1101
1537
  </ul></div>
1102
- <div class="ilist"><div class="title">Bug fixes</div><ul>
1538
+ <div class="ulist"><div class="title">Bug fixes</div><ul>
1103
1539
  <li>
1104
1540
  <p>
1105
1541
  <tt><tt>a2x(1)</tt></tt> failed when configuration files were installed in the
1106
- global <tt>/etc/asciidoc/</tt> directory &#8212; it was only searching the
1542
+ global <tt>/etc/asciidoc/</tt> directory&#8201;&#8212;&#8201;it was only searching the
1107
1543
  directory containing the asciidoc executable (thanks to Christian
1108
1544
  Wiese for finding and submitting a patch this bug).
1109
1545
  </p>
@@ -1119,7 +1555,7 @@ The html4 backend admonition caption now correctly displays the
1119
1555
  </div>
1120
1556
  <h2 id="_version_7_1_0_2006_01_13">Version 7.1.0 (2006-01-13)</h2>
1121
1557
  <div class="sectionbody">
1122
- <div class="ilist"><div class="title">Additions and changes</div><ul>
1558
+ <div class="ulist"><div class="title">Additions and changes</div><ul>
1123
1559
  <li>
1124
1560
  <p>
1125
1561
  <tt><tt>a2x(1)</tt></tt> toolchain wrapper utility. This overcomes the biggest
@@ -1182,14 +1618,14 @@ Packager notes (appendix B) have been updated to reflect the needs
1182
1618
  <img src="./images/icons/important.png" alt="Important" />
1183
1619
  </td>
1184
1620
  <td class="content">The renaming of the xhtml11 backend <tt>imagesdir</tt> intrinsic
1185
- attribute and it's new default value introduces a backward
1621
+ attribute and it&#8217;s new default value introduces a backward
1186
1622
  compatibility issue: if you use the <tt>icons</tt> attribute you will need to
1187
1623
  either move your icons to the new default <tt>./images/icons</tt> location or
1188
- include an <tt>&#8212;attribute&#160;iconsdir="your_icons_path"</tt> option in
1624
+ include an <tt>--attribute&#160;iconsdir="your_icons_path"</tt> option in
1189
1625
  your asciidoc commands.</td>
1190
1626
  </tr></table>
1191
1627
  </div>
1192
- <div class="ilist"><div class="title">Bug fixes</div><ul>
1628
+ <div class="ulist"><div class="title">Bug fixes</div><ul>
1193
1629
  <li>
1194
1630
  <p>
1195
1631
  Backslash line continuation is now observed in verbatim paragraphs.
@@ -1205,7 +1641,7 @@ Fixed errors generated by example
1205
1641
  </div>
1206
1642
  <h2 id="_version_7_0_4_2005_12_08">Version 7.0.4 (2005-12-08)</h2>
1207
1643
  <div class="sectionbody">
1208
- <div class="ilist"><div class="title">Additions and changes</div><ul>
1644
+ <div class="ulist"><div class="title">Additions and changes</div><ul>
1209
1645
  <li>
1210
1646
  <p>
1211
1647
  Added ternary conditional attributes
@@ -1222,9 +1658,9 @@ Safety violations now generate errors (they previously generated
1222
1658
  <li>
1223
1659
  <p>
1224
1660
  <tt>asciidoc(1)</tt> now defaults to safe mode, consequently the
1225
- <tt>[miscellaneous]</tt> safe mode entry and <tt>&#8212;safe</tt> command-line option
1661
+ <tt>[miscellaneous]</tt> safe mode entry and <tt>--safe</tt> command-line option
1226
1662
  are no longer necessary (though for backward compatibility
1227
- <tt>asciidoc(1)</tt> still accepts the <tt>&#8212;safe</tt> option).
1663
+ <tt>asciidoc(1)</tt> still accepts the <tt>--safe</tt> option).
1228
1664
  </p>
1229
1665
  </li>
1230
1666
  <li>
@@ -1235,19 +1671,19 @@ Backend Blocks are now flagged unsafe (they could be used to include
1235
1671
  </li>
1236
1672
  <li>
1237
1673
  <p>
1238
- Filters are no longer considered unsafe. There's not much point in
1674
+ Filters are no longer considered unsafe. There&#8217;s not much point in
1239
1675
  insisting on filter safety since the installation of an unsafe
1240
1676
  filter would require the introduction of new or modified
1241
- configuration files &#8212; if your application configurations can be
1242
- compromised you're in all sorts of trouble (safe mode protects
1677
+ configuration files&#8201;&#8212;&#8201;if your application configurations can be
1678
+ compromised you&#8217;re in all sorts of trouble (safe mode protects
1243
1679
  against unsafe input files not unsafe configuration). As with all
1244
- filters, before installing, you should verify that they can't be
1680
+ filters, before installing, you should verify that they can&#8217;t be
1245
1681
  coerced into generating malicious output or exposing sensitive
1246
1682
  information.
1247
1683
  </p>
1248
1684
  </li>
1249
1685
  </ul></div>
1250
- <div class="ilist"><div class="title">Bug fixes</div><ul>
1686
+ <div class="ulist"><div class="title">Bug fixes</div><ul>
1251
1687
  <li>
1252
1688
  <p>
1253
1689
  Fixed a lot of glaring grammatical and factual errors in the User
@@ -1258,10 +1694,10 @@ Fixed a lot of glaring grammatical and factual errors in the User
1258
1694
  </div>
1259
1695
  <h2 id="_version_7_0_3_2005_12_01">Version 7.0.3 (2005-12-01)</h2>
1260
1696
  <div class="sectionbody">
1261
- <div class="ilist"><div class="title">Additions and changes</div><ul>
1697
+ <div class="ulist"><div class="title">Additions and changes</div><ul>
1262
1698
  <li>
1263
1699
  <p>
1264
- Added <tt>&#8212;safe</tt> and <tt>&#8212;unsafe</tt> command-line options &#8212; <em>AsciiDoc</em> can
1700
+ Added <tt>--safe</tt> and <tt>--unsafe</tt> command-line options&#8201;&#8212;&#8201;<em>AsciiDoc</em> can
1265
1701
  now be executed in a <em>safe mode</em> which disallows the execution of
1266
1702
  arbitrary code or the inclusion of arbitrary files (see
1267
1703
  <a href="userguide.html#X39">Appendix C in the <em>AsciiDoc</em> User Guide</a>).
@@ -1296,7 +1732,7 @@ Modified <tt>./doc/manpages.xsl</tt> so only URL content is displayed in
1296
1732
  </p>
1297
1733
  </li>
1298
1734
  </ul></div>
1299
- <div class="ilist"><div class="title">Bug fixes</div><ul>
1735
+ <div class="ulist"><div class="title">Bug fixes</div><ul>
1300
1736
  <li>
1301
1737
  <p>
1302
1738
  Explicitly set table CSS border style (<tt>xhtml11</tt> backend) to <tt>solid</tt>
@@ -1307,7 +1743,7 @@ Explicitly set table CSS border style (<tt>xhtml11</tt> backend) to <tt>solid</t
1307
1743
  </div>
1308
1744
  <h2 id="_version_7_0_2_2005_08_28">Version 7.0.2 (2005-08-28)</h2>
1309
1745
  <div class="sectionbody">
1310
- <div class="ilist"><div class="title">Additions and changes</div><ul>
1746
+ <div class="ulist"><div class="title">Additions and changes</div><ul>
1311
1747
  <li>
1312
1748
  <p>
1313
1749
  There are now long versions of all <em>AsciiDoc</em> options.
@@ -1315,7 +1751,7 @@ There are now long versions of all <em>AsciiDoc</em> options.
1315
1751
  </li>
1316
1752
  <li>
1317
1753
  <p>
1318
- If the <tt>&#8212;backend</tt> is not specified it defaults to <tt>xhtml11</tt>.
1754
+ If the <tt>--backend</tt> is not specified it defaults to <tt>xhtml11</tt>.
1319
1755
  </p>
1320
1756
  </li>
1321
1757
  <li>
@@ -1332,7 +1768,7 @@ Support page added to <em>AsciiDoc</em> website.
1332
1768
  </p>
1333
1769
  </li>
1334
1770
  </ul></div>
1335
- <div class="ilist"><div class="title">Bug fixes</div><ul>
1771
+ <div class="ulist"><div class="title">Bug fixes</div><ul>
1336
1772
  <li>
1337
1773
  <p>
1338
1774
  Invalid options are now trapped gracefully.
@@ -1347,10 +1783,10 @@ Documentation errata.
1347
1783
  </div>
1348
1784
  <h2 id="_version_7_0_1_2005_06_24">Version 7.0.1 (2005-06-24)</h2>
1349
1785
  <div class="sectionbody">
1350
- <div class="ilist"><div class="title">Additions and changes</div><ul>
1786
+ <div class="ulist"><div class="title">Additions and changes</div><ul>
1351
1787
  <li>
1352
1788
  <p>
1353
- Reverted to use of <tt>strong</tt>, <tt>em</tt>, <tt>tt</tt> XHTML tags &#8212; they're more
1789
+ Reverted to use of <tt>strong</tt>, <tt>em</tt>, <tt>tt</tt> XHTML tags&#8201;&#8212;&#8201;they&#8217;re more
1354
1790
  obvious and no less correct than <tt>span</tt> tags, besides, the generated
1355
1791
  file sizes are smaller (the <em>User Guide</em> was 11% smaller).
1356
1792
  </p>
@@ -1370,13 +1806,13 @@ The <em>AsciiDoc</em> <em>stylesdir</em> attribute (if specified) is now recogni
1370
1806
  </li>
1371
1807
  <li>
1372
1808
  <p>
1373
- Default charset encoding changed from ISO-8859-1 to UTF-8 &#8212; it's
1809
+ Default charset encoding changed from ISO-8859-1 to UTF-8&#8201;&#8212;&#8201;it&#8217;s
1374
1810
  less language specific and displays most common languages.
1375
1811
  </p>
1376
1812
  </li>
1377
1813
  <li>
1378
1814
  <p>
1379
- <tt>template::[]</tt> macros now expand in all configuration file sections
1815
+ <tt>\template::[]</tt> macros now expand in all configuration file sections
1380
1816
  previously only in markup template sections.
1381
1817
  </p>
1382
1818
  </li>
@@ -1408,7 +1844,7 @@ White space is now stripped from DSV formatted table cell data.
1408
1844
  </p>
1409
1845
  </li>
1410
1846
  </ul></div>
1411
- <div class="ilist"><div class="title">Bug fixes</div><ul>
1847
+ <div class="ulist"><div class="title">Bug fixes</div><ul>
1412
1848
  <li>
1413
1849
  <p>
1414
1850
  Illegal character set encoder (specified by the <em>AsciiDoc</em> <tt>encoding</tt>
@@ -1424,7 +1860,7 @@ Illegal character set encoder (specified by the <em>AsciiDoc</em> <tt>encoding</
1424
1860
  <li>
1425
1861
  <p>
1426
1862
  The nested horizontal labeled list example in the <em><em>AsciiDoc</em> User
1427
- Guide</em> has been dropped &#8212; it generated invalid DocBook markup.
1863
+ Guide</em> has been dropped&#8201;&#8212;&#8201;it generated invalid DocBook markup.
1428
1864
  </p>
1429
1865
  </li>
1430
1866
  </ul></div>
@@ -1433,12 +1869,12 @@ The nested horizontal labeled list example in the <em><em>AsciiDoc</em> User
1433
1869
  <div class="sectionbody">
1434
1870
  <div class="sidebarblock">
1435
1871
  <div class="sidebar-content">
1436
- <div class="para"><p>This is a major release with many code and
1872
+ <div class="paragraph"><p>This is a major release with many code and
1437
1873
  documentation changes.
1438
1874
  Please report any problems you encounter.</p></div>
1439
- <div class="para"><p><a href="mailto:srackham@gmail.com"><em>Stuart Rackham</em></a></p></div>
1875
+ <div class="paragraph"><p><a href="mailto:srackham@gmail.com"><em>Stuart Rackham</em></a></p></div>
1440
1876
  </div></div>
1441
- <div class="ilist"><div class="title">Additions and changes</div><ul>
1877
+ <div class="ulist"><div class="title">Additions and changes</div><ul>
1442
1878
  <li>
1443
1879
  <p>
1444
1880
  A new <em>xhtml11</em> backend generates XHTML 1.1 with integrated CSS2
@@ -1580,7 +2016,7 @@ Rewrote Paragraph and DelimitedBlock handlers adding a
1580
2016
  </p>
1581
2017
  </li>
1582
2018
  </ul></div>
1583
- <div class="ilist"><div class="title">Bug fixes</div><ul>
2019
+ <div class="ulist"><div class="title">Bug fixes</div><ul>
1584
2020
  <li>
1585
2021
  <p>
1586
2022
  Included files are no longer read inside conditionally excluded
@@ -1604,7 +2040,7 @@ Unexpected error following malformed author line error.
1604
2040
  </div>
1605
2041
  <h2 id="_version_6_0_3_2005_04_20">Version 6.0.3 (2005-04-20)</h2>
1606
2042
  <div class="sectionbody">
1607
- <div class="ilist"><div class="title">Additions and changes</div><ul>
2043
+ <div class="ulist"><div class="title">Additions and changes</div><ul>
1608
2044
  <li>
1609
2045
  <p>
1610
2046
  Special characters are now substituted in AttributeEntry element
@@ -1638,12 +2074,12 @@ Single lines starting with two forward slashes hard up against the
1638
2074
  <li>
1639
2075
  <p>
1640
2076
  Renamed <em>section</em> delimited block option to <em>sectionbody</em> to more
1641
- accurately reflect it's role.
2077
+ accurately reflect it&#8217;s role.
1642
2078
  </p>
1643
2079
  </li>
1644
2080
  <li>
1645
2081
  <p>
1646
- Added a List Continuation block &#8212; a specialized delimited block
2082
+ Added a List Continuation block&#8201;&#8212;&#8201;a specialized delimited block
1647
2083
  that is functionally equivalent to the List Item Continuation
1648
2084
  feature except that the list contained within the block does not
1649
2085
  require explicit <em>+</em> list item continuation lines.
@@ -1661,7 +2097,7 @@ Literal Block delimiters must now consist of at least four points
1661
2097
  </p>
1662
2098
  </li>
1663
2099
  </ul></div>
1664
- <div class="ilist"><div class="title">Bug fixes</div><ul>
2100
+ <div class="ulist"><div class="title">Bug fixes</div><ul>
1665
2101
  <li>
1666
2102
  <p>
1667
2103
  Some system attribute evaluation failures caused unexpected
@@ -1672,10 +2108,10 @@ Some system attribute evaluation failures caused unexpected
1672
2108
  </div>
1673
2109
  <h2 id="_version_6_0_2_2005_03_30">Version 6.0.2 (2005-03-30)</h2>
1674
2110
  <div class="sectionbody">
1675
- <div class="ilist"><div class="title">Additions and changes</div><ul>
2111
+ <div class="ulist"><div class="title">Additions and changes</div><ul>
1676
2112
  <li>
1677
2113
  <p>
1678
- Three new <em>system</em> block macros have been added &#8212; <tt>eval</tt>, <tt>sys</tt> and
2114
+ Three new <em>system</em> block macros have been added&#8201;&#8212;&#8201;<tt>eval</tt>, <tt>sys</tt> and
1679
2115
  <tt>sys2</tt> which are the block macro equivalents to the same named
1680
2116
  system attributes.
1681
2117
  </p>
@@ -1685,7 +2121,7 @@ Three new <em>system</em> block macros have been added &#8212; <tt>eval</tt>, <t
1685
2121
  <em>Intrinsic</em> macros have been renamed <em>system</em> macros along with
1686
2122
  <em>action</em> attributes which have been renamed <em>system</em> attributes:
1687
2123
  </p>
1688
- <div class="ilist"><ul>
2124
+ <div class="ulist"><ul>
1689
2125
  <li>
1690
2126
  <p>
1691
2127
  To reflect their common (though contextually different) behavior.
@@ -1699,7 +2135,7 @@ To avoid confusion with <em>intrinsic attributes</em>.
1699
2135
  </ul></div>
1700
2136
  </li>
1701
2137
  </ul></div>
1702
- <div class="ilist"><div class="title">Bug fixes</div><ul>
2138
+ <div class="ulist"><div class="title">Bug fixes</div><ul>
1703
2139
  <li>
1704
2140
  <p>
1705
2141
  Asciidoc now searches in <tt>/etc/asciidoc/filters</tt> for filters.
@@ -1709,7 +2145,7 @@ Asciidoc now searches in <tt>/etc/asciidoc/filters</tt> for filters.
1709
2145
  </div>
1710
2146
  <h2 id="_version_6_0_1_2005_03_06">Version 6.0.1 (2005-03-06)</h2>
1711
2147
  <div class="sectionbody">
1712
- <div class="ilist"><div class="title">Additions and changes</div><ul>
2148
+ <div class="ulist"><div class="title">Additions and changes</div><ul>
1713
2149
  <li>
1714
2150
  <p>
1715
2151
  A global configuration file location <tt>/etc/asciidoc</tt> has been added
@@ -1730,7 +2166,7 @@ Added BUGS file to the distribution.
1730
2166
  </p>
1731
2167
  </li>
1732
2168
  </ul></div>
1733
- <div class="ilist"><div class="title">Bug fixes</div><ul>
2169
+ <div class="ulist"><div class="title">Bug fixes</div><ul>
1734
2170
  <li>
1735
2171
  <p>
1736
2172
  Illegal comment syntax in <tt>css-embedded-stylesheet.conf</tt> resulted in
@@ -1743,21 +2179,21 @@ Illegal comment syntax in <tt>css-embedded-stylesheet.conf</tt> resulted in
1743
2179
  <div class="sectionbody">
1744
2180
  <div class="sidebarblock">
1745
2181
  <div class="sidebar-content">
1746
- <div class="para"><p>This release has had some fairly major code and
2182
+ <div class="paragraph"><p>This release has had some fairly major code and
1747
2183
  documentation changes. Please report any problems
1748
2184
  you encounter.</p></div>
1749
- <div class="para"><p><a href="mailto:srackham@gmail.com"><em>Stuart Rackham</em></a></p></div>
2185
+ <div class="paragraph"><p><a href="mailto:srackham@gmail.com"><em>Stuart Rackham</em></a></p></div>
1750
2186
  </div></div>
1751
- <div class="para"><p>A lot of new stuff. A new major version number &#8212; some regression
2187
+ <div class="paragraph"><p>A lot of new stuff. A new major version number&#8201;&#8212;&#8201;some regression
1752
2188
  incompatibility (hopefully mitigated by <em>deprecated</em> warnings).</p></div>
1753
- <div class="para"><p>Went mad trying to rein in the current feature anarchy &#8212; established
2189
+ <div class="paragraph"><p>Went mad trying to rein in the current feature anarchy&#8201;&#8212;&#8201;established
1754
2190
  a unified notion of document attributes. Attempted to introduce a
1755
- consistent vocabulary &#8212; renamed many poorly or inconsistently named
2191
+ consistent vocabulary&#8201;&#8212;&#8201;renamed many poorly or inconsistently named
1756
2192
  entities.</p></div>
1757
- <div class="para"><p>Actually, deprecated syntax is still processed correctly in almost all
2193
+ <div class="paragraph"><p>Actually, deprecated syntax is still processed correctly in almost all
1758
2194
  cases. One source of incompatibility that may arise if you have
1759
2195
  customized CSS stylesheets is the change of <em>AsciiDoc</em> CSS class names
1760
- (see below). I guess the moral is if you've done a lot of
2196
+ (see below). I guess the moral is if you&#8217;ve done a lot of
1761
2197
  configuration file customization and are happy with version 5 then you
1762
2198
  may want to stay put.</p></div>
1763
2199
  <div class="admonitionblock">
@@ -1768,7 +2204,7 @@ may want to stay put.</p></div>
1768
2204
  <td class="content">This version requires Python 2.3 or better to run.</td>
1769
2205
  </tr></table>
1770
2206
  </div>
1771
- <div class="ilist"><div class="title">Additions and changes</div><ul>
2207
+ <div class="ulist"><div class="title">Additions and changes</div><ul>
1772
2208
  <li>
1773
2209
  <p>
1774
2210
  <em>Glossary entries</em> have been renamed <em>attributes</em>. This eliminates
@@ -1806,7 +2242,7 @@ Inline macros can now span multiple lines.
1806
2242
  </li>
1807
2243
  <li>
1808
2244
  <p>
1809
- ``double backtick / apostrophe'' quotes generate &#8220;curly quotes&#8221;.
2245
+ &#8216;`double backtick / apostrophe&#8217;' quotes generate &#8220;curly quotes&#8221;.
1810
2246
  </p>
1811
2247
  </li>
1812
2248
  <li>
@@ -1870,14 +2306,14 @@ To better reflect their purpose the following block elements have
1870
2306
  </li>
1871
2307
  <li>
1872
2308
  <p>
1873
- Swapped plain DocBook admonition icons for Jimmac's DocBook icons
2309
+ Swapped plain DocBook admonition icons for Jimmac&#8217;s DocBook icons
1874
2310
  (<a href="http://jimmac.musichall.cz/ikony.php3">http://jimmac.musichall.cz/ikony.php3</a>). The original plain icons
1875
2311
  have been moved to <tt>./images/plain</tt>.
1876
2312
  </p>
1877
2313
  </li>
1878
2314
  <li>
1879
2315
  <p>
1880
- Renamed <tt>html</tt> backend to <tt>xhtml</tt> to better reflect it's function
2316
+ Renamed <tt>html</tt> backend to <tt>xhtml</tt> to better reflect it&#8217;s function
1881
2317
  (former <tt>html-4</tt> backend renamed to <tt>html</tt>).
1882
2318
  </p>
1883
2319
  </li>
@@ -1910,14 +2346,14 @@ Tweaks to distributed CSS stylesheets and FOP <tt>fo.xsl</tt> customization
1910
2346
  <li>
1911
2347
  <p>
1912
2348
  A new <em>Horizontal Labeled List</em> list type has been added. Generates
1913
- two column list &#8212; the first column contains the list element
2349
+ two column list&#8201;&#8212;&#8201;the first column contains the list element
1914
2350
  labels, the second contains the element text. Same syntax as
1915
2351
  <tt>Vertical Labeled Lists</tt> except the double colon label suffix is
1916
2352
  followed by the start of the list item text.
1917
2353
  </p>
1918
2354
  </li>
1919
2355
  </ul></div>
1920
- <div class="ilist"><div class="title">Bug fixes</div><ul>
2356
+ <div class="ulist"><div class="title">Bug fixes</div><ul>
1921
2357
  <li>
1922
2358
  <p>
1923
2359
  Fixed broken backslash line continuation.
@@ -1947,9 +2383,9 @@ Multiple spaces in filter command arguments were replaced by a
1947
2383
  </div>
1948
2384
  <h2 id="_version_5_1_1_2004_10_10">Version 5.1.1 (2004-10-10)</h2>
1949
2385
  <div class="sectionbody">
1950
- <div class="para"><p><strong>15-December-2004: Interim update:</strong> Updated <tt>asciidoc.py</tt> to fix
1951
- broken <tt>join_lines</tt> function &#8212; no other changes.</p></div>
1952
- <div class="ilist"><ul>
2386
+ <div class="paragraph"><p><strong>15-December-2004: Interim update:</strong> Updated <tt>asciidoc.py</tt> to fix
2387
+ broken <tt>join_lines</tt> function&#8201;&#8212;&#8201;no other changes.</p></div>
2388
+ <div class="ulist"><ul>
1953
2389
  <li>
1954
2390
  <p>
1955
2391
  PDF documentation is now produced from DocBook XML using XSLTLib and
@@ -1999,7 +2435,7 @@ Admonitions (Note, Tip, Important, Warning, Caution) include icons
1999
2435
  </div>
2000
2436
  <h2 id="_version_5_1_0_2004_09_18">Version 5.1.0 (2004-09-18)</h2>
2001
2437
  <div class="sectionbody">
2002
- <div class="ilist"><ul>
2438
+ <div class="ulist"><ul>
2003
2439
  <li>
2004
2440
  <p>
2005
2441
  Callouts have been implemented (see the <em>Callouts</em> section of the
@@ -2021,7 +2457,7 @@ Added CSS stylesheet for HTML generated from DocBook XML using XSL
2021
2457
  <li>
2022
2458
  <p>
2023
2459
  Distribution contains HTML Help formatted User Guide
2024
- (<tt>./doc/asciidoc.chm</tt>), the User Guide tells you how it's generated.
2460
+ (<tt>./doc/asciidoc.chm</tt>), the User Guide tells you how it&#8217;s generated.
2025
2461
  </p>
2026
2462
  </li>
2027
2463
  <li>
@@ -2045,15 +2481,15 @@ The usual documentation and examples additions, updates and
2045
2481
  </div>
2046
2482
  <h2 id="_version_5_0_9_2004_09_09">Version 5.0.9 (2004-09-09)</h2>
2047
2483
  <div class="sectionbody">
2048
- <div class="ilist"><ul>
2484
+ <div class="ulist"><ul>
2049
2485
  <li>
2050
2486
  <p>
2051
2487
  The convention of using a <tt>.asc</tt> file extension for <em>AsciiDoc</em> files
2052
2488
  has been dropped in favor of the familiar <tt>.txt</tt> extension. It makes
2053
2489
  more sense in that <em>AsciiDoc</em> is a text presentation format and
2054
2490
  because <tt>.asc</tt> clashed with the same extension used by other
2055
- applications. It's only a naming convention &#8212; you don't have to
2056
- switch if you don't want to.
2491
+ applications. It&#8217;s only a naming convention&#8201;&#8212;&#8201;you don&#8217;t have to
2492
+ switch if you don&#8217;t want to.
2057
2493
  </p>
2058
2494
  </li>
2059
2495
  <li>
@@ -2103,7 +2539,7 @@ Python version compatibility is checked at startup.
2103
2539
  <li>
2104
2540
  <p>
2105
2541
  Preface and appendix section titles in multi-part Book documents are
2106
- meant to be out of sequence &#8212; warnings are no longer emitted when
2542
+ meant to be out of sequence&#8201;&#8212;&#8201;warnings are no longer emitted when
2107
2543
  outputting HTML.
2108
2544
  </p>
2109
2545
  </li>
@@ -2154,7 +2590,7 @@ Documentation additions and corrections.
2154
2590
  </div>
2155
2591
  <h2 id="_version_5_0_8_2004_05_15">Version 5.0.8 (2004-05-15)</h2>
2156
2592
  <div class="sectionbody">
2157
- <div class="ilist"><ul>
2593
+ <div class="ulist"><ul>
2158
2594
  <li>
2159
2595
  <p>
2160
2596
  Spurious <em>out of sequence</em> level 2 warnings no longer appear when
@@ -2188,7 +2624,7 @@ Added superscripts and subscripts to the standard PRS configuration
2188
2624
  </li>
2189
2625
  <li>
2190
2626
  <p>
2191
- Adjusted CSS stylesheets so list titles don't have so much space
2627
+ Adjusted CSS stylesheets so list titles don&#8217;t have so much space
2192
2628
  between title and first list item (broken in IE6 due to poor CSS
2193
2629
  compliance). Lessened sidebar title top margin.
2194
2630
  </p>
@@ -2197,7 +2633,7 @@ Adjusted CSS stylesheets so list titles don't have so much space
2197
2633
  </div>
2198
2634
  <h2 id="_version_5_0_7_2004_04_22">Version 5.0.7 (2004-04-22)</h2>
2199
2635
  <div class="sectionbody">
2200
- <div class="ilist"><ul>
2636
+ <div class="ulist"><ul>
2201
2637
  <li>
2202
2638
  <p>
2203
2639
  The version 5.0.6 README incorrectly stated that <em>AsciiDoc</em> would run
@@ -2247,7 +2683,7 @@ Fixed a quoting anomaly: quoted text can no longer begin or end with
2247
2683
  </div>
2248
2684
  <h2 id="_version_5_0_6_2004_03_07">Version 5.0.6 (2004-03-07)</h2>
2249
2685
  <div class="sectionbody">
2250
- <div class="ilist"><ul>
2686
+ <div class="ulist"><ul>
2251
2687
  <li>
2252
2688
  <p>
2253
2689
  New <em>image</em> macro implements optional image scaling and linking and
@@ -2314,20 +2750,20 @@ Section titles can be optionally suffixed with title arguments
2314
2750
  <li>
2315
2751
  <p>
2316
2752
  A replacement has been added to <tt>asciidoc.conf</tt> to replace inline
2317
- double dashes with the <tt>&amp;mdash;</tt> entity.
2753
+ double dashes with the <tt>&mdash;</tt> entity.
2318
2754
  </p>
2319
2755
  </li>
2320
2756
  <li>
2321
2757
  <p>
2322
2758
  Changed the <tt>.UNDER-CONSTRUCTION.</tt> macro syntax to
2323
- <tt>#UNDER-CONSTRUCTION#</tt> so it is not mistaken for a BlockTitle.
2759
+ <tt>UNDER-CONSTRUCTION</tt> so it is not mistaken for a BlockTitle.
2324
2760
  Similarly changed the <tt>.NEW.</tt> replacement with
2325
2761
  <tt>&#35;NEW&#35;</tt>.
2326
2762
  </p>
2327
2763
  </li>
2328
2764
  <li>
2329
2765
  <p>
2330
- <tt>&#35;NEW&#35;</tt> and <tt>#UNDER-CONSTRUCTION#</tt> macros are now
2766
+ <tt>&amp;35;NEW&#35;</tt> and <tt>#UNDER-CONSTRUCTION</tt> macros are now
2331
2767
  included in the DocBook backend.
2332
2768
  </p>
2333
2769
  </li>
@@ -2345,7 +2781,7 @@ Documentation tidy ups.
2345
2781
  </div>
2346
2782
  <h2 id="_version_5_0_5_2004_02_25">Version 5.0.5 (2004-02-25)</h2>
2347
2783
  <div class="sectionbody">
2348
- <div class="ilist"><ul>
2784
+ <div class="ulist"><ul>
2349
2785
  <li>
2350
2786
  <p>
2351
2787
  Fixed the disappearing paragraph titles problem that was caused by
@@ -2363,7 +2799,7 @@ Tightened AuthorLine validation. Previously invalid email addresses
2363
2799
  </div>
2364
2800
  <h2 id="_version_5_0_4_2004_02_09">Version 5.0.4 (2004-02-09)</h2>
2365
2801
  <div class="sectionbody">
2366
- <div class="ilist"><ul>
2802
+ <div class="ulist"><ul>
2367
2803
  <li>
2368
2804
  <p>
2369
2805
  Reinstated missing <tt>infile</tt>, <tt>outfile</tt>, <tt>filetype</tt> and
@@ -2380,7 +2816,7 @@ As of version 5.0.3 <tt>asciidoc(1)</tt> now requires Python 2.0 or greater,
2380
2816
  </div>
2381
2817
  <h2 id="_version_5_0_3_2004_01_23">Version 5.0.3 (2004-01-23)</h2>
2382
2818
  <div class="sectionbody">
2383
- <div class="ilist"><ul>
2819
+ <div class="ulist"><ul>
2384
2820
  <li>
2385
2821
  <p>
2386
2822
  Fixed problem that caused any filters directory file containing
@@ -2419,7 +2855,7 @@ An <tt>{empty}</tt> glossary entry has been added to the default
2419
2855
  </div>
2420
2856
  <h2 id="_version_5_0_2_2003_12_18">Version 5.0.2 (2003-12-18)</h2>
2421
2857
  <div class="sectionbody">
2422
- <div class="ilist"><ul>
2858
+ <div class="ulist"><ul>
2423
2859
  <li>
2424
2860
  <p>
2425
2861
  New (alternative) <em>anchor</em> and <em>xref</em> macro syntax (old syntax still
@@ -2450,7 +2886,7 @@ Documentation updates and corrections.
2450
2886
  </div>
2451
2887
  <h2 id="_version_5_0_1_2003_12_09">Version 5.0.1 (2003-12-09)</h2>
2452
2888
  <div class="sectionbody">
2453
- <div class="ilist"><ul>
2889
+ <div class="ulist"><ul>
2454
2890
  <li>
2455
2891
  <p>
2456
2892
  Fixed problem with anchor tag when generating CSS styled HTML.
@@ -2462,12 +2898,12 @@ Fixed problem with anchor tag when generating CSS styled HTML.
2462
2898
  <div class="sectionbody">
2463
2899
  <div class="sidebarblock">
2464
2900
  <div class="sidebar-content">
2465
- <div class="para"><p>This release has had some fairly major code and
2901
+ <div class="paragraph"><p>This release has had some fairly major code and
2466
2902
  documentation changes. Please report any problems
2467
2903
  you encounter.</p></div>
2468
- <div class="para"><p><a href="mailto:srackham@gmail.com"><em>Stuart Rackham</em></a></p></div>
2904
+ <div class="paragraph"><p><a href="mailto:srackham@gmail.com"><em>Stuart Rackham</em></a></p></div>
2469
2905
  </div></div>
2470
- <div class="ilist"><ul>
2906
+ <div class="ulist"><ul>
2471
2907
  <li>
2472
2908
  <p>
2473
2909
  <em>AsciiDoc</em> can now produce a full-blown multi-part DocBook book
@@ -2598,7 +3034,7 @@ The default DocBook backend file extension has been changed from
2598
3034
  </div>
2599
3035
  <h2 id="_version_4_2_2003_11_26">Version 4.2 (2003-11-26)</h2>
2600
3036
  <div class="sectionbody">
2601
- <div class="ilist"><ul>
3037
+ <div class="ulist"><ul>
2602
3038
  <li>
2603
3039
  <p>
2604
3040
  The default HTML output is now XHTML 1.0 markup. To output the
@@ -2632,7 +3068,7 @@ DelimitedBlock arguments can now be specified in a separate arguments
2632
3068
  line immediately following the leading delimiter line, This is in
2633
3069
  preference to the existing delimiter embedded arguments. Reasons:
2634
3070
  </p>
2635
- <div class="ilist"><ul>
3071
+ <div class="ulist"><ul>
2636
3072
  <li>
2637
3073
  <p>
2638
3074
  The syntax is in keeping with the Tables arguments syntax.
@@ -2640,7 +3076,7 @@ The syntax is in keeping with the Tables arguments syntax.
2640
3076
  </li>
2641
3077
  <li>
2642
3078
  <p>
2643
- It's easier to enter and implements line continuation.
3079
+ It&#8217;s easier to enter and implements line continuation.
2644
3080
  </p>
2645
3081
  </li>
2646
3082
  </ul></div>
@@ -2672,7 +3108,7 @@ Double-quote characters can now appear in unquoted positional
2672
3108
  </div>
2673
3109
  <h2 id="_version_4_1_2003_11_13">Version 4.1 (2003-11-13)</h2>
2674
3110
  <div class="sectionbody">
2675
- <div class="ilist"><ul>
3111
+ <div class="ulist"><ul>
2676
3112
  <li>
2677
3113
  <p>
2678
3114
  Added DSV (Delimiter Separated Values) tables format.
@@ -2739,12 +3175,12 @@ Fixed: Glossary references like <tt>{x={y}}</tt> were one character off
2739
3175
  <div class="sectionbody">
2740
3176
  <div class="sidebarblock">
2741
3177
  <div class="sidebar-content">
2742
- <div class="para"><p>This release has had some fairly major code and
3178
+ <div class="paragraph"><p>This release has had some fairly major code and
2743
3179
  documentation changes. Please report any problems
2744
3180
  you encounter.</p></div>
2745
- <div class="para"><p><em>Stuart Rackham</em></p></div>
3181
+ <div class="paragraph"><p><em>Stuart Rackham</em></p></div>
2746
3182
  </div></div>
2747
- <div class="ilist"><ul>
3183
+ <div class="ulist"><ul>
2748
3184
  <li>
2749
3185
  <p>
2750
3186
  Added tables to <em>AsciiDoc</em>.
@@ -2873,7 +3309,7 @@ Many documentation changes/additions/corrections.
2873
3309
  </div>
2874
3310
  <h2 id="_version_3_2_2_2003_10_26">Version 3.2.2 (2003-10-26)</h2>
2875
3311
  <div class="sectionbody">
2876
- <div class="ilist"><ul>
3312
+ <div class="ulist"><ul>
2877
3313
  <li>
2878
3314
  <p>
2879
3315
  Added <tt>-n</tt> option (synonym for <tt>-g section-numbers</tt>).
@@ -2970,7 +3406,7 @@ Documentation changes/additions/corrections.
2970
3406
  </div>
2971
3407
  <h2 id="_version_3_2_2003_05_26">Version 3.2 (2003-05-26)</h2>
2972
3408
  <div class="sectionbody">
2973
- <div class="ilist"><ul>
3409
+ <div class="ulist"><ul>
2974
3410
  <li>
2975
3411
  <p>
2976
3412
  Added a <tt>-s</tt> command-line option to suppress the output of
@@ -3050,7 +3486,7 @@ Internal code tidy up.
3050
3486
  </div>
3051
3487
  <h2 id="_version_3_1_2003_05_18">Version 3.1 (2003-05-18)</h2>
3052
3488
  <div class="sectionbody">
3053
- <div class="ilist"><ul>
3489
+ <div class="ulist"><ul>
3054
3490
  <li>
3055
3491
  <p>
3056
3492
  In version 3.0 a <tt>[macros]</tt> section entry of the form <em>name</em> was
@@ -3121,9 +3557,9 @@ As a consequence of the previous change the caret prefix is no
3121
3557
  </div>
3122
3558
  <h2 id="_version_3_0_2003_05_13">Version 3.0 (2003-05-13)</h2>
3123
3559
  <div class="sectionbody">
3124
- <div class="para"><p>This version is the culmination of work begun in the 2.x releases
3560
+ <div class="paragraph"><p>This version is the culmination of work begun in the 2.x releases
3125
3561
  whereby fixed policy has been replaced by extensible mechanisms.</p></div>
3126
- <div class="ilist"><ul>
3562
+ <div class="ulist"><ul>
3127
3563
  <li>
3128
3564
  <p>
3129
3565
  Added <tt>-c</tt> command-line option to dump a composite <tt>asciidoc(1)</tt>
@@ -3205,7 +3641,7 @@ Inline <em>icon</em> macro for inline images has been added to default
3205
3641
  </div>
3206
3642
  <h2 id="_version_2_2_2003_04_07">Version 2.2 (2003-04-07)</h2>
3207
3643
  <div class="sectionbody">
3208
- <div class="ilist"><ul>
3644
+ <div class="ulist"><ul>
3209
3645
  <li>
3210
3646
  <p>
3211
3647
  The <tt>master.conf</tt> configuration file name has been deprecated in
@@ -3217,7 +3653,7 @@ The <tt>master.conf</tt> configuration file name has been deprecated in
3217
3653
  The standard configuration files set is now loaded from the
3218
3654
  <tt>.asciidoc</tt> folder in the users home directory (if it exists) and
3219
3655
  then from the source document directory. Configuration files that
3220
- don't exist are silently skipped.
3656
+ don&#8217;t exist are silently skipped.
3221
3657
  </p>
3222
3658
  </li>
3223
3659
  <li>
@@ -3303,7 +3739,7 @@ File inclusion is now limited to a depth of 5 to catch recursion
3303
3739
  </li>
3304
3740
  <li>
3305
3741
  <p>
3306
- Inline tags have been deprecated, they're not necessary and they
3742
+ Inline tags have been deprecated, they&#8217;re not necessary and they
3307
3743
  immediately make the source document backend specific. Use
3308
3744
  CustomBlocks or Substitutions instead.
3309
3745
  </p>
@@ -3312,7 +3748,7 @@ Inline tags have been deprecated, they're not necessary and they
3312
3748
  </div>
3313
3749
  <h2 id="_version_2_1_2003_03_17">Version 2.1 (2003-03-17)</h2>
3314
3750
  <div class="sectionbody">
3315
- <div class="ilist"><ul>
3751
+ <div class="ulist"><ul>
3316
3752
  <li>
3317
3753
  <p>
3318
3754
  Added section auto numbering <tt>{sectnum}</tt> glossary entry
@@ -3335,7 +3771,7 @@ An <em>AsciiDoc</em> example website has been included in the <em>AsciiDoc</em>
3335
3771
  <li>
3336
3772
  <p>
3337
3773
  NOTE: The <tt>asciidoc</tt> wrapper script included in the 2.0 distribution
3338
- has been dropped, if you've symlinked or aliased to <tt>asciidoc</tt> you'll
3774
+ has been dropped, if you&#8217;ve symlinked or aliased to <tt>asciidoc</tt> you&#8217;ll
3339
3775
  need to change them to point directly to <tt>asciidoc.py</tt> instead.
3340
3776
  </p>
3341
3777
  </li>
@@ -3388,7 +3824,7 @@ Deprecated <tt>{asciidoc_version}</tt> glossary entry in favor of
3388
3824
  </div>
3389
3825
  <h2 id="_version_2_0_2003_02_24">Version 2.0 (2003-02-24)</h2>
3390
3826
  <div class="sectionbody">
3391
- <div class="ilist"><ul>
3827
+ <div class="ulist"><ul>
3392
3828
  <li>
3393
3829
  <p>
3394
3830
  The emphasized, strong and monospaced words options have been
@@ -3548,7 +3984,7 @@ Added <em>author</em> and <em>author-mail</em> meta tags to HTML configuration
3548
3984
  </div>
3549
3985
  <h2 id="_version_1_5_2003_01_08">Version 1.5 (2003-01-08)</h2>
3550
3986
  <div class="sectionbody">
3551
- <div class="ilist"><ul>
3987
+ <div class="ulist"><ul>
3552
3988
  <li>
3553
3989
  <p>
3554
3990
  Implemented sidebar document elements.
@@ -3564,7 +4000,7 @@ Explicit checks for user specified configuration files and input
3564
4000
  </div>
3565
4001
  <h2 id="_version_1_4_2003_01_04">Version 1.4 (2003-01-04)</h2>
3566
4002
  <div class="sectionbody">
3567
- <div class="ilist"><ul>
4003
+ <div class="ulist"><ul>
3568
4004
  <li>
3569
4005
  <p>
3570
4006
  New configuration file options <em>emphasizedwords</em> and <em>strongwords</em>.
@@ -3621,7 +4057,7 @@ More documentation additions and tidy ups.
3621
4057
  </div>
3622
4058
  <h2 id="_version_1_3_2003_01_01">Version 1.3 (2003-01-01)</h2>
3623
4059
  <div class="sectionbody">
3624
- <div class="ilist"><ul>
4060
+ <div class="ulist"><ul>
3625
4061
  <li>
3626
4062
  <p>
3627
4063
  A new <em>strong</em> text formatting convention has been implemented:
@@ -3676,7 +4112,7 @@ Restored file name and line number error message information.
3676
4112
  </li>
3677
4113
  <li>
3678
4114
  <p>
3679
- Changed deprecated -t option to -d in asciidoc &#8212;help and usage
4115
+ Changed deprecated -t option to -d in asciidoc --help and usage
3680
4116
  command output.
3681
4117
  </p>
3682
4118
  </li>
@@ -3694,7 +4130,7 @@ Code, configuration file and documentation tidy ups.
3694
4130
  </div>
3695
4131
  <h2 id="_version_1_2_2002_12_28">Version 1.2 (2002-12-28)</h2>
3696
4132
  <div class="sectionbody">
3697
- <div class="ilist"><ul>
4133
+ <div class="ulist"><ul>
3698
4134
  <li>
3699
4135
  <p>
3700
4136
  Implemented <em>include</em> URL to allow file inclusion.
@@ -3734,7 +4170,7 @@ Bug fixes.
3734
4170
  </div>
3735
4171
  <h2 id="_version_1_1_2002_12_03">Version 1.1 (2002-12-03)</h2>
3736
4172
  <div class="sectionbody">
3737
- <div class="ilist"><ul>
4173
+ <div class="ulist"><ul>
3738
4174
  <li>
3739
4175
  <p>
3740
4176
  Added css (cascading style sheets) backend
@@ -3793,14 +4229,14 @@ Fixed error that occurred when <em>==</em> title underline was
3793
4229
  </div>
3794
4230
  <h2 id="_version_1_0_2002_11_25">Version 1.0 (2002-11-25)</h2>
3795
4231
  <div class="sectionbody">
3796
- <div class="para"><p>First <em>AsciiDoc</em> public release along with <em>AsciiDoc</em> web site
4232
+ <div class="paragraph"><p>First <em>AsciiDoc</em> public release along with <em>AsciiDoc</em> web site
3797
4233
  (<a href="http://www.methods.co.nz/asciidoc/">http://www.methods.co.nz/asciidoc/</a>) and SourceForge.net project registration
3798
4234
  (<a href="https://sourceforge.net/projects/asciidoc/">https://sourceforge.net/projects/asciidoc/</a>).</p></div>
3799
4235
  </div>
3800
4236
  <div id="footer">
3801
4237
  <div id="footer-text">
3802
- Version 8.2.7<br />
3803
- Last updated 2008-07-04 23:29:18 NZDT
4238
+ Version 8.3.1<br />
4239
+ Last updated 2008-12-13 09:59:39 NZDT
3804
4240
  </div>
3805
4241
  <div id="footer-badges">
3806
4242
  <a href="http://validator.w3.org/check?uri=referer">