Archive for the ‘chm’ tag
Chm server
It’s not so fancy but I love it.
For Mac OSX Install chmlib:
sudo ports install chmlib
Now you’ll find the chm_http available and you are ready to serve the documentation.
chm_http –port=8080 –bind=127.0.0.1 file.chm
aaand now browse http://127.0.0.1:8080 and you should find the file de-compiled and served for you
Enjoy.