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 06:39:53 UTC

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

Author: joes
Date: Sun Mar 23 05:39:53 2014
New Revision: 1580449

URL: http://svn.apache.org/r1580449
Log:
support future plans

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=1580449&r1=1580448&r2=1580449&view=diff
==============================================================================
--- thrift/cms-site/trunk/lib/path.pm (original)
+++ thrift/cms-site/trunk/lib/path.pm Sun Mar 23 05:39:53 2014
@@ -24,6 +24,12 @@ our @patterns = (
         conf       => $conf,
         headers    => { title => "Index" }, # "Index" is magical here
     }],
+    [qr!/README.md(?:text)?$!, snippet => {
+        view       => [qw/reconstruct_content single_narrative/],
+        conf       => $conf,
+        template   => 'default.html',
+        repo       => 'thrift.git',
+    }],
     [qr/\.md(?:text)?$/,   snippet => {
         view       => 'single_narrative',
         conf       => $conf,