Mirror of our build engine
Go to file
Martin A. Brown a7e9b1102d and grabbing David Horton's CSS file 2016-03-02 23:33:53 -08:00
etc add some explanatory text and full option set 2016-03-01 09:35:47 -08:00
extras and grabbing David Horton's CSS file 2016-03-02 23:33:53 -08:00
tests pep8/pyflakes 2016-03-01 22:47:15 -08:00
tldp pyflakes/pep8 fixes 2016-03-01 22:58:37 -08:00
.gitignore
LICENSE
MANIFEST.in need to add the etc/ file 2016-03-01 14:33:53 -08:00
README.rst
TODO build() only returns 0 (success) for all builds 2016-03-01 22:21:29 -08:00
setup.py bumping version to 0.4.5 2016-03-01 23:01:36 -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>`_