- From: Mercurial notifier <nobody@w3.org>
- Date: Wed, 22 Sep 2010 15:48:44 +0000
- To: Unicorn Updates <www-validator-cvs@w3.org>
changeset: 1507:d080bb991f6c user: Thomas Gambet <tgambet@w3.org> date: Wed Sep 22 11:47:52 2010 -0400 files: WebContent/WEB-INF/resources/contracts/i18n.wadl description: + development contract for the i18n checker diff -r 1f2647ea3d3b -r d080bb991f6c WebContent/WEB-INF/resources/contracts/i18n.wadl --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/WebContent/WEB-INF/resources/contracts/i18n.wadl Wed Sep 22 11:47:52 2010 -0400 @@ -0,0 +1,24 @@ +<?xml version="1.0" encoding="utf-8"?> +<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/i18n-checker-test/"> + <resource path="check"> + <doc title="responseType">default</doc> + + <doc xml:lang="en" title="name">W3C Internationalization Checker</doc> + + <doc title="mimetype">text/html</doc> + <doc title="mimetype">application/xml</doc> + <doc title="mimetype">text/xml</doc> + + <method name="GET" id="uriMethod"> + <doc title="inputMethod">URI</doc> + <doc title="inputParamName">docAddr</doc> + <request> + <param name="docAddr" type="xs:anyURI" style="plain" required="true" /> + <param name="format" type="xs:anyURI" style="plain" required="true" fixed="xml" /> + </request> + </method> + </resource> + </resources> +</application>
Received on Wednesday, 22 September 2010 15:48:49 UTC