perl/modules/WebService/Validator/Feed README,NONE,1.1

Update of /sources/public/perl/modules/WebService/Validator/Feed
In directory hutz:/tmp/cvs-serv25332

Added Files:
	README 
Log Message:
committing the README, apparently forgotten before

--- NEW FILE: README ---
WebService-Validator-Feed-W3C version 0.1
=========================================

This module is an experimental interface to the W3C Feed Validation online
service <http://validator.w3.org/feed/>, based on its experimental
SOAP 1.2 support. It helps to find errors in RSS or ATOM feeds.


INSTALLATION

To install this module type the following:

   perl Makefile.PL
   make
   make test
   make install

DEPENDENCIES

This module requires these other modules and libraries:

  Class::Accessor
  LWP::UserAgent
  URI::QueryParam
  SOAP::Lite
  URI
  Carp

COPYRIGHT AND LICENCE

Written by olivier Thereaux <ot@w3.org> for W3C. 
Based on the WebService-Validator-CSS-W3C module
(c) 2004 by Bjoern Hoehrmann <bjoern@hoehrmann.de>

This library is free software; you can redistribute it and/or modify
it under the same terms as Perl itself, either Perl version 5.8.2 or,
at your option, any later version of Perl 5 you may have available.

Received on Thursday, 12 January 2006 05:15:31 UTC