[Commits] r566 - website
commits at geoext.org
commits at geoext.org
Fri May 1 03:19:09 CEST 2009
Author: tschaub
Date: 2009-05-01 03:19:09 +0200 (Fri, 01 May 2009)
New Revision: 566
Modified:
website/README.txt
Log:
adding detail on directory structure
Modified: website/README.txt
===================================================================
--- website/README.txt 2009-05-01 00:42:14 UTC (rev 565)
+++ website/README.txt 2009-05-01 01:19:09 UTC (rev 566)
@@ -76,3 +76,39 @@
http://localhost:8080/
http://localhost:8080/trac
+
+
+Summary of the GeoExtSite directory layout
+==========================================
+
+GeoExtSite/
+-----------
+
+All utilities for building the website. Activate this virtualenv (``.
+bin/activate``) before running any paver tasks (e.g. ``paver build_docs``).
+
+
+GeoExtSite/www/
+---------------
+
+A built version of the site. Only exists after ``paver build_docs``. Contains
+copies of the static resources (images and stylesheets) in the docsrc directory
+mentioned below.
+
+
+GeoExtSite/src/trunk/geoext/
+----------------------------
+
+The GeoExt lib and other resources. This is used to generate API docs from the
+js source. Only exists after ``paver build_docs``.
+
+
+GeoExtSite/src/trunk/docsrc/
+----------------------------
+
+Contains all rst, stylesheets, images, and templates. This is where things can
+be edited to change the look of the website. Also contains config for sphinx.
+Only exists after ``paver build_docs``.
+
+To change the look of the website, you would edit things in this directory (e.g.
+_static/geoext.css) and then rerun ``paver build_docs``.
More information about the Commits
mailing list