mizuho 0.9.10 → 0.9.11

Sign up to get free protection for your applications and to get access to all the features.
Files changed (121) hide show
  1. data/README.markdown +18 -2
  2. data/asciidoc/BUGS +3 -6
  3. data/asciidoc/BUGS.txt +0 -3
  4. data/asciidoc/CHANGELOG +660 -397
  5. data/asciidoc/CHANGELOG.txt +237 -2
  6. data/asciidoc/INSTALL +14 -14
  7. data/asciidoc/MANIFEST +2 -0
  8. data/asciidoc/Makefile.in +9 -1
  9. data/asciidoc/README +2 -2
  10. data/asciidoc/a2x.py +101 -43
  11. data/asciidoc/asciidoc.conf +18 -11
  12. data/asciidoc/asciidoc.py +615 -260
  13. data/asciidoc/common.aap +2 -2
  14. data/asciidoc/configure +9 -9
  15. data/asciidoc/configure.ac +1 -1
  16. data/asciidoc/doc/a2x.1 +34 -4
  17. data/asciidoc/doc/a2x.1.txt +12 -0
  18. data/asciidoc/doc/article.pdf +0 -0
  19. data/asciidoc/doc/asciidoc.1 +73 -29
  20. data/asciidoc/doc/asciidoc.1.txt +56 -30
  21. data/asciidoc/doc/asciidoc.dict +23 -2
  22. data/asciidoc/doc/asciidoc.txt +468 -327
  23. data/asciidoc/doc/book.epub +0 -0
  24. data/asciidoc/doc/faq.txt +201 -25
  25. data/asciidoc/doc/latex-filter.pdf +0 -0
  26. data/asciidoc/doc/music-filter.pdf +0 -0
  27. data/asciidoc/doc/publishing-ebooks-with-asciidoc.txt +1 -1
  28. data/asciidoc/doc/source-highlight-filter.pdf +0 -0
  29. data/asciidoc/doc/source-highlight-filter.txt +48 -37
  30. data/asciidoc/docbook45.conf +4 -4
  31. data/asciidoc/examples/website/ASCIIMathML.js +938 -0
  32. data/asciidoc/examples/website/CHANGELOG.txt +3056 -0
  33. data/asciidoc/examples/website/INSTALL.txt +227 -0
  34. data/asciidoc/examples/website/LaTeXMathML.js +1223 -0
  35. data/asciidoc/examples/website/README-website.txt +29 -0
  36. data/asciidoc/examples/website/README.txt +35 -0
  37. data/asciidoc/examples/website/a2x.1.txt +358 -0
  38. data/asciidoc/examples/website/asciidoc-docbook-xsl.txt +65 -0
  39. data/asciidoc/examples/website/asciidoc-graphviz-sample.txt +170 -0
  40. data/asciidoc/examples/website/asciidoc.css +533 -0
  41. data/asciidoc/examples/website/asciidoc.js +189 -0
  42. data/asciidoc/examples/website/asciidocapi.txt +189 -0
  43. data/asciidoc/examples/website/asciimathml.txt +61 -0
  44. data/asciidoc/examples/website/build-website.sh +25 -0
  45. data/asciidoc/examples/website/customers.csv +18 -0
  46. data/asciidoc/examples/website/epub-notes.txt +210 -0
  47. data/asciidoc/examples/website/faq.txt +1298 -0
  48. data/asciidoc/examples/website/index.txt +502 -0
  49. data/asciidoc/examples/website/latex-backend.txt +192 -0
  50. data/asciidoc/examples/website/latex-bugs.txt +134 -0
  51. data/asciidoc/examples/website/latex-filter.txt +196 -0
  52. data/asciidoc/examples/website/latexmathml.txt +41 -0
  53. data/asciidoc/examples/website/layout1.conf +153 -0
  54. data/asciidoc/examples/website/layout1.css +65 -0
  55. data/asciidoc/examples/website/layout2.conf +153 -0
  56. data/asciidoc/examples/website/layout2.css +83 -0
  57. data/asciidoc/examples/website/main.aap +159 -0
  58. data/asciidoc/examples/website/manpage.txt +197 -0
  59. data/asciidoc/examples/website/music-filter.txt +148 -0
  60. data/asciidoc/examples/website/newlists.txt +40 -0
  61. data/asciidoc/examples/website/newtables.txt +743 -0
  62. data/asciidoc/examples/website/plugins.txt +91 -0
  63. data/asciidoc/examples/website/publishing-ebooks-with-asciidoc.txt +398 -0
  64. data/asciidoc/examples/website/slidy-example.txt +167 -0
  65. data/asciidoc/examples/website/slidy.txt +113 -0
  66. data/asciidoc/examples/website/source-highlight-filter.txt +239 -0
  67. data/asciidoc/examples/website/support.txt +5 -0
  68. data/asciidoc/examples/website/testasciidoc.txt +231 -0
  69. data/asciidoc/examples/website/userguide.txt +5991 -0
  70. data/asciidoc/examples/website/version83.txt +37 -0
  71. data/asciidoc/examples/website/xhtml11-quirks.css +43 -0
  72. data/asciidoc/filters/latex/latex2png.py +28 -12
  73. data/asciidoc/filters/music/music2png.py +22 -6
  74. data/asciidoc/filters/source/source-highlight-filter.conf +7 -5
  75. data/asciidoc/help.conf +147 -131
  76. data/asciidoc/html4.conf +1 -0
  77. data/asciidoc/html5.conf +37 -39
  78. data/asciidoc/javascripts/asciidoc.js +3 -3
  79. data/asciidoc/lang-de.conf +4 -0
  80. data/asciidoc/lang-es.conf +2 -0
  81. data/asciidoc/lang-fr.conf +1 -1
  82. data/asciidoc/lang-hu.conf +2 -0
  83. data/asciidoc/lang-it.conf +2 -0
  84. data/asciidoc/lang-nl.conf +5 -0
  85. data/asciidoc/lang-pt-BR.conf +2 -0
  86. data/asciidoc/lang-ru.conf +2 -3
  87. data/asciidoc/latex.conf +2 -2
  88. data/asciidoc/slidy.conf +4 -2
  89. data/asciidoc/stylesheets/asciidoc.css +29 -4
  90. data/asciidoc/stylesheets/docbook-xsl.css +12 -5
  91. data/asciidoc/stylesheets/toc2.css +1 -0
  92. data/asciidoc/stylesheets/xhtml11-quirks.css +1 -1
  93. data/asciidoc/tests/data/lang-de-man-test.txt +21 -0
  94. data/asciidoc/tests/data/lang-en-man-test.txt +21 -0
  95. data/asciidoc/tests/data/lang-es-man-test.txt +21 -0
  96. data/asciidoc/tests/data/lang-fr-man-test.txt +21 -0
  97. data/asciidoc/tests/data/lang-hu-man-test.txt +21 -0
  98. data/asciidoc/tests/data/lang-it-man-test.txt +21 -0
  99. data/asciidoc/tests/data/lang-it-test.txt +106 -0
  100. data/asciidoc/tests/data/lang-nl-man-test.txt +21 -0
  101. data/asciidoc/tests/data/lang-pt-BR-man-test.txt +21 -0
  102. data/asciidoc/tests/data/lang-ru-man-test.txt +21 -0
  103. data/asciidoc/tests/data/lang-uk-man-test.txt +21 -0
  104. data/asciidoc/tests/data/testcases.conf +10 -0
  105. data/asciidoc/tests/data/testcases.txt +40 -0
  106. data/asciidoc/tests/testasciidoc.conf +143 -17
  107. data/asciidoc/tests/testasciidoc.py +11 -2
  108. data/asciidoc/{stylesheets → themes/flask}/flask.css +0 -0
  109. data/asciidoc/{stylesheets → themes/volnitsky}/volnitsky.css +1 -1
  110. data/asciidoc/vim/ftdetect/asciidoc_filetype.vim +1 -1
  111. data/asciidoc/vim/syntax/asciidoc.vim +1 -1
  112. data/asciidoc/xhtml11-quirks.conf +2 -2
  113. data/asciidoc/xhtml11.conf +35 -37
  114. data/lib/mizuho.rb +1 -1
  115. data/lib/mizuho/generator.rb +3 -1
  116. data/source-highlight/darwin/source-highlight +0 -0
  117. data/templates/juvia.js +30 -5
  118. metadata +58 -9
  119. data/asciidoc/stylesheets/asciidoc-manpage.css +0 -18
  120. data/asciidoc/stylesheets/flask-manpage.css +0 -1
  121. data/asciidoc/stylesheets/volnitsky-manpage.css +0 -1
data/README.markdown CHANGED
@@ -8,6 +8,7 @@ Mizuho wraps [Asciidoc](http://www.methods.co.nz/asciidoc/), the text
8
8
  formatting tool used by e.g. Git and Phusion Passenger for its manuals.
9
9
  Mizuho adds the following functionality on top of Asciidoc:
10
10
 
11
+ * A top bar that gives quick access to the table of contents.
11
12
  * Commenting via [Juvia](https://github.com/FooBarWidget/juvia).
12
13
 
13
14
  Mizuho bundles Asciidoc so you don't have to install it yourself. Mizuho
@@ -35,8 +36,8 @@ Run the following command as root:
35
36
 
36
37
  ## Usage
37
38
 
38
- First, read the Asciidoc manual to learn the input file format:
39
- http://www.methods.co.nz/asciidoc/userguide.html
39
+ First, read [the Asciidoc manual](http://www.methods.co.nz/asciidoc/userguide.html)
40
+ to learn the input file format:
40
41
 
41
42
  Next, write an input file and save it in a .txt file.
42
43
 
@@ -47,6 +48,21 @@ default template:
47
48
 
48
49
  This will generate 'input.html'.
49
50
 
51
+ ### Commenting via Juvia
52
+
53
+ To enable commenting via Juvia, pass `-c juvia` and the `--juvia-url` and
54
+ `--juvia-site-key` arguments with appropriate values. Mizuho will generate a
55
+ so-called *ID map file* if there isn't already one. This file maps section
56
+ titles to Juvia topic IDs. This way you can preserve a section's comments
57
+ even when you rename that section's title. Note that the section's number is
58
+ considered part of the title, so renaming can happen implicitly.
59
+
60
+ When a section title has been renamed, Mizuho will look for a Juvia topic ID
61
+ for which the previous title is similar to the new title, and assign that ID
62
+ to the section. The entry in the ID map file is then marked 'fuzzy' in order to
63
+ warn you about this. You have to remove the `# fuzzy` comment in the ID map
64
+ file, or Mizuho will keep complaining about this in subsequent runs.
65
+
50
66
  ## Credits
51
67
 
52
68
  This tool is named after Kazami Mizuho from the 2003 anime 'Onegai Teacher'.
data/asciidoc/BUGS CHANGED
@@ -1,13 +1,10 @@
1
1
  Bugs and Known Problems
2
2
 
3
- version 8.6.5, 20 May 2011
3
+ version 8.6.7, 17 March 2012
4
4
  __________________________________________________________________
5
5
 
6
6
  1. AsciiDoc
7
7
 
8
- * Configuration attribute entries are not passed to table asciidoc
9
- filters because configuration attribute entries cannot be passed to
10
- the --attributes command-line parameter.
11
8
  * A benign warning with will become a reserved keyword in Python 2.6
12
9
  sometimes occurs when using Python 2.5 — it’s harmless and will
13
10
  disappear with Python 3.
@@ -26,5 +23,5 @@
26
23
  See ./dblatex/dblatex-readme.txt.
27
24
  __________________________________________________________________
28
25
 
29
- Version 8.6.5
30
- Last updated 2011-05-02 10:15:25 NZST
26
+ Version 8.6.7
27
+ Last updated 2011-11-10 09:23:10 NZDT
data/asciidoc/BUGS.txt CHANGED
@@ -3,9 +3,6 @@ Bugs and Known Problems
3
3
 
4
4
  AsciiDoc
5
5
  --------
6
- - Configuration attribute entries are not passed to table asciidoc
7
- filters because configuration attribute entries cannot be passed to
8
- the `--attributes` command-line parameter.
9
6
  - A benign warning 'with will become a reserved keyword
10
7
  in Python 2.6' sometimes occurs when using Python 2.5 -- it's
11
8
  harmless and will disappear with Python 3.
data/asciidoc/CHANGELOG CHANGED
@@ -1,63 +1,292 @@
1
1
  AsciiDoc ChangeLog
2
2
 
3
- version 8.6.5, 20 May 2011
4
- __________________________________________________________________
3
+ version 8.6.7, 17 March 2012
4
+ __________________________________________________________________
5
+
6
+ 1. Version 8.6.7 (2012-03-17)
7
+
8
+ Release highlights
9
+ No major enhancements but quite a few bug fixes which, among other
10
+ things, fixes Jython compatibility and improves Windows compatibility.
11
+
12
+ All additions and changes
13
+ * Vim syntax highlighter: highlight entity refs in macro arguments.
14
+ * Added files with .asciidoc extension to Vim file type detection.
15
+ [1]Patch submitted by Dag Wiers.
16
+ * Added replacement3 substitution to enable [2]ODT whitespace
17
+ processing.
18
+ * Added unbreakable option to XHTML and HTML 5 backends.
19
+ * Implemented toc::[] block macro and toc-placement attribute for
20
+ HTML backends to allow the Table of Contents placement to be set
21
+ manually by the author.
22
+ * Added FAQs: How can I control page breaks when printing HTML
23
+ outputs? and Is it possible to reposition the Table of Contents in
24
+ HTML outputs?.
25
+ * Added --backend and --backend-opts options to the a2x command to
26
+ allow a2x to use backend plugin code extensions. [3]Patch submitted
27
+ by Lex Trotman.
28
+ * Added [4]args block attribute to source highlight blocks to allow
29
+ arbitrary parameters to be passed to the source highlighters.
30
+ * If the ascii-ids attribute is defined then non-ascii characters in
31
+ auto-generated IDs [5]are replaced by their nearest ascii
32
+ equivalents (to work around DocBook processor limitations).
33
+ * Added global blockname attribute which is dynamically updated to
34
+ identify the current block. See [6]discussion list.
35
+ * xhtml11, html5 backends: Include book part TOC entries for
36
+ multi-part books. Patch submitted by Loïc Paillotin.
37
+ * Removed code filter example from the AsciiDoc User Guide so that
38
+ backends implemented as external plugins can compile the manual.
39
+ See [7]discussion list.
40
+ * If the delimited block skip option is set then do not consume block
41
+ title and attributes. This makes it possible for the comment
42
+ delimited blocks to use an attribute list (previously the comment
43
+ delimited block was hardwired to skip preceding attributes and
44
+ titles). See [8]discussion list.
45
+ * Added backend-confdir intrinsic attribute.
5
46
 
6
- 1. Version 8.6.5 (2011-05-08)
47
+ Bug fixes
48
+ * FIXED: slidy backend: broken stylesheet attribute. [9]Patch
49
+ submitted by Micheal Hackett.
50
+ * FIXED: Restored [10]missing themes to zip file distribution
51
+ archive.
52
+ * FIXED: Grammatical error in error messages. [11]Patch submitted by
53
+ Dag Wieers.
54
+ * FIXED: Use configured normal substitution in preference to the
55
+ default one.
56
+ * FIXED: The eval block macro would execute multiple times if it
57
+ evaluated to None.
58
+ * FIXED: Duplicated entries in TOC of large document. [12]Patch
59
+ submitted by Sebastien Helleu.
60
+ * FIXED: Python 2.4 backward [13]incompatibility.
61
+ * FIXED: 8.6.6 regression broke Jython compatibility. See
62
+ [14]discussion list.
63
+ * FIXED: Leaky file handles in a2x and music and latex filters which
64
+ created incompatibility problems for Jython.
65
+ * FIXED: All Python filters are executed with the same Python
66
+ interpreter that executes the asciidoc parent (previously filters
67
+ were hardwired to execute the python interpreter). This prevents
68
+ [15]Python mix-ups.
69
+ * FIXED: Microsoft Windows shelled command-line truncation that
70
+ caused shelled commands to fail e.g. the data-uri attribute
71
+ failure.
72
+ __________________________________________________________________
73
+
74
+ 2. Version 8.6.6 (2011-09-04)
75
+
76
+ Release highlights
77
+ * The AsciiDoc plugin architecture has been enhanced, unified and
78
+ extended:
79
+ + Plugin commands have been added to the asciidoc(1) --backend
80
+ option.
81
+ + An asciidoc(1) --theme option has been implemented to specify
82
+ a theme and to manage theme plugins.
83
+ + A plugin build command (for creating plugins) added.
84
+ + build, install, list and remove plugin commands are all
85
+ recognized by asciidoc(1) --backend, --filter and --theme
86
+ options.
87
+ * A security update by Kenny MacDermid removes the use of eval() on
88
+ untrusted input (to disallow code malicious execution).
89
+
90
+ All additions and changes
91
+ * xhtml11, html5: Made verse and quote block text darker to print
92
+ legibly in Google Chrome browser.
93
+ * Added plugin build command for plugin file creation.
94
+ * Merged --help plugins back to --help manpage so it matches the
95
+ asciidoc(1) manpage.
96
+ * The --filter command-line option can specify the name of filters
97
+ that will be unconditionally loaded.
98
+ * If a filter directory contains a file named __noautoload__ then the
99
+ filter is not automatically loaded (you can used the --filter
100
+ command-line option to override this behavior).
101
+ * tests: Add Italian language tests. Patch submitted by Simon
102
+ Ruderich. See:
103
+ [16]http://groups.google.com/group/asciidoc/browse_thread/thread/5e
104
+ 2e6f4dd740d51a
105
+ * tests: Add tests for localized man pages. Patch submitted by Simon
106
+ Ruderich. See:
107
+ [17]http://groups.google.com/group/asciidoc/browse_thread/thread/5e
108
+ 2e6f4dd740d51a
109
+ * If the section name is prefixed with a + character then the section
110
+ contents is appended to the contents of an already existing
111
+ same-named section (the default behavior is to replace the the
112
+ section).
113
+ * If a configuration file section named docinfo is loaded then it
114
+ will be included in the document header. Typically the docinfo
115
+ section name will be prefixed with a + character so that it is
116
+ appended to (rather than replace) other docinfo sections.
117
+ * Added {sp} intrinsic attribute for single space character. See
118
+ [18]http://groups.google.com/group/asciidoc/browse_thread/thread/a8
119
+ 39aa01db0765d2
120
+ * Fixed TOC and footnotes generator. Patch submitted by Will. See
121
+ [19]http://groups.google.com/group/asciidoc/browse_thread/thread/73
122
+ 4ac5afed736987
123
+ * The asciidoc-confdir attribute is set to the asciidoc executable
124
+ directory if it contains global configuration files i.e. a local
125
+ asciidoc installation.
126
+ * asciidoc now throws an error instead of just a warning of the
127
+ backend configuration file is not found.
128
+ * latex filter: write MD5 file after successful PNG file generation.
129
+ Always delete temp files irrespective of outcome.
130
+ * Added truecolor option to LaTeX filter. Patch submitted by Michel
131
+ Krämer. See:
132
+ [20]http://groups.google.com/group/asciidoc/browse_thread/thread/64
133
+ 36788a10561851
134
+ * Unit test for table column specifiers with merged cells. Patch
135
+ submitted by Simon Ruderich. See:
136
+ [21]http://groups.google.com/group/asciidoc/browse_thread/thread/c9
137
+ 238380a1f2507a
138
+ * Added verbose message for ifeval::[] macro evaluation.
139
+ * Added test case for ifeval::[] evaluation.
140
+ * Security update to remove the use of eval() on untrusted input (to
141
+ disallow code malicious execution). Patch submitted by Kenny
142
+ MacDermid.
143
+ * Changed web site layout from table to CSS based. See
144
+ [22]http://groups.google.com/group/asciidoc/browse_thread/thread/ec
145
+ 8e8481eb0e27b0/d1c035092b5bb7a4?lnk=gst&q=caption+option#d1c035092b
146
+ 5bb7a4
147
+ * a2x: Pass --format option value to asciidoc as a2x-format
148
+ attribute. Patch submitted by Lex Trotman
149
+ ([23]http://groups.google.com/group/asciidoc/browse_thread/thread/3
150
+ e177b84bc133ca9/659796dfadad30ea?lnk=gst&q=a2x+format#659796dfadad3
151
+ 0ea).
152
+ * Added two FAQs submitted by Lex Trotman. See:
153
+ [24]http://groups.google.com/group/asciidoc/browse_thread/thread/16
154
+ d3fb9672a408e7
155
+ * html5,xhtml11: Implemented themes directory structure.
156
+ * html5,xhtml11: Implemented asciidoc --theme management option
157
+ (install, list, build and remove commands).
158
+ * html5,xhtml11: A theme can now optionally include a JavaScript file
159
+ <theme>.js
160
+ * html5,xhtml11: If the data-uri attribute is defined then icons from
161
+ the theme icons directory (if they exist) will be embedded in the
162
+ generated document.
163
+ * Added optional warnings argument to include macros.
164
+ * The asciidoc --verbose option now prints file inclusion messages.
165
+ * xhtml11, html5: Remove necessity for separate manpage CSS files.
166
+ * Added css-signature attribute to tests.
167
+ * Add css-signature attribute to set a CSS signature for the
168
+ document. Patch submitted by Peg Russell, see:
169
+ [25]http://groups.google.com/group/asciidoc/browse_thread/thread/ba
170
+ cbf8aeb8ad6a3a
171
+ * White background for toc2 TOC viewport so that horizontally
172
+ scrolled content does not obscure the the TOC. Patch submitted by
173
+ Lionel Orry, see:
174
+ [26]http://code.google.com/p/asciidoc/issues/detail?id=8
7
175
 
8
- Additions and changes
176
+ Bug fixes
177
+ * FIXED: Plugin install command: Delete backend directory is install
178
+ fails.
179
+ * FIXED: Plugin install command: Fixed bug extracting binary files on
180
+ Windows (reported by Jean-Michel Inglebert).
181
+ * FIXED: tests: Skip blank sections in testasciidoc.conf test
182
+ configuration file instead of throwing an exception (reported by
183
+ Jean-Michel Inglebert).
184
+ * FIXED: If a plugin Zip file does not contain file permissions
185
+ (probably because it was created under Windows) then install it
186
+ using the default permissions.
187
+ * FIXED: Fixed missing quote in preceding LaTeX filter patch. Fix
188
+ submitted by Simon Ruderich. See:
189
+ [27]http://groups.google.com/group/asciidoc/browse_thread/thread/64
190
+ 36788a10561851
191
+ * FIXED: Some path attributes were processed as escaped Python
192
+ strings which could result in corrupted path names with backslash
193
+ separated Windows path names. Reported by Will. See:
194
+ [28]http://groups.google.com/group/asciidoc/browse_thread/thread/e8
195
+ f3938bcb4c8bb4/44d13113a35738ef
196
+ * FIXED: Vertically spanned table cells resulted in incorrect column
197
+ styles being applied to some cells. Reported by Will:
198
+ [29]http://groups.google.com/group/asciidoc/browse_thread/thread/c9
199
+ 238380a1f2507a/9afc4559d51e1dbd
200
+ * FIXED: LaTeX backend: fixed bad escapes. Patch submitted by Mark
201
+ McCurry:
202
+ [30]http://groups.google.com/group/asciidoc/browse_thread/thread/8c
203
+ 111f1046b33691/158a944cf4d5ff0d?lnk=gst&q=latex+escapes#158a944cf4d
204
+ 5ff0d
205
+ * FIXED: When using slidy backend, display of characters with accents
206
+ is wrong because of meta http-equiv line missing. Reported by
207
+ Fabrice Flore-Thebault. See:
208
+ [31]http://groups.google.com/group/asciidoc/browse_thread/thread/ea
209
+ f25f21d1da180a
210
+ __________________________________________________________________
211
+
212
+ 3. Version 8.6.5 (2011-05-20)
213
+
214
+ Release highlights
215
+ * The addition of an html5 backend to generate HTML 5 output. Apart
216
+ from the inclusion of audio and video block macros the html5
217
+ backend is functionally identical to the xhtml11 backend.
218
+ * A new flask theme for xhtml11 and html5 backends inspired by the
219
+ [32]Flask website styling (see toc2 example in the next item
220
+ below).
221
+ * The new toc2 attribute generates a table of contents in the left
222
+ hand margin (xhtml11 and html5 backends). [33]This example was
223
+ generated using the following command:
224
+ asciidoc -b html5 -a icons -a toc2 -a theme=flask article.txt
225
+ * a2x(1) now has a flexible mechanism for copying arbitrary resource
226
+ files to HTML based outputs — this is very handy for generating
227
+ EPUB files with embedded fonts and other resources.
228
+ + The a2x(1) --resource option can be used to inject any file
229
+ into EPUB output documents e.g. CSS resources such as fonts
230
+ and background images.
231
+ + Explicitly specified resources are added to the EPUB OPF
232
+ manifest automatically.
233
+ + You can explicitly specify file extension MIME types.
234
+ + The enhanced resource processing works around a couple of
235
+ DocBook XSL bugs (see [34]EPUB Notes).
236
+
237
+ All additions and changes
9
238
  * A new flask theme for xhtml11 and html5 backends. A shameless
10
- knock-off of the [1]Flask website styling.
239
+ knock-off of the [35]Flask website styling.
11
240
  * Added HTML 5 article with toc2 table of contents to the example on
12
241
  the AsciiDoc website home page.
13
242
  * Added filters and topics help topics. Fixed documentation errors in
14
243
  help text. Patch submitted by Lionel Orry, see:
15
- [2]http://groups.google.com/group/asciidoc/browse_thread/thread/9da
16
- 9d48a6461ff14
244
+ [36]http://groups.google.com/group/asciidoc/browse_thread/thread/9d
245
+ a9d48a6461ff14
17
246
  * Pass parent configuration files, command-line attributes and header
18
247
  attributes to table asciidoc filters. Based on patch submitted by
19
248
  Simon Ruderich, see:
20
- [3]http://groups.google.com/group/asciidoc/browse_thread/thread/5c7
21
- 92cbb395b753b
249
+ [37]http://groups.google.com/group/asciidoc/browse_thread/thread/5c
250
+ 792cbb395b753b
22
251
  * Allow a title attribute entry in the document header so that HTML
23
252
  backends can set the title element separately from the displayed
24
253
  document title (the doctitle attribute).
25
254
  * Pass lang attribute to asciidoc table style filter. Patch submitted
26
255
  by Simon Ruderich, see:
27
- [4]http://groups.google.com/group/asciidoc/browse_thread/thread/e21
28
- 00b7cb29283ce
256
+ [38]http://groups.google.com/group/asciidoc/browse_thread/thread/e2
257
+ 100b7cb29283ce
29
258
  * xhtml11,html5: Added toc2 attribute which generates a scrollable
30
259
  table of contents in the left hand margin. Based on customized CSS
31
260
  written by Suraj Kurapati, see
32
- [5]http://groups.google.com/group/asciidoc/browse_thread/thread/c5e
33
- 30ee5555877f5
261
+ [39]http://groups.google.com/group/asciidoc/browse_thread/thread/c5
262
+ e30ee5555877f5
34
263
  * Added asciidoc-confdir intrinsic attribute which expands to the
35
264
  global conf directory.
36
265
  * Documented that you can specify multiple CSS files with the a2x(1)
37
266
  --stylesheet command option. See:
38
- [6]http://groups.google.com/group/asciidoc/browse_thread/thread/baf
39
- 3218551d05a05
267
+ [40]http://groups.google.com/group/asciidoc/browse_thread/thread/ba
268
+ f3218551d05a05
40
269
  * Improved xhtml11 backend’s table of contents generation latency.
41
270
  Patch submitted by Hongli Lai. See:
42
- [7]http://groups.google.com/group/asciidoc/browse_thread/thread/5a7
43
- fe64fbfd65ad
271
+ [41]http://groups.google.com/group/asciidoc/browse_thread/thread/5a
272
+ 7fe64fbfd65ad
44
273
  * Added html5 backend.
45
274
  * For consistency converted all DOS formatted configuration and text
46
275
  files to UNIX format.
47
276
  * html4: Added ability to use role attribute with most block
48
277
  elements. Patch contributed by Simon Ruderich. See
49
- [8]http://groups.google.com/group/asciidoc/browse_thread/thread/562
50
- 0ba634fdb030a
278
+ [42]http://groups.google.com/group/asciidoc/browse_thread/thread/56
279
+ 20ba634fdb030a
51
280
  * Added Dutch language configuration file and accompanying test file
52
281
  (contributed by Dag Wieers, see
53
- [9]http://groups.google.com/group/asciidoc/browse_thread/thread/f96
54
- 9b9ce987d7f5d).
282
+ [43]http://groups.google.com/group/asciidoc/browse_thread/thread/f9
283
+ 69b9ce987d7f5d).
55
284
  * Configuration files are loaded in two passes when the -e
56
285
  command-line option is used (the same behavior as when the -e
57
286
  option is not used). Patch submitted by haad. See
58
- [10]http://groups.google.com/group/asciidoc/browse_thread/thread/cd
287
+ [44]http://groups.google.com/group/asciidoc/browse_thread/thread/cd
59
288
  0f47495fd04181 and
60
- [11]http://code.google.com/p/asciidoc/issues/detail?id=6&q=label%3A
289
+ [45]http://code.google.com/p/asciidoc/issues/detail?id=6&q=label%3A
61
290
  Priority-Medium
62
291
  * Documented how to include embedded fonts in an EPUB document.
63
292
  * a2x: Added .<ext>=<mimetype> resource specifier syntax.
@@ -72,7 +301,7 @@
72
301
  * a2x: Copy resources referenced in the OPF and resources referenced
73
302
  by the generated HTML (in theory DocBook XSL should ensure they are
74
303
  identical but this is not always the case e.g.
75
- [12]http://sourceforge.net/tracker/?func=detail&atid=373747&aid=285
304
+ [46]http://sourceforge.net/tracker/?func=detail&atid=373747&aid=285
76
305
  4075&group_id=21935).
77
306
  * Drop border from callout list image links.
78
307
  * html4: Moved manpage NAME section out of header so that the name
@@ -83,7 +312,7 @@
83
312
  literal paragraphs and blocks.
84
313
  * Constrained quotes can now be bounded on the left by a } character.
85
314
  See:
86
- [13]http://groups.google.com/group/asciidoc/browse_thread/thread/b2
315
+ [47]http://groups.google.com/group/asciidoc/browse_thread/thread/b2
87
316
  4cc3362f35b801
88
317
  * Added text-decoration roles (underline, overline, line-through,
89
318
  blink) for xhtml11 and html5 outputs.
@@ -95,12 +324,12 @@
95
324
  example (the underline.png resource was not in the manifest).
96
325
  __________________________________________________________________
97
326
 
98
- 2. Version 8.6.4 (2011-02-20)
327
+ 4. Version 8.6.4 (2011-02-20)
99
328
 
100
329
  Additions and changes
101
330
  * Added text foreground and background color along with text size CSS
102
331
  styles for XHTML outputs, see
103
- [14]http://www.methods.co.nz/asciidoc/userguide.html#X96.
332
+ [48]http://www.methods.co.nz/asciidoc/userguide.html#X96.
104
333
  * Vim syntax highlighter: highlight macros that start with an
105
334
  attribute reference (a common idiom).
106
335
  * Vim syntax highlighter: highlight attribute references in macro
@@ -109,38 +338,38 @@
109
338
  templates.
110
339
  * Double-width East Asian characters in titles now correctly match
111
340
  the title underline widths. Submitted by Changjian Gao (see
112
- [15]http://groups.google.com/group/asciidoc/browse_thread/thread/77
341
+ [49]http://groups.google.com/group/asciidoc/browse_thread/thread/77
113
342
  f28b0dfe60d262).
114
- * Implemented [16]asciidoc(1) filter commands, see:
115
- [17]http://groups.google.com/group/asciidoc/browse_thread/thread/40
343
+ * Implemented [50]asciidoc(1) filter commands, see:
344
+ [51]http://groups.google.com/group/asciidoc/browse_thread/thread/40
116
345
  c64cd33ee1905c
117
346
  * User’s home directory now calculated in a platform independent
118
347
  manner.
119
348
  * Added double-quote characters to French language file. Patch
120
349
  contributed Yves-Alexis Perez, see:
121
- [18]http://groups.google.com/group/asciidoc/browse_thread/thread/e1
350
+ [52]http://groups.google.com/group/asciidoc/browse_thread/thread/e1
122
351
  5282f072413940
123
352
  * Vim Syntax highlighter: Highlight closing OpenBlocks which
124
353
  immediately follow a literal paragraph.
125
354
  * Changed UNIX /dev/null to OS independent os.devnull in filters
126
355
  code. Suggested by Henrik Maier:
127
- [19]http://groups.google.com/group/asciidoc/browse_thread/thread/5a
356
+ [53]http://groups.google.com/group/asciidoc/browse_thread/thread/5a
128
357
  c8e8ea895147e9
129
358
  * Vim syntax highlighter: Single and double quoted text now
130
359
  highlights correctly when preceded by an attributes list.
131
360
  * Added Ukrainian language file (lang-uk.conf). Added double-quote
132
361
  characters to Russian language file.conf). Patches contributed by
133
362
  Lavruschenko Oleksandr, see
134
- [20]http://groups.google.com/group/asciidoc/browse_thread/thread/e1
363
+ [54]http://groups.google.com/group/asciidoc/browse_thread/thread/e1
135
364
  5282f072413940
136
365
  * Single and double quote characters are now set using the {lsquo},
137
366
  {rsquo}, {ldquo} and {rdquo} attributes. This makes is easy to
138
367
  customise language specific quotes. See:
139
- [21]http://groups.google.com/group/asciidoc/browse_thread/thread/e1
368
+ [55]http://groups.google.com/group/asciidoc/browse_thread/thread/e1
140
369
  5282f072413940
141
370
  * Implemented conf-files attribute to allow configuration files to be
142
371
  specified in the source document. Suggested by Lex Trotman, see:
143
- [22]http://groups.google.com/group/asciidoc/browse_thread/thread/b1
372
+ [56]http://groups.google.com/group/asciidoc/browse_thread/thread/b1
144
373
  1066a828ab45b9
145
374
 
146
375
  Bug fixes
@@ -148,7 +377,7 @@
148
377
  * FIXED: Setting quotes configuration entries using document
149
378
  attribute entries failed if the attribute entry was not in the
150
379
  document header. See:
151
- [23]http://groups.google.com/group/asciidoc/browse_thread/thread/a1
380
+ [57]http://groups.google.com/group/asciidoc/browse_thread/thread/a1
152
381
  dd0562dee8b939
153
382
  * FIXED: If the input and output file names were different then the
154
383
  output file name was incorrectly used to synthesize docinfo file
@@ -157,11 +386,11 @@
157
386
  defined as a blank string. Reported by Peggy Russell.
158
387
  * FIXED: Encoding error in automatically generated author initials.
159
388
  Patch submitted by Xin Wang. See:
160
- [24]http://groups.google.com/group/asciidoc/browse_thread/thread/f4
389
+ [58]http://groups.google.com/group/asciidoc/browse_thread/thread/f4
161
390
  4615dca0b834e9
162
391
  __________________________________________________________________
163
392
 
164
- 3. Version 8.6.3 (2010-11-14)
393
+ 5. Version 8.6.3 (2010-11-14)
165
394
 
166
395
  Additions and changes
167
396
  * Added and unbreakable option to bulleted and numbered lists (thanks
@@ -180,7 +409,7 @@
180
409
  * attributes, titles and specialcharacters sections are now read from
181
410
  the local asciidoc.conf file before the header is parsed. This
182
411
  fixes a regression problem. See
183
- [25]http://groups.google.com/group/asciidoc/browse_thread/thread/1b
412
+ [59]http://groups.google.com/group/asciidoc/browse_thread/thread/1b
184
413
  3f88f1f8118ab3
185
414
  * Document header attributes take precedence over configuration file
186
415
  attributes.
@@ -204,28 +433,28 @@
204
433
  specified.
205
434
  * Make builds the man pages. Patch submitted by Sebastian Pipping.
206
435
  See
207
- [26]http://groups.google.com/group/asciidoc/browse_thread/thread/c2
436
+ [60]http://groups.google.com/group/asciidoc/browse_thread/thread/c2
208
437
  1c2902c29bae64
209
438
 
210
439
  Bug fixes
211
440
  * FIXED: Sometimes double backquotes were misinterpreted as inline
212
441
  literal macros. See:
213
- [27]http://groups.google.com/group/asciidoc/browse_thread/thread/f5
442
+ [61]http://groups.google.com/group/asciidoc/browse_thread/thread/f5
214
443
  10ea82a88aaee8
215
444
  * FIXED: Regression in 8.6.2: command-line attributes were not
216
445
  available to the global asciidoc.conf.
217
446
  * FIXED: Postponed document title substitutions until backend conf
218
447
  files have been loaded (8.6.2 regression). See
219
- [28]http://groups.google.com/group/asciidoc/browse_thread/thread/42
448
+ [62]http://groups.google.com/group/asciidoc/browse_thread/thread/42
220
449
  b63ce90c2563b8
221
450
  * FIXED: The XSL Stylesheets customizations were preventing chapter
222
451
  and section level TOCs from being generated when using XSL
223
452
  Stylesheets via a2x. See
224
- [29]http://groups.google.com/group/asciidoc/browse_thread/thread/42
453
+ [63]http://groups.google.com/group/asciidoc/browse_thread/thread/42
225
454
  b63ce90c2563b8
226
455
  * FIXED: “UnicodeDecodeError: 'ascii' codec can’t decode byte” error.
227
456
  This error is due to a limitation in the Python HTMLParser module,
228
- see: [30]http://bugs.python.org/issue3932
457
+ see: [64]http://bugs.python.org/issue3932
229
458
  * FIXED: Broken --no-conf option (8.6.2 regression).
230
459
  * FIXED: Regression in 8.6.2: configuration attribute entries set in
231
460
  the document header may cause a FAILED: incomplete configuration
@@ -234,7 +463,7 @@
234
463
  * FIXED: a2x regression in 8.6.2: HTML Help .hhp file name had
235
464
  reverted to default name instead of the AsciiDoc source file name.
236
465
  See:
237
- [31]http://groups.google.com/group/asciidoc/browse_thread/thread/de
466
+ [65]http://groups.google.com/group/asciidoc/browse_thread/thread/de
238
467
  dc961b23e9ac56
239
468
  * FIXED: Attributes in man page title caused it to be dropped
240
469
  resulting in invalid DocBook output.
@@ -242,7 +471,7 @@
242
471
  pages.
243
472
  __________________________________________________________________
244
473
 
245
- 4. Version 8.6.2 (2010-10-03)
474
+ 6. Version 8.6.2 (2010-10-03)
246
475
 
247
476
  Additions and changes
248
477
  * docbook45: Enclosed bibliographic lists in a bibliodiv — you can
@@ -252,7 +481,7 @@
252
481
  * AttributeEntry values can span multiple lines with a ' +' line
253
482
  continuation.
254
483
  * Added slidy backend (based on Phillip Lord’s slidy backend
255
- [32]https://phillordbio-asciidoc-fixes.googlecode.com/hg/).
484
+ [66]https://phillordbio-asciidoc-fixes.googlecode.com/hg/).
256
485
  * Implemented OpenBlock partintro style for book part introductions.
257
486
  * Comment lines substitute special characters only.
258
487
  * Backend specific global configuration files (all except
@@ -275,16 +504,16 @@
275
504
  outputs.
276
505
  * Added a start attribute to numbered lists to set the start number.
277
506
  See:
278
- [33]http://groups.google.com/group/asciidoc/browse_thread/thread/c1
507
+ [67]http://groups.google.com/group/asciidoc/browse_thread/thread/c1
279
508
  4a4c3b1e4f6dc5
280
509
  * Added two more docinfo attributes docinfo1 and docinfo2 to allow
281
510
  and control inclusion of a shared docinfo file. See
282
- [34]http://groups.google.com/group/asciidoc/browse_thread/thread/c9
511
+ [68]http://groups.google.com/group/asciidoc/browse_thread/thread/c9
283
512
  48697943432e24
284
513
  * Vim syntax highlighter highlights multi-name conditional
285
514
  attributes.
286
515
  * LaTeX backend patch submitted by Andreas Hermann Braml (see
287
- [35]http://groups.google.com/group/asciidoc/browse_thread/thread/1c
516
+ [69]http://groups.google.com/group/asciidoc/browse_thread/thread/1c
288
517
  415fc4540ce5e5).
289
518
  * Implemented backend aliases; renamed docbook.conf to docbook45.conf
290
519
  and aliased docbook45 backend to docbook; aliased xhtml11 to html.
@@ -298,7 +527,7 @@
298
527
  icons and data-uri attributes were specified.
299
528
  * FIXED: Long standing bug: nested include macros did not restore the
300
529
  parent document infile and indir attributes. See:
301
- [36]http://groups.google.com/group/asciidoc/browse_thread/thread/87
530
+ [70]http://groups.google.com/group/asciidoc/browse_thread/thread/87
302
531
  12a95e95a292a7
303
532
  * FIXED: html4: set preamble ID anchor.
304
533
  * FIXED: xhtml11: dropped unusable id and role attributes from
@@ -307,16 +536,16 @@
307
536
  if x or y is undefined.
308
537
  * FIXED: latex filter not being installed by Makefile. Thanks to
309
538
  Grant Edwards for this patch. See
310
- [37]http://groups.google.com/group/asciidoc/browse_thread/thread/c4
539
+ [71]http://groups.google.com/group/asciidoc/browse_thread/thread/c4
311
540
  427a3902d130a8
312
541
  * FIXED: a2x: Long-standing bug in a2x which always passes
313
542
  --string-param navig.graphics 0 to xsltproc, regardless of whether
314
543
  icons are enabled or not. Reported by Michael Wild:
315
- [38]http://groups.google.com/group/asciidoc/browse_thread/thread/59
544
+ [72]http://groups.google.com/group/asciidoc/browse_thread/thread/59
316
545
  a610068e4acb58
317
546
  __________________________________________________________________
318
547
 
319
- 5. Version 8.6.1 (2010-08-22)
548
+ 7. Version 8.6.1 (2010-08-22)
320
549
 
321
550
  Additions and changes
322
551
  * a2x: --resource-dir option renamed to --resource.
@@ -339,18 +568,18 @@
339
568
  backends (previously the docinfo file was included in the body
340
569
  instead of the header).
341
570
 
342
- 5.1. Regression issues
571
+ 7.1. Regression issues
343
572
 
344
573
  This release breaks compatibility with quoted element positional color
345
574
  and size attributes (HTML backends). To revert to the deprecated quote
346
575
  behavior define the deprecated-quotes attribute in the global
347
576
  asciidoc.conf file or on the command-line. For a more detailed
348
577
  explanation of the rationale behind this change see
349
- [39]http://groups.google.com/group/asciidoc/browse_thread/thread/b22603
578
+ [73]http://groups.google.com/group/asciidoc/browse_thread/thread/b22603
350
579
  bfb879418c.
351
580
  __________________________________________________________________
352
581
 
353
- 6. Version 8.6.0 (2010-08-16)
582
+ 8. Version 8.6.0 (2010-08-16)
354
583
 
355
584
  Additions and changes
356
585
  * The AsciiDoc distribution can now be built “out of the box” from
@@ -362,10 +591,10 @@
362
591
  both a system wide copy and multiple local copies of AsciiDoc to
363
592
  coexist on the same host PC.
364
593
  * CSS quirks mode is no longer the default xhtml11 output
365
- ([40]http://groups.google.com/group/asciidoc/browse_thread/thread/1
594
+ ([74]http://groups.google.com/group/asciidoc/browse_thread/thread/1
366
595
  c02d27d49221aa2).
367
596
  * Relaxed anchor ID name syntax
368
- ([41]http://groups.google.com/group/asciidoc/browse_thread/thread/5
597
+ ([75]http://groups.google.com/group/asciidoc/browse_thread/thread/5
369
598
  f3e825c74ed30c).
370
599
  * Added document files: doc/epub-notes.txt,
371
600
  doc/publishing-ebooks-with-asciidoc.txt.
@@ -397,10 +626,10 @@
397
626
  * Added the role element to xhtml11 backend block templates.
398
627
  * Suppressed md5 module deprecation warning from music and Graphviz
399
628
  filters.
400
- * Pygments ([42]http://pygments.org/) option added to source code
629
+ * Pygments ([76]http://pygments.org/) option added to source code
401
630
  highlight filter. Based on Pygments source code filter written by
402
631
  David Hajage
403
- ([43]http://groups.google.com/group/asciidoc/browse_thread/thread/d
632
+ ([77]http://groups.google.com/group/asciidoc/browse_thread/thread/d
404
633
  8d042f5a3021369/8934ebbb8cb7144b).
405
634
  * xhtml11: Added a new theme (volnitsky). Written and contributed by
406
635
  Leonid V. Volnitsky.
@@ -409,7 +638,7 @@
409
638
  page DocBook output. Man pages are now dated using the revdate
410
639
  attribute value if it has been defined. Based on patch supplied by
411
640
  Rainer Muller
412
- [44]http://groups.google.com/group/asciidoc/browse_frm/thread/319e5
641
+ [78]http://groups.google.com/group/asciidoc/browse_frm/thread/319e5
413
642
  cd94493e330/3fcb83fab067af42.
414
643
  * Added {template:...} system attribute.
415
644
  * Table of contents attribute toc can now be specified in the
@@ -432,7 +661,7 @@
432
661
  * Added paragraph styles to music and graphviz filters.
433
662
  * Documented dynamic template names. 753: Graphviz filter can now
434
663
  generate SVG format images. Patch submitted by Elmo Todurov, see:
435
- [45]http://groups.google.com/group/asciidoc/browse_frm/thread/fe9b3
664
+ [79]http://groups.google.com/group/asciidoc/browse_frm/thread/fe9b3
436
665
  3d8f5f1e0af The xhtml11 SVG Graphviz template marked EXPERIMENTAL.
437
666
  No SVG support for other backends.
438
667
  * AsciiDoc template names can now contain embedded attribute
@@ -440,82 +669,82 @@
440
669
  * Added legalnotice tag to doc/article-docinfo.xml example.
441
670
  * xhtml11 backend: Callouts and callout lists display callout icons
442
671
  when the icons attribute is defined. See
443
- [46]http://groups.google.com/group/asciidoc/browse_frm/thread/8eda3
672
+ [80]http://groups.google.com/group/asciidoc/browse_frm/thread/8eda3
444
673
  ea812968854
445
674
  * Document attribute names are case insensitive everywhere, this
446
675
  makes using attribute entries more consistent e.g. previously
447
676
  :VERS: had to be refered to
448
677
  * Hungarian translation of footer-text (submitted by Miklos Vajna).
449
678
  See
450
- [47]http://groups.google.com/group/asciidoc/browse_frm/thread/7174c
679
+ [81]http://groups.google.com/group/asciidoc/browse_frm/thread/7174c
451
680
  b7598993c72#
452
681
  * asciidocapi.py 0.1.2: Can now load AsciiDoc script named asciidoc.
453
682
  See
454
- [48]http://groups.google.com/group/asciidoc/browse_frm/thread/66e7b
683
+ [82]http://groups.google.com/group/asciidoc/browse_frm/thread/66e7b
455
684
  59d12cd2f91 Based on patch submitted by Phillip Lord.
456
685
  * German translation of footer-text (submitted by Simon Ruderich).
457
686
  See
458
- [49]http://groups.google.com/group/asciidoc/browse_frm/thread/7174c
687
+ [83]http://groups.google.com/group/asciidoc/browse_frm/thread/7174c
459
688
  b7598993c72
460
689
  * Pushed HTML footer text into language conf files with the
461
690
  introduction of a [footer-text] configuration file template
462
691
  section. See
463
- [50]http://groups.google.com/group/asciidoc/browse_frm/thread/7174c
692
+ [84]http://groups.google.com/group/asciidoc/browse_frm/thread/7174c
464
693
  b7598993c72
465
694
 
466
695
  Bug fixes
467
696
  * FIXED: Sometimes multiple double quoted text elements in the same
468
697
  paragraph were mistakenly seen as starting with an inline literal.
469
698
  See
470
- [51]http://groups.google.com/group/asciidoc/browse_frm/thread/219c8
699
+ [85]http://groups.google.com/group/asciidoc/browse_frm/thread/219c8
471
700
  6ae25b79a21
472
701
  * FIXED: localtime and doctime attributes calculated incorrect
473
702
  daylight saving / non daylight saving timezones and consequently so
474
703
  did HTML footers. Patch submitted by Slawomir Testowy. See
475
- [52]http://groups.google.com/group/asciidoc/browse_frm/thread/af652
704
+ [86]http://groups.google.com/group/asciidoc/browse_frm/thread/af652
476
705
  507caf6cec9
477
706
  * FIXED: Missing selector for List of examples title in DocBook CSS
478
707
  file. Patch submitted by Laurent Laville. See
479
- [53]http://groups.google.com/group/asciidoc/browse_frm/thread/3f969
708
+ [87]http://groups.google.com/group/asciidoc/browse_frm/thread/3f969
480
709
  00f7fbf5620
481
710
  * FIXED: Broken accents in lang-hu.conf. See:
482
- [54]http://groups.google.com/group/asciidoc/browse_frm/thread/7174c
711
+ [88]http://groups.google.com/group/asciidoc/browse_frm/thread/7174c
483
712
  b7598993c72
484
713
  * FIXED: DocBook XSL generated HTML callout lists are properly
485
714
  aligned. Submitted by Lionel Orry. See
486
- [55]http://groups.google.com/group/asciidoc/browse_frm/thread/2ff80
715
+ [89]http://groups.google.com/group/asciidoc/browse_frm/thread/2ff80
487
716
  2547b6a75ea
488
717
  * FIXED: Filter execution now occurs prior to filter markup template
489
718
  substitution to ensure image data URI encoding happens after image
490
719
  generation (see
491
- [56]http://groups.google.com/group/asciidoc/browse_thread/thread/14
720
+ [90]http://groups.google.com/group/asciidoc/browse_thread/thread/14
492
721
  e8fcb289a135b).
493
722
  * FIXED: The section numbers no longer increment when the numbered
494
723
  attribute is undefined (see
495
- [57]http://groups.google.com/group/asciidoc/browse_thread/thread/fa
724
+ [91]http://groups.google.com/group/asciidoc/browse_thread/thread/fa
496
725
  a36e9e5c7da019/d24cab3fe363e58d).
497
726
  __________________________________________________________________
498
727
 
499
- 7. Version 8.5.3 (2010-01-18)
728
+ 9. Version 8.5.3 (2010-01-18)
500
729
 
501
730
  Additions and changes
502
731
  * a2x: Added a2x configuration file options ASCIIDOC_OPTS,
503
732
  DBLATEX_OPTS, FOP_OPTS, XSLTPROC_OPTS (appended to same-named
504
733
  command-line options). See
505
- [58]http://groups.google.com/group/asciidoc/browse_frm/thread/ac4b9
734
+ [92]http://groups.google.com/group/asciidoc/browse_frm/thread/ac4b9
506
735
  bfa2116db28
507
736
  * Dropped .hgignore from the repository. See
508
- [59]http://groups.google.com/group/asciidoc/browse_frm/thread/c17ab
737
+ [93]http://groups.google.com/group/asciidoc/browse_frm/thread/c17ab
509
738
  d175778f5ea
510
739
  * Don’t pass verbose options to asciidoc table filter so that
511
740
  asciidocapi messages are not discarded. See:
512
- [60]http://groups.google.com/group/asciidoc/browse_frm/thread/c17ab
741
+ [94]http://groups.google.com/group/asciidoc/browse_frm/thread/c17ab
513
742
  d175778f5ea
514
743
  * Added ./tests/data/lang-pt-BR-test.txt file to the repository.
515
744
  * xhtml11: Verse block and verse paragraph content enveloped in a pre
516
745
  tag (instead of a div) so it renders better in text-only browsers.
517
746
  See:
518
- [61]http://groups.google.com/group/asciidoc/browse_frm/thread/1b6b6
747
+ [95]http://groups.google.com/group/asciidoc/browse_frm/thread/1b6b6
519
748
  6adb24e710
520
749
  * User Guide: Clarified Passthrough Blocks (suggested by Simon
521
750
  Ruderich).
@@ -534,7 +763,7 @@
534
763
  * FIXED: Website: broken image links in chunked User Guide.
535
764
  __________________________________________________________________
536
765
 
537
- 8. Version 8.5.2 (2009-12-07)
766
+ 10. Version 8.5.2 (2009-12-07)
538
767
 
539
768
  Additions and changes
540
769
  * Updated example article and book documents with the recommended
@@ -543,7 +772,7 @@
543
772
  * Added Italian language configuration file (contributed by Fabio
544
773
  Inguaggiato).
545
774
  * Added header table style. See:
546
- [62]http://groups.google.com/group/asciidoc/browse_frm/thread/a23fe
775
+ [96]http://groups.google.com/group/asciidoc/browse_frm/thread/a23fe
547
776
  a28394c8ca9
548
777
  * Pass icons, data-uri, imagesdir, iconsdir attributes to asciidoc
549
778
  table style filter so that images are rendered in table cells.
@@ -554,15 +783,15 @@
554
783
  * HTML outputs: Table and figure caption punctuation set to more
555
784
  usual syntax.
556
785
  * docbook backend: footnotes can now contain embedded images. See
557
- [63]http://groups.google.com/group/asciidoc/browse_frm/thread/50b28
786
+ [97]http://groups.google.com/group/asciidoc/browse_frm/thread/50b28
558
787
  f6941de111a
559
788
  * CSS tweaks so that tables processed by DocBook XSL Stylesheets have
560
789
  the default asciidoc xhtml11 backend styling. See
561
- [64]http://groups.google.com/group/asciidoc/browse_frm/thread/dfe52
790
+ [98]http://groups.google.com/group/asciidoc/browse_frm/thread/dfe52
562
791
  04d5b2c9685
563
792
  * Block titles take precedence over section titles to avoid titled
564
793
  delimited blocks being mistaken for two line section titles (see
565
- [65]http://groups.google.com/group/asciidoc/browse_frm/thread/f0b6f
794
+ [99]http://groups.google.com/group/asciidoc/browse_frm/thread/f0b6f
566
795
  9989f828c3).
567
796
  * Section title trace displays level and title text.
568
797
  * FAQ additions.
@@ -578,38 +807,38 @@
578
807
  * xhtml11: Nicer default quote block styling.
579
808
  * Exclude floating titles from xhtml11 table of contents. Patch
580
809
  submitted by Mark Burton (see
581
- [66]http://groups.google.com/group/asciidoc/browse_frm/thread/14aef
582
- c1cb6bd85f5).
810
+ [100]http://groups.google.com/group/asciidoc/browse_frm/thread/14ae
811
+ fc1cb6bd85f5).
583
812
  * Enhanced doc/article-docinfo.xml example docinfo file.
584
813
  * Vim syntax highlighter improvements.
585
814
 
586
815
  Bug fixes
587
816
  * FIXED: Absolute imagesdir and iconsdir attribute path names do not
588
817
  work with the xhtml11 data-uri encoding. See
589
- [67]http://groups.google.com/group/asciidoc/browse_frm/thread/cb8b7
590
- 694bbc82a6
818
+ [101]http://groups.google.com/group/asciidoc/browse_frm/thread/cb8b
819
+ 7694bbc82a6
591
820
  * FIXED: Regression issue with inline data-uri images. See
592
- [68]http://groups.google.com/group/asciidoc/browse_frm/thread/cb8b7
593
- 694bbc82a6
821
+ [102]http://groups.google.com/group/asciidoc/browse_frm/thread/cb8b
822
+ 7694bbc82a6
594
823
  * FIXED: An unexpected error occurred when processing a table
595
824
  containing CSV data if the cols attribute was not explicitly
596
825
  specified. See
597
- [69]http://groups.google.com/group/asciidoc/browse_frm/thread/4b0f3
598
- 64b477ec165
826
+ [103]http://groups.google.com/group/asciidoc/browse_frm/thread/4b0f
827
+ 364b477ec165
599
828
  __________________________________________________________________
600
829
 
601
- 9. Version 8.5.1 (2009-10-31)
830
+ 11. Version 8.5.1 (2009-10-31)
602
831
 
603
832
  Additions and changes
604
833
  * If an AsciiDoc document file begins with a UTF-8 BOM (byte order
605
834
  mark) then it is passed transparently through to the output file.
606
835
  The BOM is stripped from included files. See
607
- [70]http://groups.google.com/group/asciidoc/browse_frm/thread/e5e61
608
- 823ff4203cd
836
+ [104]http://groups.google.com/group/asciidoc/browse_frm/thread/e5e6
837
+ 1823ff4203cd
609
838
  * Added AsciiDoc role attribute to quoted text. Sets class attribute
610
839
  in HTML outputs; role attribute in DocBook outputs. See:
611
- [71]http://groups.google.com/group/asciidoc/browse_frm/thread/2aa3e
612
- 5711d243045
840
+ [105]http://groups.google.com/group/asciidoc/browse_frm/thread/2aa3
841
+ e5711d243045
613
842
  * Conditional attribute syntax extended: they now accept multiple
614
843
  ORed or ANDed attribute names.
615
844
  * The xhtml11 backend dynamically processes footnotes using
@@ -633,12 +862,12 @@
633
862
  * FIXED: a2x: --dblatex-opts is now processed last so
634
863
  asciidoc-dblatex.xsl params can be overridden. Patch submitted by
635
864
  Mark Fernandes (see
636
- [72]http://groups.google.com/group/asciidoc/browse_frm/thread/5215c
637
- 99dcc865e7d).
865
+ [106]http://groups.google.com/group/asciidoc/browse_frm/thread/5215
866
+ c99dcc865e7d).
638
867
  * FIXED: An error occurred if a directory in current path with same
639
868
  name as executable.
640
869
 
641
- 9.1. Regression issues
870
+ 11.1. Regression issues
642
871
 
643
872
  There’s been quite a bit of tiding up to the xhtml11 JavaScript. The
644
873
  most obvious change is that the toc.js script has been superceded by
@@ -656,10 +885,10 @@
656
885
 
657
886
  Take a look at the [header] and [footer] changes in the xhtml11.conf
658
887
  diff to see what’s going on:
659
- [73]http://hg.sharesource.org/asciidoc/diff/55a5999bfd04/xhtml11.conf
888
+ [107]http://hg.sharesource.org/asciidoc/diff/55a5999bfd04/xhtml11.conf
660
889
  __________________________________________________________________
661
890
 
662
- 10. Version 8.5.0 (2009-10-04)
891
+ 12. Version 8.5.0 (2009-10-04)
663
892
 
664
893
  Additions and changes
665
894
  * Implemented a float attribute for tables and block images (HTML
@@ -682,18 +911,18 @@
682
911
  configuration file templates.
683
912
  * Allow constrained quotes to be bounded on the left by a colons and
684
913
  semicolons, see
685
- [74]http://groups.google.com/group/asciidoc/browse_frm/thread/b276a
686
- 927fdc87995
914
+ [108]http://groups.google.com/group/asciidoc/browse_frm/thread/b276
915
+ a927fdc87995
687
916
  * Titled listing and literal blocks (DocBook outputs) no longer
688
917
  default to examples. See
689
- [75]http://groups.google.com/group/asciidoc/browse_frm/thread/f4df7
690
- c9eec01a9bd
918
+ [109]http://groups.google.com/group/asciidoc/browse_frm/thread/f4df
919
+ 7c9eec01a9bd
691
920
  * Updated language file table, figure and example captions to
692
921
  accommodate new auto-numbering in html4 and xhtml11 backends.
693
922
  * Titled source highlight filter listings generated by docbook
694
923
  backend are now rendered as examples. See
695
- [76]http://groups.google.com/group/asciidoc/browse_frm/thread/f4df7
696
- c9eec01a9bd
924
+ [110]http://groups.google.com/group/asciidoc/browse_frm/thread/f4df
925
+ 7c9eec01a9bd
697
926
  * Implemented counter system attribute.
698
927
  * Use counter system attributes to number titled tables and block
699
928
  images in HTML backends.
@@ -703,50 +932,50 @@
703
932
  * Allow passthrough inline macro syntax to be used in
704
933
  AttributeEntrys.
705
934
  * Reinstated 8.4.4 default lang attribute behavior. See
706
- [77]http://groups.google.com/group/asciidoc/browse_frm/thread/d2992
707
- 4043e21cb6a.
935
+ [111]http://groups.google.com/group/asciidoc/browse_frm/thread/d299
936
+ 24043e21cb6a.
708
937
  * Added max-width attribute to the xhtml11 backend to set maximum
709
938
  display width. See
710
- [78]http://groups.google.com/group/asciidoc/browse_frm/thread/74d9a
711
- 542b79ccd50.
939
+ [112]http://groups.google.com/group/asciidoc/browse_frm/thread/74d9
940
+ a542b79ccd50.
712
941
  * Added a2x.py, a rewritten and much enhanced version of the old a2x
713
942
  bash script.
714
943
  * The new a2x can output EPUB formatted documents.
715
944
  * Added --safe option and deprecated --unsafe option. Patch submitted
716
945
  by Todd Zullinger. See
717
- [79]http://groups.google.com/group/asciidoc/browse_frm/thread/ea3a8
718
- ea399ae5d2a and
719
- [80]http://groups.google.com/group/asciidoc/browse_frm/thread/69b31
720
- 83fdab7c6a5
946
+ [113]http://groups.google.com/group/asciidoc/browse_frm/thread/ea3a
947
+ 8ea399ae5d2a and
948
+ [114]http://groups.google.com/group/asciidoc/browse_frm/thread/69b3
949
+ 183fdab7c6a5
721
950
  * Added CHECK and TEST todo highlight words to Vim syntax
722
951
  highlighter.
723
952
  * Line breaks, page breaks, and horizontal rulers are now processed
724
953
  by dblatex, thanks to a patch submitted by Mark Fernandes
725
- ([81]http://groups.google.com/group/asciidoc/browse_frm/thread/a254
726
- cf949ea7c6c5).
954
+ ([115]http://groups.google.com/group/asciidoc/browse_frm/thread/a25
955
+ 4cf949ea7c6c5).
727
956
  * Allow footnote macros hard up against the preceding word so the
728
957
  rendered footnote mark can be placed against the noted text without
729
958
  an intervening space (patch submitted by Stas Bushuev,
730
- [82]http://groups.google.com/group/asciidoc/browse_frm/thread/e1dcb
731
- 7ee0efc17b5).
959
+ [116]http://groups.google.com/group/asciidoc/browse_frm/thread/e1dc
960
+ b7ee0efc17b5).
732
961
  * Normalized path in safe_filename function (submitted by Todd
733
962
  Zullinger,
734
- [83]http://groups.google.com/group/asciidoc/browse_frm/thread/69b31
735
- 83fdab7c6a5).
963
+ [117]http://groups.google.com/group/asciidoc/browse_frm/thread/69b3
964
+ 183fdab7c6a5).
736
965
  * The Asciidoc numbered and toc attributes cause DocBook outputs to
737
966
  include asciidoc-numbered and asciidoc-toc processing instructions,
738
967
  these are used by DocBook XSL to include section numbering and
739
968
  table of contents (like Asciidoc HTML backends). For backward
740
969
  compatibility both numbered and toc attributes are defined by
741
970
  default when the docbook backend is used. See
742
- [84]http://groups.google.com/group/asciidoc/browse_frm/thread/1bada
743
- d21ff9447ac.
971
+ [118]http://groups.google.com/group/asciidoc/browse_frm/thread/1bad
972
+ ad21ff9447ac.
744
973
  * data-uri attribute is now evaluated dynamically and can be set in
745
974
  document body (previously could only be set from command-line).
746
975
  * Added sys3 and eval3 system attributes to passthrough generated
747
976
  output, this fixes the data-uri inline image problem:
748
- [85]http://groups.google.com/group/asciidoc/browse_frm/thread/a42db
749
- 6bc54c2c537.
977
+ [119]http://groups.google.com/group/asciidoc/browse_frm/thread/a42d
978
+ b6bc54c2c537.
750
979
  * Missing language file generates a warning instead of an error.
751
980
  * Updated Spanish language file (updates contributed by Gustavo
752
981
  Andrés Gómez Farhat).
@@ -759,27 +988,27 @@
759
988
  * FIXED: examples/website/layout1.conf and
760
989
  examples/website/layout2.conf TOC problem. Submitted by Mark
761
990
  (burtoogle). See
762
- [86]http://groups.google.com/group/asciidoc/browse_frm/thread/b9c63
763
- be67dd1d11c
991
+ [120]http://groups.google.com/group/asciidoc/browse_frm/thread/b9c6
992
+ 3be67dd1d11c
764
993
  * FIXED: Only the first occurrence of passthrough macro was
765
994
  substituted. Patch submitted by Peter Johnson. See
766
- [87]http://groups.google.com/group/asciidoc/browse_frm/thread/1269d
767
- c2feb1a482c
995
+ [121]http://groups.google.com/group/asciidoc/browse_frm/thread/1269
996
+ dc2feb1a482c
768
997
  * FIXED: asciidoc now runs on Jython 2.5.0.
769
998
  * FIXED: Wordpress margins and pads in a number of block elements
770
- ([88]http://groups.google.com/group/asciidoc/browse_frm/thread/36ff
771
- 073c79cbc20a).
999
+ ([122]http://groups.google.com/group/asciidoc/browse_frm/thread/36f
1000
+ f073c79cbc20a).
772
1001
 
773
- 10.1. Regression issues
1002
+ 12.1. Regression issues
774
1003
 
775
1004
  * Tables generated by dblatex occupy 100% of the available space
776
1005
  regardless of the width attribute setting. To restore width
777
1006
  behavior change the pageunits miscellaneous parameter to pt. You
778
1007
  can do this from the command-line with the -a pageunits=pt option.
779
- See [89]DocBook table widths.
1008
+ See [123]DocBook table widths.
780
1009
  __________________________________________________________________
781
1010
 
782
- 11. Version 8.4.5 (2009-05-24)
1011
+ 13. Version 8.4.5 (2009-05-24)
783
1012
 
784
1013
  Additions and changes
785
1014
  * Added manpage Name and Synopsis section title customization to
@@ -790,8 +1019,8 @@
790
1019
  * The article and book document header can now include a revision
791
1020
  remark.
792
1021
  * A role attribute can now be applied to block elements. This adds
793
- the role attribute to DocBook elements. Patch submitted by [90]Noah
794
- Slater).
1022
+ the role attribute to DocBook elements. Patch submitted by
1023
+ [124]Noah Slater).
795
1024
  * Renamed revision and date attributes to more sensible and
796
1025
  consistent revnumber and revdate (old names deprecated but still
797
1026
  recognized).
@@ -803,8 +1032,8 @@
803
1032
  * Refactored docbook.conf headers.
804
1033
  * Moved line break replacement from [replacements] to [replacements2]
805
1034
  so the replacement occurs after the mailto macro. This fixes bug
806
- [91]http://groups.google.com/group/asciidoc/browse_thread/thread/4b
807
- dcdfb0af773e2
1035
+ [125]http://groups.google.com/group/asciidoc/browse_thread/thread/4
1036
+ bdcdfb0af773e2
808
1037
  * The typewriter to punctuation apostrophe replacement can be escaped
809
1038
  with a backslash.
810
1039
  * Graphviz filter outputs images to imagesdir if it is defined.
@@ -844,8 +1073,8 @@
844
1073
  * FIXED: Multiple manpage names are now handled correctly when
845
1074
  generating DocBook output, each name now generates a separate
846
1075
  DocBook <refname> element. See
847
- [92]http://groups.google.com/group/asciidoc/browse_thread/thread/c9
848
- 3bb4db025225d8
1076
+ [126]http://groups.google.com/group/asciidoc/browse_thread/thread/c
1077
+ 93bb4db025225d8
849
1078
  * FIXED: A problem that caused AttributeEntries preceding the header
850
1079
  to be overwritten when the language conf file loaded.
851
1080
  * FIXED: Possible inline macro name ambiguity e.g. link matches
@@ -858,20 +1087,20 @@
858
1087
  bloggs@mail was processed inside
859
1088
  mailto:joe-bloggs@mail-server.com[Mail].
860
1089
  * FIXED: User name in FTP URI generated incorrect FTP link. See
861
- [93]http://groups.google.com/group/asciidoc/browse_thread/thread/1d
862
- 796a9c9ddb2855
1090
+ [127]http://groups.google.com/group/asciidoc/browse_thread/thread/1
1091
+ d796a9c9ddb2855
863
1092
  * FIXED: Source highlighter now works with Wordpress backend (see
864
- [94]http://groups.google.com/group/asciidoc/browse_thread/thread/6d
865
- 8c716748b109e3).
1093
+ [128]http://groups.google.com/group/asciidoc/browse_thread/thread/6
1094
+ d8c716748b109e3).
866
1095
 
867
- 11.1. Regression issues
1096
+ 13.1. Regression issues
868
1097
 
869
1098
  1. A colon following the date in the AsciiDoc header is treated as a
870
1099
  revision remark delimiter — this could be an issue if you have used
871
1100
  a colon in the header date.
872
1101
  __________________________________________________________________
873
1102
 
874
- 12. Version 8.4.4 (2009-04-26)
1103
+ 14. Version 8.4.4 (2009-04-26)
875
1104
 
876
1105
  Additions and changes
877
1106
  * Added table column and row spanning.
@@ -902,7 +1131,7 @@
902
1131
  quote.
903
1132
  __________________________________________________________________
904
1133
 
905
- 13. Version 8.4.3 (2009-04-13)
1134
+ 15. Version 8.4.3 (2009-04-13)
906
1135
 
907
1136
  Additions and changes
908
1137
  * DocBook outputs default to DocBook version 4.5 doctype (previously
@@ -917,27 +1146,27 @@
917
1146
  3. an illegal test number is specified.
918
1147
 
919
1148
  Bug fixes
920
- * Fixed [95]missing template section error.
1149
+ * Fixed [129]missing template section error.
921
1150
  * The testasciidoc.py --force option no longer deletes test data
922
1151
  files that were not specified.
923
1152
  * Dropped second quotes substitution in table cells — it had
924
1153
  effectively disabled quote escaping in table cells.
925
1154
  __________________________________________________________________
926
1155
 
927
- 14. Version 8.4.2 (2009-03-19)
1156
+ 16. Version 8.4.2 (2009-03-19)
928
1157
 
929
1158
  Additions and changes
930
- * Added [96]testasciidoc, a tool to verify AsciiDoc conformance.
1159
+ * Added [130]testasciidoc, a tool to verify AsciiDoc conformance.
931
1160
  * A warning is issued if nested inline passthroughs are encountered.
932
1161
  * asciidocapi: setting an attribute value to None will undefine
933
1162
  (delete) the attribute (this in addition to the name! attribute
934
1163
  name format that the asciidoc(1) command uses).
935
1164
  __________________________________________________________________
936
1165
 
937
- 15. Version 8.4.1 (2009-03-10)
1166
+ 17. Version 8.4.1 (2009-03-10)
938
1167
 
939
1168
  Additions and changes
940
- * AsciiDoc now has a [97]Python API. The following minimal example
1169
+ * AsciiDoc now has a [131]Python API. The following minimal example
941
1170
  compiles mydoc.txt to mydoc.html:
942
1171
 
943
1172
  from asciidocapi import AsciiDocAPI asciidoc = AsciiDocAPI()
@@ -946,7 +1175,7 @@
946
1175
  * Backtick quoting for monospaced text is now implemented as an
947
1176
  inline literal passthrough. This makes more sense since monospace
948
1177
  text is usually intended to be rendered literally. See
949
- [98]Regression issues below for the impact this may have on
1178
+ [132]Regression issues below for the impact this may have on
950
1179
  existing documents. Here are some examples that would previously
951
1180
  have had to be escaped:
952
1181
  The `++i` and `++j` auto-increments.
@@ -972,7 +1201,7 @@
972
1201
  * Dropped asciidoc(1) broken undocumented --profile option.
973
1202
  * Em dash replacement now recognized at start of block.
974
1203
 
975
- 15.1. Regression issues
1204
+ 17.1. Regression issues
976
1205
 
977
1206
  Replacing backtick quoting with the inline literal passthrough raises
978
1207
  two regression scenarios for existing documents:
@@ -992,7 +1221,7 @@
992
1221
  no-inline-literal=
993
1222
  __________________________________________________________________
994
1223
 
995
- 16. Version 8.3.5 (2009-02-02)
1224
+ 18. Version 8.3.5 (2009-02-02)
996
1225
 
997
1226
  Additions and changes
998
1227
  * Cached compiled regular expression delimiters (speed up User Manual
@@ -1027,13 +1256,13 @@
1027
1256
  Bug fixes
1028
1257
  * Fixed broken numbered list nesting.
1029
1258
 
1030
- 16.1. Compatibility issues
1259
+ 18.1. Compatibility issues
1031
1260
 
1032
1261
  The roman numbered list parenthesis syntax is incompatible with the
1033
1262
  potentially ambiguous roman period syntax introduced in 8.3.2.
1034
1263
  __________________________________________________________________
1035
1264
 
1036
- 17. Version 8.3.4 (2009-01-20)
1265
+ 19. Version 8.3.4 (2009-01-20)
1037
1266
 
1038
1267
  Additions and changes
1039
1268
  * Implemented a title float style. A floating title (or bridgehead)
@@ -1071,7 +1300,7 @@
1071
1300
  list.
1072
1301
  __________________________________________________________________
1073
1302
 
1074
- 18. Version 8.3.3 (2009-01-02)
1303
+ 20. Version 8.3.3 (2009-01-02)
1075
1304
 
1076
1305
  This release supersedes 8.3.2.
1077
1306
 
@@ -1080,7 +1309,7 @@
1080
1309
  attributes have been dropped, use the style attribute instead.
1081
1310
  __________________________________________________________________
1082
1311
 
1083
- 19. Version 8.3.2 (2009-01-01)
1312
+ 21. Version 8.3.2 (2009-01-01)
1084
1313
 
1085
1314
  Additions and changes
1086
1315
  * Added Gouichi Iisaka’s Graphviz filter to distribution.
@@ -1120,11 +1349,11 @@
1120
1349
  where not escaped in DocBook outputs.
1121
1350
  __________________________________________________________________
1122
1351
 
1123
- 20. Version 8.3.1 (2008-12-14)
1352
+ 22. Version 8.3.1 (2008-12-14)
1124
1353
 
1125
1354
  Additions and changes
1126
1355
  * Replaced the install.sh script with Ben Walton’s updated autoconf
1127
- scripts — see [99]INSTALL for details.
1356
+ scripts — see [133]INSTALL for details.
1128
1357
  * Added a generalized AttributeEntry syntax to allow arbitrary
1129
1358
  configuration file entries to be set from within an AsciiDoc
1130
1359
  document (suggested by Henrik Maier).
@@ -1143,14 +1372,14 @@
1143
1372
  reference — tightened up entity reference matching.
1144
1373
  __________________________________________________________________
1145
1374
 
1146
- 21. Version 8.3.0 (2008-11-29)
1375
+ 23. Version 8.3.0 (2008-11-29)
1147
1376
 
1148
1377
  Additions and changes
1149
- * [100]AsciiDoc new tables is a complete redesign of the tables
1378
+ * [134]AsciiDoc new tables is a complete redesign of the tables
1150
1379
  syntax and generation. The new syntax and features are a huge
1151
1380
  improvement over the old tables. The old tables syntax has been
1152
1381
  deprecated but is currently still processed.
1153
- * [101]Lists can now be styled like other block elements. This allows
1382
+ * [135]Lists can now be styled like other block elements. This allows
1154
1383
  a single list syntax for glossary, qanda (Question and Answer) and
1155
1384
  bibliography lists instead of having to remember a different syntax
1156
1385
  for each type.
@@ -1159,10 +1388,10 @@
1159
1388
  when the macro is called.
1160
1389
  * The passthrough block has a fully transparent passthrough delimited
1161
1390
  block block style called pass.
1162
- * The asciimath and latexmath [102]passthrough macros along with
1163
- asciimath and latexmath [103]passthrough blocks provide a (backend
1391
+ * The asciimath and latexmath [136]passthrough macros along with
1392
+ asciimath and latexmath [137]passthrough blocks provide a (backend
1164
1393
  dependent) mechanism for rendering mathematical formulas. There are
1165
- [104]LaTeX Math, [105]AsciiMathML and [106]LaTeXMathML examples on
1394
+ [138]LaTeX Math, [139]AsciiMathML and [140]LaTeXMathML examples on
1166
1395
  the AsciiDoc website.
1167
1396
  * Reimplemented and cleaned up filter processing based on a patch
1168
1397
  submitted by Kelly Anderson. Uses the newer subprocess module
@@ -1264,7 +1493,7 @@
1264
1493
  * Generic tag inline macro (creeping featurism, use pass macros
1265
1494
  instead).
1266
1495
 
1267
- 21.1. Compatibility issues
1496
+ 23.1. Compatibility issues
1268
1497
 
1269
1498
  Version 8.3.0 has a number of backward incompatibilities with respect
1270
1499
  to the previous 8.2.7 release:
@@ -1284,7 +1513,7 @@
1284
1513
  quoting is escaped with two backslashes.
1285
1514
  __________________________________________________________________
1286
1515
 
1287
- 22. Version 8.2.7 (2008-07-04)
1516
+ 24. Version 8.2.7 (2008-07-04)
1288
1517
 
1289
1518
  Additions and changes
1290
1519
  * Added dvi, ps and tex output format options to a2x(1).
@@ -1302,7 +1531,7 @@
1302
1531
  directly). The Vim syntax highlighter has been updated to reflect
1303
1532
  these changes.
1304
1533
  * Highlighted source code paragraphs have been implemented — it’s a
1305
- much more convenient way to enter short code examples (see [107]the
1534
+ much more convenient way to enter short code examples (see [141]the
1306
1535
  online docs).
1307
1536
  * The source highlighter and music filter syntax has changed — they
1308
1537
  now used the ListingBlock syntax customized with source and music
@@ -1340,16 +1569,16 @@
1340
1569
  * Configuration file *-style attributes are now dumped correctly.
1341
1570
  * Fixed FAILED: malformed section entry LaTeX backend error.
1342
1571
 
1343
- See the also the [108]AsciiDoc repository changelog.
1572
+ See the also the [142]AsciiDoc repository changelog.
1344
1573
  __________________________________________________________________
1345
1574
 
1346
- 23. Version 8.2.6 (2008-04-29)
1575
+ 25. Version 8.2.6 (2008-04-29)
1347
1576
 
1348
1577
  Additions and changes
1349
1578
  * Enhancements to the Vim AsciiDoc syntax highlighter, for example,
1350
1579
  quoted text is now highlighted in titles and macro captions.
1351
1580
  * If you define the data-uri intrinsic attribute images referenced by
1352
- image macros will be embedded in XHTML using the [109]data: URI
1581
+ image macros will be embedded in XHTML using the [143]data: URI
1353
1582
  scheme. NOTE: Microsoft browser support for the data: URI scheme is
1354
1583
  currently limited to MSIE 8 beta 1.
1355
1584
  * Added toc-title attribute to allow custom table of contents titles.
@@ -1389,7 +1618,7 @@
1389
1618
  attribute list values.
1390
1619
  __________________________________________________________________
1391
1620
 
1392
- 24. Version 8.2.5 (2007-11-18)
1621
+ 26. Version 8.2.5 (2007-11-18)
1393
1622
 
1394
1623
  Bug fixes
1395
1624
  * Fixed exception thrown by illegal command-line arguments.
@@ -1397,7 +1626,7 @@
1397
1626
  incompatible with Python <2.5.
1398
1627
  __________________________________________________________________
1399
1628
 
1400
- 25. Version 8.2.4 (2007-11-10)
1629
+ 27. Version 8.2.4 (2007-11-10)
1401
1630
 
1402
1631
  Additions and changes
1403
1632
  * You can now use the lang attribute to set the DocBook language
@@ -1419,12 +1648,12 @@
1419
1648
  2.6 has been suppressed.
1420
1649
  __________________________________________________________________
1421
1650
 
1422
- 26. Version 8.2.3 (2007-09-12)
1651
+ 28. Version 8.2.3 (2007-09-12)
1423
1652
 
1424
1653
  Additions and changes
1425
1654
  * Added VMiklos’s permalink patch for auto-generated section IDs
1426
1655
  (enabled by default by the sectids attribute).
1427
- * Added [110]FAQ to website.
1656
+ * Added [144]FAQ to website.
1428
1657
  * Changed format of {localdate} attribute to ISO 8601 (%Y-%m-%d).
1429
1658
  * Added abc2ly --beams=None option to make music2png.py conform to
1430
1659
  ABC’s notion of beams.
@@ -1453,11 +1682,11 @@
1453
1682
  attribute substitution problems).
1454
1683
  __________________________________________________________________
1455
1684
 
1456
- 27. Version 8.2.2 (2007-07-22)
1685
+ 29. Version 8.2.2 (2007-07-22)
1457
1686
 
1458
1687
  Additions and changes
1459
- * [111]LaTeXMathML capability has been added for users who are more
1460
- familiar with or prefer LaTeX math formulas to the [112]ASCIIMathML
1688
+ * [145]LaTeXMathML capability has been added for users who are more
1689
+ familiar with or prefer LaTeX math formulas to the [146]ASCIIMathML
1461
1690
  notation (thanks to Arthur Sakellariou for the patch).
1462
1691
  * The source highlight and code filters now process embedded
1463
1692
  callouts.
@@ -1490,7 +1719,7 @@
1490
1719
  LaTeXMathML formulas.
1491
1720
  __________________________________________________________________
1492
1721
 
1493
- 28. Version 8.2.1 (2007-04-06)
1722
+ 30. Version 8.2.1 (2007-04-06)
1494
1723
 
1495
1724
  Additions and changes
1496
1725
  * A number of improvements have been made to the Vim syntax
@@ -1506,7 +1735,7 @@
1506
1735
  should be very few compatibility issues.
1507
1736
  __________________________________________________________________
1508
1737
 
1509
- 29. Version 8.2.0 (2007-04-04)
1738
+ 31. Version 8.2.0 (2007-04-04)
1510
1739
 
1511
1740
  Additions and changes
1512
1741
  * A Vim syntax file is now included in the AsciiDoc distribution
@@ -1540,10 +1769,10 @@
1540
1769
  * If a2x(1) --doctype option is not specified it defaults to manpage
1541
1770
  if --format=manpage else defaults to article (previously --doctype
1542
1771
  always defaulted to article).
1543
- * Added an External Resources section to the [113]AsciiDoc home page.
1772
+ * Added an External Resources section to the [147]AsciiDoc home page.
1544
1773
  __________________________________________________________________
1545
1774
 
1546
- 30. Version 8.1.0 (2006-10-22)
1775
+ 32. Version 8.1.0 (2006-10-22)
1547
1776
 
1548
1777
  Additions and changes
1549
1778
  * AsciiDoc generated XHTML documents now display a table of contents
@@ -1551,11 +1780,11 @@
1551
1780
  this to work). Thanks to Troy Hanson who contributed this feature
1552
1781
  based on a JavaScript by Mihai Bazon. I’ve simplified things
1553
1782
  somewhat to match Docbook XSL Stylesheets style, see Troy’s
1554
- [114]tpl User Guide for a fancier layout. Use the -a toc -a
1783
+ [148]tpl User Guide for a fancier layout. Use the -a toc -a
1555
1784
  numbered command-line options to produce a number table of
1556
1785
  contents.
1557
- * A [115]music filter is included in the distribution ./filters/
1558
- directory. It translates music in [116]LilyPond or [117]ABC
1786
+ * A [149]music filter is included in the distribution ./filters/
1787
+ directory. It translates music in [150]LilyPond or [151]ABC
1559
1788
  notation to standard classical notation in the form of a trimmed
1560
1789
  PNG image which is inserted into the AsciiDoc output document.
1561
1790
  * Incorporated Paul Melis’s Win32 filter patch. This workaround
@@ -1586,7 +1815,7 @@
1586
1815
  is extracted from the input file name.
1587
1816
  __________________________________________________________________
1588
1817
 
1589
- 31. Version 8.0.0 (2006-08-27)
1818
+ 33. Version 8.0.0 (2006-08-27)
1590
1819
 
1591
1820
  This is a major release because changes to quoting and index entry
1592
1821
  handling may break existing documents (see Additions and changes below
@@ -1594,7 +1823,7 @@
1594
1823
 
1595
1824
  Please report any problems you encounter.
1596
1825
 
1597
- [118]Stuart Rackham
1826
+ [152]Stuart Rackham
1598
1827
 
1599
1828
  Additions and changes
1600
1829
  * Quoting can can occur within words (based on patch submitted by
@@ -1628,7 +1857,7 @@
1628
1857
  * Experimental rows attribute (number of source lines in table)
1629
1858
  available in table markup templates (used by experimental LaTeX
1630
1859
  backend).
1631
- * Included install shell script written by [119]Jacob Mandelson for
1860
+ * Included install shell script written by [153]Jacob Mandelson for
1632
1861
  installing the tarball distribution.
1633
1862
  * Added INSTALL documentation file.
1634
1863
  * Added replacements2 substitution options — a second replacements
@@ -1652,7 +1881,7 @@
1652
1881
  command-line attributes have precedence over document and
1653
1882
  configuration file attributes).
1654
1883
  * localtime attribute is now encoded from the native system encoding
1655
- to the output encoding. Patch submitted by [120]FKtPp — here’s his
1884
+ to the output encoding. Patch submitted by [154]FKtPp — here’s his
1656
1885
  description of the problem:
1657
1886
  “I am a Chinese user of AsciiDoc and I find that when I use UTF-8
1658
1887
  (the default encoding) to write asciidoc documents in Windows
@@ -1660,7 +1889,7 @@
1660
1889
  caused by a localized tzname that was always encoded in the windows
1661
1890
  native encoding, which in my case is cp936.”
1662
1891
  * a2x(1) can generate Open Document Text files using
1663
- [121]docbook2odf. Currently docbook2odf(1) only processes a subset
1892
+ [155]docbook2odf. Currently docbook2odf(1) only processes a subset
1664
1893
  of DocBook, unimplemented elements are skipped.
1665
1894
  * The a2x(1) format option defaults to xhtml (previously a format had
1666
1895
  to be specified explicitly).
@@ -1687,12 +1916,12 @@
1687
1916
  output file was missing or older than the source file.
1688
1917
  __________________________________________________________________
1689
1918
 
1690
- 32. Version 7.1.2 (2006-03-07)
1919
+ 34. Version 7.1.2 (2006-03-07)
1691
1920
 
1692
1921
  Additions and changes
1693
- * Support for [122]ASCIIMathML has been added. See Appendix I:
1922
+ * Support for [156]ASCIIMathML has been added. See Appendix I:
1694
1923
  ASCIIMathML Support in the User Guide and the examples at
1695
- [123]http://www.methods.co.nz/asciidoc/asciimath.html.
1924
+ [157]http://www.methods.co.nz/asciidoc/asciimath.html.
1696
1925
  * You can now prefix quoted text with inline attributes lists. You
1697
1926
  can use this to set font size and color (XHTML and HTML outputs).
1698
1927
  * Added ##...## quoting — it does nothing — it’s purpose is to allow
@@ -1702,18 +1931,18 @@
1702
1931
  this is to allows the inclusion of configuration lines that start
1703
1932
  with a hash character.
1704
1933
  * The scriptsdir attribute can be used to specify the name of the
1705
- directory containing linked JavaScripts (see the [124]User Guide
1934
+ directory containing linked JavaScripts (see the [158]User Guide
1706
1935
  for details.
1707
1936
  * The BackendBlock has been renamed PassthroughBlock for consistency
1708
1937
  with the new inline passthrough naming.
1709
1938
  * a2x(1) now works with the older bash(1) version 2.05b. Patch
1710
- submitted by [125]Francis Daly.
1939
+ submitted by [159]Francis Daly.
1711
1940
  * Content included by the include1::[] system macro is no longer
1712
1941
  subject to attribute substitution so that ambiguities no longer
1713
1942
  arise when used to include CSS or JavaScript files.
1714
1943
  __________________________________________________________________
1715
1944
 
1716
- 33. Version 7.1.1 (2006-02-24)
1945
+ 35. Version 7.1.1 (2006-02-24)
1717
1946
 
1718
1947
  Additions and changes
1719
1948
  * The caption attribute can be used to customize admonition captions
@@ -1739,7 +1968,7 @@
1739
1968
  attribute).
1740
1969
  __________________________________________________________________
1741
1970
 
1742
- 34. Version 7.1.0 (2006-01-13)
1971
+ 36. Version 7.1.0 (2006-01-13)
1743
1972
 
1744
1973
  Additions and changes
1745
1974
  * a2x(1) toolchain wrapper utility. This overcomes the biggest hurdle
@@ -1780,7 +2009,7 @@
1780
2009
  ./examples/website/build-website.sh script.
1781
2010
  __________________________________________________________________
1782
2011
 
1783
- 35. Version 7.0.4 (2005-12-08)
2012
+ 37. Version 7.0.4 (2005-12-08)
1784
2013
 
1785
2014
  Additions and changes
1786
2015
  * Added ternary conditional attributes
@@ -1809,16 +2038,16 @@
1809
2038
  Guide.
1810
2039
  __________________________________________________________________
1811
2040
 
1812
- 36. Version 7.0.3 (2005-12-01)
2041
+ 38. Version 7.0.3 (2005-12-01)
1813
2042
 
1814
2043
  Additions and changes
1815
2044
  * Added --safe and --unsafe command-line options — AsciiDoc can now
1816
2045
  be executed in a safe mode which disallows the execution of
1817
2046
  arbitrary code or the inclusion of arbitrary files (see
1818
- [126]Appendix C in the AsciiDoc User Guide).
1819
- * Included [127]source-highlight filter in the distribution
2047
+ [160]Appendix C in the AsciiDoc User Guide).
2048
+ * Included [161]source-highlight filter in the distribution
1820
2049
  ./examples/source-highlight-filter/ directory (based on filter
1821
- submitted by [128]Ryan Phillips).
2050
+ submitted by [162]Ryan Phillips).
1822
2051
  * Included the DocBook XSL Stylesheets 1.69.1 customizations used to
1823
2052
  generate the distributed AsciiDoc documentation (read the
1824
2053
  asciidoc-docbook-xsl.txt file in the distribution ./docbook-xsl/
@@ -1833,7 +2062,7 @@
1833
2062
  because default border styles vary from browser to browser.
1834
2063
  __________________________________________________________________
1835
2064
 
1836
- 37. Version 7.0.2 (2005-08-28)
2065
+ 39. Version 7.0.2 (2005-08-28)
1837
2066
 
1838
2067
  Additions and changes
1839
2068
  * There are now long versions of all AsciiDoc options.
@@ -1849,7 +2078,7 @@
1849
2078
  * Documentation errata.
1850
2079
  __________________________________________________________________
1851
2080
 
1852
- 38. Version 7.0.1 (2005-06-24)
2081
+ 40. Version 7.0.1 (2005-06-24)
1853
2082
 
1854
2083
  Additions and changes
1855
2084
  * Reverted to use of strong, em, tt XHTML tags — they’re more obvious
@@ -1880,29 +2109,29 @@
1880
2109
  Guide has been dropped — it generated invalid DocBook markup.
1881
2110
  __________________________________________________________________
1882
2111
 
1883
- 39. Version 7.0.0 (2005-06-06)
2112
+ 41. Version 7.0.0 (2005-06-06)
1884
2113
 
1885
2114
  This is a major release with many code and documentation changes.
1886
2115
  Please report any problems you encounter.
1887
2116
 
1888
- [129]Stuart Rackham
2117
+ [163]Stuart Rackham
1889
2118
 
1890
2119
  Additions and changes
1891
2120
  * A new xhtml11 backend generates XHTML 1.1 with integrated CSS2
1892
2121
  replacing the previous xhtml, css, and css-embedded backends.
1893
2122
  * The CSS stylesheets have finally been rewritten.
1894
- * The asciidoc(1) command help now includes user [130]customizable
2123
+ * The asciidoc(1) command help now includes user [164]customizable
1895
2124
  help topics. When asciidoc is invoked with the --help option the
1896
2125
  command argument is interpreted as a help topic.
1897
2126
  * The previous example website has been replaced by the actual
1898
2127
  AsciiDoc website (see ./examples/website/.
1899
2128
  * XHTML generation options now controlled by the following
1900
2129
  attributes: badges, linkcss, icons, numbered, quirks, theme,
1901
- stylesdir, imagesdir (see the [131]User Guide for details.
2130
+ stylesdir, imagesdir (see the [165]User Guide for details.
1902
2131
  * By default HTML and XHTML are output as stand-alone documents (no
1903
2132
  embedded CSS and no linked admonition icon images).
1904
2133
  * Documents encoded with the UTF-8 Unicode character set are now
1905
- processed thanks to a patch supplied by [132]Viktor Vasilev.
2134
+ processed thanks to a patch supplied by [166]Viktor Vasilev.
1906
2135
  * The -a ^name command-line syntax to undefine an attribute has been
1907
2136
  deprecated in favor of the -a name! syntax.
1908
2137
  * AttributeEntry syntax addition: :name!: to undefine name attribute.
@@ -1931,7 +2160,7 @@
1931
2160
  * The section-numbers section numbering attribute has be renamed
1932
2161
  numbered.
1933
2162
  * Dropped the #UNDER CONSTRUCTION# block macro.
1934
- * Rewrote Paragraph and DelimitedBlock handlers adding a [133]styles
2163
+ * Rewrote Paragraph and DelimitedBlock handlers adding a [167]styles
1935
2164
  configuration entry.
1936
2165
 
1937
2166
  Bug fixes
@@ -1939,12 +2168,12 @@
1939
2168
  content.
1940
2169
  * Manpage command names containing dashes (in the manpage NAME
1941
2170
  section) were misinterpreted as the spaced dash command
1942
- name/purpose separator. Bug report and patch supplied by [134]David
2171
+ name/purpose separator. Bug report and patch supplied by [168]David
1943
2172
  Greaves.
1944
2173
  * Unexpected error following malformed author line error.
1945
2174
  __________________________________________________________________
1946
2175
 
1947
- 40. Version 6.0.3 (2005-04-20)
2176
+ 42. Version 6.0.3 (2005-04-20)
1948
2177
 
1949
2178
  Additions and changes
1950
2179
  * Special characters are now substituted in AttributeEntry element
@@ -1972,7 +2201,7 @@
1972
2201
  exceptions to occur.
1973
2202
  __________________________________________________________________
1974
2203
 
1975
- 41. Version 6.0.2 (2005-03-30)
2204
+ 43. Version 6.0.2 (2005-03-30)
1976
2205
 
1977
2206
  Additions and changes
1978
2207
  * Three new system block macros have been added — eval, sys and sys2
@@ -1988,14 +2217,14 @@
1988
2217
  * Asciidoc now searches in /etc/asciidoc/filters for filters.
1989
2218
  __________________________________________________________________
1990
2219
 
1991
- 42. Version 6.0.1 (2005-03-06)
2220
+ 44. Version 6.0.1 (2005-03-06)
1992
2221
 
1993
2222
  Additions and changes
1994
2223
  * A global configuration file location /etc/asciidoc has been added
1995
2224
  and is now processed before all other locations (patch supplied by
1996
- [135]Fredrik Steen).
2225
+ [169]Fredrik Steen).
1997
2226
  * Recoded tempfile.mktemp() and other artifacts that are no longer
1998
- necessary or desirable (patches supplied by [136]Fredrik Steen).
2227
+ necessary or desirable (patches supplied by [170]Fredrik Steen).
1999
2228
  * Added BUGS file to the distribution.
2000
2229
 
2001
2230
  Bug fixes
@@ -2003,12 +2232,12 @@
2003
2232
  illegal CSS in files generated by the css-embedded backend.
2004
2233
  __________________________________________________________________
2005
2234
 
2006
- 43. Version 6.0.0 (2005-01-28)
2235
+ 45. Version 6.0.0 (2005-01-28)
2007
2236
 
2008
2237
  This release has had some fairly major code and documentation changes.
2009
2238
  Please report any problems you encounter.
2010
2239
 
2011
- [137]Stuart Rackham
2240
+ [171]Stuart Rackham
2012
2241
 
2013
2242
  A lot of new stuff. A new major version number — some regression
2014
2243
  incompatibility (hopefully mitigated by deprecated warnings).
@@ -2067,7 +2296,7 @@
2067
2296
  class names have also been changed which could result in backward
2068
2297
  incompatibility in customized stylesheets.
2069
2298
  * Swapped plain DocBook admonition icons for Jimmac’s DocBook icons
2070
- ([138]http://jimmac.musichall.cz/ikony.php3). The original plain
2299
+ ([172]http://jimmac.musichall.cz/ikony.php3). The original plain
2071
2300
  icons have been moved to ./images/plain.
2072
2301
  * Renamed html backend to xhtml to better reflect it’s function
2073
2302
  (former html-4 backend renamed to html).
@@ -2099,7 +2328,7 @@
2099
2328
  now indents text correctly.
2100
2329
  __________________________________________________________________
2101
2330
 
2102
- 44. Version 5.1.1 (2004-10-10)
2331
+ 46. Version 5.1.1 (2004-10-10)
2103
2332
 
2104
2333
  15-December-2004: Interim update: Updated asciidoc.py to fix broken
2105
2334
  join_lines function — no other changes.
@@ -2122,7 +2351,7 @@
2122
2351
  when generating css output.
2123
2352
  __________________________________________________________________
2124
2353
 
2125
- 45. Version 5.1.0 (2004-09-18)
2354
+ 47. Version 5.1.0 (2004-09-18)
2126
2355
 
2127
2356
  * Callouts have been implemented (see the Callouts section of the
2128
2357
  AsciiDoc User Guide for details).
@@ -2139,7 +2368,7 @@
2139
2368
  polishing.
2140
2369
  __________________________________________________________________
2141
2370
 
2142
- 46. Version 5.0.9 (2004-09-09)
2371
+ 48. Version 5.0.9 (2004-09-09)
2143
2372
 
2144
2373
  * The convention of using a .asc file extension for AsciiDoc files
2145
2374
  has been dropped in favor of the familiar .txt extension. It makes
@@ -2183,7 +2412,7 @@
2183
2412
  * Documentation additions and corrections.
2184
2413
  __________________________________________________________________
2185
2414
 
2186
- 47. Version 5.0.8 (2004-05-15)
2415
+ 49. Version 5.0.8 (2004-05-15)
2187
2416
 
2188
2417
  * Spurious out of sequence level 2 warnings no longer appear when
2189
2418
  processing book document multi-part book top level Preface and
@@ -2201,7 +2430,7 @@
2201
2430
  compliance). Lessened sidebar title top margin.
2202
2431
  __________________________________________________________________
2203
2432
 
2204
- 48. Version 5.0.7 (2004-04-22)
2433
+ 50. Version 5.0.7 (2004-04-22)
2205
2434
 
2206
2435
  * The version 5.0.6 README incorrectly stated that AsciiDoc would run
2207
2436
  under Python 2.0, in fact it requires Python 2.1 or better. The
@@ -2222,7 +2451,7 @@
2222
2451
  with with white space.
2223
2452
  __________________________________________________________________
2224
2453
 
2225
- 49. Version 5.0.6 (2004-03-07)
2454
+ 51. Version 5.0.6 (2004-03-07)
2226
2455
 
2227
2456
  * New image macro implements optional image scaling and linking and
2228
2457
  works in both inline and block contexts. The image macro obsolesces
@@ -2258,7 +2487,7 @@
2258
2487
  * Documentation tidy ups.
2259
2488
  __________________________________________________________________
2260
2489
 
2261
- 50. Version 5.0.5 (2004-02-25)
2490
+ 52. Version 5.0.5 (2004-02-25)
2262
2491
 
2263
2492
  * Fixed the disappearing paragraph titles problem that was caused by
2264
2493
  Inline macros (incorrectly) processing BlockTitles.
@@ -2267,7 +2496,7 @@
2267
2496
  invalid output markup.
2268
2497
  __________________________________________________________________
2269
2498
 
2270
- 51. Version 5.0.4 (2004-02-09)
2499
+ 53. Version 5.0.4 (2004-02-09)
2271
2500
 
2272
2501
  * Reinstated missing infile, outfile, filetype and
2273
2502
  filetype-<filetype> glossary entries.
@@ -2275,7 +2504,7 @@
2275
2504
  this has now been documented.
2276
2505
  __________________________________________________________________
2277
2506
 
2278
- 52. Version 5.0.3 (2004-01-23)
2507
+ 54. Version 5.0.3 (2004-01-23)
2279
2508
 
2280
2509
  * Fixed problem that caused any filters directory file containing
2281
2510
  .conf (not just those with the .conf extension) from being loaded.
@@ -2292,7 +2521,7 @@
2292
2521
  from configuration file substitution sections.
2293
2522
  __________________________________________________________________
2294
2523
 
2295
- 53. Version 5.0.2 (2003-12-18)
2524
+ 55. Version 5.0.2 (2003-12-18)
2296
2525
 
2297
2526
  * New (alternative) anchor and xref macro syntax (old syntax still
2298
2527
  valid).
@@ -2306,17 +2535,17 @@
2306
2535
  * Documentation updates and corrections.
2307
2536
  __________________________________________________________________
2308
2537
 
2309
- 54. Version 5.0.1 (2003-12-09)
2538
+ 56. Version 5.0.1 (2003-12-09)
2310
2539
 
2311
2540
  * Fixed problem with anchor tag when generating CSS styled HTML.
2312
2541
  __________________________________________________________________
2313
2542
 
2314
- 55. Version 5.0 (2003-12-08)
2543
+ 57. Version 5.0 (2003-12-08)
2315
2544
 
2316
2545
  This release has had some fairly major code and documentation changes.
2317
2546
  Please report any problems you encounter.
2318
2547
 
2319
- [139]Stuart Rackham
2548
+ [173]Stuart Rackham
2320
2549
 
2321
2550
  * AsciiDoc can now produce a full-blown multi-part DocBook book
2322
2551
  including dedication, abstract, preface, colophon, glossary,
@@ -2366,7 +2595,7 @@
2366
2595
  .docbook to .xml (.sgml for the docbook-sgml backend).
2367
2596
  __________________________________________________________________
2368
2597
 
2369
- 56. Version 4.2 (2003-11-26)
2598
+ 58. Version 4.2 (2003-11-26)
2370
2599
 
2371
2600
  * The default HTML output is now XHTML 1.0 markup. To output the
2372
2601
  former HTML 4 markup specify the html-4 backend.
@@ -2394,7 +2623,7 @@
2394
2623
  arguments.
2395
2624
  __________________________________________________________________
2396
2625
 
2397
- 57. Version 4.1 (2003-11-13)
2626
+ 59. Version 4.1 (2003-11-13)
2398
2627
 
2399
2628
  * Added DSV (Delimiter Separated Values) tables format.
2400
2629
  * {eval:<expr>} glossary references drop the containing line if
@@ -2418,7 +2647,7 @@
2418
2647
  {x] was defined and {y} was not.
2419
2648
  __________________________________________________________________
2420
2649
 
2421
- 58. Version 4.0 (2003-11-08)
2650
+ 60. Version 4.0 (2003-11-08)
2422
2651
 
2423
2652
  This release has had some fairly major code and documentation changes.
2424
2653
  Please report any problems you encounter.
@@ -2466,7 +2695,7 @@
2466
2695
  * Many documentation changes/additions/corrections.
2467
2696
  __________________________________________________________________
2468
2697
 
2469
- 59. Version 3.2.2 (2003-10-26)
2698
+ 61. Version 3.2.2 (2003-10-26)
2470
2699
 
2471
2700
  * Added -n option (synonym for -g section-numbers).
2472
2701
  * Dropped the processing commentary (hey, this is Unix).
@@ -2499,7 +2728,7 @@
2499
2728
  * Documentation changes/additions/corrections.
2500
2729
  __________________________________________________________________
2501
2730
 
2502
- 60. Version 3.2 (2003-05-26)
2731
+ 62. Version 3.2 (2003-05-26)
2503
2732
 
2504
2733
  * Added a -s command-line option to suppress the output of [header]
2505
2734
  and [footer] sections.
@@ -2529,7 +2758,7 @@
2529
2758
  * Internal code tidy up.
2530
2759
  __________________________________________________________________
2531
2760
 
2532
- 61. Version 3.1 (2003-05-18)
2761
+ 63. Version 3.1 (2003-05-18)
2533
2762
 
2534
2763
  * In version 3.0 a [macros] section entry of the form name was
2535
2764
  equivalent to name=. An entry of the form name now undefines the
@@ -2559,7 +2788,7 @@
2559
2788
  option).
2560
2789
  __________________________________________________________________
2561
2790
 
2562
- 62. Version 3.0 (2003-05-13)
2791
+ 64. Version 3.0 (2003-05-13)
2563
2792
 
2564
2793
  This version is the culmination of work begun in the 2.x releases
2565
2794
  whereby fixed policy has been replaced by extensible mechanisms.
@@ -2595,7 +2824,7 @@
2595
2824
  configuration files.
2596
2825
  __________________________________________________________________
2597
2826
 
2598
- 63. Version 2.2 (2003-04-07)
2827
+ 65. Version 2.2 (2003-04-07)
2599
2828
 
2600
2829
  * The master.conf configuration file name has been deprecated in
2601
2830
  favor of asciidoc.conf.
@@ -2637,7 +2866,7 @@
2637
2866
  CustomBlocks or Substitutions instead.
2638
2867
  __________________________________________________________________
2639
2868
 
2640
- 64. Version 2.1 (2003-03-17)
2869
+ 66. Version 2.1 (2003-03-17)
2641
2870
 
2642
2871
  * Added section auto numbering {sectnum} glossary entry
2643
2872
  (auto-numbering function contributed by Ludovico Magnocavallo).
@@ -2666,7 +2895,7 @@
2666
2895
  {asciidoc-version} (to it consistent with other entries).
2667
2896
  __________________________________________________________________
2668
2897
 
2669
- 65. Version 2.0 (2003-02-24)
2898
+ 67. Version 2.0 (2003-02-24)
2670
2899
 
2671
2900
  * The emphasized, strong and monospaced words options have been
2672
2901
  generalized with the introduction of macro based special words
@@ -2720,14 +2949,14 @@
2720
2949
  * Added author and author-mail meta tags to HTML configuration files.
2721
2950
  __________________________________________________________________
2722
2951
 
2723
- 66. Version 1.5 (2003-01-08)
2952
+ 68. Version 1.5 (2003-01-08)
2724
2953
 
2725
2954
  * Implemented sidebar document elements.
2726
2955
  * Explicit checks for user specified configuration files and input
2727
2956
  file (rather than throwing exception).
2728
2957
  __________________________________________________________________
2729
2958
 
2730
- 67. Version 1.4 (2003-01-04)
2959
+ 69. Version 1.4 (2003-01-04)
2731
2960
 
2732
2961
  * New configuration file options emphasizedwords and strongwords.
2733
2962
  These allow the definition of words that will always be emphasized
@@ -2747,7 +2976,7 @@
2747
2976
  * More documentation additions and tidy ups.
2748
2977
  __________________________________________________________________
2749
2978
 
2750
- 68. Version 1.3 (2003-01-01)
2979
+ 70. Version 1.3 (2003-01-01)
2751
2980
 
2752
2981
  * A new strong text formatting convention has been implemented: Word
2753
2982
  phrases enclosed in pairs of single quote characters (acute
@@ -2776,7 +3005,7 @@
2776
3005
  * Code, configuration file and documentation tidy ups.
2777
3006
  __________________________________________________________________
2778
3007
 
2779
- 69. Version 1.2 (2002-12-28)
3008
+ 71. Version 1.2 (2002-12-28)
2780
3009
 
2781
3010
  * Implemented include URL to allow file inclusion.
2782
3011
  * fileextension configuration file [option] renamed to more sensible
@@ -2791,7 +3020,7 @@
2791
3020
  * Bug fixes.
2792
3021
  __________________________________________________________________
2793
3022
 
2794
- 70. Version 1.1 (2002-12-03)
3023
+ 72. Version 1.1 (2002-12-03)
2795
3024
 
2796
3025
  * Added css (cascading style sheets) backend
2797
3026
  * Implemented IndentedBlock document element.
@@ -2808,156 +3037,190 @@
2808
3037
  * Fixed error that occurred when == title underline was used.
2809
3038
  __________________________________________________________________
2810
3039
 
2811
- 71. Version 1.0 (2002-11-25)
3040
+ 73. Version 1.0 (2002-11-25)
2812
3041
 
2813
3042
  First AsciiDoc public release along with AsciiDoc web site
2814
- ([140]http://www.methods.co.nz/asciidoc/) and SourceForge.net project
2815
- registration ([141]https://sourceforge.net/projects/asciidoc/).
3043
+ ([174]http://www.methods.co.nz/asciidoc/) and SourceForge.net project
3044
+ registration ([175]https://sourceforge.net/projects/asciidoc/).
2816
3045
  __________________________________________________________________
2817
3046
 
2818
- Version 8.6.5
2819
- Last updated 2011-05-19 12:14:31 NZST
3047
+ Version 8.6.7
3048
+ Last updated 2012-03-16 16:49:19 NZDT
2820
3049
 
2821
3050
  References
2822
3051
 
2823
- 1. http://flask.pocoo.org/docs/
2824
- 2. http://groups.google.com/group/asciidoc/browse_thread/thread/9da9d48a6461ff14
2825
- 3. http://groups.google.com/group/asciidoc/browse_thread/thread/5c792cbb395b753b
2826
- 4. http://groups.google.com/group/asciidoc/browse_thread/thread/e2100b7cb29283ce
2827
- 5. http://groups.google.com/group/asciidoc/browse_thread/thread/c5e30ee5555877f5
2828
- 6. http://groups.google.com/group/asciidoc/browse_thread/thread/baf3218551d05a05
2829
- 7. http://groups.google.com/group/asciidoc/browse_thread/thread/5a7fe64fbfd65ad
2830
- 8. http://groups.google.com/group/asciidoc/browse_thread/thread/5620ba634fdb030a
2831
- 9. http://groups.google.com/group/asciidoc/browse_thread/thread/f969b9ce987d7f5d
2832
- 10. http://groups.google.com/group/asciidoc/browse_thread/thread/cd0f47495fd04181
2833
- 11. http://code.google.com/p/asciidoc/issues/detail?id=6&q=label%3APriority-Medium
2834
- 12. http://sourceforge.net/tracker/?func=detail&atid=373747&aid=2854075&group_id=21935
2835
- 13. http://groups.google.com/group/asciidoc/browse_thread/thread/b24cc3362f35b801
2836
- 14. http://www.methods.co.nz/asciidoc/userguide.html#X96
2837
- 15. http://groups.google.com/group/asciidoc/browse_thread/thread/77f28b0dfe60d262
2838
- 16. http://www.methods.co.nz/asciidoc/manpage.html
2839
- 17. http://groups.google.com/group/asciidoc/browse_thread/thread/40c64cd33ee1905c
2840
- 18. http://groups.google.com/group/asciidoc/browse_thread/thread/e15282f072413940
2841
- 19. http://groups.google.com/group/asciidoc/browse_thread/thread/5ac8e8ea895147e9
2842
- 20. http://groups.google.com/group/asciidoc/browse_thread/thread/e15282f072413940
2843
- 21. http://groups.google.com/group/asciidoc/browse_thread/thread/e15282f072413940
2844
- 22. http://groups.google.com/group/asciidoc/browse_thread/thread/b11066a828ab45b9
2845
- 23. http://groups.google.com/group/asciidoc/browse_thread/thread/a1dd0562dee8b939
2846
- 24. http://groups.google.com/group/asciidoc/browse_thread/thread/f44615dca0b834e9
2847
- 25. http://groups.google.com/group/asciidoc/browse_thread/thread/1b3f88f1f8118ab3
2848
- 26. http://groups.google.com/group/asciidoc/browse_thread/thread/c21c2902c29bae64
2849
- 27. http://groups.google.com/group/asciidoc/browse_thread/thread/f510ea82a88aaee8
2850
- 28. http://groups.google.com/group/asciidoc/browse_thread/thread/42b63ce90c2563b8
2851
- 29. http://groups.google.com/group/asciidoc/browse_thread/thread/42b63ce90c2563b8
2852
- 30. http://bugs.python.org/issue3932
2853
- 31. http://groups.google.com/group/asciidoc/browse_thread/thread/dedc961b23e9ac56
2854
- 32. https://phillordbio-asciidoc-fixes.googlecode.com/hg/
2855
- 33. http://groups.google.com/group/asciidoc/browse_thread/thread/c14a4c3b1e4f6dc5
2856
- 34. http://groups.google.com/group/asciidoc/browse_thread/thread/c948697943432e24
2857
- 35. http://groups.google.com/group/asciidoc/browse_thread/thread/1c415fc4540ce5e5
2858
- 36. http://groups.google.com/group/asciidoc/browse_thread/thread/8712a95e95a292a7
2859
- 37. http://groups.google.com/group/asciidoc/browse_thread/thread/c4427a3902d130a8
2860
- 38. http://groups.google.com/group/asciidoc/browse_thread/thread/59a610068e4acb58
2861
- 39. http://groups.google.com/group/asciidoc/browse_thread/thread/b22603bfb879418c
2862
- 40. http://groups.google.com/group/asciidoc/browse_thread/thread/1c02d27d49221aa2
2863
- 41. http://groups.google.com/group/asciidoc/browse_thread/thread/5f3e825c74ed30c
2864
- 42. http://pygments.org/
2865
- 43. http://groups.google.com/group/asciidoc/browse_thread/thread/d8d042f5a3021369/8934ebbb8cb7144b
2866
- 44. http://groups.google.com/group/asciidoc/browse_frm/thread/319e5cd94493e330/3fcb83fab067af42
2867
- 45. http://groups.google.com/group/asciidoc/browse_frm/thread/fe9b33d8f5f1e0af
2868
- 46. http://groups.google.com/group/asciidoc/browse_frm/thread/8eda3ea812968854
2869
- 47. http://groups.google.com/group/asciidoc/browse_frm/thread/7174cb7598993c72
2870
- 48. http://groups.google.com/group/asciidoc/browse_frm/thread/66e7b59d12cd2f91
2871
- 49. http://groups.google.com/group/asciidoc/browse_frm/thread/7174cb7598993c72
2872
- 50. http://groups.google.com/group/asciidoc/browse_frm/thread/7174cb7598993c72
2873
- 51. http://groups.google.com/group/asciidoc/browse_frm/thread/219c86ae25b79a21
2874
- 52. http://groups.google.com/group/asciidoc/browse_frm/thread/af652507caf6cec9
2875
- 53. http://groups.google.com/group/asciidoc/browse_frm/thread/3f96900f7fbf5620
2876
- 54. http://groups.google.com/group/asciidoc/browse_frm/thread/7174cb7598993c72
2877
- 55. http://groups.google.com/group/asciidoc/browse_frm/thread/2ff802547b6a75ea
2878
- 56. http://groups.google.com/group/asciidoc/browse_thread/thread/14e8fcb289a135b
2879
- 57. http://groups.google.com/group/asciidoc/browse_thread/thread/faa36e9e5c7da019/d24cab3fe363e58d
2880
- 58. http://groups.google.com/group/asciidoc/browse_frm/thread/ac4b9bfa2116db28
2881
- 59. http://groups.google.com/group/asciidoc/browse_frm/thread/c17abd175778f5ea
2882
- 60. http://groups.google.com/group/asciidoc/browse_frm/thread/c17abd175778f5ea
2883
- 61. http://groups.google.com/group/asciidoc/browse_frm/thread/1b6b66adb24e710
2884
- 62. http://groups.google.com/group/asciidoc/browse_frm/thread/a23fea28394c8ca9
2885
- 63. http://groups.google.com/group/asciidoc/browse_frm/thread/50b28f6941de111a
2886
- 64. http://groups.google.com/group/asciidoc/browse_frm/thread/dfe5204d5b2c9685
2887
- 65. http://groups.google.com/group/asciidoc/browse_frm/thread/f0b6f9989f828c3
2888
- 66. http://groups.google.com/group/asciidoc/browse_frm/thread/14aefc1cb6bd85f5
2889
- 67. http://groups.google.com/group/asciidoc/browse_frm/thread/cb8b7694bbc82a6
2890
- 68. http://groups.google.com/group/asciidoc/browse_frm/thread/cb8b7694bbc82a6
2891
- 69. http://groups.google.com/group/asciidoc/browse_frm/thread/4b0f364b477ec165
2892
- 70. http://groups.google.com/group/asciidoc/browse_frm/thread/e5e61823ff4203cd
2893
- 71. http://groups.google.com/group/asciidoc/browse_frm/thread/2aa3e5711d243045
2894
- 72. http://groups.google.com/group/asciidoc/browse_frm/thread/5215c99dcc865e7d
2895
- 73. http://hg.sharesource.org/asciidoc/diff/55a5999bfd04/xhtml11.conf
2896
- 74. http://groups.google.com/group/asciidoc/browse_frm/thread/b276a927fdc87995
2897
- 75. http://groups.google.com/group/asciidoc/browse_frm/thread/f4df7c9eec01a9bd
2898
- 76. http://groups.google.com/group/asciidoc/browse_frm/thread/f4df7c9eec01a9bd
2899
- 77. http://groups.google.com/group/asciidoc/browse_frm/thread/d29924043e21cb6a
2900
- 78. http://groups.google.com/group/asciidoc/browse_frm/thread/74d9a542b79ccd50
2901
- 79. http://groups.google.com/group/asciidoc/browse_frm/thread/ea3a8ea399ae5d2a
2902
- 80. http://groups.google.com/group/asciidoc/browse_frm/thread/69b3183fdab7c6a5
2903
- 81. http://groups.google.com/group/asciidoc/browse_frm/thread/a254cf949ea7c6c5
2904
- 82. http://groups.google.com/group/asciidoc/browse_frm/thread/e1dcb7ee0efc17b5
2905
- 83. http://groups.google.com/group/asciidoc/browse_frm/thread/69b3183fdab7c6a5
2906
- 84. http://groups.google.com/group/asciidoc/browse_frm/thread/1badad21ff9447ac
2907
- 85. http://groups.google.com/group/asciidoc/browse_frm/thread/a42db6bc54c2c537
2908
- 86. http://groups.google.com/group/asciidoc/browse_frm/thread/b9c63be67dd1d11c
2909
- 87. http://groups.google.com/group/asciidoc/browse_frm/thread/1269dc2feb1a482c
2910
- 88. http://groups.google.com/group/asciidoc/browse_frm/thread/36ff073c79cbc20a
2911
- 89. http://www.methods.co.nz/asciidoc/userguide.html#X89
2912
- 90. http://groups.google.com/group/asciidoc/browse_thread/thread/62278a054188a038
2913
- 91. http://groups.google.com/group/asciidoc/browse_thread/thread/4bdcdfb0af773e2
2914
- 92. http://groups.google.com/group/asciidoc/browse_thread/thread/c93bb4db025225d8
2915
- 93. http://groups.google.com/group/asciidoc/browse_thread/thread/1d796a9c9ddb2855
2916
- 94. http://groups.google.com/group/asciidoc/browse_thread/thread/6d8c716748b109e3
2917
- 95. http://groups.google.com/group/asciidoc/browse_thread/thread/fd27add515597c06
2918
- 96. http://www.methods.co.nz/asciidoc/testasciidoc.html
2919
- 97. http://www.methods.co.nz/asciidoc/asciidocapi.html
2920
- 98. file://localhost/tmp/lynxXXXX9DvHNC/L3892-3814TMP.html#X2
2921
- 99. http://www.methods.co.nz/asciidoc/INSTALL.html
2922
- 100. http://www.methods.co.nz/asciidoc/newtables.html
2923
- 101. http://www.methods.co.nz/asciidoc/newlists.html
2924
- 102. http://www.methods.co.nz/asciidoc/userguide.html#X77
2925
- 103. http://www.methods.co.nz/asciidoc/userguide.html#X76
2926
- 104. http://www.methods.co.nz/asciidoc/latexmath.pdf
2927
- 105. http://www.methods.co.nz/asciidoc/asciimathml.html
2928
- 106. http://www.methods.co.nz/asciidoc/latexmathml.html
2929
- 107. http://www.methods.co.nz/asciidoc/source-highlight-filter.html
2930
- 108. https://sharesource.org/hg/asciidoc/
2931
- 109. http://en.wikipedia.org/wiki/Data:_URI_scheme
2932
- 110. http://www.methods.co.nz/asciidoc/faq.html
2933
- 111. http://www.maths.nottingham.ac.uk/personal/drw/lm.html
2934
- 112. http://www.methods.co.nz/asciidoc/asciimathml.html
2935
- 113. http://www.methods.co.nz/asciidoc/index.html
2936
- 114. http://tpl.sourceforge.net/userguide.html
2937
- 115. http://www.methods.co.nz/asciidoc/music-filter.html
2938
- 116. http://lilypond.org/
2939
- 117. http://abcnotation.org.uk/
2940
- 118. mailto:srackham@gmail.com
2941
- 119. mailto:jlm@ofb.net
2942
- 120. mailto:m_pupil@yahoo.com.cn
2943
- 121. http://open.comsultia.com/docbook2odf/
2944
- 122. http://www1.chapman.edu/~jipsen/mathml/asciimath.html
2945
- 123. http://www.methods.co.nz/asciidoc/asciimath.html
2946
- 124. file://localhost/tmp/lynxXXXX9DvHNC/userguide.html#X33
2947
- 125. mailto:francis@daoine.org
2948
- 126. file://localhost/tmp/lynxXXXX9DvHNC/userguide.html#X39
2949
- 127. file://localhost/tmp/lynxXXXX9DvHNC/source-highlight-filter.html
2950
- 128. mailto:trolocsis@gmail.com
2951
- 129. mailto:srackham@gmail.com
2952
- 130. file://localhost/tmp/lynxXXXX9DvHNC/userguide.html#X36
2953
- 131. file://localhost/tmp/lynxXXXX9DvHNC/userguide.html#X33
2954
- 132. mailto:viktor@rbg.informatik.tu-darmstadt.de
2955
- 133. file://localhost/tmp/lynxXXXX9DvHNC/userguide.html#X23
2956
- 134. mailto:david@dgreaves.com
2957
- 135. mailto:stone@debian.org
2958
- 136. mailto:stone@debian.org
2959
- 137. mailto:srackham@gmail.com
2960
- 138. http://jimmac.musichall.cz/ikony.php3
2961
- 139. mailto:srackham@gmail.com
2962
- 140. http://www.methods.co.nz/asciidoc/
2963
- 141. https://sourceforge.net/projects/asciidoc/
3052
+ 1. http://groups.google.com/group/asciidoc/browse_thread/thread/a9762e21ec0cc244/5d3a4ebf20e6847e
3053
+ 2. http://groups.google.com/group/asciidoc/browse_thread/thread/843d7d3d671006fb/25628e14c829db3f
3054
+ 3. http://groups.google.com/group/asciidoc/browse_thread/thread/b8e93740b7cd0e1d/b5e0b83fe37ae31a
3055
+ 4. http://groups.google.com/group/asciidoc/browse_thread/thread/3d06b0105dfbb780/8c60eb7a62f522e4
3056
+ 5. http://groups.google.com/group/asciidoc/browse_thread/thread/33e99b78e2472122
3057
+ 6. http://groups.google.com/group/asciidoc/browse_thread/thread/8200e29815c40f72
3058
+ 7. http://groups.google.com/group/asciidoc/browse_thread/thread/849e5ea91f43adf2
3059
+ 8. http://groups.google.com/group/asciidoc/browse_thread/thread/e92a75abcc382701
3060
+ 9. http://groups.google.com/group/asciidoc/browse_thread/thread/58d0843ae4345afd
3061
+ 10. http://groups.google.com/group/asciidoc/browse_thread/thread/b0e69e393b6f9f20/47a2c7586f9e40c6?lnk=gst&q=themes+tarball#47a2c7586f9e40c6
3062
+ 11. http://groups.google.com/group/asciidoc/browse_thread/thread/b9d705c6b6b39f59/1e120483dafca109
3063
+ 12. http://groups.google.com/group/asciidoc/browse_thread/thread/103445ab9d95cb0c
3064
+ 13. http://code.google.com/p/asciidoc/issues/detail?id=9
3065
+ 14. http://groups.google.com/group/asciidoc/browse_thread/thread/4608b77ec289f6c4
3066
+ 15. http://groups.google.com/group/asciidoc/browse_thread/thread/14e8fcb289a135b/3af3b4e57b827c78?lnk=gst&q=archlinux#3af3b4e57b827c78
3067
+ 16. http://groups.google.com/group/asciidoc/browse_thread/thread/5e2e6f4dd740d51a
3068
+ 17. http://groups.google.com/group/asciidoc/browse_thread/thread/5e2e6f4dd740d51a
3069
+ 18. http://groups.google.com/group/asciidoc/browse_thread/thread/a839aa01db0765d2
3070
+ 19. http://groups.google.com/group/asciidoc/browse_thread/thread/734ac5afed736987
3071
+ 20. http://groups.google.com/group/asciidoc/browse_thread/thread/6436788a10561851
3072
+ 21. http://groups.google.com/group/asciidoc/browse_thread/thread/c9238380a1f2507a
3073
+ 22. http://groups.google.com/group/asciidoc/browse_thread/thread/ec8e8481eb0e27b0/d1c035092b5bb7a4?lnk=gst&q=caption+option#d1c035092b5bb7a4
3074
+ 23. http://groups.google.com/group/asciidoc/browse_thread/thread/3e177b84bc133ca9/659796dfadad30ea?lnk=gst&q=a2x+format#659796dfadad30ea
3075
+ 24. http://groups.google.com/group/asciidoc/browse_thread/thread/16d3fb9672a408e7
3076
+ 25. http://groups.google.com/group/asciidoc/browse_thread/thread/bacbf8aeb8ad6a3a
3077
+ 26. http://code.google.com/p/asciidoc/issues/detail?id=8
3078
+ 27. http://groups.google.com/group/asciidoc/browse_thread/thread/6436788a10561851
3079
+ 28. http://groups.google.com/group/asciidoc/browse_thread/thread/e8f3938bcb4c8bb4/44d13113a35738ef
3080
+ 29. http://groups.google.com/group/asciidoc/browse_thread/thread/c9238380a1f2507a/9afc4559d51e1dbd
3081
+ 30. http://groups.google.com/group/asciidoc/browse_thread/thread/8c111f1046b33691/158a944cf4d5ff0d?lnk=gst&q=latex+escapes#158a944cf4d5ff0d
3082
+ 31. http://groups.google.com/group/asciidoc/browse_thread/thread/eaf25f21d1da180a
3083
+ 32. http://flask.pocoo.org/docs/
3084
+ 33. file://localhost/tmp/lynxXXXX11f6Aw/article-html5-toc2.html
3085
+ 34. file://localhost/tmp/lynxXXXX11f6Aw/epub-notes.html
3086
+ 35. http://flask.pocoo.org/docs/
3087
+ 36. http://groups.google.com/group/asciidoc/browse_thread/thread/9da9d48a6461ff14
3088
+ 37. http://groups.google.com/group/asciidoc/browse_thread/thread/5c792cbb395b753b
3089
+ 38. http://groups.google.com/group/asciidoc/browse_thread/thread/e2100b7cb29283ce
3090
+ 39. http://groups.google.com/group/asciidoc/browse_thread/thread/c5e30ee5555877f5
3091
+ 40. http://groups.google.com/group/asciidoc/browse_thread/thread/baf3218551d05a05
3092
+ 41. http://groups.google.com/group/asciidoc/browse_thread/thread/5a7fe64fbfd65ad
3093
+ 42. http://groups.google.com/group/asciidoc/browse_thread/thread/5620ba634fdb030a
3094
+ 43. http://groups.google.com/group/asciidoc/browse_thread/thread/f969b9ce987d7f5d
3095
+ 44. http://groups.google.com/group/asciidoc/browse_thread/thread/cd0f47495fd04181
3096
+ 45. http://code.google.com/p/asciidoc/issues/detail?id=6&q=label%3APriority-Medium
3097
+ 46. http://sourceforge.net/tracker/?func=detail&atid=373747&aid=2854075&group_id=21935
3098
+ 47. http://groups.google.com/group/asciidoc/browse_thread/thread/b24cc3362f35b801
3099
+ 48. http://www.methods.co.nz/asciidoc/userguide.html#X96
3100
+ 49. http://groups.google.com/group/asciidoc/browse_thread/thread/77f28b0dfe60d262
3101
+ 50. http://www.methods.co.nz/asciidoc/manpage.html
3102
+ 51. http://groups.google.com/group/asciidoc/browse_thread/thread/40c64cd33ee1905c
3103
+ 52. http://groups.google.com/group/asciidoc/browse_thread/thread/e15282f072413940
3104
+ 53. http://groups.google.com/group/asciidoc/browse_thread/thread/5ac8e8ea895147e9
3105
+ 54. http://groups.google.com/group/asciidoc/browse_thread/thread/e15282f072413940
3106
+ 55. http://groups.google.com/group/asciidoc/browse_thread/thread/e15282f072413940
3107
+ 56. http://groups.google.com/group/asciidoc/browse_thread/thread/b11066a828ab45b9
3108
+ 57. http://groups.google.com/group/asciidoc/browse_thread/thread/a1dd0562dee8b939
3109
+ 58. http://groups.google.com/group/asciidoc/browse_thread/thread/f44615dca0b834e9
3110
+ 59. http://groups.google.com/group/asciidoc/browse_thread/thread/1b3f88f1f8118ab3
3111
+ 60. http://groups.google.com/group/asciidoc/browse_thread/thread/c21c2902c29bae64
3112
+ 61. http://groups.google.com/group/asciidoc/browse_thread/thread/f510ea82a88aaee8
3113
+ 62. http://groups.google.com/group/asciidoc/browse_thread/thread/42b63ce90c2563b8
3114
+ 63. http://groups.google.com/group/asciidoc/browse_thread/thread/42b63ce90c2563b8
3115
+ 64. http://bugs.python.org/issue3932
3116
+ 65. http://groups.google.com/group/asciidoc/browse_thread/thread/dedc961b23e9ac56
3117
+ 66. https://phillordbio-asciidoc-fixes.googlecode.com/hg/
3118
+ 67. http://groups.google.com/group/asciidoc/browse_thread/thread/c14a4c3b1e4f6dc5
3119
+ 68. http://groups.google.com/group/asciidoc/browse_thread/thread/c948697943432e24
3120
+ 69. http://groups.google.com/group/asciidoc/browse_thread/thread/1c415fc4540ce5e5
3121
+ 70. http://groups.google.com/group/asciidoc/browse_thread/thread/8712a95e95a292a7
3122
+ 71. http://groups.google.com/group/asciidoc/browse_thread/thread/c4427a3902d130a8
3123
+ 72. http://groups.google.com/group/asciidoc/browse_thread/thread/59a610068e4acb58
3124
+ 73. http://groups.google.com/group/asciidoc/browse_thread/thread/b22603bfb879418c
3125
+ 74. http://groups.google.com/group/asciidoc/browse_thread/thread/1c02d27d49221aa2
3126
+ 75. http://groups.google.com/group/asciidoc/browse_thread/thread/5f3e825c74ed30c
3127
+ 76. http://pygments.org/
3128
+ 77. http://groups.google.com/group/asciidoc/browse_thread/thread/d8d042f5a3021369/8934ebbb8cb7144b
3129
+ 78. http://groups.google.com/group/asciidoc/browse_frm/thread/319e5cd94493e330/3fcb83fab067af42
3130
+ 79. http://groups.google.com/group/asciidoc/browse_frm/thread/fe9b33d8f5f1e0af
3131
+ 80. http://groups.google.com/group/asciidoc/browse_frm/thread/8eda3ea812968854
3132
+ 81. http://groups.google.com/group/asciidoc/browse_frm/thread/7174cb7598993c72
3133
+ 82. http://groups.google.com/group/asciidoc/browse_frm/thread/66e7b59d12cd2f91
3134
+ 83. http://groups.google.com/group/asciidoc/browse_frm/thread/7174cb7598993c72
3135
+ 84. http://groups.google.com/group/asciidoc/browse_frm/thread/7174cb7598993c72
3136
+ 85. http://groups.google.com/group/asciidoc/browse_frm/thread/219c86ae25b79a21
3137
+ 86. http://groups.google.com/group/asciidoc/browse_frm/thread/af652507caf6cec9
3138
+ 87. http://groups.google.com/group/asciidoc/browse_frm/thread/3f96900f7fbf5620
3139
+ 88. http://groups.google.com/group/asciidoc/browse_frm/thread/7174cb7598993c72
3140
+ 89. http://groups.google.com/group/asciidoc/browse_frm/thread/2ff802547b6a75ea
3141
+ 90. http://groups.google.com/group/asciidoc/browse_thread/thread/14e8fcb289a135b
3142
+ 91. http://groups.google.com/group/asciidoc/browse_thread/thread/faa36e9e5c7da019/d24cab3fe363e58d
3143
+ 92. http://groups.google.com/group/asciidoc/browse_frm/thread/ac4b9bfa2116db28
3144
+ 93. http://groups.google.com/group/asciidoc/browse_frm/thread/c17abd175778f5ea
3145
+ 94. http://groups.google.com/group/asciidoc/browse_frm/thread/c17abd175778f5ea
3146
+ 95. http://groups.google.com/group/asciidoc/browse_frm/thread/1b6b66adb24e710
3147
+ 96. http://groups.google.com/group/asciidoc/browse_frm/thread/a23fea28394c8ca9
3148
+ 97. http://groups.google.com/group/asciidoc/browse_frm/thread/50b28f6941de111a
3149
+ 98. http://groups.google.com/group/asciidoc/browse_frm/thread/dfe5204d5b2c9685
3150
+ 99. http://groups.google.com/group/asciidoc/browse_frm/thread/f0b6f9989f828c3
3151
+ 100. http://groups.google.com/group/asciidoc/browse_frm/thread/14aefc1cb6bd85f5
3152
+ 101. http://groups.google.com/group/asciidoc/browse_frm/thread/cb8b7694bbc82a6
3153
+ 102. http://groups.google.com/group/asciidoc/browse_frm/thread/cb8b7694bbc82a6
3154
+ 103. http://groups.google.com/group/asciidoc/browse_frm/thread/4b0f364b477ec165
3155
+ 104. http://groups.google.com/group/asciidoc/browse_frm/thread/e5e61823ff4203cd
3156
+ 105. http://groups.google.com/group/asciidoc/browse_frm/thread/2aa3e5711d243045
3157
+ 106. http://groups.google.com/group/asciidoc/browse_frm/thread/5215c99dcc865e7d
3158
+ 107. http://hg.sharesource.org/asciidoc/diff/55a5999bfd04/xhtml11.conf
3159
+ 108. http://groups.google.com/group/asciidoc/browse_frm/thread/b276a927fdc87995
3160
+ 109. http://groups.google.com/group/asciidoc/browse_frm/thread/f4df7c9eec01a9bd
3161
+ 110. http://groups.google.com/group/asciidoc/browse_frm/thread/f4df7c9eec01a9bd
3162
+ 111. http://groups.google.com/group/asciidoc/browse_frm/thread/d29924043e21cb6a
3163
+ 112. http://groups.google.com/group/asciidoc/browse_frm/thread/74d9a542b79ccd50
3164
+ 113. http://groups.google.com/group/asciidoc/browse_frm/thread/ea3a8ea399ae5d2a
3165
+ 114. http://groups.google.com/group/asciidoc/browse_frm/thread/69b3183fdab7c6a5
3166
+ 115. http://groups.google.com/group/asciidoc/browse_frm/thread/a254cf949ea7c6c5
3167
+ 116. http://groups.google.com/group/asciidoc/browse_frm/thread/e1dcb7ee0efc17b5
3168
+ 117. http://groups.google.com/group/asciidoc/browse_frm/thread/69b3183fdab7c6a5
3169
+ 118. http://groups.google.com/group/asciidoc/browse_frm/thread/1badad21ff9447ac
3170
+ 119. http://groups.google.com/group/asciidoc/browse_frm/thread/a42db6bc54c2c537
3171
+ 120. http://groups.google.com/group/asciidoc/browse_frm/thread/b9c63be67dd1d11c
3172
+ 121. http://groups.google.com/group/asciidoc/browse_frm/thread/1269dc2feb1a482c
3173
+ 122. http://groups.google.com/group/asciidoc/browse_frm/thread/36ff073c79cbc20a
3174
+ 123. http://www.methods.co.nz/asciidoc/userguide.html#X89
3175
+ 124. http://groups.google.com/group/asciidoc/browse_thread/thread/62278a054188a038
3176
+ 125. http://groups.google.com/group/asciidoc/browse_thread/thread/4bdcdfb0af773e2
3177
+ 126. http://groups.google.com/group/asciidoc/browse_thread/thread/c93bb4db025225d8
3178
+ 127. http://groups.google.com/group/asciidoc/browse_thread/thread/1d796a9c9ddb2855
3179
+ 128. http://groups.google.com/group/asciidoc/browse_thread/thread/6d8c716748b109e3
3180
+ 129. http://groups.google.com/group/asciidoc/browse_thread/thread/fd27add515597c06
3181
+ 130. http://www.methods.co.nz/asciidoc/testasciidoc.html
3182
+ 131. http://www.methods.co.nz/asciidoc/asciidocapi.html
3183
+ 132. file://localhost/tmp/lynxXXXX11f6Aw/L9155-856TMP.html#X2
3184
+ 133. http://www.methods.co.nz/asciidoc/INSTALL.html
3185
+ 134. http://www.methods.co.nz/asciidoc/newtables.html
3186
+ 135. http://www.methods.co.nz/asciidoc/newlists.html
3187
+ 136. http://www.methods.co.nz/asciidoc/userguide.html#X77
3188
+ 137. http://www.methods.co.nz/asciidoc/userguide.html#X76
3189
+ 138. http://www.methods.co.nz/asciidoc/latexmath.pdf
3190
+ 139. http://www.methods.co.nz/asciidoc/asciimathml.html
3191
+ 140. http://www.methods.co.nz/asciidoc/latexmathml.html
3192
+ 141. http://www.methods.co.nz/asciidoc/source-highlight-filter.html
3193
+ 142. https://sharesource.org/hg/asciidoc/
3194
+ 143. http://en.wikipedia.org/wiki/Data:_URI_scheme
3195
+ 144. http://www.methods.co.nz/asciidoc/faq.html
3196
+ 145. http://www.maths.nottingham.ac.uk/personal/drw/lm.html
3197
+ 146. http://www.methods.co.nz/asciidoc/asciimathml.html
3198
+ 147. http://www.methods.co.nz/asciidoc/index.html
3199
+ 148. http://tpl.sourceforge.net/userguide.html
3200
+ 149. http://www.methods.co.nz/asciidoc/music-filter.html
3201
+ 150. http://lilypond.org/
3202
+ 151. http://abcnotation.org.uk/
3203
+ 152. mailto:srackham@gmail.com
3204
+ 153. mailto:jlm@ofb.net
3205
+ 154. mailto:m_pupil@yahoo.com.cn
3206
+ 155. http://open.comsultia.com/docbook2odf/
3207
+ 156. http://www1.chapman.edu/~jipsen/mathml/asciimath.html
3208
+ 157. http://www.methods.co.nz/asciidoc/asciimath.html
3209
+ 158. file://localhost/tmp/lynxXXXX11f6Aw/userguide.html#X33
3210
+ 159. mailto:francis@daoine.org
3211
+ 160. file://localhost/tmp/lynxXXXX11f6Aw/userguide.html#X39
3212
+ 161. file://localhost/tmp/lynxXXXX11f6Aw/source-highlight-filter.html
3213
+ 162. mailto:trolocsis@gmail.com
3214
+ 163. mailto:srackham@gmail.com
3215
+ 164. file://localhost/tmp/lynxXXXX11f6Aw/userguide.html#X36
3216
+ 165. file://localhost/tmp/lynxXXXX11f6Aw/userguide.html#X33
3217
+ 166. mailto:viktor@rbg.informatik.tu-darmstadt.de
3218
+ 167. file://localhost/tmp/lynxXXXX11f6Aw/userguide.html#X23
3219
+ 168. mailto:david@dgreaves.com
3220
+ 169. mailto:stone@debian.org
3221
+ 170. mailto:stone@debian.org
3222
+ 171. mailto:srackham@gmail.com
3223
+ 172. http://jimmac.musichall.cz/ikony.php3
3224
+ 173. mailto:srackham@gmail.com
3225
+ 174. http://www.methods.co.nz/asciidoc/
3226
+ 175. https://sourceforge.net/projects/asciidoc/