logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

meinproc5 - KDE translator for XML

Application Options

--cachefile
           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 meinproc5 again.

       -o, --outputfile
           Output whole document to file.

       --stdout
           Output whole document to stdout.

       --stylesheetxsl
           Stylesheet to use.

       --srcdirdir
           Set the root directory to look for kdoctools.

       --param key=value
           Set parameters to pass to the stylesheet.

Bugs

       Please use KDE'sbugtracker[1] to report bugs.

Description

meinproc5 converts DocBook files to HTML.

Generic Options

-h--help
           Show help about options.

       -v--version
           Show version information.

Name

       meinproc5 - KDE translator for XML

Notes

        1. KDE's bugtracker
           https://bugs.kde.org

KDE Frameworks Frameworks 5.0                      2014-05-08                                       MEINPROC5(1)

See Also

kf5options(7), qt5options(7)

Synopsis

meinproc5 [-h, --help] [-v, --version] [--cache file] [--check] [--srcdir dir] [--param key=value] [[[-o]
                 | [--output]] file] [--stdout] [--stylesheet xsl] docbook_file

Usage

       The most common way to run meinproc5 is simply as

           meinproc5docbook-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--stylesheetstylesheet-namedocbook-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.

See Also