TreeMap v0.1a
This is a program I made for keeping an overview of the progression of my homework and of each subject's syllabus. It can also be useful when you for example read tutorials or articles online.
To use it, you provide the information in XML-files and the application then converts these files to trees presented in HTML and Javascript.
The software was originally written in Python but has now been ported to Java. It should work on Windows, Linux and Mac OS X. Be sure to use the latest version of Java.
Linux (tested on Ubuntu) users can have problems if they just click directly on the jar-file. The reason is that Gnome does not know which working directory the application should be running. It works if you run it from the terminal like this:
java -jar TreeMap.jar
Windows and OS X users can probably just click on the jar-file without any problems.
Warning: This is an early alpha version and bugs can be present. Use this software at your own risk!
Screenshot:

