1MEINPROC5(1) meinproc5 User's Manual MEINPROC5(1)
2
3
4
6 meinproc5 - KDE translator for XML
7
9 meinproc5 [-h, --help] [-v, --version] [--cache file] [--check]
10 [--srcdir dir] [--param key=value] [[[-o] | [--output]] file]
11 [--stdout] [--stylesheet xsl] docbook_file
12
14 meinproc5 converts DocBook files to HTML.
15
17 -h--help
18 Show help about options.
19
20 -v--version
21 Show version information.
22
24 --cache file
25 Create a cache file for the document.
26
27 --check
28 Check the document for validity.
29
30 The output can be a bit daunting, since one small mistake can cause a cascade of errors.
31 The trick is to look at the first error, fix that error, save the file, and run meinproc5 again.
32
33 -o, --output file
34 Output whole document to file.
35
36 --stdout
37 Output whole document to stdout.
38
39 --stylesheet xsl
40 Stylesheet to use.
41
42 --srcdir dir
43 Set the root directory to look for kdoctools.
44
45 --param key=value
46 Set parameters to pass to the stylesheet.
47
49 The most common way to run meinproc5 is simply as
50
51 meinproc5 docbook-file
52
53 where docbook-file is usually index.docbook. This command creates HTML
54 pages from the DocBook file. Note that these pages are only viewable in
55 KDE-based browsers (like Konqueror).
56
57 If you need to view the HTML output in another browser (for example, if
58 you're placing it on line), use
59
60 meinproc5 --stylesheet stylesheet-name docbook-file
61
62 where stylesheet-name is the full path to one of the XSL stylesheets in
63 <kdoctools_installation_prefix>/share/kf5/kdoctools/customization/. To
64 produce output suitable for the web, you can use kde-web.xsl or
65 kde-chunk-online.xsl. See the README file in that directory for more
66 details.
67
69 kf5options(7), qt5options(7)
70
72 Please use KDE's bugtracker[1] to report bugs.
73
75 1. KDE's bugtracker
76 https://bugs.kde.org
77
78
79
80KDE Frameworks Frameworks 5.0 2014-05-08 MEINPROC5(1)