what is it
----------
A short script which calls the W3C HTML Validator in "batch" mode. 
Adapted from a Perl version.

changes since the last release
------------------------------
New option ``UPLOADFROMURL`` to retrieve files from e.g. a local server 
which the w3 validator may not be able to access. Useful if dynamic 
pages like .php or .jsp pages need to be validated.

download
--------
download "validate-1.6" - 060606 from http://cthedot.de/batchvalidator/

tested on Python 2.4 only but should work on other versions as it is 
really quite simple...

Included is a (modified) httplib_multipart.py script (originally from 
http://aspn.activestate.com/ASPN/Cookbook/Python/Recipe/146306) to be 
able to POST fields and files to an HTTP host as multipart/form-data.


any comment will be appreciated, thanks
christof
-- 
http://mail.python.org/mailman/listinfo/python-announce-list

        Support the Python Software Foundation:
        http://www.python.org/psf/donations.html

Reply via email to