Re: W3C validator without network access?

2008-04-16 Thread Chris Dolan
On Apr 7, 2008, at 6:04 AM, Yitzchak Scott-Thoennes wrote: On Sun, April 6, 2008 9:28 pm, Gabor Szabo wrote: Is there a W3C validator that works locally on my computer? All the modules I found so far use the http://validator.w3.org/ service including Test::HTML::W3C but that's not r

Re: W3C validator without network access?

2008-04-07 Thread Jonathan Rockway
* On Sun, Apr 06 2008, Gabor Szabo wrote: > Is there a W3C validator that works locally on my computer? HTML::Tidy is close. Regards, Jonathan Rockway -- print just => another => perl => hacker => if $,=$"

Re: W3C validator without network access?

2008-04-07 Thread Gabor Szabo
Thanks. Now I hope someone will package it as a module on CPAN :-) Gabor On Mon, Apr 7, 2008 at 2:04 PM, Yitzchak Scott-Thoennes <[EMAIL PROTECTED]> wrote: > On Sun, April 6, 2008 9:28 pm, Gabor Szabo wrote: > > > Is there a W3C validator that works locally on my computer?

Re: W3C validator without network access?

2008-04-07 Thread Yitzchak Scott-Thoennes
On Sun, April 6, 2008 9:28 pm, Gabor Szabo wrote: > Is there a W3C validator that works locally on my computer? > > All the modules I found so far use the http://validator.w3.org/ service > including Test::HTML::W3C but that's not really usable in a frequently > running test s

Re: W3C validator without network access?

2008-04-06 Thread Yitzchak Scott-Thoennes
On Sun, April 6, 2008 9:28 pm, Gabor Szabo wrote: > Is there a W3C validator that works locally on my computer? You mean an X?HTML validator? I haven't used it, but: http://htmlhelp.com/tools/validator/offline/index.html.en

W3C validator without network access?

2008-04-06 Thread Gabor Szabo
Is there a W3C validator that works locally on my computer? All the modules I found so far use the http://validator.w3.org/ service including Test::HTML::W3C but that's not really usable in a frequently running test suit. There is Bundle::W3C::Validator that I think bundles all the modules

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 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 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 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

W3C validator

2006-05-08 Thread Gabor Szabo
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? WWW::CheckSite::Validator uses that web site WebService::Validator::HTML::W3C provides an inter