Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

lore(1) [debian man page]

GENERATELORE(1) 														   GENERATELORE(1)

NAME
lore - convert documentations formats SYNOPSIS
lore [-l linkrel] [-d docsdir] [-i input] [-o output] [--config attribute[=value] [...]] [-p] [file [...]] lore --help DESCRIPTION
The --help prints out a usage message to standard output. -p, --plain Use non-flashy progress bar - one file per line. -n, --null Do not report progress at all. -N, --number Add chapter/section numbers to section headings. -l, --linkrel Where non-document links should be relative to. -d, --docsdir Where to look for .html files if no files are given. -e, --inputext <extension> The extension that your Lore input files have (default: .xhtml) -i, --input Input format. New input formats can be dynamically registered. Lore itself comes with "lore" (the standard format), "mlore" (allows LaTeX equations) and "man" (man page format). If the input format is not registered as a plugin, a module of the named input will be searched. For example, --i twisted.lore.default is equivalent to using the default Lore input. -o, --output Output format. Available output formats depend on the input. For the core formats, lore and mlore support html, latex and lint, while man allows lore. -x, --index <filename> The base filename you want to give your index file. -b, --book <filename> The book file to generate a book from. --prefixurl <prefix> The prefix to stick on to relative links; only useful when processing directories. --version Display version information and exit. --config Add input/output-specific information. HTML output allows for 'ext=<extension>', output allows for 'section' or 'chapter' in Lore, and nothing in Math-Lore. Lore output allows for 'ext=<extension>'. Lint output allows nothing. Note that disallowed --config options are merely ignored, and do not cause errors. DESCRIPTION
If no files are given, all *.html documents in docsdir are processed. AUTHOR
Written by Moshe Zadka REPORTING BUGS
To report a bug, visit http://twistedmatrix.com/bugs/ COPYRIGHT
Copyright (C) 2003-2008 Twisted Matrix Laboratories. This is free software; see the source for copying conditions. There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICU- LAR PURPOSE. October 2002 GENERATELORE(1)

Check Out this Related Man Page

TAP2DEB(1)																TAP2DEB(1)

NAME
tap2deb - create Debian packages which wrap .tap files SYNOPSIS
tap2deb [options] DESCRIPTION
Create a ready to upload Debian package in ".build" -u, --unsigned do not sign the Debian package -t, --tapfile <tapfile> Build the application around the given .tap (default twistd.tap) -y, --type <type> The configuration has the given type . Allowable types are tap, source, xml and python. The first three types are mktap(1) output formats, while the last one is a manual building of application (see twistd(1), the -y option). -p, --protocol <protocol> The name of the protocol this will be used to serve. This is intended as a part of the description. Default is the name of the tap- file, minus any extensions. -d, --debfile <debfile> The name of the debian package. Default is 'twisted-'+protocol. -V, --set-version <version> The version of the Debian package. The default is 1.0 -e, --description <description> The one-line description. Default is uninteresting. -l, --long_description <long_description> A multi-line description. Default is explanation about this being an automatic package created from tap2deb. -m, --maintainer <maintainer> The maintainer, as "Name Lastname <email address>". This will go in the meta-files, as well as be used as the id to sign the pack- age. --version Output version information and exit. AUTHOR
Written by Moshe Zadka, based on twistd's help messages REPORTING BUGS
To report a bug, visit http://twistedmatrix.com/bugs/ COPYRIGHT
Copyright (C) 2000-2008 Twisted Matrix Laboratories. This is free software; see the source for copying conditions. There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICU- LAR PURPOSE. SEE ALSO
mktap(1) July 2001 TAP2DEB(1)
Man Page