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 20:19:50 UTC

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

Author: joes
Date: Sun Mar 23 19:19:49 2014
New Revision: 1580575

URL: http://svn.apache.org/r1580575
Log:
comments

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=1580575&r1=1580574&r2=1580575&view=diff
==============================================================================
--- thrift/cms-site/trunk/lib/path.pm (original)
+++ thrift/cms-site/trunk/lib/path.pm Sun Mar 23 19:19:49 2014
@@ -11,7 +11,8 @@ my %thrift_args = (
     template   => 'default.html',        # set common template argument (mainly for .md files)
 );
 
-# order matters here
+# order matters here: see http://www.apache.org/dev/cmsref#core-logic
+
 our @patterns = (
     [qr!^/sitemap\.html$!,     offline => { %thrift_args,
         view       => 'sitemap',