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 22:32:03 UTC

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

Author: joes
Date: Sat Mar 22 21:32:02 2014
New Revision: 1580333

URL: http://svn.apache.org/r1580333
Log:
hmm

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=1580333&r1=1580332&r2=1580333&view=diff
==============================================================================
--- thrift/cms-site/trunk/lib/path.pm (original)
+++ thrift/cms-site/trunk/lib/path.pm Sat Mar 22 21:32:02 2014
@@ -7,14 +7,14 @@ use warnings;
 my $conf = Load join "", <DATA>;
 
 our @patterns = (
-    [qr!^/sitemap\.html$!, sitemap => {
-#        view       => 'sitemap',
+    [qr!^/sitemap\.html$!, offline => {
+        view       => 'sitemap',
         conf       => $conf,
         headers    => { title => "Sitemap" },
         nest       => 1,
     }],
-    [qr!/index\.html$!,    sitemap => {
-#        view       => 'sitemap',
+    [qr!/index\.html$!,    offline => {
+        view       => 'sitemap',
         conf       => $conf,
         headers    => { title => "Index" }, # "Index" is magical here
     }],