Author: crossley Date: Tue Sep 21 00:07:51 2004 New Revision: 46965 Modified: incubator/public/trunk/README.txt incubator/public/trunk/forrest.properties Log: Reflect the move from CVS to SVN.
Modified: incubator/public/trunk/README.txt ============================================================================== --- incubator/public/trunk/README.txt (original) +++ incubator/public/trunk/README.txt Tue Sep 21 00:07:51 2004 @@ -24,9 +24,10 @@ The top-level Incubator website is currently generated by Apache Forrest http://forrest.apache.org/ (using the current development version from SVN). -The source documents are in the "incubator" CVS module. Most documents are -in site/*.xml format. The status reports for each project are in -site/project/*.cwiki (this is the simple JSPWiki format). +The source documents are in the "incubator" SVN repository at "site-author". +Most documents are in site-author/*.xml format. +The status reports for each project are in +site-author/project/*.cwiki (this is the simple JSPWiki format). Editors can edit the pages without generating the site, and just validate the xml with a validating editor before committing. For the wiki pages it is plain @@ -37,7 +38,7 @@ Subproject Website Howto ======================== -Do not use the "incubator" CVS module for project docs, but the module of +Do not use the "incubator" SVN repository for project docs, but the module of the specific project. Each project can use whatever documentation system that it chooses. Modified: incubator/public/trunk/forrest.properties ============================================================================== --- incubator/public/trunk/forrest.properties (original) +++ incubator/public/trunk/forrest.properties Tue Sep 21 00:07:51 2004 @@ -45,11 +45,11 @@ # project.content-dir if any other property using it is uncommented #project.status=status.xml -project.content-dir=site -project.raw-content-dir=site/resources +project.content-dir=site-author +project.raw-content-dir=site-author/resources #project.conf-dir=${project.content-dir}/conf #project.sitemap-dir=${project.content-dir} -project.xdocs-dir=site +project.xdocs-dir=site-author #project.resources-dir=${project.content-dir}/resources #project.stylesheets-dir=${project.resources-dir}/stylesheets #project.images-dir=${project.resources-dir}/images --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
