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 2015/01/15 00:28:44 UTC

svn commit: r1651882 - /incubator/taverna/site/trunk/content/scufl2info/README.md

Author: stain
Date: Wed Jan 14 23:28:43 2015
New Revision: 1651882

URL: http://svn.apache.org/r1651882
Log:
README about scufl2info

Modified:
    incubator/taverna/site/trunk/content/scufl2info/README.md

Modified: incubator/taverna/site/trunk/content/scufl2info/README.md
URL: http://svn.apache.org/viewvc/incubator/taverna/site/trunk/content/scufl2info/README.md?rev=1651882&r1=1651881&r2=1651882&view=diff
==============================================================================
--- incubator/taverna/site/trunk/content/scufl2info/README.md (original)
+++ incubator/taverna/site/trunk/content/scufl2info/README.md Wed Jan 14 23:28:43 2015
@@ -3,7 +3,25 @@ scufl2info
 
 Provides reasonable guesses to scufl2 Linked Data
 
-Redirected to from URLs like http://ns.taverna.org.uk/2011/run/385c794c-ba11-4007-a5b5-502ba8d14263/
+This service used to run at http://guess.taverna.org.uk/ before moving to Apache infrastructure.
+Apache does not have a way to host servlets (as scufl2-info is implemented as), so temporarily
+this uses a slow cgi-bin hack.
+
+TODO: Rewrite as a python CGI-script?
+
+
+/scufl2info/ is redirected to from auto-generated URLs like http://ns.taverna.org.uk/2011/run/385c794c-ba11-4007-a5b5-502ba8d14263/ - see:
+  
+  * [/ns/2011/run/](../ns/2011/run/)
+  * [/ns/2011/data/](../ns/2011/run/)
+  * [/ns/2010/workflowBundle/](../ns/2010/workflowBundle/)
+
+
+`.htaccess` redirects to [/cgi-bin/scufl2info.cgi](../../cgi-bin/scufl2info.cgi)
+which executes the jar of [scufl2-info](../../scripts/scufl2-info/) - see the
+[scufl2-info README](../../scripts/scufl2-info/README.d) for details.
+
+
+Note that as the cgi-bin script has a very slow startup (~ 4 seconds/request), 
+`/scufl2info/` and `/cgi-bin/` are is excluded in [robots.txt](../robots.txt).
 
-`.htaccess` redirects to /cgi-bin/scufl2info.cgi
-which executes [scufl2-info](https://svn.apache.org/repos/asf/incubator/taverna/site/trunk/scripts/scufl2-info/) - see `scripts/scufl2-info` and the cgi-bin details in its `README.txt`