summaryrefslogtreecommitdiff
path: root/README.html
diff options
context:
space:
mode:
authorDave Beckett <dave@dajobe.org>2004-01-30 17:21:20 +0000
committerDave Beckett <dave@dajobe.org>2004-01-30 17:21:20 +0000
commitd777d9d422c16da31d6accd4f5da9e23c649b38a (patch)
tree65ca3d8ca206a540273da608992bc32ab196e8f7 /README.html
parent5fc6cb314abe51e6fc9cd9180232399e8e544307 (diff)
downloadraptor-d777d9d422c16da31d6accd4f5da9e23c649b38a.tar.gz
Rapper links
Diffstat (limited to 'README.html')
-rw-r--r--README.html8
1 files changed, 5 insertions, 3 deletions
diff --git a/README.html b/README.html
index b7da4b37..563c7715 100644
--- a/README.html
+++ b/README.html
@@ -51,6 +51,7 @@ as revised by the
<li>(Perl, Python, Java, Tcl, Ruby, PHP interfaces when used via Redland)</li>
<li>No memory leaks</li>
<li>Fast</li>
+<li><a href="rapper.html">rapper</a> RDF parser utility program</li>
</ul>
<p>The remaining issues are recorded in the
@@ -91,9 +92,10 @@ as a full RDF vocabulary, is parsed by the RDF/XML parser.
<p>The public API is described in the
<a href="libraptor.html">libraptor.3</a> UNIX manual page.
-It is demonstrated in the <em>rapper.1</em> utility program which
-shows how to call the parser and get back the triples. When Raptor
-is used inside
+It is demonstrated in the
+<a href="rapper.html">rapper</a>
+utility program which shows how to call the parser and get back the
+triples. When Raptor is used inside
<a href="http://www.redland.opensource.ac.uk/">Redland</a>,
the Redland documentation explains
how to call the parser and contains several example programs.