Incubator sites are required to stage their web content in SVN and
then update the live site from SVN. I've hacked together a
combination of Maven, Ant and the SVN executable to do a hopefully
tolerable job of that. The staged content can be reviewed by
browsing http://svn.apache.org/repos/asf/incubator/log4php/site/
index.html.
I don't apparently have the privileges to get the staged content to
its anticipated home of http://incubator.apache.org/log4php but will
request that to be set up unless there are any objections.
The source for the site is in src/site and its subdirectories. Do
"mvn site" to build the site and "mvn site-deploy" to stage content
to the SVN server. The site-goal requires phpdoc and the site-deploy
goal requires that you can SSH into localhost, that you have set the
SVN_EDITOR environment variable and SVN on the path. Feel free to
make any changes on the content. usage.html is really messed up.