diff options
author | Aki <please@ignore.pl> | 2021-09-29 22:52:15 +0200 |
---|---|---|
committer | Aki <please@ignore.pl> | 2021-09-29 22:52:15 +0200 |
commit | bdb934044a10bcccdea4ae5e9b067a2e764e0e7f (patch) | |
tree | e8a5da9a4920cbb0743b418b7f5bc5466af3ca4e /ogg/doc/index.html | |
parent | 252409240827e63b47c492d12718c4514c72ae02 (diff) | |
parent | 8f3471999e929bb99116fac52b94d572c42ba15e (diff) | |
download | starshatter-bdb934044a10bcccdea4ae5e9b067a2e764e0e7f.zip starshatter-bdb934044a10bcccdea4ae5e9b067a2e764e0e7f.tar.gz starshatter-bdb934044a10bcccdea4ae5e9b067a2e764e0e7f.tar.bz2 |
Merge commit '8f3471999e929bb99116fac52b94d572c42ba15e' as 'ogg'
Diffstat (limited to 'ogg/doc/index.html')
-rw-r--r-- | ogg/doc/index.html | 105 |
1 files changed, 105 insertions, 0 deletions
diff --git a/ogg/doc/index.html b/ogg/doc/index.html new file mode 100644 index 0000000..6e02f79 --- /dev/null +++ b/ogg/doc/index.html @@ -0,0 +1,105 @@ +<!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> + +<h1>Ogg Documentation</h1> + +<h2>Ogg programming documentation</h2> + +<ul> +<li><a href="libogg/index.html">Programming with ogg</a></li> +</ul> + +<h2>Ogg bitstream documentation</h2> + +<ul> +<li><a href="oggstream.html">Ogg bitstream overview</a></li> +<li><a href="framing.html">Ogg bitstream framing</a></li> +<li><a href="ogg-multiplex.html">Ogg multi-stream multiplexing</a></li> +<li><a href="skeleton.html">The Ogg Skeleton Metadata Bitstream</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="rfc5334.txt">rfc5334: Ogg Media Types</a></li> +</ul> + +<div id="copyright"> + The Xiph Fish Logo is a + trademark (™) of Xiph.Org.<br/> + + These pages © 1994 - 2010 Xiph.Org. All rights reserved. +</div> + +</body> +</html> |