You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@couchdb.apache.org by ns...@apache.org on 2009/03/30 16:27:35 UTC

svn commit: r759983 - /couchdb/site/README

Author: nslater
Date: Mon Mar 30 14:27:34 2009
New Revision: 759983

URL: http://svn.apache.org/viewvc?rev=759983&view=rev
Log:
slight rework of site README

Modified:
    couchdb/site/README

Modified: couchdb/site/README
URL: http://svn.apache.org/viewvc/couchdb/site/README?rev=759983&r1=759982&r2=759983&view=diff
==============================================================================
--- couchdb/site/README (original)
+++ couchdb/site/README Mon Mar 30 14:27:34 2009
@@ -1,23 +1,23 @@
-CouchDB Web Site
-================
+CouchDB Site
+============
 
 This directory contains the CouchDB website, the source files it is generated
 from, and the scripts to regenerate the site.
 
-The main site generation script is `bin/build.py`. It reads all the text
-files in the `htdocs` directory and builds a hierarchical site structure based
-on the directory structure. The content of the text files is processed by
-the `bin/Markdown.pl` and `bin/SmartyPants.pl` scripts and then merged with
-the markup skeleton defined by `templates/page.tmpl`.
+The main site generation script is `bin/build.py`. It reads all the text files
+in the `htdocs` directory and builds a hierarchical site structure based on the
+directory structure. The content of the text files is processed by the
+`bin/Markdown.pl` and `bin/SmartyPants.pl` scripts and then merged with the
+markup skeleton defined by `templates/page.tmpl`.
 
 Document Structure
 ------------------
 
-The text files are basically MIME documents with a number of headers at the
-top, and the actual Markdown text as the payload. The headers define meta data
-such as the page title, its position in the navigation, and so on. The names
-of the headers are not case-sensitive. Header values can be interpolated into
-the payload using Python string formatting syntax, for example `%(title)s`.
+The text files are basically MIME documents with a number of headers at the top,
+and the actual Markdown text as the payload. The headers define meta data such
+as the page title, its position in the navigation, and so on. The names of the
+headers are not case-sensitive. Header values can be interpolated into the
+payload using Python string formatting syntax, for example `%(title)s`.
 
 Regenerating the Site
 ---------------------
@@ -26,5 +26,8 @@
 
     ./bin/build.py
 
-Then, after reviewing the generated pages, check in the results. To update the
-online version of the site, you need to ssh into people.apache.org and svn up /www/incubator.apache.org/couchdb
+Then, after reviewing the generated pages, check in the results.
+
+To update people.apache.org, you need to run:
+
+   svn up /www/couchdb.apache.org