Differences

This shows you the differences between two versions of the page.

Link to this comparison view

docbook [2022/04/16 12:22] (current)
Line 1: Line 1:
 +
 +@related : [[XML]] [[Publishing]] [[SGML]] [[RTF]]
 +
 +How to produce decent [[RTF]] files for msword ? see [[Publishing]]
 +
 +ToDo : 
 +  * http://packages.qa.debian.org/d/docbook-utils.html
 +  * http://www.chez.com/ebellot/ooo2sdbk/
 +
 +===Docbook===
 +
 +  * http://www.docbook.org
 +  * http://wiki.docbook.org/topic/
 +  * DocBook Element Ref: http://docbook.org/tdg/en/html/part2.html
 +  * DocBook XSL Guide: http://www.sagehill.net/docbookxsl/
 +  * FAQ: http://www.dpawson.co.uk/docbook/
 +  * [[Book]] : http://www.oasis-open.org/docbook/documentation/reference/html/docbook.html
 +  * irc://irc.freenode.net/#DocBook
 +  * http://xml.openoffice.org/xmerge/docbook/supported_tag_table.html
 +
 +=== HowTo===
 +
 +  apt-cache search docbook
 +  sudo apt-get install docbook-utils
 +
 +
 +  cat > docbook.xml << EOF
 +<?xml version='1.0' encoding='ISO-8859-1'?>
 +<===DOCTYPE book PUBLIC "-//OASIS//DTD DocBook XML V4.2//EN" "http://www.oasis-open.org/docbook/xml/4.2/docbookx.dtd" >===
 +
 +<book>
 +
 +<bookinfo>
 +<title>book / bookinfo / title</title>
 +</bookinfo>
 +
 +<chapter>
 +
 +<title>book / chapter / title</title>
 +
 +<para>book / chapter / para</para>
 +
 +</chapter>
 +</book>
 +
 +EOF
 +
 +
 +=== StyleSheet Transformation===
 +
 +  docbook2rtf docbook.xml  # [[RTF]]
 +  xmlto html-nochunks docbook.xml # [[HTML]]
 +  xsltproc /usr/share/xml/docbook/stylesheet/nwalsh/fo/docbook.xsl docbook.xml  > docbook.fo # like formated output ?
 +
 +
 +===[[Software]]===
 +
 +  * http://www.dpawson.co.uk/docbook/tools.html#d850e16
 +
 +Docbook DSSSL Jade is an implementation of the DSSSL style language.
 +
 +http://www.jclark.com/dsssl/
 +
 +file://usr/share/doc/jade/jade.htm
 +
 +http://localhost/cgi-bin/dwww?type=file&location=/usr/share/doc/HOWTO/en-txt/DocBook-OpenJade-SGML-XML-HOWTO.gz
 +    http://localhost/cgi-bin/dwww?type=file&location=/usr/share/doc/lg/issue75/spiel.html
 +
 +DocPro will take any DocBook document and transform it into a user defined format (Postscript, HTML etc...).
 +
 +
 +http://freshmeat.net/projects/docbook-utils/
 +
 +http://freshmeat.net/projects/dbdoclet
 +
 +http://www.xml.com/pub/p/423
 +
 +
 +http://www.easysw.com/htmldoc/
 +
 +http://freshmeat.net/projects/html2db/
  
docbook.txt ยท Last modified: 2022/04/16 12:22 (external edit)
 
Except where otherwise noted, content on this wiki is licensed under the following license: CC Attribution-Share Alike 3.0 Unported
Recent changes RSS feed Donate Powered by PHP Valid XHTML 1.0 Valid CSS Driven by DokuWiki