summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDave Beckett <dave@dajobe.org>2003-03-31 17:17:31 +0000
committerDave Beckett <dave@dajobe.org>2003-03-31 17:17:31 +0000
commitdfc834edc9d7f006bd93240a43739b8bf13e64cf (patch)
tree98d832d332b39b2a680afbc4cb20eed370476758
parent7c772cd5e6ffb75a5526f27509acfbdafadb5ff7 (diff)
downloadraptor-dfc834edc9d7f006bd93240a43739b8bf13e64cf.tar.gz
added libraptor.html
-rw-r--r--README.html7
1 files changed, 5 insertions, 2 deletions
diff --git a/README.html b/README.html
index ff21140c..0cdf543f 100644
--- a/README.html
+++ b/README.html
@@ -62,13 +62,16 @@ for the <a href="http://www.w3.org/TR/rdf-testcases/">RDF Test Cases</a>.
<h2>DOCUMENTATION</h2>
-<p>The API is described in the <em>libraptor.3</em> UNIX manual page.
+<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
<a href="http://www.redland.opensource.ac.uk/">Redland</a>,
the Redland documentation explains
-how to call the parser and contains several example programs.</p>
+how to call the parser and contains several example programs.
+There are also further examples in the <tt>example</tt> directory
+of the distribution.</p>
<p>To install Raptor see the
<a href="INSTALL.html">Installation document</a>. Other material