You are viewing a plain text version of this content. The canonical link for it is here.
Posted to general@db.apache.org by mc...@apache.org on 2007/10/02 00:03:35 UTC

svn commit: r581092 - in /db/site: README.txt project.xml

Author: mcaisse
Date: Mon Oct  1 15:03:29 2007
New Revision: 581092

URL: http://svn.apache.org/viewvc?rev=581092&view=rev
Log:
Add JDO PMC members. Update readme with more detailed instructions.

Modified:
    db/site/README.txt
    db/site/project.xml

Modified: db/site/README.txt
URL: http://svn.apache.org/viewvc/db/site/README.txt?rev=581092&r1=581091&r2=581092&view=diff
==============================================================================
--- db/site/README.txt (original)
+++ db/site/README.txt Mon Oct  1 15:03:29 2007
@@ -14,6 +14,18 @@
 list or the httpd mailing list. Those folks can't help you. :-)
 
 
+Overview of DB site maintenance
+---------------------
+
+1. Check out the site module from the svn repository.
+2. Modify the files in xdocs or the top level project files as required.
+3. Run maven in the root directory to build the site locally.
+4. Review your changes by opening target/docs/index.html .
+5. When you are satisfied with the changes, check them into svn.
+6. Deploy the site by invoking "maven site:deploy".
+
+See the following sections for details.
+
 Regenerating the site
 ---------------------
 
@@ -29,7 +41,7 @@
 staging server running on people.apache.org and will be updated to the
 main server every two hours.
 
-Upload your ssh key to people.apache.org makes it much easier to deploy. 
+In order to deploy the site, you must upload your ssh key to people.apache.org. 
 These instructions tell how to set up an ssh key and start the agent:
 
      http://www.cs.utk.edu/~england/ssh.html 

Modified: db/site/project.xml
URL: http://svn.apache.org/viewvc/db/site/project.xml?rev=581092&r1=581091&r2=581092&view=diff
==============================================================================
--- db/site/project.xml (original)
+++ db/site/project.xml Mon Oct  1 15:03:29 2007
@@ -230,6 +230,30 @@
       <roles><role>PMC Member</role></roles>
     </developer>
 
+    <developer>
+      <name>Michelle Caisse</name>
+      <id>mcaisse</id>
+      <email>mcaisse@apache.org</email>
+      <organization>The Apache Software Foundation</organization>
+      <roles><role>PMC Member, JDO</role></roles>
+    </developer>
+
+    <developer>
+      <name>Michael Bouschen</name>
+      <id>mbo</id>
+      <email>mbo@apache.org</email>
+      <organization>The Apache Software Foundation</organization>
+      <roles><role>PMC Member, JDO</role></roles>
+    </developer>
+
+    <developer>
+      <name>Craig Russell</name>
+      <id>clr</id>
+      <email>clr@apache.org</email>
+      <organization>The Apache Software Foundation</organization>
+      <roles><role>PMC Member, JDO</role></roles>
+    </developer>
+
   </developers>
 
   <dependencies>