summaryrefslogtreecommitdiff
path: root/doc/index.html
diff options
context:
space:
mode:
authornehal <nehal@xiph.org>2005-09-05 00:14:31 +0000
committernehal <nehal@xiph.org>2005-09-05 00:14:31 +0000
commit9c524d53c8a3c0a411f5f0f7b1627bbde6baf1d1 (patch)
tree007605716b7d40f5a74f2887b2f8356d019e0281 /doc/index.html
parenta80448d53054829cc28e477395683ed5f9be69bd (diff)
downloadogg-git-9c524d53c8a3c0a411f5f0f7b1627bbde6baf1d1.tar.gz
cleanup docs
svn path=/trunk/ogg/; revision=9956
Diffstat (limited to 'doc/index.html')
-rw-r--r--doc/index.html94
1 files changed, 91 insertions, 3 deletions
diff --git a/doc/index.html b/doc/index.html
index b7ad768..78050a0 100644
--- a/doc/index.html
+++ b/doc/index.html
@@ -1,4 +1,92 @@
-<a href="oggstream.html">Ogg logical and physical bitstream overview</a><br>
-<a href="framing.html">Ogg logical bitstream framing</a><br>
-<a href="ogg-multiplex.html">Ogg multi-stream multiplexing</a><br>
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
+<html>
+<head>
+<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-15"/>
+<title>Ogg Documentation</title>
+
+<style type="text/css">
+body {
+ margin: 0 18px 0 18px;
+ padding-bottom: 30px;
+ font-family: Verdana, Arial, Helvetica, sans-serif;
+ color: #333333;
+ font-size: .8em;
+}
+
+a {
+ color: #3366cc;
+}
+
+img {
+ border: 0;
+}
+
+#xiphlogo {
+ margin: 30px 0 16px 0;
+}
+
+#content p {
+ line-height: 1.4;
+}
+
+h1, h1 a, h2, h2 a, h3, h3 a {
+ font-weight: bold;
+ color: #ff9900;
+ margin: 1.3em 0 8px 0;
+}
+
+h1 {
+ font-size: 1.3em;
+}
+
+h2 {
+ font-size: 1.2em;
+}
+
+h3 {
+ font-size: 1.1em;
+}
+
+li {
+ line-height: 1.4;
+}
+
+#copyright {
+ margin-top: 30px;
+ line-height: 1.5em;
+ text-align: center;
+ font-size: .8em;
+ color: #888888;
+ clear: both;
+}
+</style>
+
+</head>
+
+<body>
+
+<div id="xiphlogo">
+ <a href="http://www.xiph.org/"><img src="fish_xiph_org.png" alt="Fish Logo and Xiph.org"/></a>
+</div>
+
+<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>
+
+<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>
+</ul>
+
+<div id="copyright">
+ The Xiph Fish Logo is a
+ trademark (&trade;) of Xiph.Org.<br/>
+
+ These pages &copy; 1994 - 2005 Xiph.Org. All rights reserved.
+</div>
+
+</body>
+</html>