Edgar Gonzalez
2006-Apr-11 14:35 UTC
[Rails] [ANN] FeedValidator :: validating feeds RSS or ATOM
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/?group_id=1533 Documentation can be found at: http://feedvalidator.rubyforge.org = 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/feedvalidator. -- Edgar Gonz?lez Gonz?lez E-mail: edgargonzalez@gmail.com http://vp.com.ve http://lacaraoscura.com http://rubycorner.com --
Edgar Gonzalez
2006-Apr-20 17:43 UTC
[Rails] Re: [ANN] FeedValidator :: validating feeds RSS or ATOM
FeedValidator for Ruby and Rails (http://feedvalidator.rubyforge.org) has been added to the list of available libraries used to access the W3C Feed Validation Service at: http://validator.w3.org/feed/docs/soap.html#libraries And also a quick news snippet about it was made on the home page of the service. http://validator.w3.org/feed/ On 4/11/06, Edgar Gonzalez <edgargonzalez@gmail.com> wrote:> 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/?group_id=1533 > > Documentation can be found at: > > http://feedvalidator.rubyforge.org > > = 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/feedvalidator. > > > -- > Edgar Gonz?lez Gonz?lez > E-mail: edgargonzalez@gmail.com > http://vp.com.ve > http://lacaraoscura.com > http://rubycorner.com > -- >-- Edgar Gonz?lez Gonz?lez E-mail: edgargonzalez@gmail.com http://vp.com.ve http://lacaraoscura.com http://rubycorner.com --
Possibly Parallel Threads
- validates_unlike plugin
- Problem with GetText 1.6.0 - undefined method ''N_''
- Ruby on Rails Applications - To get RSS Feeds
- How to spec routes for a resource nested in multiples resources?
- Specs don''t find modules when using the secure_actions or ssl_requirement plugin