[xiph-commits] r9889 - in websites/xiph.org: ogg ssi vorbis

nehal at svn.xiph.org nehal at svn.xiph.org
Wed Aug 31 16:57:38 PDT 2005


Author: nehal
Date: 2005-08-31 16:57:36 -0700 (Wed, 31 Aug 2005)
New Revision: 9889

Modified:
   websites/xiph.org/ogg/index.shtml.en
   websites/xiph.org/ssi/pagetop.include
   websites/xiph.org/vorbis/index.shtml.en
Log:
fix some broken links

Modified: websites/xiph.org/ogg/index.shtml.en
===================================================================
--- websites/xiph.org/ogg/index.shtml.en	2005-08-31 21:56:25 UTC (rev 9888)
+++ websites/xiph.org/ogg/index.shtml.en	2005-08-31 23:57:36 UTC (rev 9889)
@@ -1,75 +1,71 @@
-<!--#include virtual="/ssi/header.include" -->
-<!--  Enter custom page information and styles here -->
-
-<title>Xiph.org: Ogg</title>
-<style type="text/css">
-<!--
-
--->
-</style>
-
-<!--#include virtual="/ssi/xiphbar.include" -->
-<!--#include virtual="/ssi/pagetop.include" -->
-<!--  All your page content goes here  -->
-
-<h1>The Ogg container format</h1>
-
-<p>
-Ogg is a multimedia container format, and the native file
-and steam format for the Xiph.org multimedia codecs. As
-with all Xiph.org technology is it an open format free
-for anyone to use.
-</p>
-
-<p>
-As with most container formats it encapsulates raw compressed
-data and allows the interleaving of audio and video data inside
-a single convient format. Other examples of container formats
-are Quicktime <tt>.mov</tt>, the MPEG program stream, and AVI.
-</p>
-
-<p>
-In addition to encapsulation and interleave of multiple data
-streams, Ogg provides packet framing, error detection, 
-and periodic timestamps for seeking, and in a small, bounded
-percentage bitrate overhead.
-</p>
-
-<p>
-Ogg is a stream oriented container, meaning it can be written
-and read in one pass, making it a natural fit for internet 
-streaming and use in processing pipelines. This stream orientation
-is the major design difference over other file-based container
-formats.
-</p>
-
-<h2>Documentation</h2>
-
-<p>Technical documentation on the Ogg container is available for the 
-following areas:</p>
-
-<ul>
-<li><a href="/ogg/doc/oggstream.html">General structural overview</a></li>
-<li><a href="/ogg/doc/framing.html">Detailed header and parsing specification</a></li>
-<li><a href="/ogg/doc/ogg-multiplex.html">Issues and practices for multiplexed Ogg streams</a></li>
-</ul>
-
-<p>The recommended MIME type for Ogg files and network streams is 
-<tt>application/ogg</tt>.</p>
-
-<ul>
-<li><a href="/ogg/doc/libogg/">API Documentation for the libogg reference implementation</a></li>
-</ul>
-
-<p>The Ogg bitstream format is also documented in the following IETF 
-RFCs:</p>
-
-<ul>
-<li><a href="/ogg/doc/rfc3533.txt">RFC 3533</a> The Ogg Encapsulation Format Version 0
-(<a href="http://ietf.org/rfc/rfc3533.txt">IETF mirror</a>)</li>
-<li><a href="/ogg/doc/rfc3534.txt">RFC 3534</a> The application/ogg Media Type
-(<a href="http://ietf.org/rfc/rfc3534.txt">IETF mirror</a>)</li>
-</ul>
-
-<p>
-<!--#include virtual="/ssi/pagebottom.include" -->
+<!--#include virtual="/ssi/header.include" -->
+<!-- Enter custom page information and styles here -->
+
+<title>Xiph.org: Ogg</title>
+<!--#include virtual="/common/xiphbar.include" -->
+
+<!--#include virtual="/ssi/pagetop.include" -->
+<!--  All your page content goes here  -->
+
+<h1>The Ogg container format</h1>
+
+<p>
+Ogg is a multimedia container format, and the native file
+and steam format for the Xiph.org multimedia codecs. As
+with all Xiph.org technology is it an open format free
+for anyone to use.
+</p>
+
+<p>
+As with most container formats it encapsulates raw compressed
+data and allows the interleaving of audio and video data inside
+a single convient format. Other examples of container formats
+are Quicktime <tt>.mov</tt>, the MPEG program stream, and AVI.
+</p>
+
+<p>
+In addition to encapsulation and interleave of multiple data
+streams, Ogg provides packet framing, error detection, 
+and periodic timestamps for seeking, and in a small, bounded
+percentage bitrate overhead.
+</p>
+
+<p>
+Ogg is a stream oriented container, meaning it can be written
+and read in one pass, making it a natural fit for internet 
+streaming and use in processing pipelines. This stream orientation
+is the major design difference over other file-based container
+formats.
+</p>
+
+<h2>Documentation</h2>
+
+<p>Technical documentation on the Ogg container is available for the 
+following areas:</p>
+
+<ul>
+<li><a href="/ogg/doc/oggstream.html">General structural overview</a></li>
+<li><a href="/ogg/doc/framing.html">Detailed header and parsing specification</a></li>
+<li><a href="/ogg/doc/ogg-multiplex.html">Issues and practices for multiplexed Ogg streams</a></li>
+</ul>
+
+<p>The recommended MIME type for Ogg files and network streams is 
+<tt>application/ogg</tt>.</p>
+
+<ul>
+<li><a href="/ogg/doc/libogg/">API Documentation for the libogg reference implementation</a></li>
+</ul>
+
+<p>The Ogg bitstream format is also documented in the following IETF 
+RFCs:</p>
+
+<ul>
+<li><a href="/ogg/doc/rfc3533.txt">RFC 3533</a> The Ogg Encapsulation Format Version 0
+(<a href="http://ietf.org/rfc/rfc3533.txt">IETF mirror</a>)</li>
+<li><a href="/ogg/doc/rfc3534.txt">RFC 3534</a> The application/ogg Media Type
+(<a href="http://ietf.org/rfc/rfc3534.txt">IETF mirror</a>)</li>
+</ul>
+
+<p>
+
+<!--#include virtual="/ssi/pagebottom.include" -->

Modified: websites/xiph.org/ssi/pagetop.include
===================================================================
--- websites/xiph.org/ssi/pagetop.include	2005-08-31 21:56:25 UTC (rev 9888)
+++ websites/xiph.org/ssi/pagetop.include	2005-08-31 23:57:36 UTC (rev 9889)
@@ -18,7 +18,7 @@
     <li><a href="/">Documentation</a></li>
   </ul>
   <ul>
-    <li><a href="#resources">Resources by Project</a></li>
+    <li><a href="/#resources">Resources by Project</a></li>
   </ul>
 </div>
 

Modified: websites/xiph.org/vorbis/index.shtml.en
===================================================================
--- websites/xiph.org/vorbis/index.shtml.en	2005-08-31 21:56:25 UTC (rev 9888)
+++ websites/xiph.org/vorbis/index.shtml.en	2005-08-31 23:57:36 UTC (rev 9889)
@@ -1,54 +1,54 @@
-<!--#include virtual="/ssi/header.include" -->
-<!--  Enter custom page information and styles here -->
-
-<title>Xiph.org</title>
-<style type="text/css">
-<!--
-
--->
-</style>
-
-<!--#include virtual="/ssi/xiphbar.include" -->
-<!--#include virtual="/ssi/pagetop.include" -->
-<!--  All your page content goes here  -->
-
-<h1>Vorbis audio compression</h1>
-
-<p>
-Ogg Vorbis is a fully open, non-proprietary, patent-and-royalty-free, 
-general-purpose compressed audio format for mid to high quality 
-(8kHz-48.0kHz, 16+ bit, polyphonic) audio and music at fixed and 
-variable bitrates from 16 to 128 kbps/channel. This places Vorbis in the 
-same competitive class as audio representations such as MPEG-4 (AAC), 
-and similar to, but higher performance than MPEG-1/2 audio layer 3, 
-MPEG-4 audio (TwinVQ), WMA and PAC.
-</p>
-
-<p>
-The bitstream format for Vorbis I was frozen Monday, May 8th 2000. 
-All bitstreams encoded since will remain compatible with all future 
-releases of Vorbis.
-</p>
-
-<h2>Resources</h2>
-
-<ul>
-<li>Visit <a href="http://vorbis.com/">Vorbis.com</a> to get set up to 
-use vorbis, find music, and more.</li>
-<li><a href="http://vorbis.com/faq">Frequently Asked Questions</a></li>
-</ul>
-
-<ul>
-<li>The <strong>libvorbis</strong> reference implementation provides 
-both a standard encoder and decoder under a BSD license.
-  [<a href="http://downloads.xiph.org/releases/vorbis/">Source download</a>]
-  [<a href="http://svn.xiph.org/trunk/vorbis/">SVN trunk</a>]
-</li>
-<li>The <strong>Tremor</strong> reference decoder provides an 
-integer-only implementation of the decoder for embedded devices
-  [<a href="http://svn.xiph.org/trunk/Tremor/">SVN trunk</a>]
-  [<a href="http://svn.xiph.org/branches/lowmem-branch/Tremor/">low-memory branch</a>]
-</li>
-</ul>
-
-<!--#include virtual="/ssi/pagebottom.include" -->
+<!--#include virtual="/ssi/header.include" -->
+<!-- Enter custom page information and styles here -->
+  <title>Xiph.org</title>
+<style type="text/css">
+<!--
+
+-->
+</style>
+
+<!--#include virtual="/common/xiphbar.include" -->
+
+<!--#include virtual="/ssi/pagetop.include" -->
+<!--  All your page content goes here  -->
+
+<h1>Vorbis audio compression</h1>
+
+<p>
+Ogg Vorbis is a fully open, non-proprietary, patent-and-royalty-free, 
+general-purpose compressed audio format for mid to high quality 
+(8kHz-48.0kHz, 16+ bit, polyphonic) audio and music at fixed and 
+variable bitrates from 16 to 128 kbps/channel. This places Vorbis in the 
+same competitive class as audio representations such as MPEG-4 (AAC), 
+and similar to, but higher performance than MPEG-1/2 audio layer 3, 
+MPEG-4 audio (TwinVQ), WMA and PAC.
+</p>
+
+<p>
+The bitstream format for Vorbis I was frozen Monday, May 8th 2000. 
+All bitstreams encoded since will remain compatible with all future 
+releases of Vorbis.
+</p>
+
+<h2>Resources</h2>
+
+<ul>
+<li>Visit <a href="http://vorbis.com/">Vorbis.com</a> to get set up to 
+use vorbis, find music, and more.</li>
+<li><a href="http://vorbis.com/faq">Frequently Asked Questions</a></li>
+</ul>
+
+<ul>
+<li>The <strong>libvorbis</strong> reference implementation provides 
+both a standard encoder and decoder under a BSD license.
+  [<a href="http://downloads.xiph.org/releases/vorbis/">Source download</a>]
+  [<a href="http://svn.xiph.org/trunk/vorbis/">SVN trunk</a>]
+</li>
+<li>The <strong>Tremor</strong> reference decoder provides an 
+integer-only implementation of the decoder for embedded devices
+  [<a href="http://svn.xiph.org/trunk/Tremor/">SVN trunk</a>]
+  [<a href="http://svn.xiph.org/branches/lowmem-branch/Tremor/">low-memory branch</a>]
+</li>
+</ul>
+
+<!--#include virtual="/ssi/pagebottom.include" -->



More information about the commits mailing list