Mirror of our build engine
Go to file
Martin A. Brown 2feb454c18 create more functions for the driver.py
Rearrange the logic for handling the various arguments so that it is
less obnoxious; breaking it into functions makes it easier to read (and test).
2016-03-01 13:21:26 -08:00
etc add some explanatory text and full option set 2016-03-01 09:35:47 -08:00
tests adding a bunch more testing for driver.py 2016-03-01 11:02:44 -08:00
tldp create more functions for the driver.py 2016-03-01 13:21:26 -08:00
.gitignore no need to track the .pyc files 2016-02-15 21:06:07 -08:00
LICENSE adding the text of the MIT license 2016-02-22 12:43:59 -08:00
README.rst better introductory text 2016-02-22 12:46:49 -08:00
TODO adjusting TODO list (completed a few things) 2016-03-01 11:04:43 -08:00
setup.py bumping version to 0.4.2 2016-03-01 11:08:02 -08:00

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>`_