[xiph-commits] r10445 - in websites/xiph.org/quicktime: . css css/img img

arek at svn.xiph.org arek at svn.xiph.org
Fri Nov 25 11:35:06 PST 2005


Author: arek
Date: 2005-11-25 11:34:48 -0800 (Fri, 25 Nov 2005)
New Revision: 10445

Added:
   websites/xiph.org/quicktime/about.html
   websites/xiph.org/quicktime/bugreport.html
   websites/xiph.org/quicktime/contact.html
   websites/xiph.org/quicktime/css/
   websites/xiph.org/quicktime/css/ie.css
   websites/xiph.org/quicktime/css/img/
   websites/xiph.org/quicktime/css/img/hlogo-c.png
   websites/xiph.org/quicktime/css/img/hlogo-l.png
   websites/xiph.org/quicktime/css/img/hlogo-r.png
   websites/xiph.org/quicktime/css/img/s-h-c.png
   websites/xiph.org/quicktime/css/style.css
   websites/xiph.org/quicktime/css/xiphbar.css
   websites/xiph.org/quicktime/development.html
   websites/xiph.org/quicktime/download.html
   websites/xiph.org/quicktime/img/
   websites/xiph.org/quicktime/img/xiph-qt.png
   websites/xiph.org/quicktime/index.html
   websites/xiph.org/quicktime/release_notes.html
Log:
Initial import of the XiphQT web-pages.

Added: websites/xiph.org/quicktime/about.html
===================================================================
--- websites/xiph.org/quicktime/about.html	2005-11-25 15:59:26 UTC (rev 10444)
+++ websites/xiph.org/quicktime/about.html	2005-11-25 19:34:48 UTC (rev 10445)
@@ -0,0 +1,116 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
+          "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
+
+<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
+  <head>
+    <title>Xiph.Org: QuickTime Components :: About</title>
+    <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
+    <style type="text/css" media="all">@import "css/style.css"; @import "css/xiphbar.css";</style>
+    <!--[if gte ie 5.5000]>
+        <link rel="stylesheet" type="text/css" href="css/ie.css" />
+    <![endif]-->
+  </head>
+  <body>
+    
+    <div id="xiphbar-outer">
+      <table id="xiphbar">
+        <tr>
+          <td>
+            <img id="xiphbanner" src="http://xiph.org/images/logos/xiphbar.png" alt="Xiph logo" width="231" height="17" />
+          </td>
+          <td id="xiphlinks">
+            <a href="http://www.xiph.org/">Xiph.org</a>
+            <a href="http://www.vorbis.com/">Vorbis</a>
+            <a href="http://www.theora.org/">Theora</a>
+            <a href="http://www.icecast.org/">Icecast</a>
+            <a href="http://www.speex.org/">Speex</a>
+            <a href="http://flac.sourceforge.net/">FLAC</a>
+            <a href="http://www.xspf.org/">XSPF</a>
+          </td>
+        </tr>
+      </table>
+    </div>
+    
+    <div id="the-container">
+      <div id="the-header">
+        <table>
+          <tr>
+            <td class="head-b-l"></td>
+            <td class="head-b-c head-b-icon"><div class="icon"><a href="./"><img src="img/xiph-qt.png" width="96px" height="96px" alt="XiphQT logo" /></a></div></td>
+            <td class="head-b-c"><h1>QuickTime Components</h1></td>
+            <td class="head-b-r"></td>
+          </tr>
+        </table>
+      </div>
+      <div id="the-navigation" class="sidenote">
+        <div class="sn-head">navigate :</div>
+        <ul>
+          <li><a href="./">news</a></li>
+          <li><a href="about.html">about</a></li>
+          <li><a href="download.html">downloads</a></li>
+          <li><a href="bugreport.html">report problems</a></li>
+          <li><a href="development.html">for developers</a></li>
+          <li><a href="contact.html">contact</a></li>
+        </ul>
+      </div>
+      <div id="the-content">
+        <h2>About the Xiph QuickTime Components.</h2>
+        <div>
+          <p>Xiph QuickTime Components (XiphQT) is a set of QuickTime and Macintosh OS X plug-ins.
+            Their role is to provide support for Xiph media compression and container formats.</p>
+          <p>If you are an end user: installing XiphQT components is all you need to
+            start using Xiph-formatted media files in a variety of applications - for example,
+            listening to Ogg/Vorbis files in <a href="http://www.apple.com/quicktime/download/">QuickTime Player</a>
+            or <a href="http://www.apple.com/quicktime/download/">iTunes</a>. The programming
+            interfaces used in XiphQT allow the provided functionality to be available
+            transparently to all media handling applications using QuickTime or OS X
+            component mechanisms.</p>
+          <p>If you are a programmer, you have built a Macintosh
+            <a href="http://en.wikipedia.org/wiki/CoreAudio" class="wikipedia">Core Audio</a>
+            or QuickTime-based application and would like to add Xiph formats support: most of
+            the time there is hardly anything you will need to do to add the support.</p>
+          <h3>License</h3>
+          <div>
+            <p>XiphQT is free software. It is released under the terms of the
+              <a href="http://www.fsf.org/licensing/licenses/lgpl.html#TOC1">GNU Lesser General Public License</a>.</p>
+          </div>
+          <h3>Status</h3>
+          <div>
+            <p>XiphQT is a work in progress. The project is young and evolving, with new features
+              and functionality planned or being added. However, we believe the features in the
+              <a href="download.html">released binary packages</a> are fairly stable. Hey, we even
+              use the components everyday ourselves!</p>
+            <p>Of course, bugs happen. If you found one, please <a href="bugreport.html">let us know</a>!</p>
+            <p>Or perhaps you are feeling adventurous and would like to squish them yourself? Or
+              work on some new features? Please check the
+              <a href="development.html">developers section</a>.</p>
+            <p>More information about the status, supported formats and set of features of our
+              latest release can be found in the <a href="release_notes.html">release notes</a>.</p>
+          </div>
+          <h3>Feedback</h3>
+          <div>
+            <p>In any case, your <a href="contact.html">feedback</a> will be much appreciated.
+              Even the negative comments, seriously. We will forge it into some useful bit of code, too!</p>
+          </div>
+          <h3>More information...</h3>
+          <div>
+            <p>For more information about Xiph.Org Foundation and the free media formats please see the
+              main <a href="http://xiph.org/">xiph.org website</a>.</p>
+            <p>More information about XiphQT underlying technologies can be found on
+              <a href="http://www.apple.com/macosx/features/coreaudio/">Core Audio</a>
+              and <a href="http://www.apple.com/macosx/features/quicktime/">QuickTime</a> Apple web-pages.</p>
+            <p>Please see the Steve Nicolai's <a href="http://qtcomponents.sf.net/">QuickTime Components project</a>
+              on SourceForge for information on the predecessor, and inspiration, of XiphQT.</p>
+          </div>
+          <div class="footnote legal">
+            <p>Apple, Macintosh, QuickTime and iTunes are trademarks of Apple Computer, Inc., registered in the U.S. and other countries.</p>
+          </div>
+        </div>
+      </div>
+      <div id="the-footer">
+        <p><a href="./" class="link">Home</a> | <a href="http://www.xiph.org/" class="link">xiph.org</a> | <a href="contact.html" class="link">Contact</a></p>
+        <p>Copyright &copy; 2005 Xiph.Org Foundation. All rights reserved.</p>
+      </div>
+    </div>
+  </body>
+</html>

Added: websites/xiph.org/quicktime/bugreport.html
===================================================================
--- websites/xiph.org/quicktime/bugreport.html	2005-11-25 15:59:26 UTC (rev 10444)
+++ websites/xiph.org/quicktime/bugreport.html	2005-11-25 19:34:48 UTC (rev 10445)
@@ -0,0 +1,88 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
+          "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
+
+<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
+  <head>
+    <title>Xiph.Org: QuickTime Components :: Report problems</title>
+    <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
+    <style type="text/css" media="all">@import "css/style.css"; @import "css/xiphbar.css";</style>
+    <!--[if gte ie 5.5000]>
+        <link rel="stylesheet" type="text/css" href="css/ie.css" />
+    <![endif]-->
+  </head>
+  <body>
+    
+    <div id="xiphbar-outer">
+      <table id="xiphbar">
+        <tr>
+          <td>
+            <img id="xiphbanner" src="http://xiph.org/images/logos/xiphbar.png" alt="Xiph logo" width="231" height="17" />
+          </td>
+          <td id="xiphlinks">
+            <a href="http://www.xiph.org/">Xiph.org</a>
+            <a href="http://www.vorbis.com/">Vorbis</a>
+            <a href="http://www.theora.org/">Theora</a>
+            <a href="http://www.icecast.org/">Icecast</a>
+            <a href="http://www.speex.org/">Speex</a>
+            <a href="http://flac.sourceforge.net/">FLAC</a>
+            <a href="http://www.xspf.org/">XSPF</a>
+          </td>
+        </tr>
+      </table>
+    </div>
+    
+    <div id="the-container">
+      <div id="the-header">
+        <table>
+          <tr>
+            <td class="head-b-l"></td>
+            <td class="head-b-c head-b-icon"><div class="icon"><a href="./"><img src="img/xiph-qt.png" width="96px" height="96px" alt="XiphQT logo" /></a></div></td>
+            <td class="head-b-c"><h1>QuickTime Components</h1></td>
+            <td class="head-b-r"></td>
+          </tr>
+        </table>
+      </div>
+      <div id="the-navigation" class="sidenote">
+        <div class="sn-head">navigate :</div>
+        <ul>
+          <li><a href="./">news</a></li>
+          <li><a href="about.html">about</a></li>
+          <li><a href="download.html">downloads</a></li>
+          <li><a href="bugreport.html">report problems</a></li>
+          <li><a href="development.html">for developers</a></li>
+          <li><a href="contact.html">contact</a></li>
+        </ul>
+      </div>
+      <div id="the-content">
+        <h2>Report problems.</h2>
+        <div>
+          <p>If you think the XiphQT on your machine behaves in an incorrect way and would like to let
+            us know - this is the place to do it.</p>
+          <p>Please consider a couple of hints while reporting the problem:</p>
+          <ul class="spread">
+            <li>It is possible that other users have experienced and reported a problem similar to yours.
+              Please check the <a href="http://trac.xiph.org/report/16">list of the known problems</a>.
+              You can also search the report database using
+              <a href="http://trac.xiph.org/search?q=&amp;ticket=on">simple</a>
+              and <a href="http://trac.xiph.org/query?component=XiphQT%20-%20QuickTime%20Components&amp;action=edit">advanced</a> search forms.
+              If the problem you experience seems to be unique or you think you
+              may be able to add some significant information to the previous reports - please do report it.</li>
+            <li>More detailed information will help us to resolve the problem faster. Especially useful is
+              information about your system configuration, steps to reproduce the (mis)behaviour and, in extreme
+              cases when the QT Components cause an application crash, a crash backtrace log (which on OS X
+              can usually be found in ~/Library/Logs/CrashReporter directory, in the file with the name
+              corresponding to the name of the crashed application).</li>
+          </ul>
+          <p class="bugreport"><span class="bugreport">Please follow
+              <a href="http://trac.xiph.org/newticket?component=XiphQT%20-%20QuickTime%20Components&amp;owner=arkadini@gmail.com&amp;version=trunk">this link</a>
+              to submit your report.</span> Thank you.</p>
+          <p>For other methods of contacting us please see <a href="development.html">developer</a> and <a href="contact.html">contact</a> pages.</p>
+        </div>
+      </div>
+      <div id="the-footer">
+        <p><a href="./" class="link">Home</a> | <a href="http://www.xiph.org/" class="link">xiph.org</a> | <a href="contact.html" class="link">Contact</a></p>
+        <p>Copyright &copy; 2005 Xiph.Org Foundation. All rights reserved.</p>
+      </div>
+    </div>
+  </body>
+</html>

Added: websites/xiph.org/quicktime/contact.html
===================================================================
--- websites/xiph.org/quicktime/contact.html	2005-11-25 15:59:26 UTC (rev 10444)
+++ websites/xiph.org/quicktime/contact.html	2005-11-25 19:34:48 UTC (rev 10445)
@@ -0,0 +1,89 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
+          "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
+
+<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
+  <head>
+    <title>Xiph.Org: QuickTime Components :: Contact</title>
+    <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
+    <style type="text/css" media="all">@import "css/style.css"; @import "css/xiphbar.css";</style>
+    <!--[if gte ie 5.5000]>
+        <link rel="stylesheet" type="text/css" href="css/ie.css" />
+    <![endif]-->
+  </head>
+  <body>
+    
+    <div id="xiphbar-outer">
+      <table id="xiphbar">
+        <tr>
+          <td>
+            <img id="xiphbanner" src="http://xiph.org/images/logos/xiphbar.png" alt="Xiph logo" width="231" height="17" />
+          </td>
+          <td id="xiphlinks">
+            <a href="http://www.xiph.org/">Xiph.org</a>
+            <a href="http://www.vorbis.com/">Vorbis</a>
+            <a href="http://www.theora.org/">Theora</a>
+            <a href="http://www.icecast.org/">Icecast</a>
+            <a href="http://www.speex.org/">Speex</a>
+            <a href="http://flac.sourceforge.net/">FLAC</a>
+            <a href="http://www.xspf.org/">XSPF</a>
+          </td>
+        </tr>
+      </table>
+    </div>
+    
+    <div id="the-container">
+      <div id="the-header">
+        <table>
+          <tr>
+            <td class="head-b-l"></td>
+            <td class="head-b-c head-b-icon"><div class="icon"><a href="./"><img src="img/xiph-qt.png" width="96px" height="96px" alt="XiphQT logo" /></a></div></td>
+            <td class="head-b-c"><h1>QuickTime Components</h1></td>
+            <td class="head-b-r"></td>
+          </tr>
+        </table>
+      </div>
+      <div id="the-navigation" class="sidenote">
+        <div class="sn-head">navigate :</div>
+        <ul>
+          <li><a href="./">news</a></li>
+          <li><a href="about.html">about</a></li>
+          <li><a href="download.html">downloads</a></li>
+          <li><a href="bugreport.html">report problems</a></li>
+          <li><a href="development.html">for developers</a></li>
+          <li><a href="contact.html">contact</a></li>
+        </ul>
+      </div>
+      <div id="the-content">
+        <h2>Contact information.</h2>
+        <div>
+          <h3>Mailing list</h3>
+          <div>
+            <p>If you would like to contact XiphQT developers, if you have some general question
+              related to our project or need support with using Xiph.org formats you can use the
+              <a href="http://lists.xiph.org/mailman/listinfo/vorbis/">vorbis at xiph.org</a> mailing list.</p>
+            <p>Please see <a href="http://lists.xiph.org/mailman/listinfo/">xiph.org mailing lists page</a> for
+              information on using the list and links to the list archives.</p>
+          </div>
+          <h3>Developers</h3>
+          <div>
+            <div class="contacts">
+              <p>Arek Korbik</p>
+              <ul>
+                <li>e-mail: <a href="mailto:arkadini at gmail.com">arkadini at gmail.com</a></li>
+                <li>jabber: <a href="jabber:2nu at jabber.org">2nu at jabber.org</a></li>
+              </ul>
+            </div>
+          </div>
+          <h3>Website comments</h3>
+          <div>
+            <p>With website related issues please contact <a href="mailto:webmaster at xiph.org?subject=About%20XiphQT%20pages...">webmaster</a>.</p>
+          </div>
+        </div>
+      </div>
+      <div id="the-footer">
+        <p><a href="./" class="link">Home</a> | <a href="http://www.xiph.org/" class="link">xiph.org</a> | <a href="contact.html" class="link">Contact</a></p>
+        <p>Copyright &copy; 2005 Xiph.Org Foundation. All rights reserved.</p>
+      </div>
+    </div>
+  </body>
+</html>

Added: websites/xiph.org/quicktime/css/ie.css
===================================================================
--- websites/xiph.org/quicktime/css/ie.css	2005-11-25 15:59:26 UTC (rev 10444)
+++ websites/xiph.org/quicktime/css/ie.css	2005-11-25 19:34:48 UTC (rev 10445)
@@ -0,0 +1,23 @@
+#the-header .icon {
+    position: relative;
+    display: block;
+    width: 96px;
+    height: 96px;
+    filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='img/xiph-qt.png', sizingMethod='scale');
+    background: transparent;
+    margin: 0 0 -28px 0;
+    top: -14px;
+}
+
+#the-header img {
+    display: none;
+}
+
+h3 {
+    margin: 0.83em 0;
+}
+
+p, ul {
+    margin-top: 1.12em;
+    margin-bottom: 1.12em;
+}

Added: websites/xiph.org/quicktime/css/img/hlogo-c.png
===================================================================
(Binary files differ)


Property changes on: websites/xiph.org/quicktime/css/img/hlogo-c.png
___________________________________________________________________
Name: svn:mime-type
   + application/octet-stream

Added: websites/xiph.org/quicktime/css/img/hlogo-l.png
===================================================================
(Binary files differ)


Property changes on: websites/xiph.org/quicktime/css/img/hlogo-l.png
___________________________________________________________________
Name: svn:mime-type
   + application/octet-stream

Added: websites/xiph.org/quicktime/css/img/hlogo-r.png
===================================================================
(Binary files differ)


Property changes on: websites/xiph.org/quicktime/css/img/hlogo-r.png
___________________________________________________________________
Name: svn:mime-type
   + application/octet-stream

Added: websites/xiph.org/quicktime/css/img/s-h-c.png
===================================================================
(Binary files differ)


Property changes on: websites/xiph.org/quicktime/css/img/s-h-c.png
___________________________________________________________________
Name: svn:mime-type
   + application/octet-stream

Added: websites/xiph.org/quicktime/css/style.css
===================================================================
--- websites/xiph.org/quicktime/css/style.css	2005-11-25 15:59:26 UTC (rev 10444)
+++ websites/xiph.org/quicktime/css/style.css	2005-11-25 19:34:48 UTC (rev 10445)
@@ -0,0 +1,304 @@
+/* CSS document */
+
+body {
+    border: 0px;
+    margin:  0;
+    padding: 0;
+    background-color: #fff;
+    color: #000;
+}
+
+body, html {
+    /* font-family: Verdana, Geneva, Arial, sans-serif; */
+    font-family: "Lucida Grande", Verdana, Geneva, Arial, sans-serif;
+    font-size: 11px;
+    /* font-size-adjust-a: 0.58; */
+}
+
+h1 {
+    font-size: 2em;
+    margin: .67em 0;
+}
+
+h2 {
+    font-size: 1.5em;
+    margin: .75em 0;
+}
+
+h2.news {
+    margin-top: 2.0em;
+}
+
+h3 {
+    font-size: 1.17em;
+}
+
+a {
+    text-decoration: none;
+}
+
+a:hover {
+    text-decoration: underline;
+}
+
+a:visited {
+    color: #9c92ce;
+}
+
+img {
+    border: 0;
+    margin: 0;
+    padding: 0;
+}
+
+p+ul, p+dl, p+ol {
+    margin-top: -0.5em;
+}
+
+p.strong {
+    font-weight: bolder;
+    font-size: 1.1em;
+}
+
+.current-version {
+    font-weight: bolder;
+}
+
+.note {
+    border: 1px solid #ff9900;;
+    background-color: yellow;
+    padding: 0.5em;
+}
+
+ul.spread li {
+    margin-bottom: 0.5em;
+}
+
+p.bugreport {
+    margin-top: 2em;
+    margin-bottom: 2em;
+}
+
+div.footnote {
+    font-size: 0.9em;
+    border-top: 1px solid black;
+    margin-top: 5em;
+}
+
+div.footnote p {
+    margin-top: 0.5em;
+}
+
+span.bugreport {
+    font-weight: bold;
+}
+
+div.contacts {
+    background-color: #f4f5f7;
+    border: 1px dashed #d8dade;
+    padding: 0;
+}
+
+div.contacts p {
+    margin-top: 0.2em;
+    margin-left: 0.5em;
+}
+
+div.contacts ul {
+    font-size: 0.9em;
+    margin-bottom: 0.5em;
+}
+
+#the-container {
+    width: 59em;
+    margin: 3.5em auto 0 auto;
+    padding: 0;
+}
+
+#the-header {
+    margin: 0 0 3em 0;
+}
+
+#the-header h1 {
+    color: white;
+    margin: 0 3.4em;
+}
+
+#the-header .icon img {
+    margin: -14px 0 -14px 0;
+}
+
+#the-header table {
+    width: 100%;
+    border-collapse: collapse;
+}
+
+#the-header td {
+    margin: 0;
+    padding: 0;
+    border: 0;
+    height: 68px;
+}
+
+td.head-b-l, td.head-b-r {
+    width: 5px;
+    background-repeat: no-repeat;
+}
+
+td.head-b-l {
+    background-image: url("img/hlogo-l.png");
+}
+
+td.head-b-r {
+    background-image: url("img/hlogo-r.png");
+}
+
+td.head-b-c {
+    background-image: url("img/hlogo-c.png");
+    background-repeat: repeat-x;
+    vertical-align: middle;
+}
+
+td.head-b-icon {
+    text-align: right;
+    width: 99px;
+}
+
+.sidenote {
+    /* border: 1px solid #d7d7d7; */
+    width: 14em;
+    float: right;
+    clear: right;
+    margin: 0.3em 0 0 0;
+    padding: 0;
+    border-bottom: 1px solid #bcb2ee;
+    background-color: #f2f4f7;
+}
+
+.sn-head {
+    border-top: 1px solid #bcb2ee;
+    border-bottom: 1px solid #8c82ce;
+    background-image: url("img/s-h-c.png");
+    background-repeat: repeat-x;
+    background-color: #959ddb;
+    font-size: 1.0em;
+    color: black;
+    padding: 0 0.2em 0.1em 0.2em;
+    line-height: 1.3em;
+    font-weight: bolder;
+}
+
+#the-navigation a {
+    text-decoration: none;
+}
+
+#the-navigation a:hover {
+    text-decoration: underline;
+}
+
+#the-navigation ul {
+    list-style: none;
+    margin: 0;
+    padding: 0.2em 0 0.3em 0;
+}
+
+#the-navigation ul li {
+    padding: 0 0.3em;
+    line-height: 1.3em;
+}
+
+#the-navigation li:before {
+    display: marker;
+    content: "\00BB  ";
+    color: #FF9900;;
+}
+
+#the-navigation li:hover {
+    background-color: #e2e4e7;
+}
+
+#the-content {
+    width: 43em;
+    margin: 0 0 0 0;
+    padding: 0;
+}
+
+#the-content h2 {
+    margin-bottom: 1.5em;
+}
+
+#the-content h3 {
+    border-bottom: 1px solid black;
+    margin-top: 2.5em;
+}
+
+.loremipsum {
+    width: 30em;
+    margin-left: 4em;
+}
+
+/* ft: filetable style attributes */
+table.ft {
+    width: 100%;
+    border-collapse: collapse;
+}
+
+table.ft a {
+    color: blue;
+}
+
+table.ft td, table.ft th {
+    border: 1px solid #d0d3d8;
+}
+
+table.ft th {
+    background-color: #e8eaee;
+}
+
+table.ft td {
+    vertical-align: bottom;
+}
+
+table.ft th.ft-link {
+    width: 17em;
+}
+
+table.ft th.ft-size {
+    width: 5em;
+}
+
+table.ft th.ft-md5 {
+    width: auto;
+}
+
+/*
+table.ft td.ft-size {
+    text-align-a: right;
+}
+*/
+
+span.md5 {
+    font-family: Courier, "Courier New", monospace;
+    font-size: 0.91em;
+    font-size-adjust: 0.49;
+}
+
+#the-footer {
+    border-top: 1px solid #c0c4cc;
+    margin: 4em 0 2em 0;
+    color: #c0c4cc;
+    padding: 1em 0;
+}
+
+#the-footer p {
+    margin: 0.1em 0;
+    text-align: center;
+}
+
+#the-footer .link {
+    margin: 0 0.7em;
+}
+
+div.news {
+    margin-top: -1.3em;
+}

Added: websites/xiph.org/quicktime/css/xiphbar.css
===================================================================
--- websites/xiph.org/quicktime/css/xiphbar.css	2005-11-25 15:59:26 UTC (rev 10444)
+++ websites/xiph.org/quicktime/css/xiphbar.css	2005-11-25 19:34:48 UTC (rev 10445)
@@ -0,0 +1,48 @@
+#xiphbar-outer {
+  background-color: #666666;
+  min-width: 840px;
+  width: 100%;
+  height: 30px;
+}
+
+#xiphbar {
+  min-width: 840px;
+  width: 840px;
+  height: 30px;
+  margin-left: auto;
+  margin-right: auto;
+  padding: 0 8px 0 8px;
+  border-collapse: separate;
+  border-spacing: 0;
+}
+
+#xiphbar td {
+    padding: 0;
+}
+
+#xiphbar a {
+  margin-left: 16px;
+  color: #ffcc66;
+  text-decoration: none;
+  text-transform: uppercase;
+  font-family: Arial, Helvetica, sans-serif;
+}
+
+#xiphbar a:hover {
+  color: #ffe6b3;
+}
+
+#xiphbanner {
+  float: left;
+  vertical-align: middle;
+}
+
+#xiphlinks {
+  font-size: 11px;
+  vertical-align: middle;
+  text-align: right;
+}
+
+#xiphlinks a {
+    padding-left: 1px;
+}

Added: websites/xiph.org/quicktime/development.html
===================================================================
--- websites/xiph.org/quicktime/development.html	2005-11-25 15:59:26 UTC (rev 10444)
+++ websites/xiph.org/quicktime/development.html	2005-11-25 19:34:48 UTC (rev 10445)
@@ -0,0 +1,109 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
+          "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
+
+<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
+  <head>
+    <title>Xiph.Org: QuickTime Components :: For developers</title>
+    <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
+    <style type="text/css" media="all">@import "css/style.css"; @import "css/xiphbar.css";</style>
+    <!--[if gte ie 5.5000]>
+        <link rel="stylesheet" type="text/css" href="css/ie.css" />
+    <![endif]-->
+  </head>
+  <body>
+    
+    <div id="xiphbar-outer">
+      <table id="xiphbar">
+        <tr>
+          <td>
+            <img id="xiphbanner" src="http://xiph.org/images/logos/xiphbar.png" alt="Xiph logo" width="231" height="17" />
+          </td>
+          <td id="xiphlinks">
+            <a href="http://www.xiph.org/">Xiph.org</a>
+            <a href="http://www.vorbis.com/">Vorbis</a>
+            <a href="http://www.theora.org/">Theora</a>
+            <a href="http://www.icecast.org/">Icecast</a>
+            <a href="http://www.speex.org/">Speex</a>
+            <a href="http://flac.sourceforge.net/">FLAC</a>
+            <a href="http://www.xspf.org/">XSPF</a>
+          </td>
+        </tr>
+      </table>
+    </div>
+    
+    <div id="the-container">
+      <div id="the-header">
+        <table>
+          <tr>
+            <td class="head-b-l"></td>
+            <td class="head-b-c head-b-icon"><div class="icon"><a href="./"><img src="img/xiph-qt.png" width="96px" height="96px" alt="XiphQT logo" /></a></div></td>
+            <td class="head-b-c"><h1>QuickTime Components</h1></td>
+            <td class="head-b-r"></td>
+          </tr>
+        </table>
+      </div>
+      <div id="the-navigation" class="sidenote">
+        <div class="sn-head">navigate :</div>
+        <ul>
+          <li><a href="./">news</a></li>
+          <li><a href="about.html">about</a></li>
+          <li><a href="download.html">downloads</a></li>
+          <li><a href="bugreport.html">report problems</a></li>
+          <li><a href="development.html">for developers</a></li>
+          <li><a href="contact.html">contact</a></li>
+        </ul>
+      </div>
+      <div id="the-content">
+        <h2>Project development information.</h2>
+        <div>
+          <p>The work on the project is far from being finished and we appreciate any help and support we can get.</p>
+          <p>The simplest, but important nonetheless, way of helping us is by <a href="download.html">using
+              the components</a> and <a href="bugreport.html">letting us know if they don't work</a> the way you expected.
+            Especially if the <a href="release_notes.html">release notes</a> state they should work that way.</p>
+          <p>For those who would like to get a little bit more involved or are just curious how XiphQT internals work
+            and what are our plans - please read on...</p>
+          <h3>Planned features</h3>
+          <div>
+            <p>Here is a brief overview of the features we envisage in the future releases, in no particular order:</p>
+            <ul>
+              <li>support for the <a href="http://www.xiph.org/ogg/">Ogg</a> container
+                and all the Xiph audio and video formats: <a href="http://www.vorbis.com/">Vorbis</a>,
+                <a href="http://flac.sourceforge.net/">FLAC</a>, <a href="http://www.speex.org/">Speex</a>
+                and <a href="http://www.theora.org/">Theora</a>;</li>
+              <li>support for both decompression and compression;</li>
+              <li>support for all the operating systems and platforms on which QuickTime can be run;</li>
+              <li>support for using Xiph format encoded data in the QuickTime native ".mov" file format.</li>
+            </ul>
+            <p>If you think we missed some essential feature in the above list -
+              <a href="http://trac.xiph.org/newticket?component=XiphQT%20-%20QuickTime%20Components&amp;owner=arkadini@gmail.com&amp;version=trunk&amp;severity=enhancement">let us know</a>!</p>
+          </div>
+          <h3>SVN access</h3>
+          <div>
+            <p>In addition to the <a href="download.html#source-code">source packages</a> accompanying every <a href="download.html">binary release</a>
+              the latest, "live", version of the XiphQT source code is publicly available in on-line
+              <a href="http://subversion.tigris.org/">Subversion</a> (SVN) repository.</p>
+            <p><a href="http://svn.xiph.org/trunk/xiph-qt/">XiphQT source code</a> is located in module 'xiph-qt'
+              in the '/trunk' development branch of the <a href="http://svn.xiph.org/">Xiph SVN repository</a>.
+              You can also browse the source tree using a
+              <a href="http://trac.xiph.org/browser/trunk/xiph-qt/">more functional interface</a>.</p>
+            <p>For more information on using the Xiph SVN repository please refer to the
+              <a href="http://www.xiph.org/svn/">Xiph SVN pages</a>.</p>
+          </div>
+          <h3>Mailing lists</h3>
+          <div>
+            <p>The <a href="http://lists.xiph.org/mailman/listinfo/ogg-dev/">ogg-dev at xiph.org</a>
+              mailing list is the place where you can contact the XiphQT and other xiph.org developers or discuss issues
+              related to the development of the XiphQT components. This is also a good place to ask questions
+              about embedding and using the components' functionality in your application.</p>
+            <p>Xiph.org also maintains a number of other, format-specific mailing lists which may be of interest.
+              You can learn more on <a href="http://lists.xiph.org/mailman/listinfo/">xiph.org mailing lists page</a>.</p>
+          </div>
+        </div>
+      </div>
+      <div id="the-footer">
+        <p><a href="./" class="link">Home</a> | <a href="http://www.xiph.org/" class="link">xiph.org</a> | <a href="contact.html" class="link">Contact</a></p>
+        <p>Copyright &copy; 2005 Xiph.Org Foundation. All rights reserved.</p>
+      </div>
+    </div>
+  </body>
+</html>

Added: websites/xiph.org/quicktime/download.html
===================================================================
--- websites/xiph.org/quicktime/download.html	2005-11-25 15:59:26 UTC (rev 10444)
+++ websites/xiph.org/quicktime/download.html	2005-11-25 19:34:48 UTC (rev 10445)
@@ -0,0 +1,138 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
+          "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
+
+<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
+  <head>
+    <title>Xiph.Org: QuickTime Components :: Downloads</title>
+    <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
+    <style type="text/css" media="all">@import "css/style.css"; @import "css/xiphbar.css";</style>
+    <!--[if gte ie 5.5000]>
+        <link rel="stylesheet" type="text/css" href="css/ie.css" />
+    <![endif]-->
+  </head>
+  <body>
+    
+    <div id="xiphbar-outer">
+      <table id="xiphbar">
+        <tr>
+          <td>
+            <img id="xiphbanner" src="http://xiph.org/images/logos/xiphbar.png" alt="Xiph logo" width="231" height="17" />
+          </td>
+          <td id="xiphlinks">
+            <a href="http://www.xiph.org/">Xiph.org</a>
+            <a href="http://www.vorbis.com/">Vorbis</a>
+            <a href="http://www.theora.org/">Theora</a>
+            <a href="http://www.icecast.org/">Icecast</a>
+            <a href="http://www.speex.org/">Speex</a>
+            <a href="http://flac.sourceforge.net/">FLAC</a>
+            <a href="http://www.xspf.org/">XSPF</a>
+          </td>
+        </tr>
+      </table>
+    </div>
+    
+    <div id="the-container">
+      <div id="the-header">
+        <table>
+          <tr>
+            <td class="head-b-l"></td>
+            <td class="head-b-c head-b-icon"><div class="icon"><a href="./"><img src="img/xiph-qt.png" width="96px" height="96px" alt="XiphQT logo" /></a></div></td>
+            <td class="head-b-c"><h1>QuickTime Components</h1></td>
+            <td class="head-b-r"></td>
+          </tr>
+        </table>
+      </div>
+      <div id="the-navigation" class="sidenote">
+        <div class="sn-head">navigate :</div>
+        <ul>
+          <li><a href="./">news</a></li>
+          <li><a href="about.html">about</a></li>
+          <li><a href="download.html">downloads</a></li>
+          <li><a href="bugreport.html">report problems</a></li>
+          <li><a href="development.html">for developers</a></li>
+          <li><a href="contact.html">contact</a></li>
+        </ul>
+      </div>
+      <div id="the-content">
+        <h2>Downloads.</h2>
+        <p>The current version is <span class="current-version">0.1.1</span>. It is expected to work with the following system configuration:</p>
+        <ul>
+          <li>Mac OS X - version 10.3.9 (not tested), 10.4 or later;</li>
+          <li>QuickTime for Mac OS X - version 7 or later;</li>
+          <li>Xiph frameworks - see <a href="#bin-frameworks">below</a> for the binary package.</li>
+        </ul>
+        <p>For more details on features and changes see <a href="release_notes.html">release notes</a>.</p>
+        <div>
+          <a name="bin-packages" id="bin-packages"></a>
+          <h3>Binary package</h3>
+          <div>
+            <table class="ft">
+              <thead>
+                <tr><th class="ft-link">Download link</th><th class="ft-size">Size</th><th class="ft-md5">MD5 checksum</th></tr>
+              </thead>
+              <tbody>
+                <tr>
+                  <td><a href="http://downloads.xiph.org/releases/xiph-qt/xiph-qt-0.1.1.dmg">Xiph QT Components 0.1.1</a></td>
+                  <td class="ft-size">334kB</td>
+                  <td><span class="md5">29ceff1c19e804659ce0327b5776f806</span></td>
+                </tr>
+              </tbody>
+            </table>
+          </div>
+        </div>
+        <div>
+          <a name="bin-frameworks" id="bin-frameworks"></a>
+          <h3>Frameworks</h3>
+          <p>The current version contains the following frameworks:</p>
+          <ul>
+            <li>Ogg.framework - version 1.1.2</li>
+            <li>Vorbis.framework - version 1.1.1</li>
+            <li>Speex.framework - version 1.1.11</li>
+          </ul>
+          <p>The source code of the corresponding frameworks can be found on the main <a href="http://www.xiph.org/downloads/">Xiph download page</a>.</p>
+          <div>
+            <table class="ft">
+              <thead>
+                <tr><th class="ft-link">Download link</th><th class="ft-size">Size</th><th class="ft-md5">MD5 checksum</th></tr>
+              </thead>
+              <tbody>
+                <tr>
+                  <td><a href="http://downloads.xiph.org/releases/xiph-qt/xiph-frameworks-20051124.dmg">Xiph frameworks (20051124)</a></td>
+                  <td class="ft-size">533kB</td>
+                <td><span class="md5">ec7e3b53180e677373ac7e4ed6cbb307</span></td>
+                </tr>
+              </tbody>
+            </table>
+          </div>
+        </div>
+        <div>
+          <a name="source-code" id="source-code"></a>
+          <h3>Source code</h3>
+          <div>
+            <table class="ft">
+              <thead>
+                <tr><th class="ft-link">Download link</th><th class="ft-size">Size</th><th class="ft-md5">MD5 checksum</th></tr>
+              </thead>
+              <tbody>
+                <tr>
+                  <td><a href="http://downloads.xiph.org/releases/xiph-qt/xiph-qt-0.1.1.tar.gz">Xiph QT Components 0.1.1</a></td>
+                  <td class="ft-size">96kB</td>
+                  <td><span class="md5">878edff89215d68c8dc58d3bbea6a08e</span></td>
+              </tr>
+              </tbody>
+            </table>
+          </div>
+        </div>
+        <div>
+          <h3>SVN</h3>
+          <p>The components' source code is also available in a public on-line repository.
+            For information on the SVN repository access see the <a href="development.html">development page</a>.</p>
+        </div>
+      </div>
+      <div id="the-footer">
+        <p><a href="./" class="link">Home</a> | <a href="http://www.xiph.org/" class="link">xiph.org</a> | <a href="contact.html" class="link">Contact</a></p>
+        <p>Copyright &copy; 2005 Xiph.Org Foundation. All rights reserved.</p>
+      </div>
+    </div>
+  </body>
+</html>

Added: websites/xiph.org/quicktime/img/xiph-qt.png
===================================================================
(Binary files differ)


Property changes on: websites/xiph.org/quicktime/img/xiph-qt.png
___________________________________________________________________
Name: svn:mime-type
   + application/octet-stream

Added: websites/xiph.org/quicktime/index.html
===================================================================
--- websites/xiph.org/quicktime/index.html	2005-11-25 15:59:26 UTC (rev 10444)
+++ websites/xiph.org/quicktime/index.html	2005-11-25 19:34:48 UTC (rev 10445)
@@ -0,0 +1,109 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
+          "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
+
+<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
+  <head>
+    <title>Xiph.Org: QuickTime Components</title>
+    <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
+    <meta name="description" content="The Xiph QuickTime Components (XiphQT) is a set of QuickTime plug-ins supporting Xiph media compression formats. It is all you need to start using Xiph-formatted media files in a variety of QuickTime-based applications - for example, listening to Ogg/Vorbis files in iTunes." />
+    <meta name="keywords" content="xiphqt, XiphQT, xiph-qt, xiph quicktime components, quicktime components, xiph, xiph.org, ogg, vorbis, speex, quicktime, iTunes"/>
+    <style type="text/css" media="all">@import "css/style.css"; @import "css/xiphbar.css";</style>
+    <!--[if gte ie 5.5000]>
+        <link rel="stylesheet" type="text/css" href="css/ie.css" />
+    <![endif]-->
+  </head>
+  <body>
+    
+    <div id="xiphbar-outer">
+      <table id="xiphbar">
+        <tr>
+          <td>
+            <img id="xiphbanner" src="http://xiph.org/images/logos/xiphbar.png" alt="Xiph logo" width="231" height="17" />
+          </td>
+          <td id="xiphlinks">
+            <a href="http://www.xiph.org/">Xiph.org</a>
+            <a href="http://www.vorbis.com/">Vorbis</a>
+            <a href="http://www.theora.org/">Theora</a>
+            <a href="http://www.icecast.org/">Icecast</a>
+            <a href="http://www.speex.org/">Speex</a>
+            <a href="http://flac.sourceforge.net/">FLAC</a>
+            <a href="http://www.xspf.org/">XSPF</a>
+          </td>
+        </tr>
+      </table>
+    </div>
+    
+    <div id="the-container">
+      <div id="the-header">
+        <table>
+          <tr>
+            <td class="head-b-l"></td>
+            <td class="head-b-c head-b-icon"><div class="icon"><a href="./"><img src="img/xiph-qt.png" width="96px" height="96px" alt="XiphQT logo" /></a></div></td>
+            <td class="head-b-c"><h1>QuickTime Components</h1></td>
+            <td class="head-b-r"></td>
+          </tr>
+        </table>
+      </div>
+      <div id="the-navigation" class="sidenote">
+        <div class="sn-head">navigate :</div>
+        <ul>
+          <li><a href="./">news</a></li>
+          <li><a href="about.html">about</a></li>
+          <li><a href="download.html">downloads</a></li>
+          <li><a href="bugreport.html">report problems</a></li>
+          <li><a href="development.html">for developers</a></li>
+          <li><a href="contact.html">contact</a></li>
+        </ul>
+      </div>
+      <div id="the-content">
+        <div>
+          <p class="strong">Xiph QuickTime Components (XiphQT) is, in short, the solution for Mac
+            (and soon Windows, too) users who want to use Xiph formats in any QuickTime-based
+            application, e.g. playing Ogg Vorbis in iTunes.</p>
+          <p><a href="about.html">Learn more about XiphQT...</a></p>
+        </div>
+        <h2 class="news">Latest News.</h2>
+        <div class="news">
+          <h3>25.11.2005 - XiphQT 0.1.1 released</h3>
+          <div>
+            <p>The first binary release is now <a href="download.html">available</a>. It's OSX-only, but
+              Windows version should follow soon.</p>
+            <p>Summary of features included:</p>
+            <ul>
+              <li>reading of Ogg-encapsulated Vorbis and Speex bitstreams;</li>
+              <li>Vorbis and Speex decompression.</li>
+            </ul>
+            <p>The details can be found in the <a href="release_notes.html">release notes</a>.</p>
+            <p>Don't forget to <a href="bugreport.html">let us know if it doesn't work</a> for you.</p>
+            <p>Enjoy!</p>
+          </div>
+        </div>
+        <div>
+          <h3>25.11.2005 - Xiph QuickTime Components project goes "live"!</h3>
+          <div>
+            <p>We are pleased to announce the first public appearance of the
+              Xiph QuickTime Components project!</p>
+            <p>In short, the project is a continuation of the efforts to bring
+              availability of the
+              <a href="http://www.xiph.org/">Xiph.Org Foundation's free and open media formats</a>
+              into the Mac OS X environment, and do it in a way consistent with
+              the well-defined and established media manipulation frameworks
+              existing in that environment.</p>
+            <p>The previous efforts in that area, focused around the
+              <a href="http://qtcomponents.sf.net/">qtcomponents.sf.net</a> project,
+              have recently come to a stop. With the new project: new blood, new
+              underlying technology, new enthusiasm and using the experiences of
+              the old project we hope to push things forward again.</p>
+            <p>Please see the <a href="about.html">"about" page</a> for more
+              information on our project, and thanks for stopping by!</p>
+            <p></p>
+          </div>
+        </div>
+      </div>
+      <div id="the-footer">
+        <p><a href="./" class="link">Home</a> | <a href="http://www.xiph.org/" class="link">xiph.org</a> | <a href="contact.html" class="link">Contact</a></p>
+        <p>Copyright &copy; 2005 Xiph.Org Foundation. All rights reserved.</p>
+      </div>
+    </div>
+  </body>
+</html>

Added: websites/xiph.org/quicktime/release_notes.html
===================================================================
--- websites/xiph.org/quicktime/release_notes.html	2005-11-25 15:59:26 UTC (rev 10444)
+++ websites/xiph.org/quicktime/release_notes.html	2005-11-25 19:34:48 UTC (rev 10445)
@@ -0,0 +1,95 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
+          "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
+
+<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
+  <head>
+    <title>Xiph.Org: QuickTime Components :: Release notes</title>
+    <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
+    <style type="text/css" media="all">@import "css/style.css"; @import "css/xiphbar.css";</style>
+    <!--[if gte ie 5.5000]>
+        <link rel="stylesheet" type="text/css" href="css/ie.css" />
+    <![endif]-->
+  </head>
+  <body>
+    
+    <div id="xiphbar-outer">
+      <table id="xiphbar">
+        <tr>
+          <td>
+            <img id="xiphbanner" src="http://xiph.org/images/logos/xiphbar.png" alt="Xiph logo" width="231" height="17" />
+          </td>
+          <td id="xiphlinks">
+            <a href="http://www.xiph.org/">Xiph.org</a>
+            <a href="http://www.vorbis.com/">Vorbis</a>
+            <a href="http://www.theora.org/">Theora</a>
+            <a href="http://www.icecast.org/">Icecast</a>
+            <a href="http://www.speex.org/">Speex</a>
+            <a href="http://flac.sourceforge.net/">FLAC</a>
+            <a href="http://www.xspf.org/">XSPF</a>
+          </td>
+        </tr>
+      </table>
+    </div>
+    
+    <div id="the-container">
+      <div id="the-header">
+        <table>
+          <tr>
+            <td class="head-b-l"></td>
+            <td class="head-b-c head-b-icon"><div class="icon"><a href="./"><img src="img/xiph-qt.png" width="96px" height="96px" alt="XiphQT logo" /></a></div></td>
+            <td class="head-b-c"><h1>QuickTime Components</h1></td>
+            <td class="head-b-r"></td>
+          </tr>
+        </table>
+      </div>
+      <div id="the-navigation" class="sidenote">
+        <div class="sn-head">navigate :</div>
+        <ul>
+          <li><a href="./">news</a></li>
+          <li><a href="about.html">about</a></li>
+          <li><a href="download.html">downloads</a></li>
+          <li><a href="bugreport.html">report problems</a></li>
+          <li><a href="development.html">for developers</a></li>
+          <li><a href="contact.html">contact</a></li>
+        </ul>
+      </div>
+      <div id="the-content">
+        <h2>Release notes.</h2>
+        <div>
+          <h3>version 0.1.1 (25.11.2005)</h3>
+          <div>
+            <p>Only Mac OS X support in this release. Requires QuickTime 7 and tested with all its latest
+              minor revisions up to 7.0.3. Tested on OS X 10.4.2 and 10.4.3, but theoretically should work on
+              all system revisions starting with 10.3.9.</p>
+            <p>Things implemented:</p>
+            <ul>
+              <li>Ogg demuxing, implemented as a QuickTime Movie Importer:
+                <ul>
+                  <li>Vorbis and Speex streams recognized and imported;</li>
+                  <li>multiple logical streams (grouped and chained) partially supported: the current
+                    implementation imports them all as starting at time 0 - the beginning of the file;</li>
+                  <li>progressive loading (partially) implemented, but disabled in the code by default for most
+                    data transport types;</li>
+                  <li>Vorbis stream comments imported as meta-data into resulting QuickTime movie and tracks.</li>
+                </ul>
+              </li>
+              <li>Vorbis and Speex decompression, implemented as CoreAudio AudioCodecs:
+                <ul>
+                  <li>two actual codecs per each format: one for compressed packets framed in ogg pages
+                    (as received on the output of the ogg importer) and one for "pure" format packets (relies
+                    on QT mechanisms for providing the framing information);</li>
+                  <li>two types of output: integers and floats (avoids unnecessary conversions in some cases).</li>
+                </ul>
+              </li>
+            </ul>
+            <p>Any functionality not explicitly mentioned above is not yet implemented.</p>
+          </div>
+        </div>
+      </div>
+      <div id="the-footer">
+        <p><a href="./" class="link">Home</a> | <a href="http://www.xiph.org/" class="link">xiph.org</a> | <a href="contact.html" class="link">Contact</a></p>
+        <p>Copyright &copy; 2005 Xiph.Org Foundation. All rights reserved.</p>
+      </div>
+    </div>
+  </body>
+</html>



More information about the commits mailing list