Is there a Linux CHM replacement?

Whether you are using Linux on the desktop or as a server, it's still good that you're using Linux. Linux related questions go here.

Moderator: General Moderators

Post Reply
User avatar
Buddha443556
Forum Regular
Posts: 873
Joined: Fri Mar 19, 2004 1:51 pm

Is there a Linux CHM replacement?

Post by Buddha443556 »

I have no trouble viewing CHM files however the only way to compile CHM files, that I've found, is using Wine and MS's HTML Help Workshop which seems a bit of a PITA. This has gotten me thinking that there must be a Linux equivalent file format to MS's CHM that I'm missing? So is there a compiled/compressed HTML file format for Linux?
User avatar
Chris Corbyn
Breakbeat Nuttzer
Posts: 13098
Joined: Wed Mar 24, 2004 7:57 am
Location: Melbourne, Australia

Post by Chris Corbyn »

I have no idea if it's useful:

http://www.speakeasy.org/~russotto/chm/
The webpage wrote:CHM Tools package
A set of tools for working with the CHM files, consisting of a C language library 'chmlib' and a program called 'chmdump' which dumps out the files in a CHM file.

Not everything in the document is implemented here, but it is a start, and an LZX decompression engine (from Stuart Caie's "cabextract", suitably modified) is included. License is the GPL, following "cabextract".

I also have a C++ library for reading CHM and ITOL/ITLS formats, including the ability to use arbitrary transforms in the latter.

LZX compression package (lzxcomp)
An LGPLed LZX compression engine, suitable for creating compressed CHM files. Or for use in a CAB-making utility or for any other purpose LZX is useful for.
User avatar
Buddha443556
Forum Regular
Posts: 873
Joined: Fri Mar 19, 2004 1:51 pm

Post by Buddha443556 »

d11wtq wrote:I have no idea if it's useful:

http://www.speakeasy.org/~russotto/chm/
I run across that looking for something to decompile CHM files (using archMage for decompiling), the zip is broken on the CHM Tools Package.

I was thinking there might be a Linux alternative to CHM files?

Maybe I found something for my ToDo list: Invent Linux Compressed Document Format. :oops:
Post Reply