README.markdown in rdf-rdfxml-0.3.8 vs README.markdown in rdf-rdfxml-0.3.9

- old
+ new

@@ -1,6 +1,6 @@ -# RDF::RDFXML reader/writer +# RDF::RDFXML reader/writer [![Build Status](https://secure.travis-ci.org/ruby-rdf/rdf-rdfxml.png?branch=master)](http://travis-ci.org/ruby-rdf/rdf-rdfxml) [RDF/XML][RDF/XML] parser for [RDF.rb][RDF.rb]. ## DESCRIPTION @@ -23,10 +23,11 @@ end ## Dependencies * [RDF.rb](http://rubygems.org/gems/rdf) (>= 0.3.4) * Soft dependency on [Nokogiri](http://rubygems.org/gems/nokogiri) (>= 1.5.0) +* Does not run properly on jRuby due to [Nokogiri][] issues. ## Documentation Full documentation available on [RubyForge](http://rubydoc.info/github/ruby-rdf/rdf-rdfxml/master/frames) ### Principle Classes @@ -44,23 +45,24 @@ * {Nokogiri::XML::Node} ## TODO * Add support for LibXML and REXML bindings, and use the best available * Consider a SAX-based parser for improved performance +* jRuby integration awaiting improvements in Nokogiri ## Resources * [RDF.rb][RDF.rb] * [RDF/XML][RDF/XML] * [Distiller](http://distiller.kellogg-assoc) * [Documentation](http://rubygems.org/gems/rdf-rdfxml) * [History](file:file.History.html) * [RDF Tests](http://www.w3.org/2000/10/rdf-tests/rdfcore/allTestCases.html) ## Author -* [Gregg Kellogg](http://github.com/gkellogg) - <http://kellogg-assoc.com/> +* [Gregg Kellogg](http://github.com/gkellogg) - <http://greggkellogg.net/> ## Contributors -* [Nicholas Humfrey](http://github.com/njh) +* [Nicholas Humfrey](http://github.com/njh) - <http://njh.me/> ## Contributing * Do your best to adhere to the existing coding conventions and idioms. * Don't use hard tabs, and don't leave trailing whitespace on any line.