You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by jf...@apache.org on 2005/06/18 18:20:10 UTC

svn commit: r191296 - /httpd/site/trunk/README

Author: jfclere
Date: Sat Jun 18 09:20:08 2005
New Revision: 191296

URL: http://svn.apache.org/viewcvs?rev=191296&view=rev
Log:
Add explanations how to change http://httpd.apache.org.

Modified:
    httpd/site/trunk/README

Modified: httpd/site/trunk/README
URL: http://svn.apache.org/viewcvs/httpd/site/trunk/README?rev=191296&r1=191295&r2=191296&view=diff
==============================================================================
--- httpd/site/trunk/README (original)
+++ httpd/site/trunk/README Sat Jun 18 09:20:08 2005
@@ -22,6 +22,8 @@
 Modifying the website:
 ----------------------
 
+See also http://httpd.apache.org/docs-project/docsformat.html
+
 To modify the website, all you need to do is edit the files in the xdocs 
 directory and then rebuild the website. The format of the files is fairly 
 straightforward. You should only add XHTML tags because the .xml files 
@@ -36,6 +38,24 @@
 Place your images in the xdocs/images directory. When you rebuild, the 
 modified images will be copied over to the docs/images directory.
 
+Publishing on httpd.apache.org (for committers only):
+-----------------------------------------------------
+
+After you have reviewed the changes (in xml and html files) using:
+
+svn diff .
+
+You may commit the changes to the repository:
+
+svn commit .
+
+Then you have to connect to people.apache.org and update the site image:
+
+cd /www/httpd.apache.org
+umask 002
+svn update .
+
+The changes need around 4 hours to be synced to httpd.apache.org.
 
 Questions:
 ----------