perl/modules/WebService/Validator/CSS/lib/WebService/Validator/CSS W3C.pm,1.2,1.3

Update of /sources/public/perl/modules/WebService/Validator/CSS/lib/WebService/Validator/CSS
In directory hutz:/tmp/cvs-serv6397/lib/WebService/Validator/CSS

Modified Files:
	W3C.pm 
Log Message:
updating module doc to tone down warning of experimentality, mention css21 profile

Index: W3C.pm
===================================================================
RCS file: /sources/public/perl/modules/WebService/Validator/CSS/lib/WebService/Validator/CSS/W3C.pm,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- W3C.pm	8 Sep 2005 04:03:14 -0000	1.2
+++ W3C.pm	20 Oct 2005 03:12:19 -0000	1.3
@@ -150,7 +150,7 @@
         }
     }
     
-    # request experimental SOAP 1.2 output
+    # request SOAP 1.2 output
     $uri->query_param(output => "soap12");
     
     # memorize request uri
@@ -235,9 +235,9 @@
 
 =head1 DESCRIPTION
 
-This module is an experimental interface to the W3C CSS Validation online
-service L<http://jigsaw.w3.org/css-validator/>, based on its experimental
-SOAP 1.2 support. It helps to find errors in Cascading Style Sheets.
+This module is an  interface to the W3C CSS Validation online service 
+L<http://jigsaw.w3.org/css-validator/>, based on its SOAP 1.2 support. 
+It helps to find errors in Cascading Style Sheets.
 
 The following methods are available:
 
@@ -284,7 +284,7 @@
 
 =item profile => "css3"
 
-The CSS Version or profile to validate against, legal values are C<css1>, C<css2>,
+The CSS Version or profile to validate against, legal values are C<css1>, C<css2>, C<css21>,
 C<css3>, C<svg>, C<svgbasic>, C<svgtiny>, C<mobile>, C<atsc-tv>, and C<tv>. A special
 value C<none> can also be used. The default is C<undef> in which case the CSS Validator
 determines a default. This would currently behave as if C<css2> had been specified.
@@ -382,9 +382,8 @@
 
 =head1 BUGS
 
-The SOAP 1.2 interface is highly experimental and thus likely to change, same
-goes thus for this module. There are also numerous bugs in the SOAP interface,
-those are tracked via W3C's Bugzilla, L<http://www.w3.org/Bugs/Public/>.
+This module uses the SOAP interface for the W3C CSS validatom, which still 
+has a number of bugs, tracked via W3C's Bugzilla, L<http://www.w3.org/Bugs/Public/>.
 
 Please report bugs in the W3C CSS Validator to L<www-validator-css@w3.org> or
 enter them directly in Bugzilla (see above). Please report bugs in this module
@@ -392,9 +391,9 @@
 
 =head1 NOTE
 
-This module is not in any way associated with the W3C and please remember
-that the CSS Validator is a shared resource so do not abuse it. You should
-sleep between requests and consider installing the Validator locally, see
+This module is not directly associated with the W3C. Please remember
+that the CSS Validator is a shared resource so do not abuse it: you should
+sleep between requests, and consider installing the Validator locally, see
 L<http://jigsaw.w3.org/css-validator/DOWNLOAD.html>.
 
 =head1 AUTHOR

Received on Thursday, 20 October 2005 03:12:26 UTC