Author: joes
Date: Wed Mar 26 03:11:52 2014
New Revision: 1581667
URL: http://svn.apache.org/r1581667
Log:
reflow
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=1581667&r1=1581666&r2=1581667&view=diff
==============================================================================
--- thrift/cms-site/trunk/lib/path.pm (original)
+++ thrift/cms-site/trunk/lib/path.pm Wed Mar 26 03:11:52 2014
@@ -45,12 +45,13 @@ our @patterns = (
);
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.
- # We could do slightly better if we weren't interested in
the actual build-
- # generated output of those dependent files, which we
aren't, but coding that
- # up as a special case of the standard sitemap view isn't
worth the trouble.
+ # depend on the other files in the relevant content/
subdirectories. 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. We could do slightly better if we weren't
interested in the actual
+ # build-generated output of those dependent files, which we
aren't, but
+ # coding that up as a special case of the standard sitemap
view isn't worth
+ # the trouble.
# Now watch me bother anyway just to see... ok done with
'quick_deps' support.
# Yay it's about a second faster on a full site build for
thrift- go team!