diff options
author | Lorry Tar Creator <lorry-tar-importer@baserock.org> | 2008-09-01 18:44:56 +0000 |
---|---|---|
committer | <> | 2013-07-02 12:44:56 +0000 |
commit | bd4e1730fe4d7878c4e5e2c13ea489f59e7e0f27 (patch) | |
tree | 5e605cc37a7e484e7008c7934f61e2cd25a0d57b /docs/index.xhtml | |
download | rarian-master.tar.gz |
Imported from /home/lorry/working-area/delta_rarian/rarian-0.8.1.tar.bz2.HEADrarian-0.8.1master
Diffstat (limited to 'docs/index.xhtml')
-rw-r--r-- | docs/index.xhtml | 39 |
1 files changed, 39 insertions, 0 deletions
diff --git a/docs/index.xhtml b/docs/index.xhtml new file mode 100644 index 0000000..dc06aaf --- /dev/null +++ b/docs/index.xhtml @@ -0,0 +1,39 @@ +<?xml version="1.0" encoding="utf-8"?> +<!DOCTYPE html +PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" +"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> +<html xmlns="http://www.w3.org/1999/xhtml"> +<head> +<title>Rarian Reference Manual</title> +</head> +<body> +<h1>Rarian Reference Manual v0.6</h1> +<hr/> +<h2>Overview</h2> +<p> +This manual describes version 0.6 of Rarian, a documentation meta-data +library. It is split into three sections, which are relevant for +different people. The first section covers writing Rarian meta-data +files and is useful for people wishing their documentation to be +visible in applications using Rarian.</p> + +<p>The second section describes the Rarian library. This details the +available API and requirements for using it. This section is aimed at +developers wishing to use the power of Rarian in their applications.</p> + +<p>The final section describes the scrollkeeper compatibility stuff in +Rarian and how to take advantage of this. It isn't really useful for +anyone, but is included for completeness.</p> +<!--<br/>--> +<hr/> +<h2>Contents</h2> +<ul> +<li><a href="license.xhtml">Preamble</a></li> +<li><a href="rar-mdf.xhtml">Writing Rarian meta-data files</a></li> +<li><a href="rar-lib.xhtml">Using the Rarian library</a></li> +<li><a href="rar-skcompat.xhtml">Scrollkeeper compatibility</a></li> +</ul> + +</body> +</html> + |