After way too many Windows-related nigglies,
KnowledgeTree beta 3 is out.
Grab a copy if you don't want my PHP and Windows sacrifices to be in vain. I'm increasingly wondering how people get some sorts of things done in PHP, especially when running with Windows. Python provides relatively seemless cross-platform support. PHP seems not to even let me run a program without invoking a shell (which requires an obscure permissions setting to work with services). And that command shell refuses to run escaped commands directly, forcing me to use Windows-specific hacks. Ug.