crossley 2004/09/12 22:17:36
Modified: . README.txt
site howtoparticipate.xml
Log:
Clarify the site publishing instructions.
Project sites are checked-out from their project repository.
Revision Changes Path
1.7 +4 -6 incubator/README.txt
Index: README.txt
===================================================================
RCS file: /home/cvs/incubator/README.txt,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- README.txt 11 Sep 2004 06:19:02 -0000 1.6
+++ README.txt 13 Sep 2004 05:17:36 -0000 1.7
@@ -32,7 +32,7 @@
xml with a validating editor before committing. For the wiki pages it is
plain
text (therefore no validation, so be careful).
-See the document http://incubator.apache.org/howtoparticipate.html#website
+http://incubator.apache.org/howtoparticipate.html#website
Subproject Website Howto
========================
@@ -41,12 +41,10 @@
the specific project.
Each project can use whatever documentation system that it chooses.
-That can even be just raw html pages.
+Perhaps use a fancy documentation management system like Forrest or Maven,
+or just use simple raw html pages.
-Check-in the final pages to the "incubator-site" CVS module under
-\incubator-site\build\site\projects\${project-name}\**
-
-When the site is updated from CVS (it's once a day) it will be live.
+http://incubator.apache.org/howtoparticipate.html#project-website
If you have other questions, feel free to post them on
[email protected]
1.7 +11 -8 incubator/site/howtoparticipate.xml
Index: howtoparticipate.xml
===================================================================
RCS file: /home/cvs/incubator/site/howtoparticipate.xml,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- howtoparticipate.xml 12 Sep 2004 08:08:54 -0000 1.6
+++ howtoparticipate.xml 13 Sep 2004 05:17:36 -0000 1.7
@@ -226,9 +226,8 @@
mailing list, starting with '<code>[PATCH]</code>' in the email
subject.</p>
- <p>Incubator committers can just commit the contents of
- <code>incubator-site/build/site</code> (after checking it is
okay!).
- Then publish the website on the server.
+ <p>To update the website, the "incubator-site" CVS module is
+ checked-out on the server.
</p>
<source>
ssh www.apache.org
@@ -253,15 +252,19 @@
<p>
Keep your source documents in your project CVS. To publish
your site, simply "cvs commit" your final generated documents
- to the "incubator-site" module as
-
<code>/incubator-site/build/site/projects/${project-name}/**</code>
+ to your project "site" module.
</p>
<p>
- The "incubator-site" CVS module is checked-out on the server
- to re-create the website (usually once per day).
+ To update the website, the project "site" CVS module is
+ checked-out on the server. PMC members can do this step
manually,
+ or perhaps automate it with cron.
</p>
+ <source>
+ssh www.apache.org
+cd /www/incubator.apache.org/${project-name}
+cvs update -Pd
+ </source>
</section>
</section>
</body>
</document>
-
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]