You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@juddi.apache.org by al...@apache.org on 2014/01/02 02:36:16 UTC

svn commit: r1554718 - in /juddi/cms-site/trunk: lib/path.pm templates/single_narrative_home.html

Author: alexoree
Date: Thu Jan  2 01:36:15 2014
New Revision: 1554718

URL: http://svn.apache.org/r1554718
Log:
JUDDI-750 adding more content

Added:
    juddi/cms-site/trunk/templates/single_narrative_home.html
Modified:
    juddi/cms-site/trunk/lib/path.pm

Modified: juddi/cms-site/trunk/lib/path.pm
URL: http://svn.apache.org/viewvc/juddi/cms-site/trunk/lib/path.pm?rev=1554718&r1=1554717&r2=1554718&view=diff
==============================================================================
--- juddi/cms-site/trunk/lib/path.pm (original)
+++ juddi/cms-site/trunk/lib/path.pm Thu Jan  2 01:36:15 2014
@@ -3,9 +3,10 @@ use ASF::Value;
 
 # taken from django's url.py
 
+
 our @patterns = (
-	[qr!\index.mdtext$!, single_narrative => { template => "skeletonHome.html" }],
-	[qr!\.mdtext$!, single_narrative => { template => "skeleton.html" }],
+	[qr!\index.mdtext$!, single_narrative => { template => "single_narrative_home.html" }],
+	[qr!\.mdtext$!, single_narrative => { template => "single_narrative.html" }],
 	
 
 #	[qr!^/stanbol/sitemap\.html$!, sitemap => { headers => { title => "Stanbol Sitemap" }} ],

Added: juddi/cms-site/trunk/templates/single_narrative_home.html
URL: http://svn.apache.org/viewvc/juddi/cms-site/trunk/templates/single_narrative_home.html?rev=1554718&view=auto
==============================================================================
--- juddi/cms-site/trunk/templates/single_narrative_home.html (added)
+++ juddi/cms-site/trunk/templates/single_narrative_home.html Thu Jan  2 01:36:15 2014
@@ -0,0 +1 @@
+{% extends "skeletonHome.html" %}



---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@juddi.apache.org
For additional commands, e-mail: commits-help@juddi.apache.org