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 01:07:44 UTC

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

Author: joes
Date: Sun Mar 23 00:07:43 2014
New Revision: 1580385

URL: http://svn.apache.org/r1580385
Log:
index

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=1580385&r1=1580384&r2=1580385&view=diff
==============================================================================
--- thrift/cms-site/trunk/lib/path.pm (original)
+++ thrift/cms-site/trunk/lib/path.pm Sun Mar 23 00:07:43 2014
@@ -13,6 +13,11 @@ our @patterns = (
         headers    => { title => "Sitemap" },
         nest       => 1,
     }],
+    [qr!^/index\.html$!,    snippet => {
+        view       => 'sitemap',
+        conf       => $conf,
+        headers    => { title => "Index" }, # "Index" is magical here
+    }],
     [qr!/index\.html$!,    offline => {
         view       => 'sitemap',
         conf       => $conf,