You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@any23.apache.org by mo...@apache.org on 2012/03/25 11:58:53 UTC

svn commit: r1305001 - /incubator/any23/trunk/service/src/main/webapp/resources/form.html

Author: mostarda
Date: Sun Mar 25 09:58:53 2012
New Revision: 1305001

URL: http://svn.apache.org/viewvc?rev=1305001&view=rev
Log:
Added redirect note to GET API service. See #ANY23-53.

Modified:
    incubator/any23/trunk/service/src/main/webapp/resources/form.html

Modified: incubator/any23/trunk/service/src/main/webapp/resources/form.html
URL: http://svn.apache.org/viewvc/incubator/any23/trunk/service/src/main/webapp/resources/form.html?rev=1305001&r1=1305000&r2=1305001&view=diff
==============================================================================
--- incubator/any23/trunk/service/src/main/webapp/resources/form.html (original)
+++ incubator/any23/trunk/service/src/main/webapp/resources/form.html Sun Mar 25 09:58:53 2012
@@ -219,6 +219,7 @@ function init() {
       <tr><th>format</th><td>Desired output format, defaults to <code>best</code>.</td></tr>
       <tr><th>annotate</th><td>If specified the output RDF will contain extractor specific scope comments.</td></tr>
     </table>
+    Such URL will return an HTTP <i>302</i> redirect to <code><span class="app-base-uri">http://...</span>any23/<em>format</em></code>.<br/>
     <p>The response is the input document converted to the desired output format.</p>
 
     <h3>Direct POST API</h3>