You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@thrift.apache.org by jo...@apache.org on 2014/03/25 22:42:19 UTC

svn commit: r1581540 - /thrift/cms-site/trunk/lib/path.pm

Author: joes
Date: Tue Mar 25 21:42:18 2014
New Revision: 1581540

URL: http://svn.apache.org/r1581540
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=1581540&r1=1581539&r2=1581540&view=diff
==============================================================================
--- thrift/cms-site/trunk/lib/path.pm (original)
+++ thrift/cms-site/trunk/lib/path.pm Tue Mar 25 21:42:18 2014
@@ -51,6 +51,10 @@ our %dependencies; # for /sitemap.html a
                    # 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.
+                   # Now watch me bother anyway just to see...
 
 walk_content_tree {
     if (/\.md(?:text)?$/ or m!/index\.html$! or m!^/test/!) {