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/22 16:28:18 UTC

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

Author: joes
Date: Sat Mar 22 15:28:18 2014
New Revision: 1580228

URL: http://svn.apache.org/r1580228
Log:
unneeded

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=1580228&r1=1580227&r2=1580228&view=diff
==============================================================================
--- thrift/cms-site/trunk/lib/path.pm (original)
+++ thrift/cms-site/trunk/lib/path.pm Sat Mar 22 15:28:18 2014
@@ -10,13 +10,11 @@ our @patterns = (
     [qr!^/sitemap\.html$!, sitemap => {
         conf       => $conf,
         headers    => { title => "Sitemap" },
-        preprocess => 1,
         nest       => 1,
     }],
     [qr!/index\.html$!,    sitemap => {
         conf       => $conf,
         headers    => { title => "Index" },
-        preprocess => 1,
     }],
     [qr/\.md(?:text)?$/,   memoize => {
         view       => [qw/snippet_preprocessor single_narrative/],