summaryrefslogtreecommitdiff
path: root/README.html
diff options
context:
space:
mode:
authorDave Beckett <dave@dajobe.org>2001-07-16 17:07:13 +0000
committerDave Beckett <dave@dajobe.org>2001-07-16 17:07:13 +0000
commitb33d89b784c1700ef9cc788146c3f2819ac09071 (patch)
treefbdda29a1bd373f8f4d78b9c5686e8ac65ab88d0 /README.html
parent882ecb6f1a4cd97584c0974843d655daf9f5b7d0 (diff)
downloadraptor-b33d89b784c1700ef9cc788146c3f2819ac09071.tar.gz
Updated for ntriples parser.
Diffstat (limited to 'README.html')
-rw-r--r--README.html19
1 files changed, 15 insertions, 4 deletions
diff --git a/README.html b/README.html
index f4a4749b..ced63fe6 100644
--- a/README.html
+++ b/README.html
@@ -13,9 +13,10 @@
<p><a href="http://www.redland.opensource.ac.uk/raptor/">Raptor</a>
is the
-<b>R</b>DF <b>P</b>arser <b>T</b>oolkit for
-<a href="http://www.redland.opensource.ac.uk/"><b>R</b>edland</a>.
-It is designed to integrate with Redland closely
+<b>R</b>DF <b>P</b>arser <b>T</b>oolkit f<b>o</b>r
+<a href="http://www.redland.opensource.ac.uk/"><b>R</b>edland</a>
+and currently consists of two parsers: RDF/XML and N-Triples.
+Raptor is designed to integrate closely with Redland
and also work entirely standalone, in which case it will
use simple internal routines to perform the functions.
</p>
@@ -25,7 +26,8 @@ use simple internal routines to perform the functions.
can be found in the <a href="NEWS.html">NEWS</a> file or more
detailed changes in the <a href="ChangeLog">ChangeLog</a>.</p>
-<p>Features</p>
+<h2>RAPTOR RDF/XML PARSER</h2>
+
<ul>
<li>An RDF/XML Parser written in C designed to integrate well with <a href="http://www.redland.opensource.ac.uk/">Redland</a></li>
<li>Can extract RDF content embedded in XML (such as XHTML)</li>
@@ -48,6 +50,15 @@ change, it is not feature complete and it needs lots of testing and
conformance checking.</p>
+<h2>RAPTOR NTRIPLES PARSER</h2>
+
+<p>A parser for the
+<a href="http://www.w3.org/2001/sw/RDFCore/ntriples/">N-Triples</a>
+format which emits RDF statements and is used by the RDF Core
+working group for test cases.
+</p>
+
+
<h2>DOCUMENTATION</h2>
<p>There is no documentation at present, only the