You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@isis.apache.org by da...@apache.org on 2013/10/15 01:24:38 UTC

svn commit: r1532132 - in /isis/site/trunk: lib/path.pm templates/screenshot-tutorial.html

Author: danhaywood
Date: Mon Oct 14 23:24:38 2013
New Revision: 1532132

URL: http://svn.apache.org/r1532132
Log:
screenshot tutorial

Added:
    isis/site/trunk/templates/screenshot-tutorial.html
      - copied unchanged from r1532128, isis/site/trunk/content/screenshot-tutorial.html
Modified:
    isis/site/trunk/lib/path.pm

Modified: isis/site/trunk/lib/path.pm
URL: http://svn.apache.org/viewvc/isis/site/trunk/lib/path.pm?rev=1532132&r1=1532131&r2=1532132&view=diff
==============================================================================
--- isis/site/trunk/lib/path.pm (original)
+++ isis/site/trunk/lib/path.pm Mon Oct 14 23:24:38 2013
@@ -11,9 +11,12 @@ use ASF::Value;
 
 our @patterns = (
 
-	[qr!/index.md(text)?$!, basic => { template => "index.html" }]
-
-	,[qr!\.md(text)?$!, basic => { template => "basic.html" }]
+	[qr!/index.md(text)?$!, 
+          basic => { template => "index.html" }]
+	,[qr!/screenshot-tutorial.md(text)?$!, 
+          basic => { template => "screenshot-tutorial.html" }]
+	,[qr!\.md(text)?$!, 
+          basic => { template => "basic.html" }]
 
 # an attempt (failed) to render something sensible for index pages...  
 #	,[qr!\/$!,          basic => { indexpage => "index.html", template => "basic.html" }]