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/17 18:51:01 UTC

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

Author: joes
Date: Mon Mar 17 17:51:00 2014
New Revision: 1578484

URL: http://svn.apache.org/r1578484
Log:
future proof a mass rename of markdown files

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=1578484&r1=1578483&r2=1578484&view=diff
==============================================================================
--- thrift/cms-site/trunk/lib/path.pm (original)
+++ thrift/cms-site/trunk/lib/path.pm Mon Mar 17 17:51:00 2014
@@ -9,7 +9,7 @@ my $conf = YAML::Load($yaml);
 
 
 our @patterns = (
-    [qr/\.md$/, single_narrative => { conf => $conf, template => 'default.html' }],
+    [qr/\.md(?:text)?$/, single_narrative => { conf => $conf, template => 'default.html' }],
 );
 
 1;