1MEINPROC4(8) KDE User's Manual MEINPROC4(8)
2
3
4
6 meinproc4 - KDE translator for XML
7
9 meinproc4 [--help] [Generic-options] [Qt-options] [KDE-options]
10 [--cache file] [--check] [--htdig] [--srcdir]
11 [--param key=value] [[[-o] | [--output]] file] [--stdout]
12 [--stylesheet xsl] docbook_file
13
15 meinproc4 converts DocBook files to HTML.
16
18 --author
19 Show author information.
20
21 --help
22 Show help about options.
23
24 --help-all
25 Show all options.
26
27 --help-kde
28 Show KDE specific options.
29
30 --help-qt
31 Show Qt specific options.
32
33 --license
34 Show license information.
35
36 -v--version
37 Show version information
38
40 --cache file
41 Create a cache file for the document
42
43 --check
44 Check the document for validity
45
46 The output can be a bit daunting, since one small mistake can cause a cascade of errors.
47 The trick is to look at the first error, fix that error, save the file, and run meinproc4 again.
48
49 --htdig
50 Create a ht://dig compatible index
51
52 -o, --output file
53 Output whole document to file.
54
55 --stdout
56 Output whole document to stdout.
57
58 --stylesheet xsl
59 Stylesheet to use
60
61 --srcdir dir
62 Set the root directory to look for kdelibs
63
64 --param key=value
65 Set parameters to pass to the stylesheet.
66
68 The most common way to run meinproc4 is simply as
69
70 meinproc4 docbook-file
71
72 where docbook-file is usually index.docbook. This command creates HTML
73 pages from the DocBook file. Note that these pages are only viewable in
74 KDE-based browsers (like Konqueror).
75
76 If you need to view the HTML output in another browser (for example, if
77 you're placing it on line), use
78
79 meinproc4 --stylesheet stylesheet-name docbook-file
80
81 where stylesheet-name is the full path to one of the XSL stylesheets in
82 $KDEDIR/share/apps/ksgmltools/customization. To produce output suitable
83 for the web, you can use kde-web.xsl or kde-chunk-online.xsl. See the
84 README file in that directory for more details.
85
87 kdeoptions(7), qtoptions(7)
88
90 There are probably tons of bugs. Use bugs.kde.org[1] to report them.
91
93 1. bugs.kde.org
94 http://bugs.kde.org
95
96
97
980.01.01 2008-10-03 MEINPROC4(8)