I put up a skeletal version of a website at:
http://incubator.apache.org/thrift
There's lots to be filled in, but it's a start.
To edit it you need to have Forrest & Ant installed. Note that Forrest
doesn't like Java 1.6 and must be run with Java 1.5.
# checkout the site
svn co https://svn.apache.org/repos/asf/thrift/site
cd site
# edit the site
emacs author/src/documentation/content/xdocs/index.xml
# re-generate html & pdf
ant
# commit changes
svn commit -m "improved documentation"
# update live site
ssh people.apache.org
cd /www/incubator.apache.org/thrift
svn up
Doug