Re: module to access w3c validator

2003-10-30 Thread A. Pagaltzis
I think very little was said on the topic of the thread considering the amount of mails, so I'll chip despite being late. * Struan Donald <[EMAIL PROTECTED]> [2003-10-29 14:01]: > Having checked with the maintainer of W3C::LogValidator we came up > with WWW::Validator::W3CMarkup as a name. Not ba

Re: module to access w3c validator

2003-10-30 Thread Fergal Daly
On Thursday 30 October 2003 21:51, Struan Donald wrote: > > HTML::Validator::W3C > > Which is going to get confused with HTML::Validator and also I think > you need to make sure people know it's a web thing. Sorry, should have been HTML::Validate::W3C that way you're in a clean namespace. I kne

Re: module to access w3c validator

2003-10-30 Thread Struan Donald
* at 29/10 09:31 -0500 [EMAIL PROTECTED] said: > There are 2 or 3 things that need to be in the name, "Validator", that's > what it is, "HTML" because that's what works on and possibly "W3C" because > that's where the engine comes from, so I'd suggest > > HTML::Validator::W3C Which is going to ge

[OT] chicksoprocity (was Re: module to access w3c validator)

2003-10-30 Thread Christopher Hicks
On Wed, 29 Oct 2003, Jim Cromie wrote: > OT - Chris, does your email address get you black-holed a lot ? Not really. It does raise eyebrows though. One client had a female staffer that felt sexually harassed by needing to use that e-mail address for tech support questions. [sigh.] But that ins

Re: module to access w3c validator

2003-10-29 Thread Smylers
Struan Donald writes: > So, does WWW::Validator::W3CMarkup::Detailed seem like a good name for > this? I don't think [EMAIL PROTECTED] would like it being under WWW -- that namespace has got far too messy with unrelated things in it. WebService is the prefered top-level namespace for modules whi

Re: module to access w3c validator

2003-10-29 Thread Jim Cromie
Struan Donald wrote: So, does WWW::Validator::W3CMarkup::Detailed seem like a good name for this? as you noted earlier, Detailed insnt quite right.. How about: Analysis, Critique, ErrorSet, Details (this suffix is more noun, less adjective) or Feedback ( just a punt, probably worse th

Re: module to access w3c validator

2003-10-29 Thread [EMAIL PROTECTED]
There are 2 or 3 things that need to be in the name, "Validator", that's what it is, "HTML" because that's what works on and possibly "W3C" because that's where the engine comes from, so I'd suggest HTML::Validator::W3C Just from a searching point of view, this is a much easier module name to fin

RE: module to access w3c validator

2003-10-29 Thread Christopher Hicks
On Wed, 29 Oct 2003, [EMAIL PROTECTED] wrote: > Fair points except in this case you wouldn't be doing your clients any > favours by making their production servers depend on a webservice that has > no specified interface and no promises about availability. The whole point of my scenario was that I

Re: module to access w3c validator

2003-10-29 Thread darren chamberlain
* Struan Donald [2003-10-29 13:27]: > So, does WWW::Validator::W3CMarkup::Detailed seem like a good name for > this? Explicit and informative. +1. (darren) -- There is nothing like returning to a place that remains unchanged to find the ways in which you yourself have altered. -- Nelson M

Re: module to access w3c validator

2003-10-29 Thread Struan Donald
* at 29/10 08:24 -0500 [EMAIL PROTECTED] said: > From: Christopher Hicks [EMAIL PROTECTED] > > > Even if the HTML validator is easy to get going that doesn't mean that it > > still isn't often easier to not install it. Honestly I could see using > > this module when working on things at remote si

Re: module to access w3c validator

2003-10-29 Thread Struan Donald
* at 29/10 08:38 -0500 Christopher Hicks said: > On Wed, 29 Oct 2003, [EMAIL PROTECTED] wrote: > > If you can get the source then why would you want to do anything using > > SOAP? > > Even if I can get the source that doesn't mean it's easy to install. > > > If the source has a free enough licens

RE: module to access w3c validator

2003-10-29 Thread [EMAIL PROTECTED]
From: Christopher Hicks [EMAIL PROTECTED] > All of this presumes that the effort required to install the validator > locally is near zero. I just went out to look and it honestly doesn't > look too hard to make work, but neither did their css validator which I > gave up on getting installed locall

RE: module to access w3c validator

2003-10-29 Thread Christopher Hicks
On Wed, 29 Oct 2003, [EMAIL PROTECTED] wrote: > If you can get the source then why would you want to do anything using > SOAP? Even if I can get the source that doesn't mean it's easy to install. > If the source has a free enough license you could turn it into a module > and that's that, if not t

RE: module to access w3c validator

2003-10-29 Thread [EMAIL PROTECTED]
I don't really understand your answer, so I'll rephrase my question. If you can get the source then why would you want to do anything using SOAP? If the source has a free enough license you could turn it into a module and that's that, if not then just run it locally as a command and capture the ou

RE: module to access w3c validator

2003-10-28 Thread Sherzod Ruzmetov
: If you can get the source then why bother putting it on a : server, wrapping it : in SOAP and calling it remotely? For the same reason why one would want to write a library to access W3C. : : F : : On Tuesday 28 October 2003 20:15, Sherzod Ruzmetov wrote: :

Re: module to access w3c validator

2003-10-28 Thread Struan Donald
* at 28/10 15:15 -0500 Sherzod Ruzmetov said: > Here is what you should do. > > You need to download the source code of the actual validator that W3C > uses and design a SOAP interface for the script. You can get this job > done very easily with SOAP::Lite. > > You can then either contact the W3C

Re: module to access w3c validator

2003-10-28 Thread Fergal Daly
If you can get the source then why bother putting it on a server, wrapping it in SOAP and calling it remotely? F On Tuesday 28 October 2003 20:15, Sherzod Ruzmetov wrote: > Here is what you should do. > > You need to download the source code of the actual validator that W3C uses > and > design

RE: module to access w3c validator

2003-10-28 Thread Sherzod Ruzmetov
Here is what you should do. You need to download the source code of the actual validator that W3C uses and design a SOAP interface for the script. You can get this job done very easily with SOAP::Lite. You can then either contact the W3C validator team and get it hosted on their server, or host