summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* cut 9.0.0rc1 release9.0.0rc1Matthew Peveler2019-11-295-8/+8
* Fix make all incorrectly including spell command for couple files (#90)Matthew Peveler2019-11-292-15/+34
* Update dictionary filesMatthew Peveler2019-11-272-140/+149
* improve pep8 formattingMatthew Peveler2019-11-272-31/+69
* Add missing docbook-xml dependency to DockerfileMatthew Peveler2019-11-271-0/+1
* Fix some misspellings in the changelogMatthew Peveler2019-11-271-2/+2
* Update CHANGELOG.txtMatthew Peveler2019-11-271-0/+8
* remove testasciidoc.py update from travis (#88)Matthew Peveler2019-11-271-1/+0
* Travis CI: Test Python 3.8 (#87)Christian Clauss2019-11-251-1/+1
* search sibling paths before system wide paths for asciidocapi (#53)JuM2019-11-241-8/+17
* Add generated testcases to repository (#68)Matthew Peveler2019-11-24275-6/+128194
* asciidocapi: Fix crash when loading asciidoc with no file extension (#86)Joseph Herlant2019-11-241-3/+5
* Add makefile target for spell checking (#81)Matthew Peveler2019-11-151-0/+24
* Add short version of args to testasciidoc (#82)Joseph Herlant2019-11-152-4/+4
* Update README with correct travis badge url (#85)Matthew Peveler2019-11-151-1/+1
* Adding a manpage for testasciidoc.py (#29)Joseph Herlant2019-09-102-0/+114
* Drop python 3.4 support (#77)Matthew Peveler2019-09-106-17/+10
* README: Update "Obtaining" for under-development asciidoc-py3 (#42)Andrew Janke2019-09-101-3/+4
* Fix a2x overwriting builtin zip function (#78)Matthew Peveler2019-09-081-4/+4
* Add missing ' to backend description for manpage (#80)Matthew Peveler2019-09-081-1/+1
* Merge pull request #69 from MasterOdin/testasciidoc_numberelextr2019-05-261-1/+1
|\
| * Fix using number flag for testasciidoc.pyMatthew Peveler2019-05-251-1/+1
* | Remove deprecated unicode option on regex (#35)Joseph Herlant2019-05-267-34/+34
|/
* Travis CI: Add Python 3.7 to the testing (#56)cclauss2019-04-201-2/+3
* Move graphviz2png to argparse and fix a variable unassigned before use (#33)Joseph Herlant2019-04-201-36/+19
* use proper (German-style) quotes for Czech language (#39)Jindřich Makovička2019-04-201-0/+6
* Moving a2x from optparse to argparse (#34)Joseph Herlant2019-04-201-40/+37
* Update Dockerfile to better allow using different python versions (#62)Matthew Peveler2019-04-201-4/+28
* Update MathJax CDN link (#60)Matthew Peveler2019-04-202-2/+2
* Add version and vers_update make endpoints to replicate from endpoints from A...Matthew Peveler2019-04-202-0/+17
* Add changelog block for unreleased 9.0.0 (#45)Matthew Peveler2019-04-201-0/+15
* Move testasciidoc to use argparse (#37)Matthew Peveler2019-04-201-50/+38
* INSTALL.txt: Remove old references to pre-py3 packages (#41)Andrew Janke2018-10-161-45/+4
* INSTALL.txt: Minor typo fixes and style tweaks (#40)Andrew Janke2018-10-161-18/+19
* Add Catalan translation (#36)Robert Antoni Buj Gelonch2018-10-081-0/+59
* Fix various misspells (#32)Joseph Herlant2018-10-0816-17/+17
* Update the repo url in the install documentation (#30)Joseph Herlant2018-10-081-2/+2
* Alpha DocBook5 implementation (#8)Matthew Peveler2018-07-266-47/+799
* Fix encoding issue when using subprocess (#20)Matthew Peveler2018-07-251-1/+1
* Use system independent timezone for testing (#25)Matthew Peveler2018-07-251-1/+1
* PEP8-related formatting fixes (#28)Adam D2018-07-251-1111/+1419
* Use Python3 command(#17)elextr2018-06-211-1/+1
* Update dockerfile to better run all components of asciidoc (#18)Matthew Peveler2018-06-201-2/+6
* Fix decoding file contents according to file encoding (#22)Matthew Peveler2018-06-201-9/+5
* Fix some filters using python2 shebang line (#19)Matthew Peveler2018-06-203-3/+3
* Update gitignore for make and test suite (#23)Matthew Peveler2018-06-201-0/+10
* Avoid a DeprecationWarning (#14)Miro Hrončok2018-06-138-19/+19
* Merge pull request #7 from MasterOdin/with_openelextr2018-06-052-22/+6
|\
| * Replace try/finally with with for opening filesMatthew Peveler2018-06-052-22/+6
|/
* Merge pull request #2 from MasterOdin/masterelextr2018-06-0427-310/+245
|\