[xiph-commits] r9998 - trunk/ogg/doc

nehal at svn.xiph.org nehal at svn.xiph.org
Wed Sep 7 17:20:32 PDT 2005


Author: nehal
Date: 2005-09-07 17:20:31 -0700 (Wed, 07 Sep 2005)
New Revision: 9998

Modified:
   trunk/ogg/doc/index.html
Log:
add a link to the libogg api; cleanups

Modified: trunk/ogg/doc/index.html
===================================================================
--- trunk/ogg/doc/index.html	2005-09-07 22:44:30 UTC (rev 9997)
+++ trunk/ogg/doc/index.html	2005-09-08 00:20:31 UTC (rev 9998)
@@ -70,12 +70,24 @@
   <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>



More information about the commits mailing list