need help with docbook

Richard A. Johnson nixternal at kubuntu.org
Sat Feb 16 20:47:11 GMT 2008


Here you is your DocBook file you asked for.

To build it, you can do it a number of ways. If you want to build it and have it 
look like all other KDE documentation, the quick and easy way is like this:

meinproc index.docbook

If you would like to build it and make it look like the HTML file you provided, 
then do it like this:

xsltproc --stringparam generate.toc "no" --param chunk.first.sections 0 \
--xinclude -o index.html \
/usr/lib/kde4/share/kde4/apps/ksgmltools2/customization/kde-nochunk.xsl \ 
index.docbook

What I mean by building it, is converting it back into HTML, of course you could 
use it/build it just like every other KDE document though with CMake.

If you need any more help, feel free to ask.

-- 
Richard A. Johnson
nixternal at kubuntu.org
GPG Key: 0x2E2C0124
-------------- next part --------------
A non-text attachment was scrubbed...
Name: index.docbook
Type: text/docbook
Size: 9946 bytes
Desc: not available
URL: <http://mail.kde.org/pipermail/kde-core-devel/attachments/20080216/334a5a7b/attachment.bin>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 189 bytes
Desc: This is a digitally signed message part.
URL: <http://mail.kde.org/pipermail/kde-core-devel/attachments/20080216/334a5a7b/attachment.sig>


More information about the kde-core-devel mailing list