I'm trying to wrap up: The current page ( http://incubator.apache.org/projects/shindig.html ) gets generated from http://svn.apache.org/repos/asf/incubator/public/trunk/site-author/projects/shindig.xml Permissions: @shindig is missing from /incubator/public, I could add the group if it is standard policy, a number of other projects are there.
The prospective web site ( http://incubator.apache.org/projects/shindig/... ) is stored in subversion typically under http://svn.apache.org/repos/asf/incubator/shindig/site/ ( nothing there for us there yet). Permissions up to ourselves, as it is below shindig Depending on how the site is generated, the sources can be in different places. For anakia or similar (docbookish)xml->html translations, they will be static trees somewhere under http://svn.apache.org/repos/asf/incubator/shindig/ . For maven they are mostly picked from files in the source tree... I particularly like a low how code.google.com projects generate the wiki/site from a /wiki directory under subversion, but this is not how we have historically managed wiki.apache.org. Typical generation tools: - maven - anakia - conversion from wiki (see below) - any CMS able to have a clean set of sources under version control and generate a clean site (under version control) Wikis: Some projects use the classic apache moinmoin farm. See http://wiki.apache.org/harmony/FrontPage I guess using the ugly default skin is not mandatoty :) Other projects use a confluence set up: http://cwiki.apache.org/ Opinions? Santiago

