summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
* 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>
* improve __main__.pyMatthew Peveler2021-01-281-1/+4
|
* update version to 10.0.0a1Matthew Peveler2021-01-282-2/+2
| | | | Signed-off-by: Matthew Peveler <matt.peveler@gmail.com>
* fix mispelling in CHANGELOGMatthew Peveler2021-01-281-1/+1
| | | | Signed-off-by: Matthew Peveler <matt.peveler@gmail.com>
* remove invalid confpath targetMatthew Peveler2021-01-281-14/+3
|
* fix failing test suite failuresMatthew Peveler2021-01-281-3/+2
| | | | Signed-off-by: Matthew Peveler <matt.peveler@gmail.com>
* update README to markdown to use within pypiMatthew Peveler2021-01-284-2/+49
| | | | Signed-off-by: Matthew Peveler <matt.peveler@gmail.com>
* use pip/setup.py to install asciidocMatthew Peveler2021-01-282-18/+6
| | | | Signed-off-by: Matthew Peveler <matt.peveler@gmail.com>
* remove asciidocapi testsMatthew Peveler2021-01-281-1/+0
| | | | Signed-off-by: Matthew Peveler <matt.peveler@gmail.com>
* move asciidoc into proper python module structureMatthew Peveler2021-01-2896-380/+248
| | | | Signed-off-by: Matthew Peveler <matt.peveler@gmail.com>
* Fix grammar on latex backend section on website index (#166)Matthew Peveler2021-01-271-1/+1
|
* Update release date for 9.0.5 (#165)9.0.5Matthew Peveler2021-01-232-2/+2
| | | Signed-off-by: Matthew Peveler <matt.peveler@gmail.com>
* cut 9.0.5 release (#158)Matthew Peveler2021-01-234-4/+12
| | | Signed-off-by: Matthew Peveler <matt.peveler@gmail.com>
* Improve asciidoc.org link rot (#160)Christopher Kent Hoadley2020-12-141-62/+22
|
* update to deadsnakes/action@2.0.2 (#157)Matthew Peveler2020-12-121-1/+1
| | | Signed-off-by: Matthew Peveler <matt.peveler@gmail.com>
* improve indentationMatthew Peveler2020-12-122-29/+49
| | | | Signed-off-by: Matthew Peveler <matt.peveler@gmail.com>
* Use config newline setting in system attribute evaluation (#155)Christopher Kent Hoadley2020-12-126-1/+1640
| | | | | | | Problems seen with inconsistent newlines in the Table Of Contents HTML pulled in from the configuration file. While the rest of the contents in the resulting HTML file honored the newline style configured by the user, this specific snippet of HTML always used "\r\n". This root of this problem existed for some time, but in earlier versions, the newline style was always "\n". The symptoms changed as a side effect of the issue "Extra line padding in source and literal blocks" (#139). In this issue, the newline style changed to "\r\n", and was noticed by users. Change the System Attribute Evaluation function to use the newline setting from the global "config" instead of using the default newline.
* Update deadsnakes GH action in test suite (#156)Matthew Peveler2020-12-051-1/+1
| | | Signed-off-by: Matthew Peveler <matt.peveler@gmail.com>
* Fix incorrect attribution for Python version check in changelog (#153)Christopher Kent Hoadley2020-11-051-1/+1
|
* cut v9.0.4 release (#150)9.0.4Matthew Peveler2020-10-304-4/+15
| | | Signed-off-by: Matthew Peveler <matt.peveler@gmail.com>
* Add 3.10-dev test target (#152)Matthew Peveler2020-10-301-1/+1
| | | Signed-off-by: Matthew Peveler <matt.peveler@gmail.com>
* Properly detect and compare Python version 3.10+ (#151)Miro HronĨok2020-10-301-3/+3
|
* remove dev designation from 3.9 for testingMatthew Peveler2020-10-201-1/+2
|
* update to deadsnakes/python@v2 for test workflowMatthew Peveler2020-10-201-2/+2
| | | | Signed-off-by: Matthew Peveler <matt.peveler@gmail.com>
* fix Plugin.list method using python2 syntaxMatthew Peveler2020-10-202-1/+2
|
* v9.0.3 release (#148)9.0.3Matthew Peveler2020-10-164-4/+12
|
* test newlines as part of test suite (#147)Matthew Peveler2020-10-052-10/+15
| | | | | | | * test newlines as part of test suite Signed-off-by: Matthew Peveler <matt.peveler@gmail.com> * fix failing toc tests
* set test generated files line endings as ignored by gitMatthew Peveler2020-10-031-0/+3
|