Author: joes
Date: Tue Mar 25 21:35:18 2014
New Revision: 1581535

URL: http://svn.apache.org/r1581535
Log:
docs

Modified:
    thrift/cms-site/trunk/lib/path.pm

Modified: thrift/cms-site/trunk/lib/path.pm
URL: 
http://svn.apache.org/viewvc/thrift/cms-site/trunk/lib/path.pm?rev=1581535&r1=1581534&r2=1581535&view=diff
==============================================================================
--- thrift/cms-site/trunk/lib/path.pm (original)
+++ thrift/cms-site/trunk/lib/path.pm Tue Mar 25 21:35:18 2014
@@ -47,7 +47,10 @@ our @patterns = (
     }],
 );
 
-our %dependencies;
+our %dependencies; # for /sitemap.html and /**/index.html pages whose title + 
url listings
+                   # depend on the other files in the relevant directories.  
We run the views
+                   # for those files in offline mode for performance, since 
the titles and urls
+                   # required do not depend on code snippet contents which 
take time to fetch.
 
 walk_content_tree {
     if (/\.md(?:text)?$/ or m!/index\.html$! or m!^/test/!) {


Reply via email to