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 2012/11/11 15:34:18 UTC

svn commit: r1408009 - in /isis/site/trunk: content/index.md lib/path.pm

Author: danhaywood
Date: Sun Nov 11 14:34:17 2012
New Revision: 1408009

URL: http://svn.apache.org/viewvc?rev=1408009&view=rev
Log:
more experiments

Modified:
    isis/site/trunk/content/index.md
    isis/site/trunk/lib/path.pm

Modified: isis/site/trunk/content/index.md
URL: http://svn.apache.org/viewvc/isis/site/trunk/content/index.md?rev=1408009&r1=1408008&r2=1408009&view=diff
==============================================================================
--- isis/site/trunk/content/index.md (original)
+++ isis/site/trunk/content/index.md Sun Nov 11 14:34:17 2012
@@ -28,4 +28,4 @@ You can download the Isis source code us
 
     svn checkout https://svn.apache.org/repos/asf/isis/trunk
 
-We expect to have our top level migration out and an initial release this side of Xmas 2012.
\ No newline at end of file
+We expect to have our migration to a top level project (along with an initial release) this side of Xmas 2012.
\ No newline at end of file

Modified: isis/site/trunk/lib/path.pm
URL: http://svn.apache.org/viewvc/isis/site/trunk/lib/path.pm?rev=1408009&r1=1408008&r2=1408009&view=diff
==============================================================================
--- isis/site/trunk/lib/path.pm (original)
+++ isis/site/trunk/lib/path.pm Sun Nov 11 14:34:17 2012
@@ -5,7 +5,8 @@ package path;
 our @patterns = (
     # from openejb
 
-	[qr!\.md(text)$!, single_narrative => { template => "doc.html" }],
+	[qr!\.md($!, single_narrative => { template => "doc.html" }],
+	[qr!\.mdtext$!, single_narrative => { template => "doc.html" }],
     
 #	[qr!\.mdtext$!, single_narrative => { template => "single_narrative.html" }],
 	[qr!/sitemap\.html$!, sitemap => { headers => { title => "Sitemap" }} ],