~ubuntu-branches/ubuntu/natty/raptor/natty-updates

« back to all changes in this revision

Viewing changes to README

  • Committer: Bazaar Package Importer
  • Author(s): Dave Beckett
  • Date: 2008-04-01 22:06:01 UTC
  • mfrom: (1.1.8 upstream) (2.1.3 lenny)
  • Revision ID: james.westby@ubuntu.com-20080401220601-4h1tzxtwyziurokj
Tags: 1.4.17-1
* New upstream release
* Rebuild against libcurl4-gnutls-dev rather than libcurl4-openssl-dev
  (Closes: #463344)
* debian/control: depend on libtool 1.5 rather than older debian specific
  release
* debian/copyright: 2008
* debian/libraptor1-doc.doc-base: Use a correct Section:

Show diffs side-by-side

added added

removed removed

Lines of Context:
12
12
   syntax. The supported parsing syntaxes are RDF/XML, N-Triples, TRiG,
13
13
   Turtle, RSS tag soup including all versions of RSS, Atom 1.0 and 0.3,
14
14
   GRDDL and microformats for HTML, XHTML and XML. The serializing
15
 
   syntaxes are RDF/XML (regular, and abbreviated), N-Triples, RSS 1.0,
16
 
   Atom 1.0 and Adobe XMP.
 
15
   syntaxes are RDF/XML (regular, and abbreviated), Atom 1.0, GraphViz,
 
16
   JSON, N-Triples, RSS 1.0 and XMP.
17
17
 
18
18
   Raptor was designed to work closely with the Redland RDF library (RDF
19
19
   Parser Toolkit for Redland) but is entirely separate. It is a portable
22
22
 
23
23
   This is a mature and stable library. A summary of the changes can be
24
24
   found in the NEWS file, detailed API changes in the release notes and
25
 
   file-by-file changes in the CVS ChangeLog.
 
25
   file-by-file changes in the ChangeLog.
26
26
     * Designed to integrate well with Redland
27
27
     * Parses content on the web if libcurl, libxml2 or BSD libfetch is
28
28
       available.
29
29
     * Supports all RDF terms including datatyped and XML literals
30
30
     * Optional features including parsers and serialisers can be selected
31
31
       at configure time.
32
 
     * C#, Java, Perl, PHP, Python, Ruby, Tcl interfaces when used via
 
32
     * Language bindings to Perl, PHP, Python and Ruby when used via
33
33
       Redland
34
34
     * No memory leaks
35
35
     * Fast
108
108
   A serializer to the N-Triples syntax as used by the W3C RDF Core
109
109
   working group for the RDF Test Cases.
110
110
 
111
 
  RSS 1.0 Serializer
112
 
 
113
 
   A serializer to the RDF Site Summary (RSS) 1.0 format.
114
 
 
115
111
  Atom 1.0 Serializer
116
112
 
117
113
   A serializer to the Atom 1.0 syndication format defined in IETF RFC
118
114
   4287
119
115
 
120
 
  Adobe XMP Serializer
 
116
  JSON Serializers
121
117
 
122
 
   An alpha quality serializer to the Adobe XMP profile of RDF/XML
123
 
   suitable for embedding inside an external document.
 
118
   Two serializers for to write triples encoded in JSON, one (json) in a
 
119
   resource-centric abbreviated form RDF/JSON like Turtle or
 
120
   RDF/XML-Abbreviated; the other a triple-centric format (json-triples)
 
121
   based on the SPARQL results in JSON format. Beta quality.
124
122
 
125
123
  GraphViz DOT Serializer
126
124
 
127
125
   An serializer to the GraphViz DOT format which aids visualising RDF
128
126
   graphs.
129
127
 
 
128
  RSS 1.0 Serializer
 
129
 
 
130
   A serializer to the RDF Site Summary (RSS) 1.0 format.
 
131
 
130
132
  Turtle Serializer
131
133
 
132
134
   A serializer for the Turtle Terse RDF Triple Language syntax.
133
135
 
 
136
  XMP Serializer
 
137
 
 
138
   An alpha quality serializer to the Adobe XMP profile of RDF/XML
 
139
   suitable for embedding inside an external document.
 
140
 
134
141
Documentation
135
142
 
136
143
   The public API is described in the libraptor.3 UNIX manual page. It is
160
167
   and Redland as well as future plans and announcement of releases.
161
168
     __________________________________________________________________
162
169
 
163
 
   Copyright (C) 2000-2007 Dave Beckett
 
170
   Copyright (C) 2000-2008 Dave Beckett
164
171
   Copyright (C) 2000-2005 University of Bristol