Changeset 1205:b60b16a34f15
- Timestamp:
- 06/11/10 20:41:46 (3 years ago)
- Branch:
- default
- Location:
- WebContent/WEB-INF/resources/contracts
- Files:
-
- 11 modified
-
appc-checker-validator.wadl (modified) (3 diffs)
-
css-validator.wadl (modified) (3 diffs)
-
css1.wadl (modified) (4 diffs)
-
css2.wadl (modified) (2 diffs)
-
css21.wadl (modified) (2 diffs)
-
css3.wadl (modified) (2 diffs)
-
feed-validator.wadl (modified) (1 diff)
-
markup-validator.wadl (modified) (2 diffs)
-
mobileOk.wadl (modified) (2 diffs)
-
test.wadl (modified) (1 diff)
-
unicorn.wadl (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
WebContent/WEB-INF/resources/contracts/appc-checker-validator.wadl
r1128 r1205 1 <?xml version="1.0" encoding="utf-8"?>1 <?xml version="1.0" encoding="utf-8"?> 2 2 <application 3 3 xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" … … 9 9 <resources base="http://qa-dev.w3.org/appc/"> 10 10 <resource path=""> 11 12 11 <doc title="responseType">default</doc> 13 12 … … 15 14 <doc xml:lang="fr" title="name">W3C Validateur XHTML 1.0 Appendice C</doc> 16 15 17 <doc xml:lang="en" title="description">>An observer which validates (X)HTML.</doc>18 <doc xml:lang="fr" title="description">Un observateur qui valide le (X)HTML.</doc>19 20 <doc xml:lang="en" title="help"></doc>21 <doc xml:lang="fr" title="help"></doc>22 23 16 <doc title="mimetype">text/html</doc> 24 17 25 <doc xml:lang="en" title="provider">W3C</doc>26 <doc xml:lang="fr" title="provider">Le W3C</doc>27 28 <doc title="paramLang"></doc>29 18 <doc title="paramOutput">output</doc> 30 19 31 <doc title="reference">appc-checker</doc>32 33 34 20 <method name="GET" id="AppCCheckerUri"> 35 21 <doc title="inputMethod">URI</doc> -
WebContent/WEB-INF/resources/contracts/css-validator.wadl
r1106 r1205 1 1 <?xml version="1.0" encoding="utf-8"?> 2 <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"> 3 <grammars/> 2 <application 3 xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" 4 xmlns:xs="http://www.w3.org/2001/XMLSchema" 5 xsi:schemaLocation="http://research.sun.com/wadl/2006/10 wadl.xsd" 6 xmlns="http://research.sun.com/wadl/2006/10"> 7 <grammars/> 8 4 9 <resources base="http://qa-dev.w3.org:8001/css-validator/"> 5 10 <resource path="validator"> 11 <doc title="responseType">default</doc> 6 12 7 <doc title="responseType">default</doc>8 13 <doc xml:lang="en" title="name">W3C CSS Validator</doc> 9 14 <doc xml:lang="fr" title="name">W3C Validateur CSS</doc> 10 11 <doc xml:lang="en" title="description">Validate CSS stylesheets or (X)HTML documents with CSS</doc>12 <doc xml:lang="fr" title="description">validation de feuilles de style CSS, seules ou incluses dans du (X)HTML</doc>13 14 <doc xml:lang="en" title="help">http://www.w3.org/Unicorn/css-observer/help</doc>15 <doc xml:lang="fr" title="help">http://www.w3.org/Unicorn/css-observer/help_fr</doc>16 15 17 16 <doc title="mimetype">text/css</doc> … … 20 19 <doc title="mimetype">image/svg+xml</doc> 21 20 22 <doc xml:lang="en" title="provider">W3C</doc>23 <doc xml:lang="fr" title="provider">Le W3C</doc>24 25 21 <doc title="paramLang">lang</doc> 26 22 <doc title="paramOutput">output</doc> 27 28 <doc title="reference">css-validator</doc>29 23 30 24 <method name="GET" id="CssValidationUri"> … … 81 75 </request> 82 76 </method> 77 83 78 <method name="GET" id="CssValidationText"> 84 79 <doc title="inputMethod">DIRECT</doc> -
WebContent/WEB-INF/resources/contracts/css1.wadl
r1106 r1205 1 1 <?xml version="1.0" encoding="utf-8"?> 2 <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"> 3 <grammars/> 2 <application 3 xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" 4 xmlns:xs="http://www.w3.org/2001/XMLSchema" 5 xsi:schemaLocation="http://research.sun.com/wadl/2006/10 wadl.xsd" 6 xmlns="http://research.sun.com/wadl/2006/10"> 7 <grammars/> 8 4 9 <resources base="http://qa-dev.w3.org:8001/css-validator/"> 5 10 <resource path="validator"> 11 <doc title="responseType">default</doc> 6 12 7 <doc title="responseType">default</doc>8 13 <doc xml:lang="en" title="name">W3C CSS Validator (Level 1)</doc> 9 14 <doc xml:lang="fr" title="name">W3C Validateur CSS (Niveau 1)</doc> 10 11 <doc xml:lang="en" title="description">Validate CSS stylesheets or (X)HTML documents with CSS</doc>12 <doc xml:lang="fr" title="description">validation de feuilles de style CSS, seules ou incluses dans du (X)HTML</doc>13 14 <doc xml:lang="en" title="help">http://www.w3.org/Unicorn/css-observer/help</doc>15 <doc xml:lang="fr" title="help">http://www.w3.org/Unicorn/css-observer/help_fr</doc>16 15 17 16 <doc title="mimetype">text/css</doc> … … 20 19 <doc title="mimetype">image/svg+xml</doc> 21 20 22 <doc xml:lang="en" title="provider">W3C</doc>23 <doc xml:lang="fr" title="provider">Le W3C</doc>24 25 21 <doc title="paramLang">lang</doc> 26 22 <doc title="paramOutput">output</doc> 27 23 28 <doc title="reference">css1-validator</doc> 29 30 <method name="GET" id="CssValidationUri"> 24 <method name="GET" id="CssValidationUri"> 31 25 <doc title="inputMethod">URI</doc> 32 26 <doc title="inputParamName">uri</doc> … … 82 76 <option value="2"><doc xml:lang="en" title="All Warnings">Warning Output enabled for all types of warnings</doc></option> 83 77 </param> 84 <param name="profile" fixed="css1" required="true" style="plain">78 <param name="profile" fixed="css1" required="true" style="plain"> 85 79 <option value="css1" /> 86 80 </param> … … 126 120 <option value="2"><doc xml:lang="en" title="All Warnings">Warning Output enabled for all types of warnings</doc></option> 127 121 </param> 128 <param name="profile" fixed="css1" required="true" style="plain">122 <param name="profile" fixed="css1" required="true" style="plain"> 129 123 <option value="css1" /> 130 124 </param> -
WebContent/WEB-INF/resources/contracts/css2.wadl
r1106 r1205 1 1 <?xml version="1.0" encoding="utf-8"?> 2 <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"> 3 <grammars/> 2 <application 3 xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" 4 xmlns:xs="http://www.w3.org/2001/XMLSchema" 5 xsi:schemaLocation="http://research.sun.com/wadl/2006/10 wadl.xsd" 6 xmlns="http://research.sun.com/wadl/2006/10"> 7 <grammars/> 8 4 9 <resources base="http://qa-dev.w3.org:8001/css-validator/"> 5 10 <resource path="validator"> 11 <doc title="responseType">default</doc> 6 12 7 <doc title="responseType">default</doc>8 13 <doc xml:lang="en" title="name">W3C CSS Validator (Level 2)</doc> 9 14 <doc xml:lang="fr" title="name">W3C Validateur CSS (Niveau 2)</doc> 10 11 <doc xml:lang="en" title="description">Validate CSS stylesheets or (X)HTML documents with CSS</doc>12 <doc xml:lang="fr" title="description">validation de feuilles de style CSS, seules ou incluses dans du (X)HTML</doc>13 14 <doc xml:lang="en" title="help">http://www.w3.org/Unicorn/css-observer/help</doc>15 <doc xml:lang="fr" title="help">http://www.w3.org/Unicorn/css-observer/help_fr</doc>16 15 17 16 <doc title="mimetype">text/css</doc> … … 20 19 <doc title="mimetype">image/svg+xml</doc> 21 20 22 <doc xml:lang="en" title="provider">W3C</doc>23 <doc xml:lang="fr" title="provider">Le W3C</doc>24 25 21 <doc title="paramLang">lang</doc> 26 22 <doc title="paramOutput">output</doc> 27 28 <doc title="reference">css2-validator</doc>29 23 30 <method name="GET" id="CssValidationUri">24 <method name="GET" id="CssValidationUri"> 31 25 <doc title="inputMethod">URI</doc> 32 26 <doc title="inputParamName">uri</doc> -
WebContent/WEB-INF/resources/contracts/css21.wadl
r1106 r1205 1 1 <?xml version="1.0" encoding="utf-8"?> 2 <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"> 3 <grammars/> 2 <application 3 xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" 4 xmlns:xs="http://www.w3.org/2001/XMLSchema" 5 xsi:schemaLocation="http://research.sun.com/wadl/2006/10 wadl.xsd" 6 xmlns="http://research.sun.com/wadl/2006/10"> 7 <grammars/> 8 4 9 <resources base="http://qa-dev.w3.org:8001/css-validator/"> 5 10 <resource path="validator"> 11 <doc title="responseType">default</doc> 6 12 7 <doc title="responseType">default</doc>8 13 <doc xml:lang="en" title="name">W3C CSS Validator (Level 2.1)</doc> 9 14 <doc xml:lang="fr" title="name">W3C Validateur CSS (Niveau 2.1)</doc> 10 11 <doc xml:lang="en" title="description">Validate CSS stylesheets or (X)HTML documents with CSS</doc>12 <doc xml:lang="fr" title="description">validation de feuilles de style CSS, seules ou incluses dans du (X)HTML</doc>13 14 <doc xml:lang="en" title="help">http://www.w3.org/Unicorn/css-observer/help</doc>15 <doc xml:lang="fr" title="help">http://www.w3.org/Unicorn/css-observer/help_fr</doc>16 15 17 16 <doc title="mimetype">text/css</doc> … … 20 19 <doc title="mimetype">image/svg+xml</doc> 21 20 22 <doc xml:lang="en" title="provider">W3C</doc>23 <doc xml:lang="fr" title="provider">Le W3C</doc>24 25 21 <doc title="paramLang">lang</doc> 26 22 <doc title="paramOutput">output</doc> 27 28 <doc title="reference">css21-validator</doc>29 23 30 <method name="GET" id="CssValidationUri">24 <method name="GET" id="CssValidationUri"> 31 25 <doc title="inputMethod">URI</doc> 32 26 <doc title="inputParamName">uri</doc> -
WebContent/WEB-INF/resources/contracts/css3.wadl
r1106 r1205 1 1 <?xml version="1.0" encoding="utf-8"?> 2 <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"> 3 <grammars/> 2 <application 3 xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" 4 xmlns:xs="http://www.w3.org/2001/XMLSchema" 5 xsi:schemaLocation="http://research.sun.com/wadl/2006/10 wadl.xsd" 6 xmlns="http://research.sun.com/wadl/2006/10"> 7 <grammars/> 8 4 9 <resources base="http://qa-dev.w3.org:8001/css-validator/"> 5 10 <resource path="validator"> 11 <doc title="responseType">default</doc> 6 12 7 <doc title="responseType">default</doc>8 13 <doc xml:lang="en" title="name">W3C CSS Validator (Level 3)</doc> 9 14 <doc xml:lang="fr" title="name">W3C Validateur CSS (Niveau 3)</doc> 10 11 <doc xml:lang="en" title="description">Validate CSS stylesheets or (X)HTML documents with CSS</doc>12 <doc xml:lang="fr" title="description">validation de feuilles de style CSS, seules ou incluses dans du (X)HTML</doc>13 14 <doc xml:lang="en" title="help">http://www.w3.org/Unicorn/css-observer/help</doc>15 <doc xml:lang="fr" title="help">http://www.w3.org/Unicorn/css-observer/help_fr</doc>16 15 17 16 <doc title="mimetype">text/css</doc> … … 20 19 <doc title="mimetype">image/svg+xml</doc> 21 20 22 <doc xml:lang="en" title="provider">W3C</doc>23 <doc xml:lang="fr" title="provider">Le W3C</doc>24 25 21 <doc title="paramLang">lang</doc> 26 22 <doc title="paramOutput">output</doc> 27 28 <doc title="reference">css3-validator</doc>29 23 30 <method name="GET" id="CssValidationUri">24 <method name="GET" id="CssValidationUri"> 31 25 <doc title="inputMethod">URI</doc> 32 26 <doc title="inputParamName">uri</doc> -
WebContent/WEB-INF/resources/contracts/feed-validator.wadl
r1168 r1205 1 1 <?xml version="1.0" encoding="utf-8"?> 2 <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"> 3 <grammars/> 4 <resources base="http://qa-dev.w3.org/feed/"> 5 <resource path="check.cgi"> 6 7 <doc xml:lang="en" title="name">Feed Validator</doc> 8 9 <doc title="responseType">default</doc> 10 11 <doc title="mimetype">application/xml</doc> 12 <doc title="mimetype">text/xml</doc> 13 <doc title="mimetype">text/html</doc> 14 15 <doc title="reference">feed</doc> 16 <doc title="paramOutput">output</doc> 17 18 <method name="GET" id="uriMethod"> 19 <doc title="inputMethod">URI</doc> 20 <doc title="inputParamName">url</doc> 21 <request> 22 <param name="url" type="xs:anyURI" style="plain" required="true" /> 23 <param name="output" fixed="ucn" required="true" style="plain"> 24 <option value="ucn"/> 25 </param> 26 </request> 27 </method> 28 </resource> 29 </resources> 2 <application 3 xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" 4 xmlns:xs="http://www.w3.org/2001/XMLSchema" 5 xsi:schemaLocation="http://research.sun.com/wadl/2006/10 wadl.xsd" 6 xmlns="http://research.sun.com/wadl/2006/10"> 7 <grammars/> 8 9 <resources base="http://qa-dev.w3.org/feed/"> 10 <resource path="check.cgi"> 11 12 <doc title="responseType">default</doc> 13 14 <doc xml:lang="en" title="name">Feed Validator</doc> 15 16 <doc title="mimetype">application/xml</doc> 17 <doc title="mimetype">text/xml</doc> 18 <doc title="mimetype">text/html</doc> 19 20 <doc title="paramOutput">output</doc> 21 22 <method name="GET" id="uriMethod"> 23 <doc title="inputMethod">URI</doc> 24 <doc title="inputParamName">url</doc> 25 <request> 26 <param name="url" type="xs:anyURI" style="plain" required="true" /> 27 <param name="output" fixed="ucn" required="true" style="plain"> 28 <option value="ucn"/> 29 </param> 30 </request> 31 </method> 32 </resource> 33 </resources> 30 34 </application> -
WebContent/WEB-INF/resources/contracts/markup-validator.wadl
r1113 r1205 9 9 <resources base="http://qa-dev.w3.org/wmvs/HEAD/"> 10 10 <resource path="check"> 11 12 11 <doc title="responseType">default</doc> 13 12 14 13 <doc xml:lang="en" title="name">W3C HTML Validator</doc> 15 14 <doc xml:lang="fr" title="name">W3C Validateur HTML</doc> 16 17 <doc xml:lang="en" title="description">An observer which validates (X)HTML.</doc>18 <doc xml:lang="fr" title="description">Un observateur qui valide le (X)HTML.</doc>19 20 <doc xml:lang="en" title="help">http://www.w3.org/Unicorn/markup-observer/help</doc>21 <doc xml:lang="fr" title="help">http://www.w3.org/Unicorn/markup-observer/help_fr</doc>22 15 23 16 <doc title="mimetype">text/html</doc> … … 27 20 <doc title="mimetype">application/smil+xml</doc> 28 21 29 <doc xml:lang="en" title="provider">W3C</doc>30 <doc xml:lang="fr" title="provider">Le W3C</doc>31 32 <doc title="paramLang"></doc>33 22 <doc title="paramOutput">output</doc> 34 35 <doc title="reference">markup-validator</doc>36 23 37 24 <method name="GET" id="MarkupValidationUri"> -
WebContent/WEB-INF/resources/contracts/mobileOk.wadl
r823 r1205 4 4 <resources base="http://qa-dev.w3.org:8001/mobileok/"> 5 5 <resource path="check"> 6 <doc title="responseType">default</doc> 6 7 7 <doc title="responseType">default</doc>8 8 <doc xml:lang="en" title="name">W3C Mobile OK Checker</doc> 9 9 <doc xml:lang="fr" title="name">W3C Validateur Mobile OK</doc> … … 14 14 <doc title="paramLang">lang</doc> 15 15 <doc title="paramOutput">output</doc> 16 17 <doc title="reference">mobileok</doc>18 16 19 17 <method name="GET" id="MobileOKValidationUri"> -
WebContent/WEB-INF/resources/contracts/test.wadl
r1095 r1205 2 2 <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"> 3 3 <grammars/> 4 <resources base="http://qa-dev.w3.org/unicorn/"> 5 <resource path="test"> 6 7 <doc xml:lang="en" title="name">Test Validator</doc> 8 9 <doc title="responseType">default</doc> 10 11 <doc title="mimetype">application/xml</doc> 12 <doc title="mimetype">text/xml</doc> 13 14 <doc title="reference">test</doc> 15 16 <method name="GET" id="uriMethod"> 17 <doc title="inputMethod">URI</doc> 18 <doc title="inputParamName">uri</doc> 19 <request> 20 <param name="uri" type="xs:anyURI" style="plain" required="true" /> 21 </request> 22 </method> 23 </resource> 24 </resources> 4 <resources base="http://qa-dev.w3.org/unicorn/"> 5 <resource path="test"> 6 <doc title="responseType">default</doc> 7 8 <doc xml:lang="en" title="name">Test Validator</doc> 9 10 <doc title="mimetype">application/xml</doc> 11 <doc title="mimetype">text/xml</doc> 12 13 <method name="GET" id="uriMethod"> 14 <doc title="inputMethod">URI</doc> 15 <doc title="inputParamName">uri</doc> 16 <request> 17 <param name="uri" type="xs:anyURI" style="plain" required="true" /> 18 </request> 19 </method> 20 </resource> 21 </resources> 25 22 </application> -
WebContent/WEB-INF/resources/contracts/unicorn.wadl
r919 r1205 4 4 <resources base="http://localhost:8080/unicorn/"> 5 5 <resource path="check"> 6 7 6 <doc title="responseType">default</doc> 8 7 … … 13 12 <doc title="paramLang">lang</doc> 14 13 <doc title="paramOutput">output</doc> 15 16 <doc title="reference">unicorn</doc>17 14 18 15 <method name="GET" id="CssValidationUri">
