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:26:44 UTC

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

Author: joes
Date: Sat Mar 22 21:26:44 2014
New Revision: 1580332

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