[lnkForumImage]
TotalShareware - Download Free Software

Confronta i prezzi di migliaia di prodotti.
Asp Forum
 Home | Login | Register | Search 


 

Forums >

comp.lang.ruby

[ANN] FeedValidator :: validating feeds RSS or ATOM

Edgar

4/11/2006 2:32:00 PM

FeedValidator is an interface to the W3C Feed Validation online
service, based on its SOAP 1.2 support.

It helps to find errors in RSS or ATOM feeds.

FeedValidator add a new assertion (assert_valid_feed) which you can use
in Rails applications. This assertion implements a cache to improve the
performance of the tests and to not abuse of the W3C Feed Validation
online service.

= Download

The latest version of FeedValidator can be found at:

http://rubyforge.org/frs/?gro...

Documentation can be found at:

http://feedvalidator.rub...

= Installation

You can install FeedValidator as a gem:

gem install feedvalidator

Or you can install it from the tarball or zip packages on the download
page and then extract it to your lib directory as you would with any
other Ruby library.

= License

FeedValidator is released under the MIT license.

= Support

You can find the Feed Validator RubyForge page at
http://rubyforge.org/projects/fee....

1 Answer

Edgar

4/20/2006 5:39:00 PM

0

FeedValidator for Ruby and Rails (http://feedvalidator.rub...)
has been added to the list of available libraries used to access the
W3C Feed Validation Service at:
http://validator.w3...docs/soap.html...

And also a quick news snippet about it was made on the home page of the
service.
http://validator.w3...




Edgar ha escrito:

> FeedValidator is an interface to the W3C Feed Validation online
> service, based on its SOAP 1.2 support.
>
> It helps to find errors in RSS or ATOM feeds.
>
> FeedValidator add a new assertion (assert_valid_feed) which you can use
> in Rails applications. This assertion implements a cache to improve the
> performance of the tests and to not abuse of the W3C Feed Validation
> online service.
>
> = Download
>
> The latest version of FeedValidator can be found at:
>
> http://rubyforge.org/frs/?gro...
>
> Documentation can be found at:
>
> http://feedvalidator.rub...
>
> = Installation
>
> You can install FeedValidator as a gem:
>
> gem install feedvalidator
>
> Or you can install it from the tarball or zip packages on the download
> page and then extract it to your lib directory as you would with any
> other Ruby library.
>
> = License
>
> FeedValidator is released under the MIT license.
>
> = Support
>
> You can find the Feed Validator RubyForge page at
> http://rubyforge.org/projects/fee....