I've updated some of the source documents. It looks like it's pretty broken - apigen, for example, isn't stable above PHP5. The Release Candidate is really brittle, requiring specific commits of other libraries.
There's an issue, LOG4PHP-192, that mentions using phing. As I mentioned in the issue, I'm personally in favor of using phing, as it would make it possible to build .phar (compiled archives) that are a bit easier to work with. A lot of tools are distributed that way these days. If we're just generating .html files, we could go the native PHP way and use Sculpin to generate the site. It takes twig (a simple template engine), markdown and spits out static HTML. API documentation could be done with phpDocumentor, phpDox, or doxygen. I'm a bit partial to phpDox personally. What do people think? Kate
