Skip to content

Support for online view of extracted chm help files as html via web browser

License

Notifications You must be signed in to change notification settings

openlab-vn-ua/webchm

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

webchm

Support for online view of extracted chm help files as html via web browser

How to use:

  1. Extract .chm file into separate folder of your web site. If you use windows, you may use build in hh.exe utility:
hh -decompile TARGET_FOLDER SOURCE.CHM
  1. Add webchm.js + webchm_view.html + webchm_view.css + webchm_view.js to the folder

  2. Find your help file index (.hhc file)

  3. Launch webchm_view.html?index={name of your index file}.hhc via browser

  4. If you want, you may do minor changes in webchm_view.html so:

    • Create webchm_view_user.css to future alter visual styles (uncomment loading in head)
    • Edit call to webchmView.boot('{your name .hhc}', true); to alter default .hhc index name (default 'index.hhc')
    • Edit call to webchmView.boot('index.hhc', false); to disable 'index' param processing (more secure)

About

Support for online view of extracted chm help files as html via web browser

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published