Mirror of our build engine
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
Martin A. Brown e9ad013eb3 updating TODO list (removing stuf) 8 years ago
tests adding a bad example 8 years ago
tldp handle the images and resources during publication 8 years ago
.gitignore no need to track the .pyc files 8 years ago
LICENSE adding the text of the MIT license 8 years ago
README.rst better introductory text 8 years ago
TODO updating TODO list (removing stuf) 8 years ago
setup.py adjusting trove classifiers, removing six dep 8 years ago

README.rst

tldp - tools for publishing from TLDP sources
=============================================
A toolset for publishing multiple output formats of a source document to an
output directory. The supported source formats can be listed, but contain at
least, Linuxdoc, DocBookSGML and DocBook XML 4.x.

TLDP = The Linux Documentation Project.

These are a set of scripts that process committed documents in the
TLDP document source repository to an output tree of choice.


Installation
------------

You can install, upgrade, uninstall tldp tools with these commands::

$ pip install tldp
$ pip install --upgrade tldp
$ pip uninstall tldp

There's also a package for Debian/Ubuntu, but it's not always the
latest version.

Example usages:
---------------

FIXME: Missing examples.

Links
-----

* `Output documentation tree (sample) <http://www.tldp.org/>`_

* `Source tree on GitHub <https://github.com/tLDP/LDP>`_