summaryrefslogtreecommitdiff
path: root/doc/index.html
diff options
context:
space:
mode:
authornehal <nehal@xiph.org>2005-09-08 00:20:31 +0000
committernehal <nehal@xiph.org>2005-09-08 00:20:31 +0000
commitfe5e6bf1e74ac7a179e76bd16d08a0fddd2f18bb (patch)
treee2c31b232a951166f5d309cd9bbc2c0093a029d9 /doc/index.html
parent1ad1b06041b15db6d1545297e89fb49d5d8519b3 (diff)
downloadogg-git-fe5e6bf1e74ac7a179e76bd16d08a0fddd2f18bb.tar.gz
add a link to the libogg api; cleanups
svn path=/trunk/ogg/; revision=9998
Diffstat (limited to 'doc/index.html')
-rw-r--r--doc/index.html12
1 files changed, 12 insertions, 0 deletions
diff --git a/doc/index.html b/doc/index.html
index 78050a0..bb484df 100644
--- a/doc/index.html
+++ b/doc/index.html
@@ -70,12 +70,24 @@ li {
<a href="http://www.xiph.org/"><img src="fish_xiph_org.png" alt="Fish Logo and Xiph.org"/></a>
</div>
+<h1>Ogg Documentation</h1>
+
+<h2>Ogg programming documentation</h2>
+
+<ul>
+<li><a href="libogg/">Programming with ogg</a></li>
+</ul>
+
+<h2>Ogg bitsream documentation</h2>
+
<ul>
<li><a href="oggstream.html">Ogg logical and physical bitstream overview</a></li>
<li><a href="framing.html">Ogg logical bitstream framing</a></li>
<li><a href="ogg-multiplex.html">Ogg multi-stream multiplexing</a></li>
</ul>
+<h2>RFC documentation</h2>
+
<ul>
<li><a href="rfc3533.txt">rfc3533: The Ogg Encapsulation Format Version 0</a></li>
<li><a href="rfc3534.txt">rfc3534: The application/ogg Media Type</a></li>