
I recently installed PmWiki for the course on phenomenology I am assisting with next quarter. I am also toying with the idea of switching research notes over to this format. Installation is easy: you only need a webserver with PHP 4.1+; all content is stored in a flat file so no database system is required.
For d.tools, I managed to write a small C# app that loads .BMP files from harddrive and transfers them to the ezLCD01 display. Since the ezLCD firmware only supports 256 colors (3bit red, 3bit green, 2bit blue), I need a good color reduction algorithm. Some inital links on that topic:
http://homepages.borland.com/efg2lab/Library/Delphi/Graphics/Color.htm
http://www.efg2.com/Lab/Library/Color/AndComputers.htm