
            Redland RDF Application Framework Bindings - To Do list

   See the [1]web site version for the up-to-date list.

Bugs, Features, Requests For Enhancement

   In no real order. Help wanted.
     * Python. Reported the code needs to be:
[foo = RDF.Parser("turtle", "application/x-turtle")]
       "Leaving out the mime_type argument does not work."
     * Python: Add factories for all parsers
     * All: remove "raptor" parser name in any examples, replace with syntax
       names such as "rdfxml"
     * Python: In RDF.py, parse_into_model, allow promotion of base_uri arg.
if type(base_uri) is str:
  base_uri = Uri(string=base_uri)
       like the other methods, and as documented (BUG)
     * Docs:  it  was hard to find the legal (parser) feature URIs in the
       documentation, or what values to use.
     * Python: RFE api, add __nonzero__ (check this) so you can do things like
       if  redland-stream: do things... to check for empty streams before
       iterating. def __nonzero__(self): return !self.end()
     * PHP: May need to include php_config.h not config.h for new php versions

Done

   The most recent changes are at the top, with the first release version where
   appropriate.
     * None
     _________________________________________________________________

   Copyright 2004-2005 [2]Dave Beckett, [3]Institute for Learning and Research
   Technology, [4]University of Bristol

References

   1. http://librdf.org/bindings/TODO.html
   2. http://purl.org/net/dajobe/
   3. http://www.ilrt.bris.ac.uk/
   4. http://www.bristol.ac.uk/
