summaryrefslogtreecommitdiff
path: root/doc/website/README.txt
diff options
context:
space:
mode:
Diffstat (limited to 'doc/website/README.txt')
-rw-r--r--doc/website/README.txt28
1 files changed, 6 insertions, 22 deletions
diff --git a/doc/website/README.txt b/doc/website/README.txt
index 6a0c2876ab..dcb3b423e5 100644
--- a/doc/website/README.txt
+++ b/doc/website/README.txt
@@ -1,26 +1,10 @@
-This is the source directory for creating web pages for the Qpid web
-site.
+To edit the website, check out the /site repo area:
-The template used for all pages (template.html), stylesheet
-(style.css), and images are in the ./template directory.
+ svn co https://svn.apache.org/repos/asf/qpid/site
-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.
+The HTML files for the site reside in the docs directory, where a README
+can be found to describe the process of adding new content.
-Use wrap like this:
+It is no longer necessary to generate the main website pages, the live files
+are now edited directly, and are deployed to the web server after check in.
-$ tools/wrap template/template.html content/<filename> build/<filename>
-
-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.