Text-Based Document Generation
AsciiDoc is a text document format for writing short documents,
articles, books, and UNIX man pages. AsciiDoc files can be translated
to HTML and DocBook markups using the asciidoc command.
- Developed at Publishing
-
5
derived packages
- Download package
-
Checkout Package
osc -A https://api.opensuse.org checkout openSUSE:Factory/asciidoc && cd $_
- Create Badge
Refresh
Refresh
Source Files
Filename | Size | Changed |
---|---|---|
asciidoc-9.0.0rc2.tar.gz | 0001145229 1.09 MB | |
asciidoc.changes | 0000017759 17.3 KB | |
asciidoc.spec | 0000002368 2.31 KB | |
asciidoc.version.patch | 0000002056 2.01 KB |
Revision 43 (latest revision is 54)
Dominique Leuenberger (dimstar_suse)
accepted
request 796535
from
Stephan Kulow (coolo)
(revision 43)
- simplify requires - we don't need the full python3, but the interpreter and xml module (which is part of base) - Bring back asciidoc in maintainable fashion to fix bsc#1135082 - Update to 9.0.0rc2: - Running `make help` will now print out a helpful usage message - Add simplified Chinese translation (thanks @muirmok) - vim-asciidoc: speed up the refresh process for big files (thanks @aerostitch) - Small packaging adjustements - Update to 9.0.0rc1: * Port asciidoc to run on Python 3.5+ (see https://github.com/asciidoc/asciidoc for the EOL Python 2 implementation) * Drop internal implementation of OrderedDict and use the standard library collections.OrderedDict instead * Implement Dockerfile for running asciidoc * Add Catalan translation * Add docbook5 backend * Fix misspellings in various files and documents * Use UTC for testing instead of Pacific/Auckland (which observes daylight saving time). * Use "with" context statement for opening and closing files instead of older try/finally pattern. * Search sibling paths before system wide paths in asciidocapi * Add manpage for testasciidoc.py * Use argparse instead of optparse for argument parsing * Migrate from A-A-P based build system to Make
Comments 0