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/23 08:07:08 UTC

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

Author: joes
Date: Sun Mar 23 07:07:08 2014
New Revision: 1580462

URL: http://svn.apache.org/r1580462
Log:
future proof

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=1580462&r1=1580461&r2=1580462&view=diff
==============================================================================
--- thrift/cms-site/trunk/lib/path.pm (original)
+++ thrift/cms-site/trunk/lib/path.pm Sun Mar 23 07:07:08 2014
@@ -12,6 +12,7 @@ our @patterns = (
         conf       => $conf,
         headers    => { title => "Sitemap" },
         nest       => 1,
+        preprocess => 1,
     }],
     [qr!^/index\.html$!,   snippet => {
         view       => 'news_page',
@@ -23,6 +24,7 @@ our @patterns = (
         view       => 'sitemap',
         conf       => $conf,
         headers    => { title => "Index" }, # "Index" is magical here
+        preprocess => 1,
     }],
     [qr!/README.md(?:text)?$!, snippet => {
         view       => [qw/reconstruct single_narrative/],