IQN2HTML

This is a small program for Linux that converts XML files generated
by the IQNotes program on the Sharp Zaurus into HTML files which
can be viewed and printed by most PC's.

The output HTML can be optionally modified by an external CSS style sheet
- if none is specified on the command line, then a default CSS style sheet
is embedded into the HTML output.

To use this program, copy the XML file for your notes from the Zaurus to
your PC and then run iqn2html on the PC to generate HTML from the input.

You'll need to install the iksemel library from the Jabber project to build
iqn2html, then it should be a simple case of typing make.


Examples of use:
 1) Use iqn2html's built in style for the output:
      iqn2html myNotes.xml myNotes.html
 2) Use a seperate stylesheet for the output:
      iqn2html myNotes.xml myNotes.html myCustomStyleSheet.css

It's simple, it's dodgy, and it only works for text notes.

If you want the icons associated with notes to be included in the HTML output,
you need to copy all the icon's from the IQNotes icon packs to a directory named
"items" in the same directory as your HTML file.

That's about it, let me know if it's useful.

Laters,
Craig.
<zaurus@data-uncertain.co.uk>
