Mapconvert Author: Miika Nurminen (minurmin@cc.jyu.fi) Experimental tool to repair HTML & javascript code produced by IHMC Concept Map Tools, v2.9.1. This tool is public domain. Usage: Using UNIX shell, call mapconvert with one argument that specifies the root directory of HTML site exported by IHMC Concept Map Tool. Example: ./mapconvert ~/maps/testmap/ (testmap must a subdirectory x-kaos-cmap) It is also possible to use the tool from other platforms, but script files should be altered accordingly. External requirements: - HTML Tidy tools, used to convert HTML file to XML - Java 1.4 (DOM interfaces are used) Components: - mapconvert, shell script that handles whole conversion process - clean, shell script that calls HTML tidy & Transform for single file - Transform, Java class to repair a single XML file to HTML. Conversion process: 1. For all files in target directory: 1. Convert original HTML files to XHTML using HTML tidy 2. Repair XHTML files using Transform. (see Transform.java) 2. Copy javascript file to target directory.