AsciiDoc3 Python3 GNU/Linux Windows AsciiDoc - see https://asciidoc3.org/pypi.html BEFORE installing


Keywords
text, markup, Windows, asciidoc, asciidoc3, python3, python
License
GPL-2.0+
Install
pip install asciidoc3==3.2.3

Documentation

asciidoc3

Text based document generation using Python 3.x; Python3 port of AsciiDoc

AsciiDoc3 is a text document format for writing notes, documentation, articles, books, ebooks, slideshows, web pages, man pages and blogs. AsciiDoc3 files can be translated to many formats including HTML, PDF, EPUB, man page, and DocBook markup. AsciiDoc3 is highly configurable: both the AsciiDoc3 source file syntax and the backend output markups (which can be almost any type of SGML/XML markup) can be customized and extended by the user.

Prerequisites

AsciiDoc3 is written in 100% pure Python3. So you need a Python interpreter (version 3.5 or later) to execute asciidoc3.py. Python is installed by default in most Linux distributions. You can download Python from the official website https://www.python.org.

Obtaining AsciiDoc3

deb rpm packages tarball generic installer Pelican Plugin PyPI (GNU/Linux and Windows) available! See documentation and installation instructions on the AsciiDoc3 website https://asciidoc3.org/

Tools

Current AsciiDoc3 version tested on Ubuntu Linux 18.04 LTS (Bionic Beaver), Debian Siduction and other platforms, too (Python 3.7.x).

Dependencies

AsciiDoc3 comes without dependencies (aside Python3, of course). To use all features of AsciiDoc3, you need - where necessary - DocBook XSL Stylesheets, xsltproc, w3m, dblatex, FOP, Pygments, graphviz ... You'll find these packages in the repos of your operating system.

Copying

Copyright © Stuart Rackham (and contributors) for AsciiDoc v8.6.9 (Python2)

Copyright © 2018-2020 Berthold Gehrke berthold.gehrke@gmail.com for AsciiDoc3 (Python3)

Free use of this software is granted under the terms of the GNU General Public License version 2 or later (GPLv2+).