Changeset 1205:b60b16a34f15

Show
Ignore:
Timestamp:
06/11/10 20:41:46 (3 years ago)
Author:
Thomas Gambet <tgambet@…>
Branch:
default
Message:

removed all unused properties
+removed 'reference' id

Location:
WebContent/WEB-INF/resources/contracts
Files:
11 modified

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"?> 
    22<application  
    33        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" 
     
    99        <resources base="http://qa-dev.w3.org/appc/"> 
    1010                <resource path=""> 
    11  
    1211                        <doc title="responseType">default</doc> 
    1312                         
     
    1514                        <doc xml:lang="fr" title="name">W3C Validateur XHTML 1.0 Appendice C</doc> 
    1615                         
    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                          
    2316                        <doc title="mimetype">text/html</doc> 
    2417                         
    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> 
    2918                        <doc title="paramOutput">output</doc> 
    3019                         
    31                         <doc title="reference">appc-checker</doc> 
    32                  
    33                  
    3420                        <method name="GET" id="AppCCheckerUri"> 
    3521                                <doc title="inputMethod">URI</doc> 
  • WebContent/WEB-INF/resources/contracts/css-validator.wadl

    r1106 r1205  
    11<?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         
    49        <resources base="http://qa-dev.w3.org:8001/css-validator/">  
    510                <resource path="validator">  
     11                        <doc title="responseType">default</doc> 
    612                         
    7                         <doc title="responseType">default</doc> 
    813                        <doc xml:lang="en" title="name">W3C CSS Validator</doc> 
    914                        <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> 
    1615                         
    1716                        <doc title="mimetype">text/css</doc> 
     
    2019                        <doc title="mimetype">image/svg+xml</doc> 
    2120                         
    22                         <doc xml:lang="en" title="provider">W3C</doc> 
    23                         <doc xml:lang="fr" title="provider">Le W3C</doc> 
    24                          
    2521                        <doc title="paramLang">lang</doc> 
    2622                        <doc title="paramOutput">output</doc> 
    27                          
    28                         <doc title="reference">css-validator</doc> 
    2923                 
    3024                    <method name="GET" id="CssValidationUri"> 
     
    8175                                </request> 
    8276                    </method> 
     77                     
    8378                    <method name="GET" id="CssValidationText"> 
    8479                                <doc title="inputMethod">DIRECT</doc> 
  • WebContent/WEB-INF/resources/contracts/css1.wadl

    r1106 r1205  
    11<?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 
    49        <resources base="http://qa-dev.w3.org:8001/css-validator/">  
    510                <resource path="validator">  
     11                        <doc title="responseType">default</doc> 
    612                         
    7                         <doc title="responseType">default</doc> 
    813                        <doc xml:lang="en" title="name">W3C CSS Validator (Level 1)</doc> 
    914                        <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> 
    1615                         
    1716                        <doc title="mimetype">text/css</doc> 
     
    2019                        <doc title="mimetype">image/svg+xml</doc> 
    2120                         
    22                         <doc xml:lang="en" title="provider">W3C</doc> 
    23                         <doc xml:lang="fr" title="provider">Le W3C</doc> 
    24                          
    2521                        <doc title="paramLang">lang</doc> 
    2622                        <doc title="paramOutput">output</doc> 
    2723                         
    28                         <doc title="reference">css1-validator</doc> 
    29                  
    30       <method name="GET" id="CssValidationUri"> 
     24                        <method name="GET" id="CssValidationUri"> 
    3125                                <doc title="inputMethod">URI</doc> 
    3226                                <doc title="inputParamName">uri</doc> 
     
    8276                                                <option value="2"><doc xml:lang="en" title="All Warnings">Warning Output enabled for all types of warnings</doc></option>  
    8377                                        </param>       
    84           <param name="profile" fixed="css1" required="true" style="plain"> 
     78              <param name="profile" fixed="css1" required="true" style="plain"> 
    8579                                                <option value="css1" /> 
    8680                                        </param> 
     
    126120                                                <option value="2"><doc xml:lang="en" title="All Warnings">Warning Output enabled for all types of warnings</doc></option>  
    127121                                        </param>  
    128           <param name="profile" fixed="css1" required="true" style="plain"> 
     122              <param name="profile" fixed="css1" required="true" style="plain"> 
    129123                                                <option value="css1" /> 
    130124                                        </param>           
  • WebContent/WEB-INF/resources/contracts/css2.wadl

    r1106 r1205  
    11<?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         
    49        <resources base="http://qa-dev.w3.org:8001/css-validator/">  
    510                <resource path="validator">  
     11                        <doc title="responseType">default</doc> 
    612                         
    7                         <doc title="responseType">default</doc> 
    813                        <doc xml:lang="en" title="name">W3C CSS Validator (Level 2)</doc> 
    914                        <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> 
    1615                         
    1716                        <doc title="mimetype">text/css</doc> 
     
    2019                        <doc title="mimetype">image/svg+xml</doc> 
    2120                         
    22                         <doc xml:lang="en" title="provider">W3C</doc> 
    23                         <doc xml:lang="fr" title="provider">Le W3C</doc> 
    24                          
    2521                        <doc title="paramLang">lang</doc> 
    2622                        <doc title="paramOutput">output</doc> 
    27                          
    28                         <doc title="reference">css2-validator</doc> 
    2923                 
    30       <method name="GET" id="CssValidationUri"> 
     24                <method name="GET" id="CssValidationUri"> 
    3125                                <doc title="inputMethod">URI</doc> 
    3226                                <doc title="inputParamName">uri</doc> 
  • WebContent/WEB-INF/resources/contracts/css21.wadl

    r1106 r1205  
    11<?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         
    49        <resources base="http://qa-dev.w3.org:8001/css-validator/">  
    510                <resource path="validator">  
     11                        <doc title="responseType">default</doc> 
    612                         
    7                         <doc title="responseType">default</doc> 
    813                        <doc xml:lang="en" title="name">W3C CSS Validator (Level 2.1)</doc> 
    914                        <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> 
    1615                         
    1716                        <doc title="mimetype">text/css</doc> 
     
    2019                        <doc title="mimetype">image/svg+xml</doc> 
    2120                         
    22                         <doc xml:lang="en" title="provider">W3C</doc> 
    23                         <doc xml:lang="fr" title="provider">Le W3C</doc> 
    24                          
    2521                        <doc title="paramLang">lang</doc> 
    2622                        <doc title="paramOutput">output</doc> 
    27                          
    28                         <doc title="reference">css21-validator</doc> 
    2923                 
    30       <method name="GET" id="CssValidationUri"> 
     24                <method name="GET" id="CssValidationUri"> 
    3125                                <doc title="inputMethod">URI</doc> 
    3226                                <doc title="inputParamName">uri</doc> 
  • WebContent/WEB-INF/resources/contracts/css3.wadl

    r1106 r1205  
    11<?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         
    49        <resources base="http://qa-dev.w3.org:8001/css-validator/">  
    510                <resource path="validator">  
     11                        <doc title="responseType">default</doc> 
    612                         
    7                         <doc title="responseType">default</doc> 
    813                        <doc xml:lang="en" title="name">W3C CSS Validator (Level 3)</doc> 
    914                        <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> 
    1615                         
    1716                        <doc title="mimetype">text/css</doc> 
     
    2019                        <doc title="mimetype">image/svg+xml</doc> 
    2120                         
    22                         <doc xml:lang="en" title="provider">W3C</doc> 
    23                         <doc xml:lang="fr" title="provider">Le W3C</doc> 
    24                          
    2521                        <doc title="paramLang">lang</doc> 
    2622                        <doc title="paramOutput">output</doc> 
    27                          
    28                         <doc title="reference">css3-validator</doc> 
    2923                 
    30       <method name="GET" id="CssValidationUri"> 
     24                <method name="GET" id="CssValidationUri"> 
    3125                                <doc title="inputMethod">URI</doc> 
    3226                                <doc title="inputParamName">uri</doc> 
  • WebContent/WEB-INF/resources/contracts/feed-validator.wadl

    r1168 r1205  
    11<?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> 
    3034</application> 
  • WebContent/WEB-INF/resources/contracts/markup-validator.wadl

    r1113 r1205  
    99        <resources base="http://qa-dev.w3.org/wmvs/HEAD/"> 
    1010                <resource path="check"> 
    11  
    1211                        <doc title="responseType">default</doc> 
    1312                 
    1413                        <doc xml:lang="en" title="name">W3C HTML Validator</doc> 
    1514                        <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> 
    2215                         
    2316                        <doc title="mimetype">text/html</doc> 
     
    2720                        <doc title="mimetype">application/smil+xml</doc> 
    2821                         
    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> 
    3322                        <doc title="paramOutput">output</doc> 
    34                          
    35                         <doc title="reference">markup-validator</doc> 
    3623                 
    3724                        <method name="GET" id="MarkupValidationUri"> 
  • WebContent/WEB-INF/resources/contracts/mobileOk.wadl

    r823 r1205  
    44        <resources base="http://qa-dev.w3.org:8001/mobileok/">  
    55                <resource path="check">  
     6                        <doc title="responseType">default</doc> 
    67                         
    7                         <doc title="responseType">default</doc> 
    88                        <doc xml:lang="en" title="name">W3C Mobile OK Checker</doc> 
    99                        <doc xml:lang="fr" title="name">W3C Validateur Mobile OK</doc> 
     
    1414                        <doc title="paramLang">lang</doc> 
    1515                        <doc title="paramOutput">output</doc> 
    16                          
    17                         <doc title="reference">mobileok</doc> 
    1816                 
    1917                <method name="GET" id="MobileOKValidationUri"> 
  • WebContent/WEB-INF/resources/contracts/test.wadl

    r1095 r1205  
    22<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">  
    33<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> 
    2522</application> 
  • WebContent/WEB-INF/resources/contracts/unicorn.wadl

    r919 r1205  
    44        <resources base="http://localhost:8080/unicorn/">  
    55                <resource path="check">  
    6                          
    76                        <doc title="responseType">default</doc> 
    87                         
     
    1312                        <doc title="paramLang">lang</doc> 
    1413                        <doc title="paramOutput">output</doc> 
    15                          
    16                         <doc title="reference">unicorn</doc> 
    1714                 
    1815                <method name="GET" id="CssValidationUri">