Freeware link/html checker (validator) for mod_python site

Fredrik Lundh fredrik at pythonware.com
Fri Oct 13 04:34:30 EDT 2006


"durumdara" <durumdara at gmail.com> wrote:

> Sorry for non-pythonic subject, but if I not find good solution, I will
> write a  routine for this in python... :-)))

in your Python installation (or source) directory, do

    $ cd Tools/webchecker

and then write

    $ python webchecker.py -x http://yoursite

(use --help to get a man page)

</F> 






More information about the Python-list mailing list