You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@qpid.apache.org by jo...@apache.org on 2010/06/23 18:04:05 UTC

svn commit: r957257 - /qpid/trunk/qpid/doc/website/README.txt

Author: jonathan
Date: Wed Jun 23 16:04:05 2010
New Revision: 957257

URL: http://svn.apache.org/viewvc?rev=957257&view=rev
Log:
* Updated docs for wrap
* Added instructions for publishing to the website.

Modified:
    qpid/trunk/qpid/doc/website/README.txt

Modified: qpid/trunk/qpid/doc/website/README.txt
URL: http://svn.apache.org/viewvc/qpid/trunk/qpid/doc/website/README.txt?rev=957257&r1=957256&r2=957257&view=diff
==============================================================================
--- qpid/trunk/qpid/doc/website/README.txt (original)
+++ qpid/trunk/qpid/doc/website/README.txt Wed Jun 23 16:04:05 2010
@@ -1,11 +1,26 @@
-This is the source directory for creating web pages for the Qpid web site.
+This is the source directory for creating web pages for the Qpid web
+site.
 
-The template used for all pages (template.html), stylesheet (style.css), and images are in the ./template directory. 
+The template used for all pages (template.html), stylesheet
+(style.css), and images are in the ./template directory.
 
-The tools directory contains a very simple Python script (wrap) that combines a template and content to create an output file. Content should be written in XHTML, with one <div/> element at the root - see ./content/home.html for an example. Use wrap like this:
+The tools directory contains a very simple Python script (wrap) that
+combines a template and content to create static html pages. Content
+should be written in XHTML, with one <div/> element at the root - see
+./content/home.html for an example.
 
-$ tools/wrap templates/template.html content/home.html build/index.html
+Use wrap like this:
 
-The example directory shows sample output. It includes the CSS stylesheet and images needed to view the output in a web browser. 
+$ tools/wrap templates/template.html content build
 
-Images associated with the template are in template/images. Images associated with content are in content/images.
+Content for the main pages should be check into the content
+directory. Content for documentation is created in the ../book
+directory.
+
+To publish generated content, check out the website repo:
+
+$ svn co https://svn.apache.org/repos/asf/qpid/site/docs
+
+Copy generated content (NOT the source!) into the website repo, add it
+using $ svn add, and commit it. When it is committed, it appears on
+the website.



---------------------------------------------------------------------
Apache Qpid - AMQP Messaging Implementation
Project:      http://qpid.apache.org
Use/Interact: mailto:commits-subscribe@qpid.apache.org