Freeware link/html checker (validator) for mod_python site

2006-10-13 Thread durumdara
Hi !

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

My mod_py site is growing quickly. It have many pages, many of them are 
dynamic.
I want to check the links, and if possible, validate the html.

I search freeware tools in the net, but I found only HTML Link 
Validator that meet the requirements.
This utility can check the whole site, and it handle the circular 
references - but it's not free, and it not check the whole site... :-(

Some other utilites can check one URL (CSE HTML validator lite, html 
kit, Firefox check page links, Firefox validate HTML, Firefox 
webdeveloper extension),
but not entire site...

Do you knows about a good local site checker application that can do 
validation/link checking in one ?

Is anybody have an experience in this theme ?

Important thing: the OS is Windows XP.

Thanks for your help:
dd




-- 
http://mail.python.org/mailman/listinfo/python-list


Re: Freeware link/html checker (validator) for mod_python site

2006-10-13 Thread Fredrik Lundh
durumdara [EMAIL PROTECTED] 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 



-- 
http://mail.python.org/mailman/listinfo/python-list


Re: Freeware link/html checker (validator) for mod_python site

2006-10-13 Thread durumdara




Hi !

Very good !!! Thank you very much !
If I can "link it" with a w3c html checker, it will be very good...

Interesting that it is also say "bad link" to site
http://www.druk-ker.hu/. The HTML link validator do it same.

dd

Fredrik Lundh rta:

  "durumdara" [EMAIL PROTECTED] 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 



  




-- 
http://mail.python.org/mailman/listinfo/python-list