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