- From: Hugo Haas <hugo@dev.w3.org>
- Date: Fri, 30 Jul 2004 08:50:33 +0000
- To: public-ws-desc-eds@w3.org
Update of /sources/public/2002/ws/desc/tools In directory homer:/tmp/cvs-serv14641 Modified Files: pubrules-checker.xml Log Message: New version Index: pubrules-checker.xml =================================================================== RCS file: /sources/public/2002/ws/desc/tools/pubrules-checker.xml,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** pubrules-checker.xml 3 Jun 2004 11:20:20 -0000 1.2 --- pubrules-checker.xml 30 Jul 2004 08:50:31 -0000 1.3 *************** *** 111,115 **** name="trd:getEditorsSectionName" /></xsl:variable> ! <xsl:variable name="tidy"><xsl:if test="starts-with($xmlfile,'http://cgi.w3.org/cgi-bin/tidy?docAddr=')"><xsl:text>http://cgi.w3.org/cgi-bin/tidy?docAddr=</xsl:text></xsl:if></xsl:variable> <xsl:variable name="proxy_auth"> --- 111,120 ---- name="trd:getEditorsSectionName" /></xsl:variable> ! <xsl:variable name="tidy"> ! <xsl:choose> ! <xsl:when test="starts-with($xmlfile,'http://cgi.w3.org/cgi-bin/tidy?docAddr=')"><xsl:text>http://cgi.w3.org/cgi-bin/tidy?docAddr=</xsl:text></xsl:when> ! <xsl:when test="starts-with($xmlfile,'http://cgi.w3.org/cgi-bin/tidy?docAddr=')"><xsl:text>http://cgi.w3.org/cgi-bin/tidy-if?docAddr=</xsl:text></xsl:when> ! </xsl:choose> ! </xsl:variable> <xsl:variable name="proxy_auth"> *************** *** 791,795 **** </xsl:when> <xsl:otherwise> ! <span class="no">No candidate found (see related <a href="http://www.w3.org/2004/02/02-pubrules.html#status">Pubrules section 1.1.4 point 2</a>)</span> (Note that the checker is searching for the following uri: http://www.w3.org/Consortium/Patent-Policy-20040205/#sec-Exclusion) </xsl:otherwise> </xsl:choose> --- 796,800 ---- </xsl:when> <xsl:otherwise> ! <span class="no">No candidate found (see related <a href="http://www.w3.org/2004/02/02-pubrules.html#status">Pubrules section 1.3.1 point 2</a>)</span> (Note that the checker is searching for the following uri: http://www.w3.org/Consortium/Patent-Policy-20040205/#sec-Exclusion) </xsl:otherwise> </xsl:choose> *************** *** 985,990 **** </li> <li>Are all the ! <span class="tocheck"><a href="http://www.w3.org/2001/09/checkuris?uri={$doc_uri}"> ! W3C URIs</a></span> in the whole document <a href="http://www.w3.org/1999/10/nsuri">valid</a>?</li> <li>if there has been a previous recommendation, <span class="tocheck"><a href="http://www.w3.org/Guide/pubrules#head">check the rules for versioning</a></span></li> --- 990,995 ---- </li> <li>Are all the ! <span class="tocheck"><a href="http://www.w3.org/2003/09/nschecker?uri={$doc_uri}"> ! visible URIs</a></span> in the whole document <a href="http://www.w3.org/1999/10/nsuri">valid</a>?</li> <li>if there has been a previous recommendation, <span class="tocheck"><a href="http://www.w3.org/Guide/pubrules#head">check the rules for versioning</a></span></li> *************** *** 1039,1043 **** <td> <xsl:choose> ! <xsl:when test="not($recursive=0)"> <xsl:variable name="HTMLValidity-dep"><xsl:if test="$ContentType='text/html'"><xsl:call-template --- 1044,1048 ---- <td> <xsl:choose> ! <xsl:when test="not($recursive=0 or $auth='proxy')"> <xsl:variable name="HTMLValidity-dep"><xsl:if test="$ContentType='text/html'"><xsl:call-template *************** *** 1056,1060 **** <td> <xsl:choose> ! <xsl:when test="not($recursive=0)"> <xsl:variable name="CSSValidity-dep"><xsl:if test="$ContentType='text/html'"><xsl:call-template name="vld:is-css-valid"><xsl:with-param name="doc_uri" select="$page_uri"/></xsl:call-template></xsl:if></xsl:variable> --- 1061,1065 ---- <td> <xsl:choose> ! <xsl:when test="not($recursive=0 or $auth='proxy')"> <xsl:variable name="CSSValidity-dep"><xsl:if test="$ContentType='text/html'"><xsl:call-template name="vld:is-css-valid"><xsl:with-param name="doc_uri" select="$page_uri"/></xsl:call-template></xsl:if></xsl:variable> *************** *** 1103,1107 **** <label>URI of the document to check against pubrules: <input name="uri" value=""/></label><br /> - <label><input type="checkbox" name="tidy"><xsl:if test="normalize-space($tidy)"><xsl:attribute name="checked">checked</xsl:attribute></xsl:if></input>Use tidy before checking (necessary if the document is not in XHTML)? </label><br /> <label><input type="checkbox" name="recursive"><xsl:if test="not($recursive=0)"><xsl:attribute name="checked">checked</xsl:attribute></xsl:if></input>Check the HTML and CSS validity of the dependent documents (useful for compound document, if they are not too big!)? </label> <br /> <label><input type="checkbox" name="auth"><xsl:if test="normalize-space($proxy_auth)"><xsl:attribute name="checked">checked</xsl:attribute></xsl:if></input>Needs to proxy authorization (for resources behind HTTP Basic Authentication - experimental)? </label> <br /> --- 1108,1111 ---- *************** *** 1295,1299 **** </xsl:when> <xsl:otherwise> ! <span class="no">no</span>, several links in the "this version" link. Only one is admitted (alternative formats must be as described in pubrules 1.7.8) </xsl:otherwise> </xsl:choose> --- 1299,1303 ---- </xsl:when> <xsl:otherwise> ! <span class="no">no</span>, several links in the "this version" link. Only one is admitted (alternative formats must be as described in pubrules 7.8) </xsl:otherwise> </xsl:choose>
Received on Friday, 30 July 2004 04:50:52 UTC