summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Fix *.xsl files not being included in pip installsmpeveler/bugfix-xslMatthew Peveler2021-10-281-1/+1
| | | | Signed-off-by: Matthew Peveler <matt.peveler@gmail.com>
* Configure codecov to use PR status check (#204)Matthew Peveler2021-10-171-0/+13
|
* Add step to upload to pypi during release workflowMatthew Peveler2021-10-171-0/+6
| | | | Signed-off-by: Matthew Peveler <matt.peveler@gmail.com>
* Update metadata for 10.0.0 release10.0.0Matthew Peveler2021-10-163-4/+4
| | | | Signed-off-by: Matthew Peveler <matt.peveler@gmail.com>
* Update changelog for 10.0Matthew Peveler2021-10-161-1/+17
| | | | Signed-off-by: Matthew Peveler <matt.peveler@gmail.com>
* Update READMEMatthew Peveler2021-10-161-16/+3
| | | | Signed-off-by: Matthew Peveler <matt.peveler@gmail.com>
* Update Makefile for 10.xMatthew Peveler2021-10-163-245/+46
|
* Update location of dblatex.txtMatthew Peveler2021-10-161-1/+1
| | | | Signed-off-by: Matthew Peveler <matt.peveler@gmail.com>
* Update version of deadsnakes/actionMatthew Peveler2021-10-161-1/+1
| | | | Signed-off-by: Matthew Peveler <matt.peveler@gmail.com>
* Mark support for Python 3.9 and 3.10 (#199)Matthew Peveler2021-10-162-2/+4
|
* Add dvisvgm to CI workflow (#198)Matthew Peveler2021-10-161-0/+1
|
* Split off utils functions into own module (#197)Matthew Peveler2021-10-164-222/+331
|
* Add .editorconfig fileMatthew Peveler2021-09-191-0/+12
|
* Add code coverage tracking to CIMatthew Peveler2021-09-193-9/+11
|
* Create exceptions module to contain exception classesMatthew Peveler2021-09-183-9/+10
|
* cut 9.1.1 releaseMatthew Peveler2021-09-182-2/+10
|
* Remove unnecessary gh-pages workflowMatthew Peveler2021-09-181-40/+0
| | | | | | | The asciidoc-py website is now stored in a separate repo, so we no longer need to build the gh-pages as part of this repo. Signed-off-by: Matthew Peveler <matt.peveler@gmail.com>
* Add -p flag to mkdir /usr/share/man/man1 in DockerfileMatthew Peveler2021-09-181-1/+1
|
* Cleanup outfile on system-exiting exceptions (#195)Felipe Contreras2021-09-181-3/+3
|
* tests: Add missing requires directive for source-highlight (#189)Marvin Schmidt2021-03-301-0/+3
| | | | | | | | | | | | | | | | | Otherwise the test fails in environments without `source-highlight`: [snip] 70: Newline Tests (Override To MAC) SOURCE: asciidoc: tests/data/newline.txt PASSED: html5: tests/data/newline-mac-html5.html 71: Include Line Ranges SOURCE: asciidoc: tests/data/include-lines-test.txt FAILED: html5: tests/data/include-lines-html5.html TOTAL PASSED: 233 TOTAL FAILED: 1 TOTAL SKIPPED: 10 /bin/sh: source-highlight: command not found /bin/sh: source-highlight: command not found /bin/sh: source-highlight: command not found
* Update gh-pages workflow to use main branchMatthew Peveler2021-02-111-1/+1
|
* cut 9.1.0 release (#174)masterMatthew Peveler2021-02-102-43/+49
| | | Signed-off-by: Matthew Peveler <matt.peveler@gmail.com>
* Add small blurb on legacy nature of AsciiDoc.py (#175)Matthew Peveler2021-02-103-10/+33
| | | Signed-off-by: Matthew Peveler <matt.peveler@gmail.com>
* fix failing latexmathml testsMatthew Peveler2021-02-065-41/+37
| | | | Signed-off-by: Matthew Peveler <matt.peveler@gmail.com>
* fix failing source-highlight-filter testsMatthew Peveler2021-02-066-11/+11
| | | | Signed-off-by: Matthew Peveler <matt.peveler@gmail.com>
* update name from AsciiMathML to AsciiMathMatthew Peveler2021-02-065-17/+17
| | | | Signed-off-by: Matthew Peveler <matt.peveler@gmail.com>
* update links across docsMatthew Peveler2021-02-0615-168/+159
| | | | Signed-off-by: Matthew Peveler <matt.peveler@gmail.com>
* replace SJR byline with more generic AsciiDoc.py TeamMatthew Peveler2021-02-061-2/+1
| | | | Signed-off-by: Matthew Peveler <matt.peveler@gmail.com>
* update info in vim syntax highlighting appendixMatthew Peveler2021-02-061-9/+6
| | | | Signed-off-by: Matthew Peveler <matt.peveler@gmail.com>
* set --catalogs for xmllint if SGML_CATALOG_FILES env is set (#172)Matthew Peveler2021-02-051-1/+4
| | | Signed-off-by: Matthew Peveler <matt.peveler@gmail.com>
* add support for lines attribute for include directive (#167)Matthew Peveler2021-02-036-7/+1445
| | | Signed-off-by: Matthew Peveler <matt.peveler@gmail.com>
* include AsciiDoc API class in moduleMatthew Peveler2021-02-012-0/+70
| | | | Signed-off-by: Matthew Peveler <matt.peveler@gmail.com>
* add notice on expected BC breaks of asciidoc and a2x module internalsMatthew Peveler2021-02-012-0/+9
| | | | Signed-off-by: Matthew Peveler <matt.peveler@gmail.com>
* add git add to gh-pages to workflow to commit untracked filesMatthew Peveler2021-01-301-0/+1
| | | | Signed-off-by: Matthew Peveler <matt.peveler@gmail.com>
* move Dict classes into own moduleMatthew Peveler2021-01-306-99/+120
| | | | Signed-off-by: Matthew Peveler <matt.peveler@gmail.com>
* fix building website to use asciidoc as moduleMatthew Peveler2021-01-301-25/+27
| | | | Signed-off-by: Matthew Peveler <matt.peveler@gmail.com>
* bump version to 10.0.0a210.0.0a2Matthew Peveler2021-01-301-1/+1
| | | | Signed-off-by: Matthew Peveler <matt.peveler@gmail.com>
* disable calling asciidoc package without -m flagMatthew Peveler2021-01-301-1/+1
| | | | Signed-off-by: Matthew Peveler <matt.peveler@gmail.com>
* update README to indicate branch statusMatthew Peveler2021-01-291-11/+14
| | | | Signed-off-by: Matthew Peveler <matt.peveler@gmail.com>
* ignore __pycache__ directory when listing plugin directoriesMatthew Peveler2021-01-291-1/+3
| | | | Signed-off-by: Matthew Peveler <matt.peveler@gmail.com>
* replace asciidoc-file attribute with asciidoc-moduleMatthew Peveler2021-01-292-2/+3
| | | | Signed-off-by: Matthew Peveler <matt.peveler@gmail.com>
* fix errors not displaying when called via moduleMatthew Peveler2021-01-293-4/+12
| | | | Signed-off-by: Matthew Peveler <matt.peveler@gmail.com>
* run a2x through cli method of asciidocMatthew Peveler2021-01-293-11/+20
| | | | Signed-off-by: Matthew Peveler <matt.peveler@gmail.com>
* remove concept of local vs installed appMatthew Peveler2021-01-291-37/+8
| | | | Signed-off-by: Matthew Peveler <matt.peveler@gmail.com>
* ignore pypi build artifactsMatthew Peveler2021-01-281-0/+2
| | | | Signed-off-by: Matthew Peveler <matt.peveler@gmail.com>
* disable homebrew update workflowMatthew Peveler2021-01-281-7/+7
| | | | Signed-off-by: Matthew Peveler <matt.peveler@gmail.com>
* fix building website with new package structureMatthew Peveler2021-01-287-16/+21
| | | | Signed-off-by: Matthew Peveler <matt.peveler@gmail.com>
* fix running a2x under new package structureMatthew Peveler2021-01-2810-35/+40
| | | | Signed-off-by: Matthew Peveler <matt.peveler@gmail.com>
* fix make target for building manpagesMatthew Peveler2021-01-281-1/+1
| | | | Signed-off-by: Matthew Peveler <matt.peveler@gmail.com>
* only publish to gh-pages on releasesMatthew Peveler2021-01-281-2/+2
| | | | Signed-off-by: Matthew Peveler <matt.peveler@gmail.com>