Okay, this is not completely obvious. I started poking around svn, and found this: https://svn.apache.org/repos/asf/incubator/socialsite/trunk/README.html
which directed me here: http://incubator.apache.org/guides/website.html The non-obvious link on http://incubator.apache.org is named "Incubator Website" fwiw... On Wed, Jun 24, 2009 at 2:03 PM, Upayavira <u...@odoko.co.uk> wrote: > On Wed, 2009-06-24 at 06:06 -0700, Paul Lindner wrote: > > Looks like you can just edit this file directly on people.apache.org > > [lind...@minotaur:/www/incubator.apache.org/projects]$ ls -l > shindig.html > > -rw-rw-r-- 1 fmeschbe incubator 20237 Jun 24 13:05 shindig.html > > [lind...@minotaur:/www/incubator.apache.org/projects]$ > > Don't do that. > > The HTML is in SVN, and in a directory next to it is an XML file. You > use Anakia (included in the checkout) to generate the HTML from the XML. > > If you edit the HTML, you stand to have your work overwritten by someone > working on another podling when they regenerate the site for their own > purpose. > > Once you've edited the XML, you regenerate the HTML, then commit both, > then svn up on the HTML on people. > > Upayavira > > >