Re: W3C validator

2006-05-13 Thread Abe Timmerman
Op een mooie lentedag (Monday 08 May 2006 20:01),schreef Gabor Szabo: > I checked it again, one can download the source code of their service > from here http://validator.w3.org/source/ > and it is even packaged in some of the linux distros. > > (It is of course slightly outdated on Debian) > > So

Re: W3C validator

2006-05-09 Thread Thomas Klausner
Hi! On Mon, May 08, 2006 at 09:01:19PM +0300, Gabor Szabo wrote: > I checked it again, one can download the source code of their service > from here http://validator.w3.org/source/ > and it is even packaged in some of the linux distros. > > (It is of course slightly outdated on Debian) > > Someo

Re: W3C validator

2006-05-08 Thread Gabor Szabo
I checked it again, one can download the source code of their service from here http://validator.w3.org/source/ and it is even packaged in some of the linux distros. (It is of course slightly outdated on Debian) Someone might want to write a wrapper around it or maybe use WebService::Validator::

Re: W3C validator

2006-05-08 Thread A. Pagaltzis
* Andy Lester <[EMAIL PROTECTED]> [2006-05-08 18:00]: > Try my HTML::Tidy. It's based on libtidy. Speaking of which, any chance that’ll get a somewhat usable interface? Right now, parser options have to be written to a file and the function that actually cleans the HTML is just documented as “retu

Re: W3C validator

2006-05-08 Thread Andy Lester
On May 8, 2006, at 11:20 AM, A. Pagaltzis wrote: * Andy Lester <[EMAIL PROTECTED]> [2006-05-08 18:00]: Try my HTML::Tidy. It's based on libtidy. Speaking of which, any chance that’ll get a somewhat usable interface? Right now, parser options have to be written to a file and the function that

Re: W3C validator

2006-05-08 Thread Andy Lester
On May 8, 2006, at 10:53 AM, Gabor Szabo wrote: I must be missing something but I don't understand why is there no module that would provide the W3C validation without hitting http://validator.w3.org and without the need to setup a similar web site? Try my HTML::Tidy. It's based on libtidy