You are viewing a plain text version of this content. The canonical link for it is here.
Posted to scm@geronimo.apache.org by ga...@apache.org on 2013/01/22 20:29:54 UTC

svn commit: r1437112 - /geronimo/site/trunk/README.txt

Author: gawor
Date: Tue Jan 22 19:29:54 2013
New Revision: 1437112

URL: http://svn.apache.org/viewvc?rev=1437112&view=rev
Log:
added a note about regenerating all pages for a space

Modified:
    geronimo/site/trunk/README.txt

Modified: geronimo/site/trunk/README.txt
URL: http://svn.apache.org/viewvc/geronimo/site/trunk/README.txt?rev=1437112&r1=1437111&r2=1437112&view=diff
==============================================================================
--- geronimo/site/trunk/README.txt (original)
+++ geronimo/site/trunk/README.txt Tue Jan 22 19:29:54 2013
@@ -6,11 +6,13 @@ The following svn repository (svnpubsub)
 
   - https://svn.apache.org/repos/infra/websites/production/geronimo/content
 
-*Most* of the site content is managed through Confluence in the GMOxSITE and related spaces.
-However, some non-html content is (and should be) checked into directly into the svn.
+*Most* of the site content is managed through Confluence in the GMOxSITE and 
+related spaces.
+However, some non-html content is (and should be) checked into directly into 
+the svn.
 
-The following is a list of files and directories that is considered static and can be updated 
-directly in svn:
+The following is a list of files and directories that is considered static and 
+can be updated directly in svn:
 
  - apidocs/
  - devtools/
@@ -24,11 +26,24 @@ directly in svn:
  - driver-downloads.properties
  - functions.js
 
-The Confluence spaces are exported and checked into the svn using a BuildBot process:
+The Confluence spaces are exported and checked into the svn using a BuildBot 
+process:
 
  - http://ci.apache.org/builders/geronimo-site-production
 
 
+How to regenerate all pages of a given Confluence space
+=======================================================
+
+By default, only modified pages (as indicated by RSS feed) are regenerated.
+However, sometime it might be necessary to regenerate all pages of a given
+Confluence space. For example, after changing the export template or modifying
+the navigation pages. To force regeneration of all pages of a given Confluence
+space delete (and commit) the <space name>.pageCache file from the following 
+location: 
+https://svn.apache.org/repos/infra/websites/production/geronimo/content/cache/
+
+
 How to build the site manually
 ==============================