MM to S5
========

This is a simple utility to convert a FreeMind mind-map (.mm) into an S5 (html) presentation.  
The root node becomes the start page and each top level node below that becomes a slide.
Lower level nodes become increasingly nested lists.
Images are also supported.

Links
-----
FreeMind: http://freemind.sourceforge.net/wiki/index.php/Main_Page


Install
-------

# python setup.py install

or

# easy_install.py mm2s5

Prerequesites
-------------

Requires Python 2.3 or greater
Requires elementtree

License
-------

GNU GPL http://www.gnu.org/copyleft/gpl.html
