RAA - feed_validator

feed_validator / 0.1.0

Short description: Ruby interface to the W3C Feed Validation online service.
Category: Library/Web
Status: stable
Created: 2006-04-26 22:06:50 GMT
Last update: 2006-04-26 22:06:50 GMT
Owner: Edgar González (Projects of this owner)
Homepage: http://feedvalidator.rubyforge.org/
Download: http://rubyforge.org/frs/?group_id=1533
License: OpenSource
Dependency:
None
Description:

FeedValidator is an interface to the W3C Feed Validation online service (http://validator.w3.org/feed/), 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

Edit this project (for project owner)

back to RAA top