Python code for the feed validator.

View: New views
4 Messages — Rating Filter:   Alert me  

Python code for the feed validator.

by Saux, Stephane :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Message
This page:
provides a link to the code for the python validator:
http://sourceforge.net/cvs/?group_id=99943 ("Download the Feed Validator from CVS") but when I click on it I get an error.
Could you provide a new URL to obtain this code?
 
Cheers,
 
Stephane Saux
Engineering Director
San Francisco Chronicle / SFGate.com
 
 
========================================================
This e-mail message is intended only for the personal
use of the recipient(s) named above. If you are not
an intended recipient, you may not review, copy or
distribute this message.

If you have received this communication in error, please
notify the sender immediately by e-mail and delete the original message.
========================================================

Re: Python code for the feed validator.

by rubys :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Saux, Stephane wrote:
> This page:
> http://validator.w3.org/feed/about.html
> provides a link to the code for the python validator:
> http://sourceforge.net/cvs/?group_id=99943 ("Download the Feed Validator
> from CVS") but when I click on it I get an error.
> Could you provide a new URL to obtain this code?

http://feedvalidator.org/docs/howto/install_and_run.html

> Cheers,
>  
> Stephane Saux
> Engineering Director
> San Francisco Chronicle / SFGate.com

- Sam Ruby


Re: Python code for the feed validator.

by Tilman Bender-2 :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message


Am 27.10.2009 um 02:18 schrieb Sam Ruby:

> Saux, Stephane wrote:
>> This page:
>> http://validator.w3.org/feed/about.html
>> provides a link to the code for the python validator:
>> http://sourceforge.net/cvs/?group_id=99943 ("Download the Feed  
>> Validator from CVS") but when I click on it I get an error.
>> Could you provide a new URL to obtain this code?
>
> http://feedvalidator.org/docs/howto/install_and_run.html

Just to make sure I get the responsibilities right here:
Feedvalidator is developed by Sam Ruby, Mark Pilgrim, Joseph Walton,  
and Phil Ringnalda
and is also hosted by the W3C. The SOAP 1.2 interface is only  
available for the validator,
that is hosted by W3C and has nothing to do withy the developers of feedvalidator.org
.

Is that correct?
Can you tell me who is responsible for the SOAP 1.2 Interface of  the  
W3C Feed Validator?
I would like to use it and have a WSDL for it. I am currently trying  
to create one myself, that I would
like to share with others. However I am not very experienced at this  
and could use some help.

Please tell me whom to address.

with kind regards

Tilman Bender
Student of Software Engineering
Heilbronn University
tbender@...


Re: Python code for the feed validator.

by rubys :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Tilman Bender wrote:

>
> Am 27.10.2009 um 02:18 schrieb Sam Ruby:
>
>> Saux, Stephane wrote:
>>> This page:
>>> http://validator.w3.org/feed/about.html
>>> provides a link to the code for the python validator:
>>> http://sourceforge.net/cvs/?group_id=99943 ("Download the Feed
>>> Validator from CVS") but when I click on it I get an error.
>>> Could you provide a new URL to obtain this code?
>>
>> http://feedvalidator.org/docs/howto/install_and_run.html
>
> Just to make sure I get the responsibilities right here:
> Feedvalidator is developed by Sam Ruby, Mark Pilgrim, Joseph Walton, and
> Phil Ringnalda
> and is also hosted by the W3C. The SOAP 1.2 interface is only available
> for the validator,
> that is hosted by W3C and has nothing to do withy the developers of
> feedvalidator.org.
>
> Is that correct?

Yes.

> Can you tell me who is responsible for the SOAP 1.2 Interface of  the
> W3C Feed Validator?

I can't.  All I can tell you is that that code wasn't in the sourceforge
repository mentioned in your original email.  That was the code for the
feedvalidator which moved to google code in 2007:

http://intertwingly.net/blog/2007/04/12/Feed-Validator-Source-Moving

> I would like to use it and have a WSDL for it. I am currently trying to
> create one myself, that I would
> like to share with others. However I am not very experienced at this and
> could use some help.
>
> Please tell me whom to address.

Hopefully, somebody else on this list can help.

> with kind regards
>
> Tilman Bender
> Student of Software Engineering
> Heilbronn University
> tbender@...

- Sam Ruby