|
|
HTML Help Builder
File Details
1.0.7: Create Compiled Help files from MindManager Maps Verison 1.0.7: 2/7/2007
HTML Help files are great way of packaging information from MindManager Maps. 
Windows Explorer Usage: - Right-click on a .mmap file and select Compile Help.
- A .chm file will be created in the same folder as the .mmap file.
MindManager Usage - Open a map that you want to export to CHM. If you want to create a new help map, select File...New...HTML Help Map
- Add Help Map Markers icons to mark Table of Content entries.
- From the Top menu, select File...Export...Compiled Help Export...
- Select a filename for the .chm and press OK.
- A .chm file will be created with that filename.
 HTML Help file showing new TOC Icons
Adding to a build script: To add the building of a compiled help file to a software build process, you can use this script with command line parameters: C:\Program Files\Mindjet Labs\MindManager Help Builder\BuildHelp.wsf Usage: BuildHelp.wsf [map] [/chm:value] [/open] Options: map : .mmap input filename; if none is supplied then the active map in MindManager is used. chm : .chm output filename. Default is the map filename with a .chm extension. open: open the compiled help file after successful creation. Example: BuildHelp.wsf Help.mmap /chm:Help.chm
Pagination: - When the help file is created, a page is created for each labeled topic (select Topic...Label... to add a label to any topic).
- If there are no labeled topics, all of the topics are put into a single page.
Requirements:
- Mindjet MindManager Pro 6
- This uses the free Microsoft HTML Help compiler that is part of the HTML Help Workshop.
Revision History:
- 2/7/2007 Added Task Info and Topic hyperlinks. Fixed a problem with pagination.
- 2/2/2007 Added custom properties, spreadsheets, and comments.
- 2/1/2007 Added a map template and icon map marker set that corresponds to table of contents markers in HTML Help files.
Added an instructions file (that was generated by this builder) to Start Menu/Program Files/Mindjet Labs/HTML Help Builder. - 1/16/2007 Fixed problem with installer that was preventing installation on some systems.
- 1/9/2007 Enhanced HTML transform to indent, add asterisks, and do better recursion (thanks to Allen Brown).
- 11/18/2006 Removed Copyright statement at the footer of each HTML page (thanks to Joel Kruse).
- 11/15/2006 Fixed a problem with file hyperlinks: now they are embedded in the CHM.
- 11/7/2006 Enhanced solution and fixed bugs:
- Fixed problem with maps that have Unicode text (international characters) (thanks to Stefan Scheib). - Signed installer - Fixed image map to work with main topics that do not have labels. - Added /open flag to script to open the compiled help flag after successful creation. - Updated explorer menu command to open the compiled help file after successful creation. - Added code to hide topic label s in image map (thanks to Stefan Schiller).
|
|
|