Author: gmazza
Date: Tue Jul 15 18:03:15 2014
New Revision: 1610787
URL: http://svn.apache.org/r1610787
Log:
Hmm, updated scripts in lib folder don't seem to be picked up by Apache CMS.
:(
Modified:
roller/cmssite/trunk/lib/path.pm
Modified: roller/cmssite/trunk/lib/path.pm
URL:
http://svn.apache.org/viewvc/roller/cmssite/trunk/lib/path.pm?rev=1610787&r1=1610786&r2=1610787&view=diff
==============================================================================
--- roller/cmssite/trunk/lib/path.pm (original)
+++ roller/cmssite/trunk/lib/path.pm Tue Jul 15 18:03:15 2014
@@ -5,6 +5,10 @@ use ASF::Value;
# taken from django's url.py
+our @patterns = (
+ [qr!/glentest.mdtext$!, basic => { template => "test.html" }],
+ [qr!\.mdtext$!, basic => { template => "basic.html" }],
+) ;
# [qr!/sitemap\.html$!, sitemap => { headers => { title => "Sitemap" }} ],