Sophie

Sophie

distrib > Fedora > 13 > x86_64 > media > updates > by-pkgid > 306fff95caf612a0366f2515b2c47da3 > files > 15

redland-bindings-common-1.0.7.1-1.fc13.x86_64.rpm

            Redland RDF Application Framework Bindings - To Do list

   Bugs should be reported at the [1]Redland Issue Tracker.

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 (C) 2004-2007 [2]Dave Beckett
   Copyright (C) 2004-2005 [3]University of Bristol

References

   1. http://bugs.librdf.org/
   2. http://purl.org/net/dajobe/
   3. http://www.bristol.ac.uk/