summaryrefslogtreecommitdiff
path: root/README.html
diff options
context:
space:
mode:
authorDave Beckett <dave@dajobe.org>2003-07-29 14:14:35 +0000
committerDave Beckett <dave@dajobe.org>2003-07-29 14:14:35 +0000
commit0784ecde930ac65a86c378dc99a4e0f0bd0751b4 (patch)
tree13abe22f1458d7be422f44ef33c41897a1c3c0f3 /README.html
parent0057bc3e3a2fb8616ba5fb0c376d5f6e7c163711 (diff)
downloadraptor-0784ecde930ac65a86c378dc99a4e0f0bd0751b4.tar.gz
words
Diffstat (limited to 'README.html')
-rw-r--r--README.html17
1 files changed, 10 insertions, 7 deletions
diff --git a/README.html b/README.html
index c3bc685a..91a92388 100644
--- a/README.html
+++ b/README.html
@@ -13,15 +13,18 @@
<h2>Overview</h2>
<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 f<b>o</b>r
-<a href="http://www.redland.opensource.ac.uk/"><b>R</b>edland</a>
-written in C consisting of two parsers for the RDF/XML and N-Triples
-syntaxes for RDF. Raptor is designed to work efficiently when used
-with Redland but is entirely separate.
+is a free software/Open Source C library that parses RDF syntaxes
+such as RDF/XML and N-Triples into RDF triples.</p>
+
+<p>Raptor was designed to work closely with the Redland RDF library
+(<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>)
+but is entirely separate. xIt is a portable library that works
+across many POSIX systems (Unix, GNU/Linux, BSDs, OSX, cygwin,
+win32). Raptor has no memory leaks and is fast.
</p>
-<p>This library is mature and the APIs are unlikely to change. See
+<p>This is a mature and stable library. See
the <a href="TODO.html">to do list</a> for more information. Changes
can be found in the <a href="NEWS.html">NEWS</a> file or more
detailed changes in the <a href="ChangeLog">ChangeLog</a>.</p>