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/19 05:42:06 UTC

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

Author: joes
Date: Wed Mar 19 04:42:06 2014
New Revision: 1579133

URL: http://svn.apache.org/r1579133
Log:
drop deps_wrapper incorporating directly into single_narrative

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=1579133&r1=1579132&r2=1579133&view=diff
==============================================================================
--- thrift/cms-site/trunk/lib/path.pm (original)
+++ thrift/cms-site/trunk/lib/path.pm Wed Mar 19 04:42:06 2014
@@ -8,11 +8,6 @@ use warnings;
 my $conf = Load(join "", <DATA>);
 
 our @patterns = (
-    [qr!^/docs\.md(?:text)?$!, deps_wrapper => {
-        conf     => $conf,
-        template => 'default.html',
-        view     => 'single_narrative',
-    }],
     [qr!^/sitemap\.html$!, sitemap => {
         conf     => $conf,
         headers  => { title => "Sitemap" },