Commit graph

3 commits

Author SHA1 Message Date
agc
c71cac836a Add RMD160 digests to the SHA1 ones. 2005-02-24 14:48:39 +00:00
xtraeme
a3449de3a1 Updated to 1.0.0
Changes:

2003-09-08 Version 1.0.0 Released

   Several  long-deprecated  functions  were removed and consequently the
   library shared version number was increased to 1
   Fixed scanning for rdf:RDF so that RDF/XML in other XML works, such as
   in SVG
   raptor-config    --libs    now   works,   added   --libtool-libs   and
   --version-decimal
   Check N-Triples legal Unicode character range #x0-#x10FFFF
   Normalize  RDF/XML  xml:lang  and  N-Triples  language to lowercase on
   input
   Worked around libxml2 bug causing a crash on some error reporting
   Added raptor_parse_file_stream for parsing a C FILE*
   Tidied rapper utility argument handling, added --version
2003-09-25 04:13:06 +00:00
xtraeme
7e10635e68 Initial import of raptor 0.9.12
A Parser for the RDF/XML syntax as updated by the W3C RDF Core working group.

 * Designed to integrate well with Redland
 * Handles RDF/XML syntax updates for XML Base, xml:lang and RDF datatyping.
 * Generates N-Triples supporting XML literals, language tagging and datatypes
 * Parses content on the web if libcurl or libxml2 is available.
 * Handles rdf:resource / resource attributes
 * Uses expat and/or (GNOME) libxml XML parsers as available or required
 * Optional features can be selected at run time.
 * (Perl, Python, Java, Tcl, Ruby, PHP interfaces when used via Redland)
 * No memory leaks
 * Fast

Ok'ed by wiz@
2003-08-30 16:18:58 +00:00