summaryrefslogtreecommitdiff
path: root/asciidoc.py
Commit message (Expand)AuthorAgeFilesLines
* FIXED: Only the first occurence of passthrough macro was substituted -- this ...Stuart Rackham2009-08-281-1/+1
* Added --safe option and deprecated --unsafe option. Patch submitted by Todd Z...Stuart Rackham2009-08-271-2/+5
* FIXED: asciidoc now runs on Jython 2.5.0.Stuart Rackham2009-07-041-1/+1
* Normalized path in safe_filename function (submitted by Todd Zullinger, http:...Stuart Rackham2009-06-291-1/+1
* Added sys3 (and eval3) system attributes to passthrough generated output, thi...Stuart Rackham2009-06-111-3/+6
* Refactored configuration file loaders.Stuart Rackham2009-06-091-56/+44
* Reinstated 'alt' image attribute as AsciiDoc image macro first positional att...Stuart Rackham2009-06-071-1/+4
* Missing language file generates a warning instead of an error.Stuart Rackham2009-06-021-1/+1
* Tidied up messages class.Stuart Rackham2009-05-261-17/+17
* - Added manpage Name and Synopsis section title customization to languagesStuart Rackham2009-05-251-23/+6
* Dropped the 'sect-' prefix from special section names.Stuart Rackham2009-05-221-5/+5
* Section markup templates can be specified by setting the title's first positi...Stuart Rackham2009-05-221-13/+23
* Renamed revision date attribute from 'date' to the more consistent and sensib...Stuart Rackham2009-05-221-11/+19
* Language file related updates.Stuart Rackham2009-05-211-0/+1
* - Documentation spelling corrections.Stuart Rackham2009-05-201-1/+1
* The article and book document header can now include a revision remark.Stuart Rackham2009-05-201-7/+20
* Fixed 'revision' to 'revnumber' name change regression.Stuart Rackham2009-05-201-3/+6
* - Bumped version number.Stuart Rackham2009-05-191-1/+1
* Renamed 'revision' attribute to more sensible and consistent 'revnumber' ('re...Stuart Rackham2009-05-191-6/+9
* Fixed a problem that caused AttributeEntries that preceding the header to beStuart Rackham2009-05-131-10/+20
* - Attributes are substituted in the system macro attribute list.Stuart Rackham2009-05-121-5/+12
* FIXED: Multiple manpage names are now handled correctly when generating DocBo...Stuart Rackham2009-05-091-2/+7
* Disable line numbers when reporting language configuration errors.Stuart Rackham2009-05-091-2/+2
* Message functions moved into a Message class.Stuart Rackham2009-05-091-141/+152
* Moved language specific configuration parameters into lang-en.conf file.Stuart Rackham2009-05-091-33/+67
* FIXED: The documented macro definition deletion behavior has been broken for ...Stuart Rackham2009-04-291-13/+11
* FIXED: Constrained quotes were incorrectly matched across line boudaries e.g....Stuart Rackham2009-04-261-1/+1
* Updated webpages for upcoming release.Stuart Rackham2009-04-241-1/+1
* - Added table 'align' attribute to set horizontal alignment for entire table.Stuart Rackham2009-04-231-4/+5
* FIXED: All conbinations of leading comments and attribute entries are now ski...Stuart Rackham2009-04-231-8/+13
* - Trace outputs to stderr.Stuart Rackham2009-04-231-51/+102
* Added horizontal alignment and styles to cell format specifiers.Stuart Rackham2009-04-221-29/+40
* Implemented table column spanning.Stuart Rackham2009-04-211-34/+75
* - Trace FAQ.Stuart Rackham2009-04-191-2/+1
* - Added traces for lists and tables.Stuart Rackham2009-04-171-71/+42
* Improved and simplified trace feature and added more traces.Stuart Rackham2009-04-161-56/+59
* Implemented system trace attribute for debugging. Currently traces inline sub...Stuart Rackham2009-04-151-2/+77
* Bumped version number and created CHANGELOG entry.Stuart Rackham2009-04-101-1/+1
* FIXED: Conf file missing sections bug: http://groups.google.com/group/asciido...Stuart Rackham2009-04-031-1/+1
* Special section definitions can be undefined by setting their configuration e...Stuart Rackham2009-03-301-2/+4
* Warning if nested inline passthroughs encountered.Stuart Rackham2009-03-181-0/+3
* Make outputs behave better when the AsciiDoc source has no header.Stuart Rackham2009-03-181-0/+1
* Bumped version number and updated MANIFEST.Stuart Rackham2009-03-171-1/+1
* - Documentation and website updates.Stuart Rackham2009-03-101-7/+7
* - Fixed bug introduced by r458 e.g. mailto:srackham@gmail.com['Stuart Rackham']Stuart Rackham2009-03-081-2/+2
* Added another API doctest.Stuart Rackham2009-03-071-1/+1
* Bumped version number to 8.4.1.Stuart Rackham2009-03-071-1/+1
* Implemented 'inline literal' passthrough element and updated documentationStuart Rackham2009-03-061-16/+16
* Added asciidoc(1) --doctest option.Stuart Rackham2009-03-051-1/+31
* - Added asciidocapi doctest.Stuart Rackham2009-03-031-1/+1