summaryrefslogtreecommitdiff
path: root/website/README.txt
blob: 86fe699c67ccbdbd0cae1cc8b2a356d2b616fa08 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
[float]
AsciiDoc
========

image:https://github.com/asciidoc/asciidoc-py3/workflows/Test/badge.svg?branch=master["Build Status", link="https://github.com/asciidoc/asciidoc-py3/actions?query=workflow%3ATest+branch%3Amaster"]

AsciiDoc is a text document format for writing notes, documentation,
articles, books, ebooks, slideshows, web pages, man pages and blogs.
AsciiDoc files can be translated to many formats including HTML, PDF,
EPUB, man page.

AsciiDoc is highly configurable: both the AsciiDoc 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
-------------
AsciiDoc is written in Python so you need a Python interpreter
(version 3.5 or later) to execute asciidoc(1). Python is installed by
default in most Linux distributions.  You can download Python from the
official Python website https://www.python.org/.


Obtaining AsciiDoc
------------------
AsciiDoc's Python 3 port is currently under development. To obtain AsciiDoc,
download a copy of the repo from the GitHub project at
https://github.com/asciidoc/asciidoc-py3 and follow the instructions in
INSTALL.txt to build and install it.

Tools
-----
Current AsciiDoc version tested on Ubuntu 18.04 with:

- Python 3.6.5
- DocBook XSL Stylesheets 1.76.1
- xsltproc (libxml 20706, libxslt 10126 and libexslt 815).
- w3m 0.5.2
- dblatex 0.3
- FOP 0.95
- A-A-P 1.091


Copying
-------
Copyright (C) 2002-2013 Stuart Rackham.

Copyright (C) 2013-2020 AsciiDoc Contributors.

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

AsciiDoc is a trademark of the Eclipse Foundation, Inc.