You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@roller.apache.org by gm...@apache.org on 2014/07/15 20:01:54 UTC

svn commit: r1610785 - /roller/cmssite/trunk/lib/path.pm

Author: gmazza
Date: Tue Jul 15 18:01:54 2014
New Revision: 1610785

URL: http://svn.apache.org/r1610785
Log:
Test to see if script being used.

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=1610785&r1=1610784&r2=1610785&view=diff
==============================================================================
--- roller/cmssite/trunk/lib/path.pm (original)
+++ roller/cmssite/trunk/lib/path.pm Tue Jul 15 18:01:54 2014
@@ -5,10 +5,6 @@ use ASF::Value;
 
 # taken from django's url.py
 
-our @patterns = (
-	[qr!/glentest.mdtext$!, basicc => { template => "test.html" }],
-	[qr!\.mdtext$!, basicc => { template => "basic.html" }],
-) ;
 
 # [qr!/sitemap\.html$!, sitemap => { headers => { title => "Sitemap" }} ],