You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@taverna.apache.org by st...@apache.org on 2018/01/04 17:36:30 UTC

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

Author: stain
Date: Thu Jan  4 17:36:29 2018
New Revision: 1820151

URL: http://svn.apache.org/viewvc?rev=1820151&view=rev
Log:
Remove "not yet released" blurb from documentation

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=1820151&r1=1820150&r2=1820151&view=diff
==============================================================================
--- incubator/taverna/site/trunk/lib/path.pm (original)
+++ incubator/taverna/site/trunk/lib/path.pm Thu Jan  4 17:36:29 2018
@@ -7,8 +7,6 @@ our @patterns = (
 	[qr!/websiteMigration/test\.md(?:text)?$!, single_narrative => { template => "wide.html" }],
     [qr!/documentation/scufl2/.*\.md(?:text)?$!, single_narrative => { template => "scufl2_narrative.html" }],
     [qr!/download/language/.*\.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" }],
     [qr!/community/news.md(?:text)?$!, single_narrative => { template => "twitter_narrative.html" }],
     
 	[qr!\.md(?:text)?$!, single_narrative => { template => "single_narrative.html" }],