You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@taverna.apache.org by br...@apache.org on 2015/03/11 09:55:10 UTC

svn commit: r1665811 - /incubator/taverna/site/trunk/lib/path.pm

Author: brenninc
Date: Wed Mar 11 08:55:10 2015
New Revision: 1665811

URL: http://svn.apache.org/r1665811
Log:
redirected scufl2 pages

Modified:
    incubator/taverna/site/trunk/lib/path.pm

Modified: incubator/taverna/site/trunk/lib/path.pm
URL: http://svn.apache.org/viewvc/incubator/taverna/site/trunk/lib/path.pm?rev=1665811&r1=1665810&r2=1665811&view=diff
==============================================================================
--- incubator/taverna/site/trunk/lib/path.pm (original)
+++ incubator/taverna/site/trunk/lib/path.pm Wed Mar 11 08:55:10 2015
@@ -5,6 +5,8 @@ package path;
 our @patterns = (
     #Using different templates
 	[qr!/websiteMigration/test\.md(?:text)?$!, single_narrative => { template => "wide.html" }],
+    [qr!/documentation/scufl2/.*\.md(?:text)?$!, single_narrative => { template => "scufl2_narrative.html" }],
+    [qr!/download/scufl2/.*\.md(?:text)?$!, single_narrative => { template => "scufl2_narrative.html" }],
 	[qr!/introduction/.*\.md(?:text)?$!, single_narrative => { template => "single_with_taverna2_warning.html" }],
     [qr!/documentation/.*\.md(?:text)?$!, single_narrative => { template => "single_with_taverna2_warning.html" }],