- From: Mercurial notifier <nobody@w3.org>
- Date: Tue, 08 Jun 2010 10:19:14 -0400
- To: Unicorn Updates <www-validator-cvs@w3.org>
changeset: 1159:a25ee470fdc3
user: Thomas Gambet <tgambet@w3.org>
date: Tue Jun 08 10:19:33 2010 -0400
files: WebContent/WEB-INF/resources/contracts/feed-validator.wadl
description:
changed url
diff -r f36b5d381a67 -r a25ee470fdc3 WebContent/WEB-INF/resources/contracts/feed-validator.wadl
--- a/WebContent/WEB-INF/resources/contracts/feed-validator.wadl Mon Jun 07 19:48:44 2010 -0400
+++ b/WebContent/WEB-INF/resources/contracts/feed-validator.wadl Tue Jun 08 10:19:33 2010 -0400
@@ -2,7 +2,7 @@
<application xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xs="http://www.w3.org/2001/XMLSchema" xsi:schemaLocation="http://research.sun.com/wadl/2006/10 wadl.xsd" xmlns="http://research.sun.com/wadl/2006/10">
<grammars/>
<resources base="http://qa-dev.w3.org/feed/">
- <resource path="index.cgi">
+ <resource path="check.cgi">
<doc xml:lang="en" title="name">Feed Validator</doc>
@@ -10,6 +10,7 @@
<doc title="mimetype">application/xml</doc>
<doc title="mimetype">text/xml</doc>
+ <doc title="mimetype">text/html</doc>
<doc title="reference">feed</doc>
@@ -18,7 +19,7 @@
<doc title="inputParamName">url</doc>
<request>
<param name="url" type="xs:anyURI" style="plain" required="true" />
- <param name="out" fixed="ucn" required="true" style="plain">
+ <param name="output" fixed="ucn" required="true" style="plain">
<option value="ucn"/>
</param>
</request>
Received on Tuesday, 8 June 2010 14:21:27 UTC