MEINPROC5(1) | meinproc5 User's Manual | MEINPROC5(1) |
meinproc5 - KDE translator for XML
meinproc5 [-h, --help] [-v, --version] [--cache file] [--check] [--srcdir dir] [--param key=value] [[[-o] | [--output]] file] [--stdout] [--stylesheet xsl] docbook_file
meinproc5 converts DocBook files to HTML.
-h--help
-v--version
--cache file
--check
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 meinproc5 again.
-o, --output file
--stdout
--stylesheet xsl
--srcdir dir
--param key=value
The most common way to run meinproc5 is simply as
meinproc5 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
meinproc5 --stylesheet stylesheet-name docbook-file
where stylesheet-name is the full path to one of the XSL stylesheets in <kdoctools_installation_prefix>/share/kf5/kdoctools/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.
Please use KDE's bugtracker[1] to report bugs.
2014-05-08 | KDE Frameworks Frameworks 5.0 |