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/06/29 13:07:12 UTC

svn commit: r1834676 - in /incubator/taverna/site/trunk/content/documentation/components: .htaccess component-profile-editor.md component-validator.md index.md

Author: stain
Date: Fri Jun 29 13:07:12 2018
New Revision: 1834676

URL: http://svn.apache.org/viewvc?rev=1834676&view=rev
Log:
remove components docs

redirect to taverna-extras




Added:
    incubator/taverna/site/trunk/content/documentation/components/.htaccess
Removed:
    incubator/taverna/site/trunk/content/documentation/components/component-profile-editor.md
    incubator/taverna/site/trunk/content/documentation/components/component-validator.md
    incubator/taverna/site/trunk/content/documentation/components/index.md

Added: incubator/taverna/site/trunk/content/documentation/components/.htaccess
URL: http://svn.apache.org/viewvc/incubator/taverna/site/trunk/content/documentation/components/.htaccess?rev=1834676&view=auto
==============================================================================
--- incubator/taverna/site/trunk/content/documentation/components/.htaccess (added)
+++ incubator/taverna/site/trunk/content/documentation/components/.htaccess Fri Jun 29 13:07:12 2018
@@ -0,0 +1,7 @@
+RewriteEngine On
+
+RewriteRule index.html https://github.com/taverna-extras/taverna-plugin-component/tree/master/doc [L,R]
+RewriteRule ^$ https://github.com/taverna-extras/taverna-plugin-component/tree/master/doc [L,R]
+RewriteRule component-profile-editor.* https://github.com/taverna-extras/taverna-plugin-component/blob/master/doc/component-profile-editor.md [L,R]
+RewriteRule component-validator.* https://github.com/taverna-extras/taverna-plugin-component/blob/master/doc/component-validator.md [L,R]
+RewriteRule .* https://github.com/taverna-extras/taverna-plugin-component/ [L,R]