Browse CVS Repository
Contents of /tombo/Docs/DocBooks/README.txt
Parent Directory
| Revision Log
| Revision Graph
Revision 1.1 -
( show annotations)
( download)
Sat Oct 16 13:33:14 2004 UTC
(19 years, 5 months ago)
by hirami
Branch: MAIN
CVS Tags: Tombo_1_15, Tombo_1_14, Tombo_1_16, Tombo_1_13, Tombo_1_12, Tombo_2_0b4, HEAD
File MIME type: text/plain
DocBook format documents.
| 1 |
This is a DocBook version of the Tombo User's Guide. |
| 2 |
|
| 3 |
The HTML was consolidated into a DocBook XML file and then compiled the CHM file. |
| 4 |
|
| 5 |
Tools Needed |
| 6 |
- libxml2 (xsltproc) (free, part of the Gnome Project) |
| 7 |
- Microsoft HTML SDK (free on the MS Site) |
| 8 |
- DocBook XSL files (free from http://docbook.org) |
| 9 |
- DocBook DTD files (to validate) (free from ???) |
| 10 |
|
| 11 |
I compiled the file with this command |
| 12 |
xsltproc htmlhelp.xsl UserGuide_en.xml |
| 13 |
|
| 14 |
Then, I created the CHM file using |
| 15 |
hhc htmlhelp.hhp |
| 16 |
|
| 17 |
(The above assumes that you put the HTML Help path into your path) |
| 18 |
|
| 19 |
The htmlhelp.xsl is an XSLT style sheet that references a standard copy of |
| 20 |
the DocBook XSL style sheets. |
| 21 |
|
| 22 |
|
| 23 |
Document Tools Needed |
| 24 |
|
| 25 |
Microsoft HTML Help SDK |
| 26 |
|
| 27 |
Note: hhc is part of Microsoft's HTML Help SDK 1.4. It can be |
| 28 |
downloaded free from the http://msdn.microsoft.com web site. |
| 29 |
Aslo: You'll also need to add it's install directory to your path |
| 30 |
C:\PROGRA~1\HTMLHE~1 is the default install path. |
| 31 |
|
| 32 |
|
| 33 |
libxml2 - xsltproc, xmllint (cygwin) |
| 34 |
|
| 35 |
GNU make (cygwin??) |
| 36 |
|
| 37 |
Tidy (cygwin?) |
| 38 |
|
| 39 |
DTDs (only needed for offline building) |
| 40 |
DocBook XML |
| 41 |
DocBook XSL |
| 42 |
Catalogs |
|