FooBarWidget-mizuho 0.9.3 → 0.9.4

Sign up to get free protection for your applications and to get access to all the features.
Files changed (73) hide show
  1. data/asciidoc/BUGS +3 -3
  2. data/asciidoc/CHANGELOG +112 -63
  3. data/asciidoc/CHANGELOG.txt +50 -0
  4. data/asciidoc/INSTALL +6 -6
  5. data/asciidoc/Makefile.in +21 -5
  6. data/asciidoc/README +3 -3
  7. data/asciidoc/asciidoc.conf +9 -12
  8. data/asciidoc/asciidoc.py +204 -151
  9. data/asciidoc/common.aap +2 -2
  10. data/asciidoc/doc/a2x.1 +4 -3
  11. data/asciidoc/doc/a2x.1.txt +1 -1
  12. data/asciidoc/doc/article.css-embedded.html +13 -12
  13. data/asciidoc/doc/article.html +46 -644
  14. data/asciidoc/doc/article.pdf +0 -0
  15. data/asciidoc/doc/asciidoc.1 +2 -2
  16. data/asciidoc/doc/asciidoc.1.css-embedded.html +14 -13
  17. data/asciidoc/doc/asciidoc.1.css.html +3 -3
  18. data/asciidoc/doc/asciidoc.1.html +3 -3
  19. data/asciidoc/doc/asciidoc.css-embedded.html +238 -225
  20. data/asciidoc/doc/asciidoc.css.html +227 -215
  21. data/asciidoc/doc/asciidoc.dict +10 -1
  22. data/asciidoc/doc/asciidoc.html +181 -164
  23. data/asciidoc/doc/asciidoc.txt +167 -148
  24. data/asciidoc/doc/asciimathml.txt +5 -4
  25. data/asciidoc/doc/book.css-embedded.html +13 -12
  26. data/asciidoc/doc/faq.txt +60 -3
  27. data/asciidoc/doc/music-filter.html +94 -41
  28. data/asciidoc/doc/music-filter.pdf +0 -0
  29. data/asciidoc/doc/source-highlight-filter.html +125 -465
  30. data/asciidoc/doc/source-highlight-filter.pdf +0 -0
  31. data/asciidoc/docbook.conf +8 -2
  32. data/asciidoc/examples/website/CHANGELOG.html +129 -4
  33. data/asciidoc/examples/website/INSTALL.html +6 -6
  34. data/asciidoc/examples/website/README-website.html +3 -3
  35. data/asciidoc/examples/website/README.html +3 -3
  36. data/asciidoc/examples/website/a2x.1.html +4 -4
  37. data/asciidoc/examples/website/asciidoc-docbook-xsl.html +3 -3
  38. data/asciidoc/examples/website/asciidoc-graphviz-sample.txt +1 -0
  39. data/asciidoc/examples/website/downloads.html +7 -7
  40. data/asciidoc/examples/website/faq.html +95 -40
  41. data/asciidoc/examples/website/index.html +34 -13
  42. data/asciidoc/examples/website/index.txt +25 -9
  43. data/asciidoc/examples/website/latex-backend.html +4 -4
  44. data/asciidoc/examples/website/manpage.html +3 -3
  45. data/asciidoc/examples/website/music-filter.html +3 -3
  46. data/asciidoc/examples/website/sample1.png +0 -0
  47. data/asciidoc/examples/website/sample3.png +0 -0
  48. data/asciidoc/examples/website/sample4.png +0 -0
  49. data/asciidoc/examples/website/source-highlight-filter.html +5 -5
  50. data/asciidoc/examples/website/support.html +3 -3
  51. data/asciidoc/examples/website/userguide.html +227 -215
  52. data/asciidoc/examples/website/version9.html +3 -3
  53. data/asciidoc/filters/{code-filter-readme.txt → code/code-filter-readme.txt} +0 -0
  54. data/asciidoc/filters/{code-filter-test.txt → code/code-filter-test.txt} +0 -0
  55. data/asciidoc/filters/{code-filter.conf → code/code-filter.conf} +1 -1
  56. data/asciidoc/filters/{code-filter.py → code/code-filter.py} +0 -0
  57. data/asciidoc/filters/graphviz/asciidoc-graphviz-sample.txt +130 -0
  58. data/asciidoc/filters/graphviz/graphviz-filter.conf +39 -0
  59. data/asciidoc/filters/graphviz/graphviz2png.py +154 -0
  60. data/asciidoc/filters/{music-filter-test.txt → music/music-filter-test.txt} +0 -0
  61. data/asciidoc/filters/{music-filter.conf → music/music-filter.conf} +0 -0
  62. data/asciidoc/filters/{music2png.py → music/music2png.py} +0 -0
  63. data/asciidoc/filters/{source-highlight-filter-test.txt → source/source-highlight-filter-test.txt} +0 -0
  64. data/asciidoc/filters/{source-highlight-filter.conf → source/source-highlight-filter.conf} +2 -1
  65. data/asciidoc/html4.conf +5 -2
  66. data/asciidoc/stylesheets/xhtml11-quirks.css +0 -8
  67. data/asciidoc/stylesheets/xhtml11.css +11 -2
  68. data/asciidoc/vim/syntax/asciidoc.vim +1 -1
  69. data/asciidoc/xhtml11.conf +5 -2
  70. data/lib/mizuho/parser.rb +5 -1
  71. data/mizuho.gemspec +5 -16
  72. data/test/parser_spec.rb +49 -0
  73. metadata +22 -10
data/asciidoc/BUGS CHANGED
@@ -1,6 +1,6 @@
1
1
  Bugs and Known Problems
2
2
 
3
- version 8.3.1, 14 December 2008
3
+ version 8.3.3, 2 January 2009
4
4
  __________________________________________________________________
5
5
 
6
6
  1. AsciiDoc
@@ -35,5 +35,5 @@
35
35
  See ./dblatex/dblatex-readme.txt.
36
36
  __________________________________________________________________
37
37
 
38
- Version 8.3.1
39
- Last updated 2008-12-13 09:58:28 NZDT
38
+ Version 8.3.3
39
+ Last updated 2009-01-02 12:45:15 NZDT
data/asciidoc/CHANGELOG CHANGED
@@ -1,9 +1,58 @@
1
1
  AsciiDoc ChangeLog
2
2
 
3
- version 8.3.1, 14 December 2008
3
+ version 8.3.3, 2 January 2009
4
4
  __________________________________________________________________
5
5
 
6
- 1. Version 8.3.1 (2008-12-14)
6
+ 1. Version 8.3.3 (2009-01-02)
7
+
8
+ This release supercedes 8.3.2.
9
+
10
+ Bug fixes
11
+ * The broken and confusing numeration and numeration2 numbered list
12
+ attributes have been dropped, use the style attribute instead.
13
+ __________________________________________________________________
14
+
15
+ 2. Version 8.3.2 (2009-01-01)
16
+
17
+ Additions and changes
18
+ * Added Gouichi Iisaka's Graphviz filter to distribution.
19
+ * The SidebarBlock element can now be rendered with an abstract
20
+ style.
21
+ * Reorganized filters into a separate subdirectory for each filter.
22
+ * Updated Makefile.in and MANIFEST files to reflect new filters
23
+ organization.
24
+ * Added listing style to LiteralBlock element so listings with nested
25
+ listing blocks can be rendered as a listing block.
26
+ * Changed example code filter to use preferred ListingBlock syntax
27
+ (the old ~ delimited filter syntax is no longer used).
28
+ * Implemented enumeration and enumeration2 numbered list attributes
29
+ for specifying the list numbering style (arabic, loweralpha,
30
+ upperalpha, lowerroman and upperroman).
31
+ * AsciiDoc now recognizes upperalpha, lowerroman and upperroman
32
+ numbers in listdef-numbered2 numbered lists and sets the number
33
+ style based on the style of the first numbered list item
34
+ (alternative to setting enumeration2 attribute).
35
+ * Updated formatlistpat definition in .vimrc example in User Guide.
36
+ * You can now backslash escape system block macros.
37
+ * Added Pychart FAQ.
38
+ * Drop paragraph text and list text, index and label match groups
39
+ from attributes -- they are included in the element's text and we
40
+ don't want them processed a second time as attributes.
41
+ * Changed comment line block macro to a passthrough block macro to
42
+ ensure no substitutions.
43
+ * A subslist no longer has to be appended to a PassthroughBlock macro
44
+ definition, if omitted no substitutions are performed.
45
+ * Code tidy up: replaced deprecated <> operator with !=.
46
+ * Removed unused linuxdoc code.
47
+ * Code tidy ups: dropped old types module reference; replaced
48
+ has_key() with preferred in operator.
49
+
50
+ Bug fixes
51
+ * Old syntax source highlight filter regression: special characters
52
+ where not escaped in DocBook outputs.
53
+ __________________________________________________________________
54
+
55
+ 3. Version 8.3.1 (2008-12-14)
7
56
 
8
57
  Additions and changes
9
58
  * Replaced the install.sh script with Ben Walton's updated autoconf
@@ -26,7 +75,7 @@
26
75
  reference -- tightened up entity reference matching.
27
76
  __________________________________________________________________
28
77
 
29
- 2. Version 8.3.0 (2008-11-29)
78
+ 4. Version 8.3.0 (2008-11-29)
30
79
 
31
80
  Additions and changes
32
81
  * [2]AsciiDoc new tables is a complete redesign of the tables syntax
@@ -147,7 +196,7 @@
147
196
  * Generic tag inline macro (creeping featurism, use pass macros
148
197
  instead).
149
198
 
150
- 2.1. Compatibility issues
199
+ 4.1. Compatibility issues
151
200
 
152
201
  Version 8.3.0 has a number of backward incompatibilities with respect
153
202
  to the previous 8.2.7 release:
@@ -167,7 +216,7 @@
167
216
  quoting is escaped with two backslashes.
168
217
  __________________________________________________________________
169
218
 
170
- 3. Version 8.2.7 (2008-07-04)
219
+ 5. Version 8.2.7 (2008-07-04)
171
220
 
172
221
  Additions and changes
173
222
  * Added dvi, ps and tex output format options to a2x(1).
@@ -226,7 +275,7 @@
226
275
  See the also the [10]AsciiDoc repository changelog.
227
276
  __________________________________________________________________
228
277
 
229
- 4. Version 8.2.6 (2008-04-29)
278
+ 6. Version 8.2.6 (2008-04-29)
230
279
 
231
280
  Additions and changes
232
281
  * Enhancements to the Vim AsciiDoc syntax highlighter, for example,
@@ -273,7 +322,7 @@
273
322
  attribute list values.
274
323
  __________________________________________________________________
275
324
 
276
- 5. Version 8.2.5 (2007-11-18)
325
+ 7. Version 8.2.5 (2007-11-18)
277
326
 
278
327
  Bug fixes
279
328
  * Fixed exception thrown by illegal command-line arguments.
@@ -281,7 +330,7 @@
281
330
  incompatible with Python <2.5.
282
331
  __________________________________________________________________
283
332
 
284
- 6. Version 8.2.4 (2007-11-10)
333
+ 8. Version 8.2.4 (2007-11-10)
285
334
 
286
335
  Additions and changes
287
336
  * You can now use the lang attribute to set the DocBook language
@@ -303,7 +352,7 @@
303
352
  2.6 has been suppressed.
304
353
  __________________________________________________________________
305
354
 
306
- 7. Version 8.2.3 (2007-09-12)
355
+ 9. Version 8.2.3 (2007-09-12)
307
356
 
308
357
  Additions and changes
309
358
  * Added VMiklos's permalink patch for auto-generated section IDs
@@ -337,7 +386,7 @@
337
386
  attribute substitution problems).
338
387
  __________________________________________________________________
339
388
 
340
- 8. Version 8.2.2 (2007-07-22)
389
+ 10. Version 8.2.2 (2007-07-22)
341
390
 
342
391
  Additions and changes
343
392
  * [13]LaTeXMathML capability has been added for users who are more
@@ -374,7 +423,7 @@
374
423
  LaTeXMathML formulas.
375
424
  __________________________________________________________________
376
425
 
377
- 9. Version 8.2.1 (2007-04-06)
426
+ 11. Version 8.2.1 (2007-04-06)
378
427
 
379
428
  Additions and changes
380
429
  * A number of improvements have been made to the Vim syntax
@@ -389,7 +438,7 @@
389
438
  compatibility issues.
390
439
  __________________________________________________________________
391
440
 
392
- 10. Version 8.2.0 (2007-04-04)
441
+ 12. Version 8.2.0 (2007-04-04)
393
442
 
394
443
  Additions and changes
395
444
  * A Vim syntax file is now included in the AsciiDoc distribution
@@ -426,7 +475,7 @@
426
475
  * Added an External Resources section to the [15]AsciiDoc home page.
427
476
  __________________________________________________________________
428
477
 
429
- 11. Version 8.1.0 (2006-10-22)
478
+ 13. Version 8.1.0 (2006-10-22)
430
479
 
431
480
  Additions and changes
432
481
  * AsciiDoc generated XHTML documents now display a table of contents
@@ -468,7 +517,7 @@
468
517
  is extracted from the input file name.
469
518
  __________________________________________________________________
470
519
 
471
- 12. Version 8.0.0 (2006-08-27)
520
+ 14. Version 8.0.0 (2006-08-27)
472
521
 
473
522
  This is a major release because changes to quoting and index entry
474
523
  handling may break existing documents (see Additions and changes below
@@ -569,7 +618,7 @@
569
618
  output file was missing or older than the source file.
570
619
  __________________________________________________________________
571
620
 
572
- 13. Version 7.1.2 (2006-03-07)
621
+ 15. Version 7.1.2 (2006-03-07)
573
622
 
574
623
  Additions and changes
575
624
  * Support for [24]ASCIIMathML has been added. See Appendix I:
@@ -595,7 +644,7 @@
595
644
  arise when used to include CSS or JavaScript files.
596
645
  __________________________________________________________________
597
646
 
598
- 14. Version 7.1.1 (2006-02-24)
647
+ 16. Version 7.1.1 (2006-02-24)
599
648
 
600
649
  Additions and changes
601
650
  * The caption attribute can be used to customize admonition captions
@@ -621,7 +670,7 @@
621
670
  attribute).
622
671
  __________________________________________________________________
623
672
 
624
- 15. Version 7.1.0 (2006-01-13)
673
+ 17. Version 7.1.0 (2006-01-13)
625
674
 
626
675
  Additions and changes
627
676
  * a2x(1) toolchain wrapper utility. This overcomes the biggest hurdle
@@ -661,7 +710,7 @@
661
710
  ./examples/website/build-website.sh script.
662
711
  __________________________________________________________________
663
712
 
664
- 16. Version 7.0.4 (2005-12-08)
713
+ 18. Version 7.0.4 (2005-12-08)
665
714
 
666
715
  Additions and changes
667
716
  * Added ternary conditional attributes
@@ -690,7 +739,7 @@
690
739
  Guide.
691
740
  __________________________________________________________________
692
741
 
693
- 17. Version 7.0.3 (2005-12-01)
742
+ 19. Version 7.0.3 (2005-12-01)
694
743
 
695
744
  Additions and changes
696
745
  * Added --safe and --unsafe command-line options -- AsciiDoc can now
@@ -714,7 +763,7 @@
714
763
  because default border styles vary from browser to browser.
715
764
  __________________________________________________________________
716
765
 
717
- 18. Version 7.0.2 (2005-08-28)
766
+ 20. Version 7.0.2 (2005-08-28)
718
767
 
719
768
  Additions and changes
720
769
  * There are now long versions of all AsciiDoc options.
@@ -730,7 +779,7 @@
730
779
  * Documentation errata.
731
780
  __________________________________________________________________
732
781
 
733
- 19. Version 7.0.1 (2005-06-24)
782
+ 21. Version 7.0.1 (2005-06-24)
734
783
 
735
784
  Additions and changes
736
785
  * Reverted to use of strong, em, tt XHTML tags -- they're more
@@ -761,7 +810,7 @@
761
810
  Guide has been dropped -- it generated invalid DocBook markup.
762
811
  __________________________________________________________________
763
812
 
764
- 20. Version 7.0.0 (2005-06-06)
813
+ 22. Version 7.0.0 (2005-06-06)
765
814
 
766
815
  This is a major release with many code and documentation changes.
767
816
  Please report any problems you encounter.
@@ -825,7 +874,7 @@
825
874
  * Unexpected error following malformed author line error.
826
875
  __________________________________________________________________
827
876
 
828
- 21. Version 6.0.3 (2005-04-20)
877
+ 23. Version 6.0.3 (2005-04-20)
829
878
 
830
879
  Additions and changes
831
880
  * Special characters are now substituted in AttributeEntry element
@@ -853,7 +902,7 @@
853
902
  exceptions to occur.
854
903
  __________________________________________________________________
855
904
 
856
- 22. Version 6.0.2 (2005-03-30)
905
+ 24. Version 6.0.2 (2005-03-30)
857
906
 
858
907
  Additions and changes
859
908
  * Three new system block macros have been added -- eval, sys and sys2
@@ -869,7 +918,7 @@
869
918
  * Asciidoc now searches in /etc/asciidoc/filters for filters.
870
919
  __________________________________________________________________
871
920
 
872
- 23. Version 6.0.1 (2005-03-06)
921
+ 25. Version 6.0.1 (2005-03-06)
873
922
 
874
923
  Additions and changes
875
924
  * A global configuration file location /etc/asciidoc has been added
@@ -884,7 +933,7 @@
884
933
  illegal CSS in files generated by the css-embedded backend.
885
934
  __________________________________________________________________
886
935
 
887
- 24. Version 6.0.0 (2005-01-28)
936
+ 26. Version 6.0.0 (2005-01-28)
888
937
 
889
938
  This release has had some fairly major code and documentation changes.
890
939
  Please report any problems you encounter.
@@ -978,7 +1027,7 @@
978
1027
  now indents text correctly.
979
1028
  __________________________________________________________________
980
1029
 
981
- 25. Version 5.1.1 (2004-10-10)
1030
+ 27. Version 5.1.1 (2004-10-10)
982
1031
 
983
1032
  15-December-2004: Interim update: Updated asciidoc.py to fix broken
984
1033
  join_lines function -- no other changes.
@@ -1001,7 +1050,7 @@
1001
1050
  when generating css output.
1002
1051
  __________________________________________________________________
1003
1052
 
1004
- 26. Version 5.1.0 (2004-09-18)
1053
+ 28. Version 5.1.0 (2004-09-18)
1005
1054
 
1006
1055
  * Callouts have been implemented (see the Callouts section of the
1007
1056
  AsciiDoc User Guide for details).
@@ -1018,7 +1067,7 @@
1018
1067
  polishing.
1019
1068
  __________________________________________________________________
1020
1069
 
1021
- 27. Version 5.0.9 (2004-09-09)
1070
+ 29. Version 5.0.9 (2004-09-09)
1022
1071
 
1023
1072
  * The convention of using a .asc file extension for AsciiDoc files
1024
1073
  has been dropped in favor of the familiar .txt extension. It makes
@@ -1062,7 +1111,7 @@
1062
1111
  * Documentation additions and corrections.
1063
1112
  __________________________________________________________________
1064
1113
 
1065
- 28. Version 5.0.8 (2004-05-15)
1114
+ 30. Version 5.0.8 (2004-05-15)
1066
1115
 
1067
1116
  * Spurious out of sequence level 2 warnings no longer appear when
1068
1117
  processing book document multi-part book top level Preface and
@@ -1080,7 +1129,7 @@
1080
1129
  compliance). Lessened sidebar title top margin.
1081
1130
  __________________________________________________________________
1082
1131
 
1083
- 29. Version 5.0.7 (2004-04-22)
1132
+ 31. Version 5.0.7 (2004-04-22)
1084
1133
 
1085
1134
  * The version 5.0.6 README incorrectly stated that AsciiDoc would run
1086
1135
  under Python 2.0, in fact it requires Python 2.1 or better. The
@@ -1101,7 +1150,7 @@
1101
1150
  with with white space.
1102
1151
  __________________________________________________________________
1103
1152
 
1104
- 30. Version 5.0.6 (2004-03-07)
1153
+ 32. Version 5.0.6 (2004-03-07)
1105
1154
 
1106
1155
  * New image macro implements optional image scaling and linking and
1107
1156
  works in both inline and block contexts. The image macro obsolesces
@@ -1137,7 +1186,7 @@
1137
1186
  * Documentation tidy ups.
1138
1187
  __________________________________________________________________
1139
1188
 
1140
- 31. Version 5.0.5 (2004-02-25)
1189
+ 33. Version 5.0.5 (2004-02-25)
1141
1190
 
1142
1191
  * Fixed the disappearing paragraph titles problem that was caused by
1143
1192
  Inline macros (incorrectly) processing BlockTitles.
@@ -1146,7 +1195,7 @@
1146
1195
  invalid output markup.
1147
1196
  __________________________________________________________________
1148
1197
 
1149
- 32. Version 5.0.4 (2004-02-09)
1198
+ 34. Version 5.0.4 (2004-02-09)
1150
1199
 
1151
1200
  * Reinstated missing infile, outfile, filetype and
1152
1201
  filetype-<filetype> glossary entries.
@@ -1154,7 +1203,7 @@
1154
1203
  this has now been documented.
1155
1204
  __________________________________________________________________
1156
1205
 
1157
- 33. Version 5.0.3 (2004-01-23)
1206
+ 35. Version 5.0.3 (2004-01-23)
1158
1207
 
1159
1208
  * Fixed problem that caused any filters directory file containing
1160
1209
  .conf (not just those with the .conf extension) from being loaded.
@@ -1171,7 +1220,7 @@
1171
1220
  from configuration file substitution sections.
1172
1221
  __________________________________________________________________
1173
1222
 
1174
- 34. Version 5.0.2 (2003-12-18)
1223
+ 36. Version 5.0.2 (2003-12-18)
1175
1224
 
1176
1225
  * New (alternative) anchor and xref macro syntax (old syntax still
1177
1226
  valid).
@@ -1185,12 +1234,12 @@
1185
1234
  * Documentation updates and corrections.
1186
1235
  __________________________________________________________________
1187
1236
 
1188
- 35. Version 5.0.1 (2003-12-09)
1237
+ 37. Version 5.0.1 (2003-12-09)
1189
1238
 
1190
1239
  * Fixed problem with anchor tag when generating CSS styled HTML.
1191
1240
  __________________________________________________________________
1192
1241
 
1193
- 36. Version 5.0 (2003-12-08)
1242
+ 38. Version 5.0 (2003-12-08)
1194
1243
 
1195
1244
  This release has had some fairly major code and documentation changes.
1196
1245
  Please report any problems you encounter.
@@ -1245,7 +1294,7 @@
1245
1294
  .docbook to .xml (.sgml for the docbook-sgml backend).
1246
1295
  __________________________________________________________________
1247
1296
 
1248
- 37. Version 4.2 (2003-11-26)
1297
+ 39. Version 4.2 (2003-11-26)
1249
1298
 
1250
1299
  * The default HTML output is now XHTML 1.0 markup. To output the
1251
1300
  former HTML 4 markup specify the html-4 backend.
@@ -1273,7 +1322,7 @@
1273
1322
  arguments.
1274
1323
  __________________________________________________________________
1275
1324
 
1276
- 38. Version 4.1 (2003-11-13)
1325
+ 40. Version 4.1 (2003-11-13)
1277
1326
 
1278
1327
  * Added DSV (Delimiter Separated Values) tables format.
1279
1328
  * {eval:<expr>} glossary references drop the containing line if
@@ -1297,7 +1346,7 @@
1297
1346
  {x] was defined and {y} was not.
1298
1347
  __________________________________________________________________
1299
1348
 
1300
- 39. Version 4.0 (2003-11-08)
1349
+ 41. Version 4.0 (2003-11-08)
1301
1350
 
1302
1351
  This release has had some fairly major code and documentation changes.
1303
1352
  Please report any problems you encounter.
@@ -1345,7 +1394,7 @@
1345
1394
  * Many documentation changes/additions/corrections.
1346
1395
  __________________________________________________________________
1347
1396
 
1348
- 40. Version 3.2.2 (2003-10-26)
1397
+ 42. Version 3.2.2 (2003-10-26)
1349
1398
 
1350
1399
  * Added -n option (synonym for -g section-numbers).
1351
1400
  * Dropped the processing commentary (hey, this is Unix).
@@ -1378,7 +1427,7 @@
1378
1427
  * Documentation changes/additions/corrections.
1379
1428
  __________________________________________________________________
1380
1429
 
1381
- 41. Version 3.2 (2003-05-26)
1430
+ 43. Version 3.2 (2003-05-26)
1382
1431
 
1383
1432
  * Added a -s command-line option to suppress the output of [header]
1384
1433
  and [footer] sections.
@@ -1408,7 +1457,7 @@
1408
1457
  * Internal code tidy up.
1409
1458
  __________________________________________________________________
1410
1459
 
1411
- 42. Version 3.1 (2003-05-18)
1460
+ 44. Version 3.1 (2003-05-18)
1412
1461
 
1413
1462
  * In version 3.0 a [macros] section entry of the form name was
1414
1463
  equivalent to name=. An entry of the form name now undefines the
@@ -1438,7 +1487,7 @@
1438
1487
  option).
1439
1488
  __________________________________________________________________
1440
1489
 
1441
- 43. Version 3.0 (2003-05-13)
1490
+ 45. Version 3.0 (2003-05-13)
1442
1491
 
1443
1492
  This version is the culmination of work begun in the 2.x releases
1444
1493
  whereby fixed policy has been replaced by extensible mechanisms.
@@ -1474,7 +1523,7 @@
1474
1523
  configuration files.
1475
1524
  __________________________________________________________________
1476
1525
 
1477
- 44. Version 2.2 (2003-04-07)
1526
+ 46. Version 2.2 (2003-04-07)
1478
1527
 
1479
1528
  * The master.conf configuration file name has been deprecated in
1480
1529
  favor of asciidoc.conf.
@@ -1516,7 +1565,7 @@
1516
1565
  CustomBlocks or Substitutions instead.
1517
1566
  __________________________________________________________________
1518
1567
 
1519
- 45. Version 2.1 (2003-03-17)
1568
+ 47. Version 2.1 (2003-03-17)
1520
1569
 
1521
1570
  * Added section auto numbering {sectnum} glossary entry
1522
1571
  (auto-numbering function contributed by Ludovico Magnocavallo).
@@ -1546,7 +1595,7 @@
1546
1595
  {asciidoc-version} (to it consistent with other entries).
1547
1596
  __________________________________________________________________
1548
1597
 
1549
- 46. Version 2.0 (2003-02-24)
1598
+ 48. Version 2.0 (2003-02-24)
1550
1599
 
1551
1600
  * The emphasized, strong and monospaced words options have been
1552
1601
  generalized with the introduction of macro based special words
@@ -1600,14 +1649,14 @@
1600
1649
  * Added author and author-mail meta tags to HTML configuration files.
1601
1650
  __________________________________________________________________
1602
1651
 
1603
- 47. Version 1.5 (2003-01-08)
1652
+ 49. Version 1.5 (2003-01-08)
1604
1653
 
1605
1654
  * Implemented sidebar document elements.
1606
1655
  * Explicit checks for user specified configuration files and input
1607
1656
  file (rather than throwing exception).
1608
1657
  __________________________________________________________________
1609
1658
 
1610
- 48. Version 1.4 (2003-01-04)
1659
+ 50. Version 1.4 (2003-01-04)
1611
1660
 
1612
1661
  * New configuration file options emphasizedwords and strongwords.
1613
1662
  These allow the definition of words that will always be emphasized
@@ -1627,7 +1676,7 @@
1627
1676
  * More documentation additions and tidy ups.
1628
1677
  __________________________________________________________________
1629
1678
 
1630
- 49. Version 1.3 (2003-01-01)
1679
+ 51. Version 1.3 (2003-01-01)
1631
1680
 
1632
1681
  * A new strong text formatting convention has been implemented: Word
1633
1682
  phrases enclosed in pairs of single quote characters (acute
@@ -1656,7 +1705,7 @@
1656
1705
  * Code, configuration file and documentation tidy ups.
1657
1706
  __________________________________________________________________
1658
1707
 
1659
- 50. Version 1.2 (2002-12-28)
1708
+ 52. Version 1.2 (2002-12-28)
1660
1709
 
1661
1710
  * Implemented include URL to allow file inclusion.
1662
1711
  * fileextension configuration file [option] renamed to more sensible
@@ -1671,7 +1720,7 @@
1671
1720
  * Bug fixes.
1672
1721
  __________________________________________________________________
1673
1722
 
1674
- 51. Version 1.1 (2002-12-03)
1723
+ 53. Version 1.1 (2002-12-03)
1675
1724
 
1676
1725
  * Added css (cascading style sheets) backend
1677
1726
  * Implemented IndentedBlock document element.
@@ -1688,15 +1737,15 @@
1688
1737
  * Fixed error that occurred when == title underline was used.
1689
1738
  __________________________________________________________________
1690
1739
 
1691
- 52. Version 1.0 (2002-11-25)
1740
+ 54. Version 1.0 (2002-11-25)
1692
1741
 
1693
1742
  First AsciiDoc public release along with AsciiDoc web site
1694
1743
  ([44]http://www.methods.co.nz/asciidoc/) and SourceForge.net project
1695
1744
  registration ([45]https://sourceforge.net/projects/asciidoc/).
1696
1745
  __________________________________________________________________
1697
1746
 
1698
- Version 8.3.1
1699
- Last updated 2008-12-13 09:58:29 NZDT
1747
+ Version 8.3.3
1748
+ Last updated 2009-01-02 12:59:07 NZDT
1700
1749
 
1701
1750
  References
1702
1751
 
@@ -1725,17 +1774,17 @@ References
1725
1774
  23. http://open.comsultia.com/docbook2odf/
1726
1775
  24. http://www1.chapman.edu/~jipsen/mathml/asciimath.html
1727
1776
  25. http://www.methods.co.nz/asciidoc/asciimath.html
1728
- 26. file://localhost/tmp/lynxXXXXsJ1nk8/userguide.html#X50
1729
- 27. file://localhost/tmp/lynxXXXXsJ1nk8/userguide.html#X33
1777
+ 26. file://localhost/tmp/lynxXXXXydLULz/userguide.html#X50
1778
+ 27. file://localhost/tmp/lynxXXXXydLULz/userguide.html#X33
1730
1779
  28. mailto:francis@daoine.org
1731
- 29. file://localhost/tmp/lynxXXXXsJ1nk8/userguide.html#X39
1732
- 30. file://localhost/tmp/lynxXXXXsJ1nk8/source-highlight-filter.html
1780
+ 29. file://localhost/tmp/lynxXXXXydLULz/userguide.html#X39
1781
+ 30. file://localhost/tmp/lynxXXXXydLULz/source-highlight-filter.html
1733
1782
  31. mailto:trolocsis@gmail.com
1734
1783
  32. mailto:srackham@gmail.com
1735
- 33. file://localhost/tmp/lynxXXXXsJ1nk8/userguide.html#X36
1736
- 34. file://localhost/tmp/lynxXXXXsJ1nk8/userguide.html#X33
1784
+ 33. file://localhost/tmp/lynxXXXXydLULz/userguide.html#X36
1785
+ 34. file://localhost/tmp/lynxXXXXydLULz/userguide.html#X33
1737
1786
  35. mailto:viktor@rbg.informatik.tu-darmstadt.de
1738
- 36. file://localhost/tmp/lynxXXXXsJ1nk8/userguide.html#X23
1787
+ 36. file://localhost/tmp/lynxXXXXydLULz/userguide.html#X23
1739
1788
  37. mailto:david@dgreaves.com
1740
1789
  38. mailto:stone@debian.org
1741
1790
  39. mailto:stone@debian.org