Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

collateindex.pl(1) [centos man page]

COLLATEINDEX(1) 						   DocBook DSSSL						   COLLATEINDEX(1)

NAME
collateindex.pl - generate DocBook index files SYNOPSIS
collateindex.pl [-f] [-g] [-i id] [-I scope] [-N] [-o file] [-p] [-P file] [-q] [-s name] [-S scope] [-t name] [-x] file DESCRIPTION
collateindex.pl creates index data for DocBook XML or SGML files. OPTIONS
-f Force the output file to be written, even if it appears to have been edited by hand. -g Group terms with IndexDiv based on the first letter of the term (or its SortAs attribute). (This might not handle all language envi- ronments.) -i id The ID to use for the <index> tag. -I scope The implied scope, must be "all", "local", or "global". IndexTerms which do not specify a scope will have the implied scope. If unspecified, "all" is assumed. -N New index (generates an empty index file). -o file Output to file. Defaults to stdout. -p Link to points in the document. The default is to link to the closest containing section. -P file Read a preamble from file. The contents of file will be inserted before the <index> tag. -q Run quietly. -s name Name the IndexDiv that contains symbols. The default is "Symbols". Meaningless if -g is not used. -S scope Scope of the index, must be "all", "local", or "global". If unspecified, "all" is assumed. -t name Title for the index. -x Make a SetIndex. -V Print version number and exit. file The file containing index data generated with the DocBook DSSSL HTML stylesheet (usually called HTML.index). EXAMPLE
collateindex.pl -o index.sgml HTML.index EXIT STATUS
0 Success 1 Failure AUTHOR
Norm Walsh <ndw@nwalsh.com> Minor updates by Adam Di Carlo <adam@onshore.com> and Peter Eisentraut <peter_e@gmx.net> docbook-dsssl 1.79 2004-11-04 COLLATEINDEX(1)

Check Out this Related Man Page

MEINPROC4(8)							 KDE User's Manual						      MEINPROC4(8)

NAME
meinproc4 - KDE translator for XML SYNOPSIS
meinproc4 [--help] [Generic-options] [Qt-options] [KDE-options] [--cache file] [--check] [--htdig] [--srcdir] [--param key=value] [[[-o] | [--output]] file] [--stdout] [--stylesheet xsl] docbook_file DESCRIPTION
meinproc4 converts DocBook files to HTML. GENERIC OPTIONS
--author Show author information. --help Show help about options. --help-all Show all options. --help-kde Show KDE specific options. --help-qt Show Qt specific options. --license Show license information. -v--version Show version information APPLICATION OPTIONS
--cache file Create a cache file for the document --check Check the document for validity The output can be a bit daunting, since one small mistake can cause a cascade of errors. The trick is to look at the first error, fix that error, save the file, and run meinproc4 again. --htdig Create a ht://dig compatible index -o, --output file Output whole document to file. --stdout Output whole document to stdout. --stylesheet xsl Stylesheet to use --srcdir dir Set the root directory to look for kdelibs --param key=value Set parameters to pass to the stylesheet. USAGE
The most common way to run meinproc4 is simply as meinproc4 docbook-file where docbook-file is usually index.docbook. This command creates HTML pages from the DocBook file. Note that these pages are only viewable in KDE-based browsers (like Konqueror). If you need to view the HTML output in another browser (for example, if you're placing it on line), use meinproc4 --stylesheet stylesheet-name docbook-file where stylesheet-name is the full path to one of the XSL stylesheets in $KDEDIR/share/apps/ksgmltools/customization. To produce output suitable for the web, you can use kde-web.xsl or kde-chunk-online.xsl. See the README file in that directory for more details. SEE ALSO
kdeoptions(7), qtoptions(7) BUGS
There are probably tons of bugs. Use bugs.kde.org[1] to report them. NOTES
1. bugs.kde.org http://bugs.kde.org 0.01.01 2008-10-03 MEINPROC4(8)
Man Page