Igor 2 Html October 25, 2003 Download from: http://igor.qiguang.net USAGE: i2h [ options... ] filename... OPTIONS: -m Displays list of Macros in contents -f Displays list of Functions in contents -w Displays list of Windows in contents -tTitle Use TITLE as title of html. No spaces between the -t and TITLE. If TITLE contains spaces, surround TITLE with quotes, or use -255 on the number keypad in place of space. DISCLAIMER It's been years since I last wrote in C, so the code isn't pretty. But it works and gets the job done. So yeah. :\ INTRODUCTION This is a command line utility written in C to convert Igor .ipf files to .html files. The program handles basic problems like <, > and & symbols, and adds a contents menu with hyperlinks to functions, macros and windows. The program is open source. Feel free to modify it to your heart's content. KNOWN BUGS There are no known bugs. If you come accross a bug, e-mail it to igor@qiguang.net. WHAT ELSE IS THERE? Nothing... this program is pretty straight forward. Basically a variant of the popular c2html written for Igor. Steve stevec@qiguang.net http://igor.qiguang.net