File: CHM_HTB2devhelp.README

package info (click to toggle)
devhelp 43.0-6
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 3,144 kB
  • sloc: ansic: 9,775; perl: 216; javascript: 152; sh: 100; xml: 66; python: 55; lisp: 29; makefile: 13
file content (36 lines) | stat: -rw-r--r-- 1,478 bytes parent folder | download | duplicates (11)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
I wanted to inform DevHelp developers and users that it's now possible
to convert full books in CHM and HTB into DevHelp book format, by using
a generic HTML Help book framework I wrote in Python:
  
http://htmlhelp.berlios.de/api/python/

Basically, to convert a CHM book into a DevHelp is as simple as:

  hhconvert /path/to/book.chm /path/to/book.tgz

  The code is only available in the subversion repository - there is no
  tarball as the code is not yet ready for prime time.

  That said I also want to inform that I'll stop providing more books in
  DevHelp format, i.e., I'll no longer update those in
  http://htmlhelp.berlios.de/books/devhelp.php . There is no intention in
  making DevHelp a full-fledge viewer. It has very limited functionality
  compared e.g., with PHP+MySQL web interface as in
  http://htmlhelp.berlios.de/web/php.php and something similar can be done
  much more easily with Python as in http://gnochm.sourceforge.net . I
  still would like to have a nice documentation browser in gnome, but I
  think DevHelp is no longer the way to achieve it.

  If anybody still wants DevHelp books they can make it themselves using
  the above process.

  In the near future I'll implement the opposite, i.e., allow convertion of
  DevHelp books into CHM/HTB, to use with the GTK/GNOME documentation.

  I hope you find this useful/interesting.

José Fonseca

Mail originally at:
http://lists.gnome.org/archives/gnome-devtools/2004-January/msg00056.html