[xiph-commits] r9810 - in websites-new/vorbis.com: . css images/logos ssi template

giles at svn.xiph.org giles at svn.xiph.org
Sat Aug 20 14:59:00 PDT 2005


Author: giles
Date: 2005-08-20 14:58:56 -0700 (Sat, 20 Aug 2005)
New Revision: 9810

Added:
   websites-new/vorbis.com/contact.shtml.en
   websites-new/vorbis.com/faq.shtml.en
   websites-new/vorbis.com/images/logos/xiph.ico
   websites-new/vorbis.com/music.shtml.en
   websites-new/vorbis.com/music_links.shtml.en
   websites-new/vorbis.com/setup.shtml.en
   websites-new/vorbis.com/setup_linux.shtml.en
   websites-new/vorbis.com/setup_osx.shtml.en
   websites-new/vorbis.com/setup_other.shtml.en
   websites-new/vorbis.com/setup_windows.shtml.en
   websites-new/vorbis.com/software.shtml.en
   websites-new/vorbis.com/template/
   websites-new/vorbis.com/template/template.shtml
Removed:
   websites-new/vorbis.com/faq/
   websites-new/vorbis.com/setup/
   websites-new/vorbis.com/templates/
Modified:
   websites-new/vorbis.com/
   websites-new/vorbis.com/css/screen-2.css
   websites-new/vorbis.com/css/screen.css
   websites-new/vorbis.com/index.shtml.en
   websites-new/vorbis.com/ssi/header.include
   websites-new/vorbis.com/ssi/pagebottom.include
   websites-new/vorbis.com/ssi/pagetop.include
Log:
Merge port of the psp vorbis.com by Nehal. Fixes to follow.



Property changes on: websites-new/vorbis.com
___________________________________________________________________
Name: svn:externals
   + common http://svn.xiph.org/websites-new/common/


Added: websites-new/vorbis.com/contact.shtml.en
===================================================================
--- websites-new/vorbis.com/contact.shtml.en	2005-08-20 21:25:47 UTC (rev 9809)
+++ websites-new/vorbis.com/contact.shtml.en	2005-08-20 21:58:56 UTC (rev 9810)
@@ -0,0 +1,19 @@
+<!--#include virtual="/ssi/header.include" -->
+<!-- Enter custom page information and styles here -->
+  <title>Vorbis.com: Contact</title>
+<!--#include virtual="/common/xiphbar.include" -->
+
+<!--#include virtual="/ssi/pagetop.include" -->
+<!--  All your page content goes here  -->
+
+If you have any comments, questions, or problems, please feel free to email 
+<a href="mailto:feedback at vorbis.com">feedback at vorbis.com</a>.<p/>
+
+For press inquiries, send email to <a href="mailto:press at vorbis.com">press at vorbis.com</a>.<p/>
+
+Subscribe to the <a href="http://www.xiph.org/ogg/vmail.html">Vorbis mailing list</a>.<br/>
+Read the <a href="http://www.xiph.org/archives/">Vorbis list archive</a>.<p/>
+
+Join us in IRC at <a href="irc://irc.xiph.org/vorbis"><b>irc.xiph.org/#vorbis</b></a>.
+
+<!--#include virtual="/ssi/pagebottom.include" -->

Modified: websites-new/vorbis.com/css/screen-2.css
===================================================================
--- websites-new/vorbis.com/css/screen-2.css	2005-08-20 21:25:47 UTC (rev 9809)
+++ websites-new/vorbis.com/css/screen-2.css	2005-08-20 21:58:56 UTC (rev 9810)
@@ -1,4 +1,4 @@
- at import url(xiphbar.css);
+ at import url(/common/xiphbar.css);
 
 body {
 	margin: 0;

Modified: websites-new/vorbis.com/css/screen.css
===================================================================
--- websites-new/vorbis.com/css/screen.css	2005-08-20 21:25:47 UTC (rev 9809)
+++ websites-new/vorbis.com/css/screen.css	2005-08-20 21:58:56 UTC (rev 9810)
@@ -1,161 +1,173 @@
- at import url(/css/xiphbar.css);
+ at import url(/common/xiphbar.css);
 
 body {
-	margin: 0;
-	border: 0;
-	padding: 0 0 1.5em 0;
-	font-family: Verdana, Arial, Helvetica, sans-serif;
-	color: #333333;
+  margin: 0;
+  padding: 0 0 1.5em 0;
+  font-family: Verdana, Arial, Helvetica, sans-serif;
+  color: #333333;
 }
 
 a {
-	color: #3366CC;
+  color: #3366cc;
 }
 
 a:hover {
-	text-decoration: underline;
+  text-decoration: underline;
 }
 
 img {
-	border: 0;
+  border: 0;
 }
 
-#bodyborder {
-	margin: 0;
-	border: 0;
-	padding: 0 0 3em 0;
-	background-color: #FFFFFF;
-	height: 100%;
-	min-height: 600px;
-	bottom: 0;
-}
-
 #thepage {
-	margin-left: auto;
-	margin-right: auto;
-	width: 50em;
+  margin-left: auto;
+  margin-right: auto;
+  width: 840px;
 }
 
-#logos {
-	padding: 72px 465px 0 0;
-	text-align: center;
+#vorbislogo {
+  margin: 40px 0 0 10px;
 }
 
-#navbar ul {
-	margin: 0;
-	border: 0;
-	padding: 20px 0 25px 0;
-	text-align: center;
-	text-transform: uppercase;
+.navbar {
+  border: 0;
+  padding: 22px 0 22px 0;
+  text-align: center;
+  text-transform: uppercase;
 }
 
-#navbar li {
-	margin: 0;
-	border: 0;
-	padding: 0 16px 0 11px;
-	display: inline;
-	color: #FFCC66;
-	background: no-repeat url(/images/dot.png) right center;
-	font-size: .6em;
-}
+.navbar a {
+  border: 0;
+  margin: 0 6px 0 6px;
+  vertical-align: middle;
 
-#navbar li a {
-	color: #3366CC;
-	text-decoration: none;
-	font-weight: bold;
+  font-size: 11px;
+  color: #3366cc;
+  font-weight: bold;
+  text-decoration: none;
+  text-transform: uppercase;
+  white-space: nowrap;
 }
 
-#navbar li a:hover {
-	text-decoration: underline;
+.navbar a:hover {
+  text-decoration: underline;
 }
 
-#navbar #contact_ {
-	padding-right: 0;
-	background: none ;
+.dot {
+  vertical-align: middle;
+  display: inline;
 }
 
 #banners {
-	width: 232px;
-	float: right;
+  float: right;
+  padding: 0px 4px 0 4px;
 }
 
 #banners img {
-	display: block;
-	padding-top: 10px;
+  display: block;
+  vertical-align: top;
 }
 
 #content {
-	margin: 0 240px 0 0;
-	padding: 0 1em 0 1em;
-	vertical-align: top;
-	font-size: .7em;
-	line-height: 1.5;
+  margin: 0 240px 0 0;
+  padding: 0 1em 0 1em;
+  vertical-align: top;
+  line-height: 1.5;
+  font-size: .7em;
+  min-height: 380px;
 }
 
 h1 {
-	font-size: 1.14em;
-	font-weight: bold;
-	color: #FF9900;
+  font-size: 1.4em;
+  font-weight: bold;
+  color: #ff9900;
+  margin-bottom: 10px;
 }
 
-h2 {
-	font-size: 1em;
-	font-weight: bold;
-	color: #FF9900;
+h1 a {
+  font-weight: bold;
+  color: #ff9900;
+  margin-bottom: 10px;
 }
 
-h3 {
-	font-size: .86em;
-	font-weight: bold;
-	color: #FF9900;
+h2 {
+  font-size: 1.3em;
+  font-weight: bold;
+  color: #ff9900;
+  margin-bottom: 10px;
 }
 
-#copyright {
-	margin: 0;
-	border: 0;
-	padding: 4em 1em 1em 1em;
-	text-align: center;
-	font-size: .6em;
-	color: #999999;
-	clear: both;
+h2 a {
+  font-weight: bold;
+  color: #ff9900;
+  margin-bottom: 10px;
 }
 
-.navbar {
-	margin: 0;
-	padding: 20px 0 25px 0;
-	text-align: center;
-	text-transform: uppercase;
+h3 {
+  font-size: 1.2em;
+  font-weight: bold;
+  color: #ff9900;
+  margin-bottom: 10px;
 }
 
-.navbar li {
-	padding: 0 16px 0 11px;
-	display: inline;
-	color: #FFCC66;
-	background: no-repeat url(/images/dot.png) right center;
-	font-size: .86em
+h3 a {
+  font-weight: bold;
+  color: #ff9900;
+  margin-bottom: 10px;
 }
 
-.navbar li a {
-	color: #3366CC;
-	text-decoration: none;
-	font-weight: bold;
+#copyright {
+  margin: 2em 0 0 0;
+  line-height: 1.5em;
+  text-align: center;
+  font-size: .6em;
+  color: #888888;
 }
 
 .newslist {
-	margin: 0 0 2em 0;
-	padding: 0;
+  margin: 0 0 2em 0;
+  padding: 0;
 }
 
 .newslist li {
-	margin-bottom: .5em;
-	list-style: none;
-	line-height: 1.4;
-	color: #FEAC0E;
+  margin-bottom: .5em;
+  list-style: none;
+  line-height: 1.4;
+  color: #feac0e;
 }
 
 .newslist a {
-	color: #3366CC;
-	text-decoration: none;
-	font-weight: normal;
+  color: #3366cc;
+  text-decoration: none;
+  font-weight: normal;
 }
 
+.ml_link {
+  font-weight: bold;
+  padding-bottom: 2px;
+}
+
+.ml_added {
+  font-size: 0.9em;
+  padding-bottom: 2px;
+  color: #777777;
+}
+
+.ml_desc {
+  padding-bottom: 18px;
+}
+
+.sl_link {
+  font-weight: bold;
+  padding-bottom: 2px;
+}
+
+.sl_added {
+  font-size: 0.9em;
+  padding-bottom: 2px;
+  color: #777777;
+}
+
+.sl_desc {
+  padding-bottom: 18px;
+}

Added: websites-new/vorbis.com/faq.shtml.en
===================================================================
--- websites-new/vorbis.com/faq.shtml.en	2005-08-20 21:25:47 UTC (rev 9809)
+++ websites-new/vorbis.com/faq.shtml.en	2005-08-20 21:58:56 UTC (rev 9810)
@@ -0,0 +1,505 @@
+<!--#include virtual="/ssi/header.include" -->
+<!--  Enter custom page information and styles here -->
+  <title>Vorbis.com: FAQ</title>
+<!--#include virtual="/common/xiphbar.include" -->
+
+<!--#include virtual="/ssi/pagetop.include" -->
+<!--  All your page content goes here  -->
+
+<a name="top"></a>
+
+<h2>What Is It?</h2>
+<ul>
+  <li><a href="#what" id="_what">What is Ogg Vorbis?</a></li>
+  <li><a href="#names" id="_names">What do all the names mean?</a></li>
+  <li><a href="#mean" id="_mean">Where do the names come from?
+  What does the logo mean?</a></li>
+  <li><a href="#mimetype" id="_mimetype">What is the MIME content type for an Ogg Vorbis stream?</a></li>
+  <li><a href="#replace" id="_replace">Does Vorbis completely replace MP3, or is it just a
+  complementary codec?</a></li>
+  <li><a href="#artist" id="_artist">I'm an artist. Why should I be interested?</a></li>
+  <li><a href="#fan" id="_fan">I'm a music fan. Why should I be interested?</a></li>
+  <li><a href="#dev" id="_dev">I'm a developer. Why should I be interested?</a></li>
+  <li><a href="#company" id="_company">I run a music label. Why should I be interested?</a></li>
+</ul>
+
+<h2>Licensing</h2>
+<ul>
+  <li><a href="#flic" id="_flic">What licensing applies to the Ogg Vorbis format?</a></li>
+  <li><a href="#slic" id="_slic">What licensing applies to the included Ogg Vorbis software?</a></li>
+  <li><a href="#com" id="_com">We make commercial, closed source software.
+  Can I use Ogg Vorbis at all? What licensing do I need to pay?</a></li>
+  <li><a href="#sell" id="_sell">Are there licensing fees for distributing, selling, or
+  streaming media in the Ogg Vorbis format like there are in other formats,
+  such as MP3?</a></li>
+  <li><a href="#money" id="_money">If there aren't any licensing fees, how are you going
+  to make money off the format? Will you charge fees later, after Vorbis becomes
+  popular?</a></li>
+</ul>
+
+<h2>Audio Quality</h2>
+<ul>
+  <li><a href="#lossy" id="_lossy">I've heard that Vorbis is a "lossy" codec.
+  What does this mean?</a></li>
+  <li><a href="#sound" id="_sound">Does Ogg Vorbis sound better than MP3?</a></li>
+  <li><a href="#other" id="_other">Why is Ogg Vorbis better than the other "New MP3"
+  codecs that are available?</a></li>
+  <li><a href="#transcode" id="_transcode">Can I convert my MP3 collection to
+  the Ogg Vorbis format?</a></li>
+  <li><a href="#test" id="_test">You're claiming that Vorbis has great audio quality.
+  Have you done any listening tests to back this up?</a></li>
+  <li><a href="#bugs" id="_bugs">I've heard some test samples that had audible
+  artifacts. Why did this happen?</a></li>
+  <li><a href="#quality" id="_quality">What does the "Quality" setting mean?</a></li>
+  <li><a href="#speech" id="_speech">How does Vorbis fare for speech compression?</a></li>
+</ul>
+
+<h2>Features</h2>
+<ul>
+  <li><a href="#comments" id="_comments">Does Ogg Vorbis have the capability to show song
+  titles and artist information when the file is played or streamed?</a></li>
+  <li><a href="#video" id="_video">Where's video?</a></li>
+  <li><a href="#stream" id="_stream">What about streaming in Ogg Vorbis format?</a></li>
+  <li><a href="#support" id="_support">What software and hardware support Ogg Vorbis?</a></li>
+  <li><a href="#container" id="_container">Can I bundle Vorbis and another media type
+  (like text lyrics or pictures) in the same file?</a></li>
+</ul>
+
+<h2>Development</h2>
+<ul>
+  <li><a href="#startdev" id="_startdev">How do I get started with Ogg Vorbis development?</a></li>
+  <li><a href="#fpsupport" id="_fpsupport">Is it feasible to port the Vorbis decoder/encoder to
+  a platform without floating point support?</a></li>
+</ul>
+
+<h2>Meta-FAQ</h2>
+<ul>
+  <li><a href="#FAQmorequestions" id="_FAQmorequestions">I have a question that isn't answered by
+  this FAQ. Where can I turn for help?</a></li>
+  <li><a href="#FAQcontribute" id="_FAQcontribute">Where can discussions about and contributions
+  to this FAQ be made?</a></li>
+  <li><a href="#FAQcurrent" id="_FAQcurrent">How current is this FAQ?</a></li>
+</ul>
+
+<hr/>
+<h3>What Is It?</h3>
+<dl>
+  <dt><a href="#_what" id="what">What is Ogg Vorbis?</a></dt>
+  <dd><p>Ogg Vorbis is a new audio compression format. It is roughly
+  comparable to other formats used to store and play digital music,
+  such as MP3, VQF, AAC, and other digital audio formats. It is different
+  from these other formats because it is completely free, open, and unpatented.</p>
+  </dd>
+
+  <dt><a href="#_names" id="names">What do all the names mean?</a></dt>
+  <dd>
+    <p/><dl>
+      <dt><dfn>Ogg</dfn></dt>
+      <dd>Ogg is the name of Xiph.org's container format for audio,
+      video, and metadata.</dd>
+
+      <dt><dfn>Vorbis</dfn></dt>
+      <dd>Vorbis is the name of a specific audio compression scheme
+      that's designed to be contained in Ogg. Note that other
+      formats are capable of being embedded in Ogg such as
+      <a href='http://flac.sourceforge.net/'>FLAC</a> and
+      <a href='http://www.speex.org/'>Speex</a>.</dd>
+    </dl><p/>
+  </dd>
+
+  <dt><a href="#_mean" id="mean">Where do the names come from?
+  What does the logo mean?</a></dt>
+  <dd><p><a href="http://www.xiph.org">Xiph.org</a> has <a href="http://www.xiph.org/xiphname.html">a page</a>
+  explaining the sources and meanings of the names and logos.</p>
+  </dd>
+
+  <dt><a href="#_mimetype" id="mimetype">What is the MIME content type for
+  an Ogg Vorbis stream?</a></dt>
+  <dd><p><code>application/ogg</code>.</p>
+  <p>The official mimetype was approved in February 2003. The experimental
+  <code>application/x-ogg</code> may still be out there, though.</p>
+  </dd>
+
+  <dt><a href="#_replace" id="replace">Does Vorbis completely replace MP3,
+  or is it just a complementary codec?</a></dt>
+  <dd><p>Ogg Vorbis has been designed to completely replace all proprietary,
+  patented audio formats. That means that you can encode all your music or
+  audio content in Vorbis and never look back.</p>
+  </dd>
+
+  <dt><a href="#_artist" id="artist">I'm an artist. Why should I be interested?</a></dt>
+  <dd><p>There are a couple of reasons:</p>
+  <ul>
+    <li>Vorbis files can compress to a smaller file size and still sound fine;
+    <strong>Vorbis' better compression will cut down on bandwidth costs</strong>
+    and keep you from being a victim of your own popularity.</li>
+
+    <li>Vorbis' standardized, easily-edited comment header provides a space
+    for you to scribble all sorts of notes about yourself to distribute
+    with the music; this helps fans find you, your site, and where to buy
+    your stuff.</li>
+
+    <li>If you decide to sell your music in MP3 format, you are
+    responsible for paying Fraunhofer a percentage of each
+    sale because you are using their patents.
+    Vorbis is patent and license-free, so you will never
+    need to pay anyone in order to sell, give away, or stream
+    your own music.</li>
+  </ul><p/>
+  </dd>
+
+  <dt><a href="#_fan" id="fan">I'm a music fan.
+  Why should I be interested?</a></dt>
+  <dd><p>Because Vorbis provides a high-quality format for you to listen
+  to your music.</p>
+  <ul>
+    <li>For a given file size, Vorbis sounds better than MP3. This means:
+    <ul>
+        <li>You can keep your music collection at about the same
+        quality level, but it'll take up less space</li>
+        <li><strong>or</strong> you can have your music collection take
+        up about the same amount of space, but have it sound better.</li>
+    </ul>
+    </li>
+
+    <li>Vorbis already enjoys widespread player support and
+    work is underway to play Vorbis files on portable hardware.</li>
+  </ul><p/>
+  </dd>
+
+  <dt><a href="#_dev" id="dev">I'm a developer. Why should I be interested?</a></dt>
+  <dd><p>Epic Games (the makers of Unreal Tournament, et. al.) have used Vorbis
+  in their games ever since releasing Unreal Tournament 2003 to compress game
+  music without having per-game license fees sap profits from every game sold.
+  <strong>Vorbis saves developers money by avoiding patent-license fees.</strong></p>
+  <p>Epic isn't alone; other Vorbis users include:</p>
+  <ul>
+    <li>Crystal Dynamics (Soul Reaver 2, Blood Omen 2)</li>
+    <li>Croteam (Serious Sam: The Second Encounter)</li>
+    <li>Pyrogon (Candy Cruncher)</li>
+    <li>PopCap Games (Alchemy)</li>
+
+    <li>EA Games (Harry Potter and the Chamber of Secrets)</li>
+  </ul>
+  <p>Interested? see our <a href='http://www.xiph.org/ogg/vorbis/'>developer site</a>.</p>
+  </dd>
+
+  <dt><a href="#_company" id="company">I run a music label. Why should I be interested?</a></dt>
+  <dd><p/>
+  <ul>
+    <li>Vorbis' free encoders and high quality-to-filesize ratio can
+    <em>minimize bandwidth costs</em> and <strong>eliminate</strong>
+    compression licensing costs.</li>
+
+    <li>Think of a grocery store that provides free samples; your customers are
+    more likely to buy your product if it's well-presented. You can then show your
+    potential customers what your bands <em>really</em> sound like with Ogg Vorbis.</li>
+  </ul>
+  </dd>
+</dl>
+
+<p><a href="#top">Back to Top</a></p>
+
+<hr/>
+<h3>Licensing</h3>
+<dl>
+  <dt><a href="#_flic" id="flic">What licensing applies to the Ogg Vorbis format?</a></dt>
+  <dd><p>The Ogg Vorbis specification is in the public domain. It is completely free
+  for commercial or noncommercial use. That means that commercial developers may
+  independently write Ogg Vorbis software which is compatible with the specification
+  for no charge and without restrictions of any kind. However, the software packages we
+  have developed are available under various free/open-source software licenses with varying
+  allowances and restrictions.</p>
+  </dd>
+
+  <dt><a href="#_slic" id="slic">What licensing applies to the included Ogg Vorbis software?</a></dt>
+  <dd><p>Most (but not all) of our utility software is released under the terms of
+  the <a href='http://www.gnu.org/copyleft/gpl.html'>GNU GPL</a>. The libraries and SDKs
+  are released under our <a href='http://www.xiph.org/licenses/bsd/'>BSD-like license</a>.</p>
+  <p>Note that developers are still free to use the specification to write implementations
+  of Ogg Vorbis licensed under other terms.</p>
+  </dd>
+
+  <dt><a href="#_com" id="com">We make commercial, closed source software. Can I
+  use Ogg Vorbis at all? What licensing do I need to pay?</a></dt>
+  <dd><p>Again, <strong>there are no licensing fees for
+  <em style='text-transform: uppercase; font-style: normal;'>any</em>
+  use of the Ogg Vorbis specification.</strong> As a commercial developer, you are
+  free to create and sell (or give away) open or closed source implementations of Vorbis
+  encoders, decoders, or other tools. However, if you use our software rather than writing
+  an independent implementation, you must respect the terms of the license. Our libraries
+  are available under <a href='http://www.xiph.org/licenses/bsd/'>our BSD-like license</a>
+  and can be used whole or in part by closed source applications.</p>
+  </dd>
+
+  <dt><a href="#_sell" id="sell">Are there licensing fees for distributing, selling,
+  or streaming media in the Ogg Vorbis format?</a></dt>
+  <dd><p style="font-weight: bold;">No.</p>
+  </dd>
+
+  <dt><a href="#_money" id="money">If there aren't any licensing fees, how are you going to
+  make money off the format? Will you charge fees later, after Vorbis becomes popular?</a></dt>
+  <dd><p>The benefits of a patent-free, license-free format outweigh the concerns of
+  making money directly from the format. The Vorbis format will always be free and in the
+  public domain. Xiph.org is investigating a variety of models for funding development,
+  some of which may include licensing non-free Vorbis-related programs and libraries to
+  commercial projects. Nevertheless, the reference encoder and decoder will always be open
+  source and third parties will always be free to modify or reimplement them.</p>
+  </dd>
+</dl>
+
+<p><a href="#top">Back to Top</a></p>
+
+<hr/>
+<h3>Audio Quality</h3>
+<dl>
+  <dt><a href="#_lossy" id="lossy">I've heard that Vorbis is a &#x201c;lossy&#x201d;
+  codec. What does this mean?</a></dt>
+  <dd><p>There are two broad classes of compression algorithms:</p>
+  <dl>
+    <dt><dfn>lossy</dfn></dt>
+    <dd>Lossy compression algorithms <em>discard</em> data in order to compress it
+    better than would normally be possible. Examples include <abbr>JPEG</abbr>,
+    Vorbis, and <abbr>MP3</abbr> compression.</dd>
+
+    <dt><dfn>lossless</dfn></dt>
+    <dd>Lossless compression algorithms produce compressed data that can be decoded to
+    output that is identical to the original. Zip is a common general-purpose lossless
+    compression format; <a href="http://flac.sourceforge.net/">FLAC</a> is a lossless
+    compression format that is specifically designed for audio.</dd>
+  </dl><p/>
+  </dd>
+
+  <dt><a href="#_sound" id="sound">Does Ogg Vorbis sound better than MP3?</a></dt>
+  <dd><p>Yes, definitely. Naturally, we invite you to judge this for yourself;
+  please see our <a href='http://www.xiph.org/ogg/vorbis/listen.html'>Dare to Compare</a>
+  page for at least some of our listening samples.</p></dd>
+
+  <dt><a href="#_other" id="other">Why is Ogg Vorbis better than the other "New MP3"
+  codecs that are available?</a></dt>
+  <dd><p>Vorbis sounds better. Vorbis is open, so you're free to use it on your favorite
+  platform. Vorbis doesn't have intellectual property restrictions to get in the way.
+  And Vorbis doesn't just try to sound better, it tries to do things fundamentally better
+  in all the ways that it can.</p>
+  </dd>
+
+  <dt><a href="#_transcode" id="transcode">Can I convert my MP3 collection to the Ogg
+  Vorbis format?</a></dt>
+  <dd><p>You can convert any audio format to Ogg Vorbis. However, converting from one
+  lossy format, like MP3, to another lossy format, like Vorbis, is generally a bad idea.
+  Both MP3 and Vorbis encoders achieve high compression ratios by throwing away parts
+  of the audio waveform that you probably won't hear. However, the MP3 and Vorbis
+  codecs are very different, so they each will throw away different parts of the audio,
+  although there certainly is some overlap. Converting a MP3 to Vorbis involves decoding
+  the MP3 file back to an uncompressed format, like WAV, and recompressing it using the Ogg
+  Vorbis encoder. The decoded MP3 will be missing the parts of the original audio that
+  the MP3 encoder chose to discard. The Ogg Vorbis encoder will then discard other audio
+  components when it compresses the data. At best, the result will be an Ogg file that
+  sounds the same as your original MP3, but it is most likely that the resulting file will
+  sound worse than your original MP3. In no case will you get a file that sounds better
+  than the original MP3.</p>
+  <p>Since many music players can play both MP3 <em>and</em> Ogg files, there is no reason
+  that you should have to switch all of your files to one format or the other. If you like
+  Ogg Vorbis, then we would encourage you to use it when you encode from original, lossless
+  audio sources (like CDs). When encoding from originals, you will find that you can make
+  Ogg files that are smaller or of better quality (or both) than your MP3s.</p>
+  <p>(If you must absolutely must convert from MP3 to Ogg, there are several conversion
+  scripts available on <a href="http://freshmeat.net/search/?q=convert%20ogg%20mp3">Freshmeat</a>
+  .)</p>
+  </dd>
+
+  <dt><a href="#_test" id="test">You're claiming that Vorbis has great audio quality.
+  Have you done any listening tests to back this up?</a></dt>
+  <dd><p>Yes. Have a look at our <a href='http://www.xiph.org/ogg/vorbis/listen.html'>Dare
+  to Compare</a> page.</p>
+  <p>Further, the German magazine c't published the results of a
+  <a hreflang='de' href='http://www.heise.de/newsticker/data/anw-08.09.02-000/'>listening test</a>
+  which found that Vorbis sounded better than MP3 at lower bitrates/quality settings
+  (around 64kbit/sec).</p>
+  </dd>
+
+  <dt><a href="#_bugs" id="bugs">I've heard some test samples that had audible
+  artifacts. Why did this happen?</a></dt>
+  <dd><p>While the Vorbis file format is standardized, the Vorbis encoder has
+  undergone several beta and prerelease testing cycles. If the files you heard were
+  encoded using an earlier version encoder, they might contain serious audio quality bugs
+  that have already been fixed. Try re-encoding from the source audio using the latest
+  encoder. If you still think you've got a bug that produces unreasonable artifacts, please
+  e-mail the vorbis-dev list with the details.</p>
+  </dd>
+
+  <dt><a href="#_quality" id="quality">What does the &#x201c;Quality&#x201d; setting mean?</a></dt>
+  <dd><p>Vorbis' audio quality is not <em>best</em> measured in kilobits per second, but
+  on a scale from -1 to 10 called "quality". This change in terminology was brought about
+  by a tuning of the variable-bitrate algorithm that produces better sound quality for a
+  given average bitrate, but which does not adhere as strictly to that average as a target.</p>
+  <p>This new scale of measurement is not tied to a quantifiable characteristic of the
+  stream, like bitrate, so it's a fairly subjective metric, but provides a more stable
+  basis of comparison to other codecs and is relatively future-proof. As Segher Boessenkool
+  explained, &#x201c;if you upgrade to a new vorbis encoder, and you keep the same quality
+  setting, you will get smaller files which sound the same. If you keep the same nominal
+  bitrate, you get about the same size files, which sound somewhat better.&#x201d; The
+  former behavior is the aim of the quality metric, so encoding to a target bitrate is
+  now officially deprecated for all uses except streaming over bandwidth-critical
+  connections.</p>
+  <p>For now, quality 0 is roughly equivalent to 64kbps average, 5 is roughly 160kbps,
+  and 10 gives about 400kbps. Most people seeking very-near-CD-quality audio encode at
+  a quality of 5 or, for lossless stereo coupling, 6. The default setting is quality
+  3, which at approximately 110kbps gives a smaller filesize and significantly better
+  fidelity than .mp3 compression at 128kbps.</p>
+  <p>As always, if you need CD-quality sound, neither Vorbis nor MP3 (nor any other
+  lossy audio codec) can provide <em>exact</em> reproduction; instead, consider using
+  a lossless audio compression scheme like <a href='http://flac.sourceforge.net'>FLAC</a>.</p>
+  </dd>
+
+  <dt><a href="#_speech" id="speech">How does Vorbis fare for speech compression?</a></dt>
+  <dd><p>It works well, but is generally not the optimal solution. Vorbis is designed
+  for the compression of music and general purpose audio. Special purpose codecs can
+  achieve much greater compression of speech than Vorbis. Vorbis also tends to have a
+  latency that is too high for telephony, a common use of speech codecs. Read the
+  <a href="http://www.speech.cs.cmu.edu/comp.speech/FAQ3.html">Speech Coding and Compression
+  FAQ</a> for more details. Those looking for an pen-source, patent-free speech codec
+  should take a look at <a href="http://www.speex.org/">Speex</a>.</p>
+  </dd>
+</dl>
+
+<p><a href="#top">Back to Top</a></p>
+
+<hr/>
+<h3>Features</h3>
+<dl>
+  <dt><a href="#_comments" id="comments">Does Ogg Vorbis have the capability to show song
+  titles and artist information when the file is played or streamed?</a></dt>
+  <dd><p>Yes, Vorbis includes a
+  <a href="http://www.xiph.org/ogg/vorbis/doc/v-comment.html">flexible, complete comment
+  field</a> for song and artist info, as well as other track data. The official encoder,
+  oggenc, allows you to enter comment info at encode time. Other tools tools also let
+  you enter and edit track data.</p>
+  </dd>
+
+  <dt><a href="#_video" id="video">Where's video?</a></dt>
+  <dd><p>If you're interested in our progress on a video codec, check out Theora at
+  <a href='http://www.theora.org/'>theora.org</a>.</p></dd>
+
+  <dt><a href="#_stream" id="stream">What about streaming in Ogg Vorbis?</a></dt>
+  <dd><p>Ogg Vorbis is easily streamable. <a href='http://www.icecast.org/'>Icecast</a>,
+  our streaming audio server, is capable of streaming Ogg Vorbis to players like
+  <a href='http://xmms.org/'>XMMS</a>,
+  <a href='http://classic.winamp.com/'>Winamp 2</a>, and
+  <a href='http://www.foobar2000.org/'>foobar2000</a>.
+  </p>
+  </dd>
+
+  <dt><a href="#_support" id="support">What software and hardware support Ogg Vorbis?</a></dt>
+  <dd><p>Many programs support Ogg Vorbis encoding and playback; it's included in popular
+  players such as
+  <a href='http://www.winamp.com/'>Winamp</a> an
+  <a href='http://www.foobar2000.org/'>foobar2000</a> for Windows, and
+  <a href='http://whamb.com'>Whamb</a> for OS X. It's also supported in popular audio
+  applications such as <a href='http://cdexos.sourceforge.net/'>CDex</a> and
+  <a href='http://www.goldwave.com/'>GoldWave</a>. For a more complete list, refer to
+  <a href="http://www.vorbis.com/download.psp">our software page</a>.</p>
+  <p><a href='http://wiki.xiph.org/'>Our wiki</a> has
+  <a href="http://wiki.xiph.org/VorbisHardware">notes on hardware support</a> for Vorbis.
+  </p>
+  </dd>
+
+  <dt><a href="#_container" id="container">Can I bundle Vorbis and another media
+  type (like text lyrics or pictures) in the same file?</a></dt>
+  <dd><p>Yes. The Ogg container format was designed to allow different media types to
+  be multiplexed together; <a href='http://www.theora.org/'>Theora</a> will be mixed
+  with Vorbis audio in an Ogg container to encode movies.</p>
+  <p>In addition, <a href='http://flac.sourceforge.net/'>FLAC</a> can be embedded in
+  Ogg and some preliminary work has been done to put MNG and MIDI content into Ogg files
+  as well.Experimental code is available in the <tt>ogg-tools</tt> module in the
+  <a href="http://www.xiph.org/cvs.html">Xiph.org CVS repository</a>. Programmers working
+  on such extensions can discuss issues and questions on the
+  <a href="http://www.xiph.org/ogg/vmail.html">vorbis-dev mailing list</a>.</p>
+  </dd>
+</dl>
+
+<p><a href="#top">Back to Top</a></p>
+
+<hr/>
+<h3>Development</h3>
+<dl>
+  <dt><a href="#_startdev" id="startdev">How do I get started with Ogg Vorbis
+  development?</a></dt>
+  <dd><p>It is important to first become familiar with current development efforts.
+  The best ways to do this are:</p>
+  <ul>
+    <li>Download and compile the latest development code from
+    <a href="http://www.xiph.org/cvs.html">the Xiph.org CVS repository</a>. The important
+    modules for Ogg Vorbis development are <tt>ogg</tt>, <tt>vorbis</tt>, <tt>ao</tt>, and
+    <tt>vorbis-tools</tt>. If you are interested in working on putting other media types
+    into Ogg files, the <tt>ogg-tools</tt> module also has example code.</li>
+
+    <li>Subscribe to the <a href="http://www.xiph.org/ogg/vmail.html">vorbis user and
+    developer mailing lists</a>.</li>
+
+    <li>Talk to developers in IRC. They usually are hanging around in #vorbis on
+    irc.freenode.net. They can tell you more about what projects would be interesting at
+    the current moment.</li>
+  </ul>
+  <p>Once you have seen what others are doing, you will have a better chance to find
+  a project to work on.</p>
+  </dd>
+
+<!--
+<dt>
+<a href="#bugfix" id="bugfix">How do I contribute a bug-fix or enhancement of the Xiph.org Ogg Vorbis
+libraries and tools?</a>
+</dt>
+<dd>
+<p>If you want to contribute bug fixes or enhancements to vorbis-tools, the
+preferred method is to generate a patch against the latest <a href="http://www.xiph.org/cvs.html">CVS code</a>. You can do this by running
+the command &quot;cvs diff -u &gt; mybugfix.patch&quot; from the source code directory you
+checked out from CVS.</p>
+<p>Once you have a patch, you need to file a bug/enhancement report on the <a href="http://bugs.xiph.org">Xiph.org Bugzilla server</a>. You can attach your
+patch to the bug entry.  If you consider the enhancement to be of general
+interest or want comments from the developer community, you are encouraged to
+post a message to the <a href="http://www.xiph.org/ogg/vmail.html">Vorbis
+development mailing list</a> describing the patch and linking to the bug entry
+with your patch.</p>
+<p>Please note that patches contributed under license terms not compatible with
+the existing package license (BSD for libogg and libvorbis, GPL for libao and
+vorbis-tools) will generally not be accepted.</p>
+</dd>
+-->
+
+  <dt><a href="#_fpsupport" id="fpsupport">Is it feasible to port the Vorbis decoder/encoder
+  to a platform without floating point support?</a></dt>
+  <dd><p>It's been done for the decoder.</p>
+  <p><a href='http://www.xiph.org/ogg/vorbis/'>Tremor</a> is a fixed-point implementation
+  of the Vorbis decoder suitable for chips found on portable devices. However, a fixed-point
+  <em>en</em>coder has not been written.</p>
+  </dd>
+</dl>
+
+<p><a href="#top">Back to Top</a></p>
+
+<hr/>
+<h3>Meta-FAQ</h3>
+<dl>
+  <dt><a href="#_FAQmorequestions" id="FAQmorequestions">I have a question that isn't
+  answered by this FAQ. Where can I turn for help?</a></dt>
+  <dd><p>There are archived mailing lists for advocacy, user discussion, and development
+  at <a href="http://www.xiph.org/archives/">Xiph.org's mailing list page</a>, as well
+  as #vorbis on irc.freenode.net, an IRC channel.</p>
+  </dd>
+
+  <dt><a href="#_FAQcontribute" id="FAQcontribute">Where can discussions about and
+  contributions to this FAQ be made?</a></dt>
+  <dd><p><a href="http://xiph.org/archives/">Xiph.org's mailing list page</a> also
+  has subscription info and archives of the vorbis mailing list. Contributions and
+  discussion are welcome there.</p>
+  </dd>
+
+  <dt><a href="#_FAQcurrent" id="FAQcurrent">How current is this FAQ?</a></dt>
+  <dd><p>It was updated on October 3, 2003.</p>
+  </dd>
+</dl>
+
+<hr/>
+
+<!--#include virtual="/ssi/pagebottom.include" -->

Added: websites-new/vorbis.com/images/logos/xiph.ico
===================================================================
(Binary files differ)


Property changes on: websites-new/vorbis.com/images/logos/xiph.ico
___________________________________________________________________
Name: svn:mime-type
   + application/octet-stream

Modified: websites-new/vorbis.com/index.shtml.en
===================================================================
--- websites-new/vorbis.com/index.shtml.en	2005-08-20 21:25:47 UTC (rev 9809)
+++ websites-new/vorbis.com/index.shtml.en	2005-08-20 21:58:56 UTC (rev 9810)
@@ -1,107 +1,49 @@
-<!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=utf-8"/>
-<script type="text/javascript"></script>
-<link rel="icon" href="/images/logos/xiph.ico" type="image/x-icon"/>
-<link rel="shortcut icon" href="/images/logos/xiph.ico" type="image/x-icon"/>
-<link rel="stylesheet" title="Default 50em Width" media="screen" href="/css/screen.css" type="text/css"/>
-<link rel="alternate stylesheet" title="Xiph.org 50em Width" media="screen" href="/css/screen-2.css" type="text/css"/>
-<!--  Enter custom page information and styles here -->
+<!--#include virtual="/ssi/header.include" -->
+<!-- Enter custom page information and styles here -->
+  <title>Vorbis.com</title>
+<!--#include virtual="/common/xiphbar.include" -->
 
-<title>Vorbis.com</title>
-<style type="text/css">
-<!--
-a {
-	color: #3366CC;
-	text-decoration: none;
-	font-weight: bold;
-}
-
--->
-</style>
-
-</head>
-<body>
-<div id="bodyborder">
-<div id="xiphbar">
-	<div>
-	<img src="/images/logos/xiphbar.png" alt="Xiph logo"/>
-	<ul>
-		<li id="xiph_"><a href="http://www.xiph.org/">Xiph.org</a></li>
-		<li id="vorbis_"><a href="http://www.vorbis.com/">Vorbis.com</a></li>
-		<li id="theora_"><a href="http://www.theora.org/">Theora.org</a></li>
-
-		<li id="icecast"><a href="http://www.icecast.org/">Icecast.org</a></li>
-		<li id="speex_"><a href="http://www.speex.org/">Speex.org</a></li>
-		<li id="flac_"><a href="http://www.flac.org/">FLAC</a></li>
-	</ul>
-	</div>
-</div>
-
-<div id="thepage">
-<div id="logos" style="padding-bottom: 15px;">
-	<a href="http://www.vorbis.com/"><img src="/images/logos/vorbisdotcom.png" alt="Vorbis dot com logo"/></a>
-</div>
-
-<div id="banners">
-	<a href="#"><img src="/images/banners/download_music.png" alt="Download music"/></a>
-	<a href="#"><img src="/images/banners/music_sites.png" alt="Music sites"/></a>
-	<a href="#"><img src="/images/banners/donate_today.png" alt="Donate today"/></a>
-</div>
-
-<div id="main">
-<div id="content">
+<!--#include virtual="/ssi/pagetop.include" -->
 <!--  All your page content goes here  -->
-<div class="getsetupandlisten">
-	<p><img src="/images/banners/getsetupandlisten.png" height="121" width="483" alt="Choose your OS to get setup on" usemap="#map"/></p>
+
+<div id="getsetupandlisten">
+  <img src="/images/banners/getsetupandlisten.png" height="121" width="483" alt="Choose your OS to get setup on" usemap="#map"/>
     <map xml:lang="en" dir="ltr" title="map" name="map" id="map">
-    	<area shape="rect" coords="20,75,109,105" href="/setup/windows/" alt="Get setup on Windows"/>
-    	<area shape="rect" coords="118,75,218,105" href="/setup/linux/" alt="Get setup on Unix/Linux"/>
-    	<area shape="rect" coords="227,75,313,105" href="/setup/osx/" alt="Get setup on Mac OSX"/>
-    	<area shape="rect" coords="321,73,464,106" href="/setup/other/" alt="Get setup on other platforms"/>
+      <area shape="rect" coords="20,75,109,105" href="setup_windows.shtml" alt="Get setup on Windows"/>
+      <area shape="rect" coords="118,75,218,105" href="setup_linux.shtml" alt="Get setup on Unix/Linux"/>
+      <area shape="rect" coords="227,75,313,105" href="setup_osx.shtml" alt="Get setup on Mac OSX"/>
+      <area shape="rect" coords="321,73,464,106" href="setup_other.shtml" alt="Get setup on other platforms"/>
     </map>
 </div>
-<p  style="font-size: 1.29em; font-weight:bold;">Ogg Vorbis is a completely open, patent-free, professional audio encoding and streaming technology with all the benefits of Open Source.</p>
 
-<ul class="navbar" style="text-align: left; padding-top: 0; ">
-	<li style="padding-left: 0; "><a href="/">Learn More in the FAQ</a></li>
-	<li ><a href="http://trac.xiph.org/cgi-bin/trac.cgi/">Information For Developers</a></li>
-	<li style="background: none;"><a href="/">Contact Us</a></li>
-</ul>
+<p style="font-size: 1.25em; font-weight:bold;">Ogg Vorbis is a completely open, patent-free, professional audio encoding and streaming technology with all the benefits of Open Source.</p>
 
-<div style="border-top: 3px solid #D7E0E6; border-bottom: 3px solid #D7E0E6; ">
-	<p style="font-size: 1.29em; font-weight:bold; margin-bottom: 0;">Ogg is everywhere!</p>
-	<p>View our list of <a href="/">3rd Party Software</a> that uses Vorbis.</p>
-</div>
+<div class="navbar" style="text-align: left; padding-top: 0;">
+<table border="0" cellpadding="0" cellspacing="0">
+<tr>
+<td>
+  <a href="faq.shtml">Learn More in the FAQ</a>
+  <img src="/images/dot.png" alt="" class="dot"/>
 
+  <a href="http://trac.xiph.org/cgi-bin/trac.cgi/">Information For Developers</a>
+  <img src="/images/dot.png" alt="" class="dot"/>
 
-<h2 style="color:#3366CC; font-size: 1.29em; padding-top: 10px; margin-bottom: .37em; ">News from Xiph.Org</h2>
-<ul class="newslist">
-	<li><a href="http://fluendo.com/press/releases/PR-2004-03.html">Fluendo funds RTP delivery effort for Xiph.org free multimedia codecs.</a> &raquo;</li>
-	<li><a href="http://fluendo.com/press/releases/PR-2004-03.html">Speex Goes 1.0; Xiph.Org now a 501(c)3 Non-Profit Organization</a> &raquo;</li>
-	<li><a href="http://fluendo.com/press/releases/PR-2004-03.html" style="font-weight: bold; ">more headlines</a> &raquo;</li>
-</ul>
-
-
+  <a href="contact.shtml">Contact Us</a>
+</td>
+</tr>
+</table>
 </div>
-</div>
-<div id="navbar" style="clear: both; ">
-	<ul>
-		<li id="setup_"><a href="/setup/">Get Set Up</a></li>
-		<li id="faq_"><a href="/">FAQ</a></li>
-		<li id="donate_"><a href="/">Donate</a></li>
-		<li id="music_"><a href="/">Music</a></li>
 
-		<li id="musicsites_"><a href="/">Music Sites</a></li>
-		<li id="downloads_"><a href="/">3rd Party Software</a></li>
-		<li id="developers_"><a href="http://trac.xiph.org/cgi-bin/trac.cgi/">For Developers</a></li>
-		<li id="contact_"><a href="/">Contact</a></li>
-	</ul>
+<div style="border-top: 3px solid #D7E0E6; border-bottom: 3px solid #D7E0E6;">
+  <p style="font-size: 1.29em; font-weight:bold; margin-bottom: 0;">Vorbis is everywhere!</p>
+  <p>View our list of <a href="software.shtml">3rd Party Software</a> that uses Vorbis.</p>
 </div>
-</div>
-</div>
 
-</body>
-</html>
\ No newline at end of file
+<h2>News from Xiph.Org</h2>
+<ul class="newslist">
+  <li><a href="http://fluendo.com/press/releases/PR-2004-03.html">Fluendo funds RTP delivery effort for Xiph.org free multimedia codecs.</a> &raquo;</li>
+  <li><a href="http://fluendo.com/press/releases/PR-2004-03.html">Speex Goes 1.0; Xiph.Org now a 501(c)3 Non-Profit Organization</a> &raquo;</li>
+  <li><a href="http://fluendo.com/press/releases/PR-2004-03.html" style="font-weight: bold; ">more headlines</a> &raquo;</li>
+</ul>
+
+<!--#include virtual="/ssi/pagebottom.include" -->

Added: websites-new/vorbis.com/music.shtml.en
===================================================================
--- websites-new/vorbis.com/music.shtml.en	2005-08-20 21:25:47 UTC (rev 9809)
+++ websites-new/vorbis.com/music.shtml.en	2005-08-20 21:58:56 UTC (rev 9810)
@@ -0,0 +1,70 @@
+<!--#include virtual="/ssi/header.include" -->
+<!-- Enter custom page information and styles here -->
+  <title>Vorbis.com: Music</title>
+<!--#include virtual="/common/xiphbar.include" -->
+
+<!--#include virtual="/ssi/pagetop.include" -->
+<!--  All your page content goes here  -->
+
+See the <a href="music_links.shtml">music sites page</a> for links to other sites that have Ogg Vorbis music.
+
+<p style="padding-top: 4px;"/>
+<table border="1" cellspacing="0" cellpadding="2" style="border-collapse: collapse; border-color: #cccccc">
+
+<tr>
+<td>Artist - Track</td>
+<td>Album</td>
+<td>Size (MB)</td>
+<td>Length</td>
+<td>Avg. Bitrate (kbps)</td>
+<td>Notes</td>
+</tr>
+
+<tr>
+<td><a href="http://www.vorbis.com/music/Epoq-Lepidoptera.ogg">Epoq - Lepidoptera</a></td>
+<td></td>
+<td>4.3</td>
+<td>5:02</td>
+<td>115</td>
+<td><a href="http://www.kahvi.org">Courtesy of Kahvi Collective</a></td>
+</tr>
+
+<tr>
+<td><a href="http://www.vorbis.com/music/Hydrate-Kenny_Beltrey.ogg">Kenny Beltrey - Hydrate</a></td>
+<td>Favorite Things</td>
+<td>3.9</td>
+<td>4:24</td>
+<td>117</td>
+<td><a href="http://www.kahvi.org">Courtesy of Kahvi Collective</a></td>
+</tr>
+
+<tr>
+<td><a href="http://www.vorbis.com/music/Lumme-Badloop.ogg">Badloop - Lumme</a></td>
+<td>Favorite Things</td>
+<td>5.8</td>
+<td>6:45</td>
+<td>115</td>
+<td><a href="http://www.kahvi.org">Courtesy of Kahvi Collective</a></td>
+</tr>
+
+<tr>
+<td><a href="http://www.vorbis.com/music/Mists_of_Time-4T.ogg">4T Thieves - Mists of Time</a></td>
+<td>Favorite Things</td>
+<td>5.8</td>
+<td>6:40</td>
+<td>116</td>
+<td><a href="http://www.kahvi.org">Courtesy of Kahvi Collective</a></td>
+</tr>
+
+<tr>
+<td><a href="http://www.vorbis.com/music/The_Abyss-4T.ogg">4T Thieves - The Abyss</a></td>
+<td>Favorite Things</td>
+<td>5.4</td>
+<td>6:20</td>
+<td>114</td>
+<td><a href="http://www.kahvi.org">Courtesy of Kahvi Collective</a></td>
+</tr>
+
+</table>
+
+<!--#include virtual="/ssi/pagebottom.include" -->

Added: websites-new/vorbis.com/music_links.shtml.en
===================================================================
--- websites-new/vorbis.com/music_links.shtml.en	2005-08-20 21:25:47 UTC (rev 9809)
+++ websites-new/vorbis.com/music_links.shtml.en	2005-08-20 21:58:56 UTC (rev 9810)
@@ -0,0 +1,218 @@
+<!--#include virtual="/ssi/header.include" -->
+<!-- Enter custom page information and styles here -->
+  <title>Vorbis.com: Music Links</title>
+<!--#include virtual="/common/xiphbar.include" -->
+
+<!--#include virtual="/ssi/pagetop.include" -->
+<!--  All your page content goes here  -->
+
+  <div class="ml_link"><a href="http://clickass.org/music/">theGREENzebra's Music Page</a></div>
+  <div class="ml_added">added on <i>2003-12-13 01:53:06.86</i></div>
+  <div class="ml_desc">theGREENzebra writes remixes, original, and videogame
+  music and offers it all in Ogg Vorbis.</div>
+
+  <div class="ml_link"><a href="http://www.magnatune.com">Magnatune</a></div>
+  <div class="ml_added">added on <i>2003-10-13 12:14:48.40</i></div>
+  <div class="ml_desc">Magnatune is an Internet record label, but they're not evil.
+  You can listen to all their entire albums. When you buy or license music, 50%
+  goes straight to the musician, and you can download OGG/FLAC/WAV/MP3-VBRs versions
+  of the album.  No DRM, ever.</div>
+
+  <div class="ml_link"><a href="http://www.devo.com/fabco">Fabco</a></div>
+  <div class="ml_added">added on <i>2003-07-07 13:50:24.88</i></div>
+  <div class="ml_desc">Fabco is an Austin, TX musical project mixing electronic,
+  rock, and experimental styles, and is a long time supporter of the Ogg Vorbis
+  format.</div>
+
+  <div class="ml_link"><a href="http://www.hoerstreich.de/">Hörstreich</a></div>
+  <div class="ml_added">added on <i>2003-02-13 06:38:04.32</i></div>
+  <div class="ml_desc">Hörstreich, a punk rock band from Augsburg, Germany offers
+  Ogg Vorbis downloads of their music.</div>
+
+  <div class="ml_link"><a href="http://www.machinaesupremacy.com">Machinae Supremacy</a></div>
+  <div class="ml_added">added on <i>2003-02-05 15:11:13.92</i></div>
+  <div class="ml_desc">Want some Swedish metal? Then, by all means, visit
+  <a href="http://www.machinaesupremacy.com">Machinae Supremacy</a>.</div>
+
+  <div class="ml_link"><a href="http://urn1350.net/">URN</a></div>
+  <div class="ml_added">added on <i>2003-02-02 11:02:37.25</i></div>
+  <div class="ml_desc">URN is a student radio station from Nottingham in the UK which
+  broadcasts a broad range of music styles from popular to the more alternative
+  and specialist, as well as speech based programmes.</div>
+
+  <div class="ml_link"><a href="http://www.wcpe.org">WCPE</a></div>
+  <div class="ml_added">added on <i>2002-11-15 10:55:10.18</i></div>
+  <div class="ml_desc">WCPE has started offering an Ogg Vorbis
+  <a href="http://wcpe.org/internet.shtml#Ogg">stream</a>. Now you can enjoy great
+  classical music 24 hours a day in the best format out there.</div>
+
+  <div class="ml_link"><a href="http://www.zentriertinsantlitz.de/">Zentriert ins Antlitz</a></div>
+  <div class="ml_added">added on <i>2002-11-15 10:34:16.40</i></div>
+  <div class="ml_desc">Zentriert ins Antlitz, an industrial german EBM band, has posted Ogg Vorbis files for download.</div>
+
+  <div class="ml_link"><a href="http://members.ozemail.com.au/~labrynthia">Temtris</a></div>
+  <div class="ml_added">added on <i>2002-10-29 01:27:46.50</i></div>
+  <div class="ml_desc">Australian Heavy Metal band Temtris offers a few original tracks from
+  their latest album 'Threshold' for download as low bitrate Oggs. (Glenalec updated these
+  samples using a 1.0 encoder to get them even smaller and improve the quality at the same
+  time. 45kbps stereo in the wild! IMHBCO, this band is really worth listening to if your
+  tastes run toward Metal. --ed)</div>
+
+  <div class="ml_link"><a href="http://www.moniquebrumby.com">Monique Brumby</a></div>
+  <div class="ml_added">added on <i>2002-10-29 00:08:48.57</i></div>
+  <div class="ml_desc">Monique Brumby left behind Sony Records to go indie on her second
+  album, Signal Hill... and at the same time replaced MP3 and WMA on her website with Ogg!</div>
+
+  <div class="ml_link"><a href="http://www.cancrena.tk/">Cancrena</a></div>
+  <div class="ml_added">added on <i>2002-10-28 23:56:55.24</i></div>
+  <div class="ml_desc">Cancrena's 1st CD is fully downloadable in Vorbis format
+  (32 KHz, mono) on their official website.</div>
+
+  <div class="ml_link"><a href="http://www.somewhereoutwest.com">Steam Powered Studio</a></div>
+  <div class="ml_added">added on <i>2002-07-31 10:54:31.17</i></div>
+  <div class="ml_desc">Steam Powered Studio releases rock, blues and Americana from a variety
+  of artists on a weekly basis.</div>
+
+  <div class="ml_link"><a href="http://www.numavox.com">Numavox Records</a></div>
+  <div class="ml_added">added on <i>2002-06-20 17:16:13.88</i></div>
+  <div class="ml_desc">Numavox Records records has announced they are offering
+  Ogg Vorbis downloads of their available music. Numavox is the record company
+  of Dove-award winning solo artist/producer, Kerry Livgren. Previously, Livgren
+  was the songwriter/guitarist for KANSAS, writing such classics as "Dust in the Wind"
+  and "Carry On, Wayward Son."</div>
+
+  <div class="ml_link"><a href="http://vorbis.kicks-ass.org/paj/">Pajama Crisis</a></div>
+  <div class="ml_added">added on <i>2002-05-01 16:30:51.91</i></div>
+  <div class="ml_desc">It's video-gamey goodness, straight from Philadelphia, PA.</div>
+
+  <div class="ml_link"><a href="http://stian.darkscape.net/">Stian Hole</a></div>
+  <div class="ml_added">added on <i>2002-04-01 21:26:16.79</i></div>
+  <div class="ml_desc">Norwegian Electronic composer Stian Hole has made several
+  original tracks freely available for download in Ogg format.</div>
+
+  <div class="ml_link"><a href="http://alittlespace.biz/">A Little Space</a></div>
+  <div class="ml_added">added on <i>2002-04-01 16:27:50.92</i></div>
+  <div class="ml_desc">A Little Space, a "modern american music" (jazz/funk/latin
+  flavored pop) recording group now offers users Icecast streaming as well as downloads
+  of full length audio files in Ogg Vorbis or MP3 format, as the user chooses. All
+  18 songs are freely available for streaming or download.
+  <br/>A worthy note: The second song listed, "Yes I Would" has been honored as a
+  winner in the 2001 John Lennon Songwriting Contest in the Jazz category.</div>
+
+  <div class="ml_link"><a href="http://www.skinflowers.org/">Skinflowers</a></div>
+  <div class="ml_added">added on <i>2002-02-12 11:58:45.00</i></div>
+  <div class="ml_desc">Full track downloads in Ogg Vorbis format by awkward rock
+  duo Skinflowers, UK-based band associated with the Wasp Factory Recordings label.</div>
+
+  <div class="ml_link"><a href="http://www.accidentprone.com/beatpoetz/">BeatPoetz</a></div>
+  <div class="ml_added">added on <i>2002-02-06 06:49:21.00</i></div>
+  <div class="ml_desc">BeatPoetz, a hip-hop group from San Diego, CA (on the SD local
+  record label accidentProne records), has put out several complete tracks in Ogg format!</div>
+
+  <div class="ml_link"><a href="http://jzo.de">jzo</a></div>
+  <div class="ml_added">added on <i>2001-10-20 20:10:26.00</i></div>
+  <div class="ml_desc">A youth-centre/club called 'Jugendzentrum Oerlinghausen'
+  located near Bielefeld in Germany now provides tracks on their website (exclusively
+  ogg-encoded) from the bands that play at their centre.</div>
+
+  <div class="ml_link"><a href="http://www.acidfanatic.com">acidfanatic</a></div>
+  <div class="ml_added">added on <i>2001-10-20 20:06:30.00</i></div>
+  <div class="ml_desc">A site dedicated to sharing and downloading music loops for
+  use in Sonic Foundry's ACID program now hosts all of their loops exclusively in
+  the Ogg Vorbis format.</div>
+
+  <div class="ml_link"><a href="http://free.superhits.ch/">Free Superhits</a></div>
+  <div class="ml_added">added on <i>2001-09-25 14:39:15.00</i></div>
+  <div class="ml_desc">A site for free music in Switzerland (in German). Music is
+  published under the EFFs Open Audio License and the site recommends encoding to
+  the Ogg Vorbis format. Anybody can publish his/her music under the OAL and user-rated
+  charts are generated.</div>
+
+  <div class="ml_link"><a href="http://www.realisation.org/">Realisation</a></div>
+  <div class="ml_added">added on <i>2001-09-19 07:54:33.00</i></div>
+  <div class="ml_desc">Realisation has some electronic music on their website in
+  the Ogg format ranging from ambient to house to breakbeat.</div>
+
+  <div class="ml_link"><a href="http://www.newsoundvision.com">terra @ustralis music</a></div>
+  <div class="ml_added">added on <i>2001-09-19 06:33:55.00</i></div>
+  <div class="ml_desc">After discovering Ogg Vorbis, terra @ustralis music is offering samples and some full length tracks of a wide range of music encompassing tibetan mantras, acid jazz, trance and more all in the Vorbis format.</div>
+
+  <div class="ml_link"><a href="http://dancemix.at/knusper2000">DJ Aphrodisiak Mixes</a></div>
+  <div class="ml_added">added on <i>2001-09-19 06:23:22.00</i></div>
+  <div class="ml_desc">DJ Aphrodisiak offers some house, techno and tech-house mixes
+  saved as Ogg on his site.</div>
+
+  <div class="ml_link"><a href="http://www.modernamericanmusic.com">Heart in my Hand</a></div>
+  <div class="ml_added">added on <i>2001-09-19 06:18:29.00</i></div>
+  <div class="ml_desc">Alan Gruskoff has produced a composition called "Heart In My Hand"
+  as a requiem for the victims of the Sept. 11 tragedy. This song is being made freely
+  available for use in any production regarding that event. This song, like all songs
+  on his site, are available to stream or download as Ogg Vorbis files.</div>
+
+  <div class="ml_link"><a href="http://kromaniaks.coleumes.org">Kro men CD</a></div>
+  <div class="ml_added">added on <i>2001-09-19 05:59:02.00</i></div>
+  <div class="ml_desc">The French band named Kro men have released their CD
+  entitled Phallussy in the Ogg format.</div>
+
+  <div class="ml_link"><a href="http://www.dusktilldawn.nl/">DuskTillDawn</a></div>
+  <div class="ml_added">added on <i>2001-09-19 05:53:48.00</i></div>
+  <div class="ml_desc">A Dutch band has released several full-length tracks
+  in the Ogg format.</div>
+
+  <div class="ml_link"><a href="http://www.mystraltide.com/">Mystral Tide</a></div>
+  <div class="ml_added">added on <i>2001-08-30 12:17:55.00</i></div>
+  <div class="ml_desc">Mystral Tide, a solo darkwave/industrial/EBM project, has
+  made several recent full-length tracks available in Ogg format.
+  Look under 'Downloads'.</div>
+
+  <div class="ml_link"><a href="http://www.gnu.org/philosophy/audio/audio.html">GNU.org Audio Archives</a></div>
+  <div class="ml_added">added on <i>2001-08-07 02:45:24.00</i></div>
+  <div class="ml_desc">Here you can find recorded speeches given by
+  Richard M. Stallman in Ogg Vorbis format.</div>
+
+  <div class="ml_link"><a href="http://www.linux4us.de/index.php">RadioTux</a></div>
+  <div class="ml_added">added on <i>2001-07-27 03:51:43.00</i></div>
+  <div class="ml_desc">German Linux Radio show that has broadcast and archives
+  available in Ogg Vorbis format.</div>
+
+  <div class="ml_link"><a href="http://deifecation.cjb.net/">Deifecation</a></div>
+  <div class="ml_added">added on <i>2001-07-27 03:51:43.00</i></div>
+  <div class="ml_desc">The band from the Netherlands has released their CD,
+  Dystopian Anthropotagonism, under the Open Audio License in Ogg Vorbis format.</div>
+
+  <div class="ml_link"><a href="http://www.classicalarts.net/espace.html">Jeff Harrington</a></div>
+  <div class="ml_added">added on <i>2001-07-07 15:56:28.00</i></div>
+  <div class="ml_desc">Jeff Harrington shares his original ambient electronic works in Ogg format.</div>
+
+  <div class="ml_link"><a href="http://www.cauterized.com/">Cauterized</a></div>
+  <div class="ml_added">added on <i>2001-07-07 15:51:22.00</i></div>
+  <div class="ml_desc">A Danish death metal band with Oggs online for listening.</div>
+
+  <div class="ml_link"><a href="http://www.network19.net/">network19</a></div>
+  <div class="ml_added">added on <i>2001-07-07 15:48:35.00</i></div>
+  <div class="ml_desc">A cool music site with samples and music in Ogg format.</div>
+
+  <div class="ml_link"><a href="http://www.supssp.com/">super stock productions</a></div>
+  <div class="ml_added">added on <i>2001-07-03 16:00:20.00</i></div>
+  <div class="ml_desc">ssp tries to capture the images and sounds that form in the
+  right hand side of the brain and now they've put them online in OGG format.</div>
+
+  <div class="ml_link"><a href="http://www.thelongslide.com/">The Long Slide</a></div>
+  <div class="ml_added">added on <i>2001-07-02 09:41:59.00</i></div>
+  <div class="ml_desc">The Long Slide is an unsigned band from Manchester in the
+  UK that has their tracks availabe in Ogg format.</div>
+
+  <div class="ml_link"><a href="http://tokyodawn.org/">Tokyo Dawn Records</a></div>
+  <div class="ml_added">added on <i>2001-06-30 22:10:43.00</i></div>
+  <div class="ml_desc">Electronic music available for free download in Vorbis.</div>
+
+  <div class="ml_link"><a href="http://www.nnr.to/">Neuro Net Records
+  Internet Music Archive</a></div>
+  <div class="ml_added">added on <i>2001-06-30 22:09:47.00</i></div>
+  <div class="ml_desc">Get full albums of Vorbis encoded tracks from Neuro Net Records.</div>
+
+  <div class="ml_link"><a href="http://www.oggmusic.de/">OggMusic.de</a></div>
+  <div class="ml_added">added on <i>2001-06-30 22:00:36.00</i></div>
+  <div class="ml_desc">A german site offering lots of music in Vorbis for download.</div>
+
+<!--#include virtual="/ssi/pagebottom.include" -->

Added: websites-new/vorbis.com/setup.shtml.en
===================================================================
--- websites-new/vorbis.com/setup.shtml.en	2005-08-20 21:25:47 UTC (rev 9809)
+++ websites-new/vorbis.com/setup.shtml.en	2005-08-20 21:58:56 UTC (rev 9810)
@@ -0,0 +1,25 @@
+<!--#include virtual="/ssi/header.include" -->
+<!-- Enter custom page information and styles here -->
+  <title>Vorbis.com: Setup</title>
+<!--#include virtual="/common/xiphbar.include" -->
+
+<!--#include virtual="/ssi/pagetop.include" -->
+<!--  All your page content goes here  -->
+
+<div class="getsetupandlisten">
+  <img src="/images/banners/getsetupandlisten.png" height="121" width="483" alt="Choose your OS to get setup on" usemap="#map"/>
+  <map xml:lang="en" dir="ltr" name="map" id="map">
+    <area shape="rect" coords="20,75,109,105" href="setup_windows.shtml" alt="Get setup on Windows"/>
+    <area shape="rect" coords="118,75,218,105" href="setup_linux.shtml" alt="Get setup on Unix/Linux"/>
+    <area shape="rect" coords="227,75,313,105" href="setup_osx.shtml" alt="Get setup on Mac OSX"/>
+    <area shape="rect" coords="321,73,464,106" href="setup_other.shtml" alt="Get setup on other platforms"/>
+  </map>
+</div>
+
+<p>To get set up to listen to Ogg Vorbis music, begin by selecting
+your operating system above.</p>
+
+<p><b>To obtain the source code, please see the 
+<a href="">developers</a> page.</b>
+
+<!--#include virtual="/ssi/pagebottom.include" -->

Added: websites-new/vorbis.com/setup_linux.shtml.en
===================================================================
--- websites-new/vorbis.com/setup_linux.shtml.en	2005-08-20 21:25:47 UTC (rev 9809)
+++ websites-new/vorbis.com/setup_linux.shtml.en	2005-08-20 21:58:56 UTC (rev 9810)
@@ -0,0 +1,37 @@
+<!--#include virtual="/ssi/header.include" -->
+<!-- Enter custom page information and styles here -->
+  <title>Vorbis.com: Linux Setup</title>
+<!--#include virtual="/common/xiphbar.include" -->
+
+<!--#include virtual="/ssi/pagetop.include" -->
+<!--  All your page content goes here  -->
+
+<h1>Get Set Up To Listen: Linux</h1>
+
+<h2>Playback:</h2>
+
+<ul>
+  <li>libogg / libvorbis / vorbis-tools:
+  These are the standard software that allows you to play
+  and encode Ogg Vorbis files. They are included in most OSs.
+  If not you can compile from the <a href="">sources</a>.</li>
+
+  <li><a href="http://www.videolan.org/vlc/">VLC media player</a>:
+  VLC is a highly portable multimedia player for various
+  audio and video formats.
+
+  <li><a href="http://www.xmms.org/">XMMS</a>:
+  The most popular media player for Linux. XMMS plays vorbis
+  files, allows ogg comments, and supports vorbis streams.
+</ul>
+
+<h2>Encoding:</h2>
+
+<ul>
+  <li>libogg / libvorbis / vorbis-tools:
+  These are the standard software that allows you to play
+  and encode Ogg Vorbis files. They are included in most OSs.
+  If not you can compile from the <a href="">sources</a>.</li>
+</ul>
+
+<!--#include virtual="/ssi/pagebottom.include" -->

Added: websites-new/vorbis.com/setup_osx.shtml.en
===================================================================
--- websites-new/vorbis.com/setup_osx.shtml.en	2005-08-20 21:25:47 UTC (rev 9809)
+++ websites-new/vorbis.com/setup_osx.shtml.en	2005-08-20 21:58:56 UTC (rev 9810)
@@ -0,0 +1,33 @@
+<!--#include virtual="/ssi/header.include" -->
+<!-- Enter custom page information and styles here -->
+  <title>Vorbis.com: Mac OS X Setup</title>
+<!--#include virtual="/common/xiphbar.include" -->
+
+<!--#include virtual="/ssi/pagetop.include" -->
+<!--  All your page content goes here  -->
+
+<h1>Get Set Up To Listen: Mac OS X</h1>
+
+<h2>Playback:</h2>
+
+<ul>
+  <li><a href="http://www.videolan.org/vlc/">VLC media player</a>:
+  VLC is a highly portable multimedia player for various
+  audio and video formats.
+
+  <li><a href="">Ogg Drop</a>:
+  Ogg Drop will encode audio tracks and CD's into vorbis. It also
+  contains a QuickTime component that allows iTunes to play ogg
+  vorbis files. Ogg Drop is entirely free.</li>
+</ul>
+
+<h2>Encoding:</h2>
+
+<ul>
+  <li><a href="">Ogg Drop</a>:
+  Ogg Drop will encode audio tracks and CD's into vorbis. It also
+  contains a QuickTime component that allows iTunes to play ogg
+  vorbis files. Ogg Drop is entirely free.</li>
+</ul>
+
+<!--#include virtual="/ssi/pagebottom.include" -->

Added: websites-new/vorbis.com/setup_other.shtml.en
===================================================================
--- websites-new/vorbis.com/setup_other.shtml.en	2005-08-20 21:25:47 UTC (rev 9809)
+++ websites-new/vorbis.com/setup_other.shtml.en	2005-08-20 21:58:56 UTC (rev 9810)
@@ -0,0 +1,18 @@
+<!--#include virtual="/ssi/header.include" -->
+<!-- Enter custom page information and styles here -->
+  <title>Vorbis.com: Mac OS X Setup</title>
+<!--#include virtual="/common/xiphbar.include" -->
+
+<!--#include virtual="/ssi/pagetop.include" -->
+<!--  All your page content goes here  -->
+
+<h1>Get Set Up To Listen: Other</h1>
+
+<h2>OS/2:</h2>
+
+<ul>
+  <li><a href="http://silk.apana.org.au/vorbis/">Ogg Vorbis for OS/2</a>:
+  Player, encoder, plugins for Ogg Vorbis on OS/2 operating systems.</li>
+</ul>
+
+<!--#include virtual="/ssi/pagebottom.include" -->

Added: websites-new/vorbis.com/setup_windows.shtml.en
===================================================================
--- websites-new/vorbis.com/setup_windows.shtml.en	2005-08-20 21:25:47 UTC (rev 9809)
+++ websites-new/vorbis.com/setup_windows.shtml.en	2005-08-20 21:58:56 UTC (rev 9810)
@@ -0,0 +1,68 @@
+<!--#include virtual="/ssi/header.include" -->
+<!-- Enter custom page information and styles here -->
+  <title>Vorbis.com: Windows Setup</title>
+<!--#include virtual="/common/xiphbar.include" -->
+
+<!--#include virtual="/ssi/pagetop.include" -->
+<!--  All your page content goes here  -->
+
+<h1>Get Set Up To Listen: Windows</h1>
+
+<h2>Playback:</h2>
+
+<p>We have a new Windows DirectShow based decoder thanks to our friends at
+Illiminable. These will let you play your Ogg Vorbis files in
+<a href="http://www.microsoft.com/windows/windowsmedia/mp10/default.aspx">Windows Media Player</a>,
+and <a href=""></a><a href="http://sourceforge.net/project/showfiles.php?group_id=82303&amp;package_id=84358">other</a>
+<a href="http://www.corecoded.com/">DirectShow</a>
+<a href="http://www.inmatrix.com/zplayer/">based</a>
+<a href="http://www.radlight.net/">players</a>. Players not based on DirectShow
+do not need these filters.</p>
+
+<ul>
+  <li><a href="http://www.illiminable.com/ogg/">Illiminable DirectShow Filters</a></li>
+</ul>
+
+<h2>Players:</h2>
+
+DirectShow based players only need the Illiminable filters from above.<p/>
+
+<ul>
+  <li><a href="http://sourceforge.net/project/showfiles.php?group_id=82303&amp;package_id=84358">Media Player Classic</a>:  An OpenSource DirectShow player with a minimalist interface.</li>
+  <li><a href="http://www.corecoded.com/">The Core Media Player</a>: A DirectShow player.</li>
+
+  <li><a href="http://www.inmatrix.com/zplayer/">Zoom Player</a>:  A DirectShow player.</li>
+  <li><a href="http://www.radlight.net/">RadLight</a>:  A DirectShow player.</li>
+  <li><a href="http://www.microsoft.com/windows/windowsmedia/mp10/default.aspx">Windows Media Player</a>:  The DirectShow player from Microsoft.</li>
+  <li><a href="http://classic.winamp.com/">Winamp 2</a>:  Standard or Full (good metadata and <a href='http://www.icecast.org/'>Icecast</a> support)</li>
+
+  <li><a href="http://www.winamp.com/">Winamp 3</a>: (looks pretty, has poor metadata and no Icecast support)</li>
+  <li><a href='http://foobar2000.hydrogenaudio.org/'>foobar2000</a> (<em>very</em> spartan interface, streams from Icecast, has best-of-breed comment editing and masstagging capabilities)</li>
+  <li><a href="http://www.zinf.org/">Zinf</a>: An OpenSource player based on FreeAmp.</li>
+</ul>
+
+<h2>Encoding:</h2>
+
+Lots of fun utilities.<p/>
+
+<ul>
+  <li><a href="http://www.rarewares.org/ogg.html">OggDropXPd</a>: A graphical encoder for Vorbis.</li>
+  <li><a href="http://dspguru.doom9.net/">BeSweet</a>: A transcoding utility that supports a multitude of formats.</li>
+  <li><a href="http://www.saunalahti.fi/~cse/temp/vorbis-tools-1.1.0-win32.zip">Vorbis Tools</a></li>
+  <li><a href="http://www.rarewares.org/ogg.html">OggEnc</a></li>
+</ul>
+
+<h2>Other:</h2>
+
+Here is a list of other filters and programs that people may try,
+but aren't in the main list for whatever reason.<p/>
+
+<ul>
+  <li><a href="http://corevorbis.corecodec.org/">CoreVorbis</a>: A DirectShow filter for decoding from various sources including OGM and <a href="http://www.matroska.org/">Matroska</a> files.</li>
+  <li><a href="http://tobias.everwicked.com/">Tobias' DS Filters</a>: The original DirectShow filter, but it is no longer being maintained.</li>
+
+  <li><a href="http://www.oggmedia.info/">RadLight's OggMedia DSF</a>:  A filter set made by the makers of the RadLight media player for compatibility reasons.</li>
+  <li><a href="http://www.hydrogenaudio.org/forums/index.php?showtopic=15049">Hydrogen Audio's Vorbis Software Pages</a>:  A community maintained list of software links for Vorbis.</li>
+</ul>
+
+<!--#include virtual="/ssi/pagebottom.include" -->

Added: websites-new/vorbis.com/software.shtml.en
===================================================================
--- websites-new/vorbis.com/software.shtml.en	2005-08-20 21:25:47 UTC (rev 9809)
+++ websites-new/vorbis.com/software.shtml.en	2005-08-20 21:58:56 UTC (rev 9810)
@@ -0,0 +1,693 @@
+<!--#include virtual="/ssi/header.include" -->
+<!-- Enter custom page information and styles here -->
+  <title>Vorbis.com: 3rd Party Software</title>
+<!--#include virtual="/common/xiphbar.include" -->
+
+<!--#include virtual="/ssi/pagetop.include" -->
+<!--  All your page content goes here  -->
+
+This is a list of various 3rd party software links that may 
+interest you. Please see the <a href="setup.shtml">get set up</a> page first.<p/>
+
+<p>Select your operating system:</p>
+
+<div class="softos_link"><a href="#windows">Windows</a></div>
+<div class="softos_link"><a href="#windows_devel">Windows Development</a></div>
+<div class="softos_link"><a href="#macosx">Mac OS X</a></div>
+<div class="softos_link"><a href="#macos9">Mac OS 9 (and earlier)</a></div>
+<div class="softos_link"><a href="#linux">Linux</a></div>
+<div class="softos_link"><a href="#linux_devel">Linux Development</a></div>
+<div class="softos_link"><a href="#java">Java</a></div>
+<div class="softos_link"><a href="#os2">OS/2</a></div>
+<div class="softos_link"><a href="#beos">BeOS</a></div>
+
+<hr style="margin: 10px 0 18px 0;"/>
+
+<h2><a name="windows">Windows</a></h2>
+
+<div class="sl_link"><a href="http://www.litexmedia.com">Advanced WMA Workshop</a></div>
+<div class="sl_added">added on <i>2001-07-07 15:53:54.00</i></div>
+<div class="sl_desc">This program can convert, encode, and decode
+many types of files, including Ogg Vorbis.</div>
+
+<div class="sl_link"><a href="http://www.iluac.com/aeliom/">Aeliom</a></div>
+<div class="sl_added">added on <i>2002-09-25 03:57:23.55</i></div>
+<div class="sl_desc">Aeliom is a tool to create and to explore
+in real time virtual landscapes. With version 1.1 of Aeliom, the 3D
+sound engine includes Ogg Vorbis support.</div>
+
+<div class="sl_link"><a href="http://www.turnstyle.com/andromeda/home.asp">Andromeda</a></div>
+<div class="sl_added">added on <i>2002-03-22 10:48:23.10</i></div>
+<div class="sl_desc">Andromeda turns collections of Oggs and other files
+into easy-to-use, streaming web sites. It's great as a personal jukebox, over
+local networks, and even over the Internet.</div>
+
+<div class="sl_link"><a href="http://apollo.audiogalaxy.com/">Apollo general audio player</a></div>
+<div class="sl_added">added on <i>2001-09-12 14:38:03.00</i></div>
+<div class="sl_desc">The Apollo General Audio Player for Windows now has Ogg Vorbis support
+via a <a href="http://apollo.audiogalaxy.com/OggVorbis_Apollo.zip">downloadable plugin</a></div>
+
+<div class="sl_link"><a href="http://www.ashampoo.com/frontend/products/php/product.php?session_langid=2&amp;idstring=0014">Ashampoo Media Player+</a></div>
+<div class="sl_added">added on <i>2002-08-29 19:42:40.05</i></div>
+<div class="sl_desc">This player supports over 20 major audio formats,
+including Ogg Vorbis, with many more supported via free plug-ins.
+It can even play various video formats.</div>
+
+<div class="sl_link"><a href="http://audacity.sourceforge.net/">Audacity</a></div>
+<div class="sl_added">added on <i>2002-06-08 11:32:11.67</i></div>
+<div class="sl_desc">Audacity is a free audio editor for Linux, Mac and Windows.
+It can import, mix, play, and record audio in multiple formats, including Ogg Vorbis.
+It has a variety of plugins and effects.</div>
+
+<div class="sl_link"><a href="http://www.litexmedia.com/audio_wizard/">Audio Conversion Wizard</a></div>
+<div class="sl_added">added on <i>2001-09-19 07:35:15.00</i></div>
+<div class="sl_desc">The Audio Conversion Wizard converts audio files from one format
+to another. It supports single and batch mode as well as MP3, WMA 8
+(Windows Media Audio), OGG Vorbis and WAV PCM formats, with ID3v2
+copying and creation.</div>
+
+<div class="sl_link"><a href="http://www.audiograbber.com-us.net/">Audiograbber</a></div>
+<div class="sl_added">added on <i>2001-09-19 07:29:12.00</i></div>
+<div class="sl_desc">Audiograbber is a CD ripping program with features such
+as normalizing, silence deletion and support for many external codecs,
+including Ogg Vorbis.</div>
+
+<div class="sl_link"><a href="http://www.blazemp.com/blaze_media_pro.asp">Blaze Media Pro</a></div>
+<div class="sl_added">added on <i>2002-10-29 01:52:30.77</i></div>
+<div class="sl_desc">Blaze Media Pro is powerful, all-in-one multimedia
+software supporting playback of all popular media formats, audio and video
+playlist, audio and video conversions, video construction and decompiling,
+audio editing and recording, audio and data CD recording, video processing
+(average, brightness, contrast, gamma, edge enhance, sharpen, soften,
+resizing, resample, dither, add border), video capture, media
+management... and of course Ogg.</div>
+
+<div class="sl_link"><a href="http://www.cajun.nu">CAJUN</a></div>
+<div class="sl_added">added on <i>2003-03-30 05:29:38.11</i></div>
+<div class="sl_desc">CAJUN is a project to turn an old computer you might
+have kicking around into the centerpiece of your car or home audio system.</div>
+
+<div class="sl_link"><a href="http://xtractor.sourceforge.net/">CD-DA X-Tractor</a></div>
+<div class="sl_added">added on <i>2001-06-30 22:26:22.00</i></div>
+<div class="sl_desc">CD-DA X-Tractor is a ripper/encoder for Windows
+that support Vorbis, intelligent jitter correction, CDDB support
+and is Open Source.</div>
+
+<div class="sl_link"><a href="http://cdexos.sourceforge.net/">CDex</a></div>
+<div class="sl_added">added on <i>2001-09-12 14:59:03.00</i></div>
+<div class="sl_desc">CDex is an open source, full-featured Windows app
+that rips audio CDs directly to Ogg Vorbis format.</div>
+
+<div class="sl_link"><a href="http://www.vuplayer.com/files/cooledit_ogg.zip">Cool Edit Ogg Vorbis File Filter</a></div>
+<div class="sl_added">added on <i>2002-11-06 09:55:14.21</i></div>
+<div class="sl_desc">This is a file filter that adds read and write
+Ogg Vorbis support to Cool Edit 96/2000/Pro for Windows without
+having to use an external application or an extra step to encode or
+decode Ogg Vorbis files.</div>
+
+<div class="sl_link"><a href="http://www.dbpoweramp.com/">dBpowerAMP</a></div>
+<div class="sl_added">added on <i>2001-06-30 22:32:06.00</i></div>
+<div class="sl_desc">An audio convertor and an audio player, both supporting
+Ogg Vorbis files</div>
+
+<div class="sl_link"><a href="http://djmixpro.com/djmixlite/djmixlite.html">DJ Mix Lite</a></div>
+<div class="sl_added">added on <i>2001-06-30 22:34:40.00</i></div>
+<div class="sl_desc">DJ Mix Lite is designed to play continuous music with cross
+fading, beat matching mixes between songs. Use your Ogg files to be a DJ.</div>
+
+<div class="sl_link"><a href="http://djmixpro.com/djmixpro/djmixpro.html">DJ Mix Pro</a></div>
+<div class="sl_added">added on <i>2001-06-30 22:36:12.00</i></div>
+<div class="sl_desc">Be a DJ with Vorbis! DJ Mix Pro is designed to let you
+choose the songs while it performs by itself quality cross fading, beat matching
+mixes between songs. DJ Mix Pro has built in Beatlock Technology, that makes it
+beat-aware. This technology does not alter your sound files, it just analyses
+them to find the BPM.</div>
+
+<div class="sl_link"><a href="http://dj-workstation.de">DJ-Workstation</a></div>
+<div class="sl_added">added on <i>2002-11-15 10:40:05.26</i></div>
+<div class="sl_desc">The DJ-Workstation is a player application for DJ-mixing.
+It supports multiple soundcards, streams with pitch-shifting, and real time
+time-stretching, autoplaying, autocueing, assignable cross-fading, etc.</div>
+
+<div class="sl_link"><a href="http://www.deliplayer.com/">DeliPlayer</a></div>
+<div class="sl_added">added on <i>2002-06-26 22:36:57.10</i></div>
+<div class="sl_desc">DeliPlayer is a multi format, free audio player for
+Windows 95/98/ME, Windows NT/2000 and Windows XP. Vorbis is one of the many
+formats that it supports.</div>
+
+<div class="sl_link"><a href="http://www.poikosoft.com/">Easy CD-DA Extractor</a></div>
+<div class="sl_added">added on <i>2001-06-30 23:25:40.00</i></div>
+<div class="sl_desc">A windows ripper/encoder that support Ogg Vorbis.</div>
+
+<div class="sl_link"><a href="http://www.exactaudiocopy.de/">Exact Audio Copy</a></div>
+<div class="sl_added">added on <i>2003-02-13 06:43:19.16</i></div>
+<div class="sl_desc">EAC is a high quality audio CD ripper for Windows with a
+large number of options and features. It supports Ogg Vorbis.</div>
+
+<div class="sl_link"><a href="http://www.litexmedia.com/cd_ripper/">Fast CD Ripper</a></div>
+<div class="sl_added">added on <i>2001-10-20 20:19:34.00</i></div>
+<div class="sl_desc">A powerful and easy-to-use tool for converting your audio-CD
+collection to variety of most popular compressed audio formats now also includes
+Ogg Vorbis.</div>
+
+<div class="sl_link"><a href="http://foobar2000.hydrogenaudio.org/">foobar2000</a></div>
+<div class="sl_added">added on <i>2003-02-27 13:53:32.13</i></div>
+<div class="sl_desc">foobar2000 offers best-of-breed masstagging and
+comment display formatting for Ogg Vorbis, FLAC and Speex.</div>
+
+<div class="sl_link"><a href="http://www.mgshareware.com/frmmain.shtml">FreeRip</a></div>
+<div class="sl_added">added on <i>2001-06-30 22:41:53.00</i></div>
+<div class="sl_desc">FreeRip is an adware ripper/encoder that support Ogg
+Vorbis, with comments and CDDB support.</div>
+
+<div class="sl_link"><a href="http://www.goldwave.com/">GoldWave</a></div>
+<div class="sl_added">added on <i>2001-06-30 22:43:10.00</i></div>
+<div class="sl_desc">GoldWave is a digital audio editor that can import
+and export Ogg Vorbis as well as convert from other file formats. A
+fully functional demonstration version is available.</div>
+
+<div class="sl_link"><a href="http://www.coyotes.bc.ca/">Groove Mechanic</a></div>
+<div class="sl_added">added on <i>2002-04-01 13:49:38.15</i></div>
+<div class="sl_desc">Groove Mechanic is software for encoding audio from vinyl
+LP along with sophisticated filtering to eliminate clicking, popping, scratching
+and rumble. Groove mechanic can output to WAV, Ogg or MP3.</div>
+
+<div class="sl_link"><a href="http://www.myriad-online.com/en/products/harmony.htm">Harmony Assistant</a></div>
+<div class="sl_added">added on <i>2003-04-27 10:39:19.15</i></div>
+<div class="sl_desc">Harmony Assistant, "The All In One Music Software", is
+<a href="http://www.myriad-online.com/melody.htm">Melody Assistant</a>'s big brother.</div>
+
+<div class="sl_link"><a href="http://www.irfanview.com/">IrfanView</a></div>
+<div class="sl_added">added on <i>2003-03-31 09:35:22.41</i></div>
+<div class="sl_desc">IrfanView is a very fast, small, compact graphic
+viewer for Windows 9x/ME/NT/2000/XP. It can also hanlde multimedia
+files, such as Vorbis.</div>
+
+<div class="sl_link"><a href="http://www.logipole.com/">Konvertor</a></div>
+<div class="sl_added">added on <i>2001-06-30 22:45:25.00</i></div>
+<div class="sl_desc">File format convertor that supports 291
+file formats, including Vorbis.</div>
+
+<div class="sl_link"><a href="http://www.mediajukebox.com/">Media Jukebox</a></div>
+<div class="sl_added">added on <i>2001-06-30 22:49:03.00</i></div>
+<div class="sl_desc">A music organizer, encoder, player for Windows
+that supports Winamp skins.</div>
+
+<div class="sl_link"><a href="http://www.myriad-online.com/en/products/melody.htm">Melody Assistant</a></div>
+<div class="sl_added">added on <i>2003-04-27 10:32:53.80</i></div>
+<div class="sl_desc">Melody Assistant bills itself as "The most complete
+music composition shareware ever".</div>
+
+<div class="sl_link"><a href="http://www.geocities.com/mpxplay/">Mpxplay and AudioCV</a></div>
+<div class="sl_added">added on <i>2002-02-05 06:56:24.00</i></div>
+<div class="sl_desc">Mpxplay is a DOS (yes, that's right... DOS!) audio
+player with Ogg support. AudioCV is the companion DOS encoder... also
+with Ogg support.</div>
+
+<div class="sl_link"><a href="http://musicutter.host.sk">MusiCutter</a></div>
+<div class="sl_added">added on <i>2002-07-31 10:40:37.00</i></div>
+<div class="sl_desc">MusiCutter is an audio joiner/cutter that supports
+Vorbis (without need to decode and reencode). Cut points can be imported
+from CUE sheets, XMCD files, or plain text.</div>
+
+<div class="sl_link"><a href="http://www.muzikbrowzer.com/">Muzikbrowzer</a></div>
+<div class="sl_added">added on <i>2003-02-13 06:22:37.74</i></div>
+<div class="sl_desc">Muzikbrowzer is an audio file player application that
+runs on Windows 2000 and XP and is designed for an entertainment PC.
+It has playlist management, tag editing, and can use a remote control.</div>
+
+<div class="sl_link"><a href="http://www.bitburners.com/option,com_remository/Itemid,40/func,fileinfo/filecatid,68/parent,category/">Nero Plugins by Mausau</a></div>
+<div class="sl_added">added on <i>2003-05-06 06:52:43.94</i></div>
+<div class="sl_desc">Vorbis, FLAC and Speex plugins for Nero Burning ROM, right here.</div>
+
+<div class="sl_link"><a href="http://osdevel.org/projects/show/7">OGGer Magus</a></div>
+<div class="sl_added">added on <i>2002-10-29 01:37:44.25</i></div>
+<div class="sl_desc">German GUI front end for vorbiscomment.exe. 
+Visual Basic source (GPL) and binaries both available for download.</div>
+
+<div class="sl_link"><a href="http://www.oddsock.org/tools/oddcastv2_wa2/">Oddcast DSP</a></div>
+<div class="sl_added">added on <i>2001-10-20 20:21:36.00</i></div>
+<div class="sl_desc">A DSP plugin for Winamp which allows you to use Winamp as a
+source to icecast2, thusly allowing you to create a vorbis stream.</div>
+
+<div class="sl_link"><a href="http://qtcomponents.sourceforge.net/">Ogg Quicktime Components</a></div>
+<div class="sl_added">added on <i>2002-02-05 16:08:44.00</i></div>
+<div class="sl_desc">What the title says. Allows Ogg encoding and playback
+in all MacOS and Win32 apps that use Apple Quicktime.</div>
+
+<div class="sl_link"><a href="http://sf.net/projects/mediaxw">Ogg Vorbis DirectShow Filters</a></div>
+<div class="sl_added">added on <i>2001-06-30 23:29:04.00</i></div>
+<div class="sl_desc">These filters/plugins will allow you to play Ogg Vorbis files
+in Windows Media Player, as well as use Vorbis in many other DirectX
+applications. [This project is no longer being maintained. Please look
+at <a href="http://tobias.everwicked.com/oggds.htm">OggDS</a> for a maintained project.]</div>
+
+<div class="sl_link"><a href="http://homepage.ntlworld.com/jfe1205/OggVorbis/">OggDropXPd</a></div>
+<div class="sl_added">added on <i>2002-07-16 15:01:12.55</i></div>
+<div class="sl_desc">OggDropXPd is an encoder/decoder/player for the experienced
+user. It has quality and bitrate management modes and features such as gain,
+resampling, downmixing, and tagging control.</div>
+
+<div class="sl_link"><a href="http://tobias.everwicked.com/oggds.htm">OggDS Direct Show Filters</a></div>
+<div class="sl_added">added on <i>2002-07-19 17:06:51.02</i></div>
+<div class="sl_desc">OggDS is a collection of Direct Show filters for Windows
+Media Player that supports Ogg streams and Vorbis audio playback and encoding,
+as well as splitting and multiplexing.</div>
+
+<div class="sl_link"><a href="http://music.predixis.com/">Predixis MusicMagic Mixer</a></div>
+<div class="sl_added">added on <i>2003-10-26 15:59:32.89</i></div>
+<div class="sl_desc">Predixis MusicMagic Mixer supports both Ogg Vorbis and
+FLAC files and offers a dynamic playlist generator.</div>
+
+<div class="sl_link"><a href="http://www.quakeforge.net/">QuakeForge</a></div>
+<div class="sl_added">added on <i>2002-06-15 10:54:29.51</i></div>
+<div class="sl_desc">QuakeForge is a 3D graphics game engine based on id Software's
+legendary Quake and QuakeWorld game engine. They aim to improve the state of the
+game by improving the engine and making it accessable to the largest number of players.</div>
+
+<div class="sl_link"><a href="http://www.quinnware.com/">Quintessential Player</a></div>
+<div class="sl_added">added on <i>2001-06-30 22:51:18.00</i></div>
+<div class="sl_desc">A nice looking media player that support Vorbis.</div>
+
+<div class="sl_link"><a href="http://www.riptrax.com/">RipTrax</a></div>
+<div class="sl_added">added on <i>2002-04-01 19:25:59.71</i></div>
+<div class="sl_desc">RipTrax is a CD ripping application that reads CD
+audio data into Ogg Vorbis and WAV, among other formats. RipTrax supports
+CD audio C2 hardware error flag reading, allowing it to report additional
+information on whether or not a CD rip suffers from media damage.</div>
+
+<div class="sl_link"><a href="http://snackamp.sourceforge.net/">SnackAmp player</a></div>
+<div class="sl_added">added on <i>2002-10-28 23:38:20.99</i></div>
+<div class="sl_desc">SnackAmp is a multi-platform music player with
+normal music player abilities, multi-user support and a powerful
+auto-play list feature. Currently mp3, wav, ogg vorbis, and many
+other sound files are indexed by SnackAmp depending on user preferences.
+Both Tcl/Tk scripts and stand-alone executables (for Windows and
+Linux) are available.</div>
+
+<div class="sl_link"><a href="http://sonique.lycos.com/">Sonique</a></div>
+<div class="sl_added">added on <i>2001-06-30 23:13:18.00</i></div>
+<div class="sl_desc">A unique looking media player for Windows that
+supports shaped skins and of course, Ogg Vorbis.</div>
+
+<div class="sl_link"><a href="http://www.thekompany.com/projects/tkcoggripper/">tkcOggRipper</a></div>
+<div class="sl_added">added on <i>2003-01-08 13:43:33.14</i></div>
+<div class="sl_desc">This app is a user friendly, fast ripper
+for Ogg Vorbis. Get's Cd information from FreeDB. Runs on on
+Linux and Windows. OS X support being developed.</div>
+
+<div class="sl_link"><a href="http://klickitat.fial.com/bob/tOGGer/">tOGGer</a></div>
+<div class="sl_added">added on <i>2002-05-01 22:32:34.56</i></div>
+<div class="sl_desc">tOGGer is a Win 95/98/NT/2000/XP program for
+mass tagging Vorbis Ogg audio files. It is released under the GNU
+General Public License.</div>
+
+<div class="sl_link"><a href="http://www.highcriteria.com/">Total Recorder</a></div>
+<div class="sl_added">added on <i>2003-02-13 06:29:40.68</i></div>
+<div class="sl_desc">Total Recorder records streaming audio, Mic input,
+Line-in input as well as CDs and DVDs. The resulting files are saved on
+your computer's hard-drive. The latest version supports Vorbis.</div>
+
+<div class="sl_link"><a href="http://www.virtuosa.com/">Virtuosa</a></div>
+<div class="sl_added">added on <i>2003-06-16 13:44:41.19</i></div>
+<div class="sl_desc">Virtuosa can play Ogg Vorbis files through a plugin
+available on their
+<a href="http://www.virtuosa.com/index.php?ref=23&amp;affiliate=&amp;styleid=&amp;partnerid=&amp;sp=plug_ff&amp;lang=en">file format plugins</a>
+page.</div>
+
+<div class="sl_link"><a href="http://vorbisext.sourceforge.net/">Vorbis Extension</a></div>
+<div class="sl_added">added on <i>2001-06-30 22:55:26.00</i></div>
+<div class="sl_desc">VorbisExt is a property sheet shell extension that can
+edit the comments in vorbis (.ogg) files and display information about
+vorbis files. This app integrates Vorbis Comments right into your Windows desktop!</div>
+
+<div class="sl_link"><a href="http://www.vuplayer.com/vuplayer.php">vuplayer</a></div>
+<div class="sl_added">added on <i>2005-08-20</i></div>
+<div class="sl_desc">VUPlayer is a freeware multi-format audio player for Windows.</div>
+
+
+<div class="sl_link"><a href="http://www.winamp.com/">WinAmp</a></div>
+<div class="sl_added">added on <i>2001-06-30 23:14:04.00</i></div>
+<div class="sl_desc">One of the original MP3 players has been updated
+to play Ogg Vorbis files.</div>
+
+<div class="sl_link"><a href="http://www.wincd.de/en/home.htm">WinCD</a></div>
+<div class="sl_added">added on <i>2002-11-03 20:08:13.18</i></div>
+<div class="sl_desc">WinCD is a multimedia player for Windows. It is
+able to play CDs, Ogg-Vorbis, MP3, and Wave-files. The play-back speed
+is changeable. The software also can digitally extract CD-Tracks and
+encode them into MP3. WinCD supports FreeDB and ID3-Tags.</div>
+
+<div class="sl_link"><a href="http://www.windac.de/">WinDAC</a></div>
+<div class="sl_added">added on <i>2001-06-30 22:57:08.00</i></div>
+<div class="sl_desc">A CD ripper/encoder with plugins available for Ogg Vorbis.</div>
+
+<div class="sl_link"><a href="http://www.un4seen.com/">XMPlay2</a></div>
+<div class="sl_added">added on <i>2001-11-13 18:09:28.00</i></div>
+<div class="sl_desc">XMPlay is a Windows music player, supporting the
+OGG / MP3 / MP2 / MP1 / MO3 / IT / XM / S3M / MTM / MOD / UMX audio
+formats, and PLS / M3U playlists.</div>
+
+<div class="sl_link"><a href="http://www.zinf.org/">Zinf</a></div>
+<div class="sl_added">added on <i>2001-06-30 22:39:37.00</i></div>
+<div class="sl_desc">The Zinf audio player is a simple, but powerful
+audio player for Linux and Win32. It supports MP3, Ogg/Vorbis, WAV
+and Audio CD playback, SHOUTcast/Icecast HTTP streaming, RTP streaming,
+a powerful music browser, theme support and a download manager.</div>
+
+<h2><a name="windows_devel">Windows Development</a></h2>
+
+<div class="sl_link"><a href="http://www.un4seen.com/">BASS</a></div>
+<div class="sl_added">added on <i>2001-10-20 20:12:13.00</i></div>
+<div class="sl_desc">BASS is a sound system for use in Windows software;
+it provides developers with a set of powerful yet easy to use sample
+streams (Ogg Vorbis, WAV, etc.) and audio CD playback functions. BASS also
+allows 3D positioning of samples, streams and MOD music and supports A3D and EAX.</div>
+
+<div class="sl_link"><a href="http://www.clanlib.org/">ClanLib Game SDK</a></div>
+<div class="sl_added">added on <i>2001-06-30 23:07:08.00</i></div>
+<div class="sl_desc">A game development suite for Windows and Linux that
+supports Ogg Vorbis files.</div>
+
+<div class="sl_link"><a href="http://www.fmod.org/">FMOD</a></div>
+<div class="sl_added">added on <i>2001-06-30 23:08:39.00</i></div>
+<div class="sl_desc">FMOD is the fastest, most powerful and easiest
+to use sound system on Windows and Linux there is. Supporting 3d sound,
+midi, mods, mp3, ogg vorbis, wma, recording, geometry processing,
+cd playback, mmx, internet streaming, dsp effects, user created samples
+and streams, synchronization support, EAX 1&amp;2, A3D 3.0, C/C++/VB/Delphi/MASM
+and MORE you cant go wrong!</div>
+
+<div class="sl_link"><a href="http://sf.net/projects/mediaxw">Ogg Vorbis DirectShow Filters</a></div>
+<div class="sl_added">added on <i>2001-06-30 23:29:04.00</i></div>
+<div class="sl_desc">These filters/plugins will allow you to play Ogg Vorbis files
+in Windows Media Player, as well as use Vorbis in many other DirectX
+applications. [This project is no longer being maintained. Please look
+at <a href="http://tobias.everwicked.com/oggds.htm">OggDS</a> for a maintained project.]</div>
+
+<div class="sl_link"><a href="http://tobias.everwicked.com/oggds.htm">OggDS Direct Show Filters</a></div>
+<div class="sl_added">added on <i>2002-07-19 17:06:51.02</i></div>
+<div class="sl_desc">OggDS is a collection of Direct Show filters for Windows
+Media Player that supports Ogg streams and Vorbis audio playback and encoding,
+as well as splitting and multiplexing.</div>
+
+<h2><a name="macosx">Mac OS X</a></h2>
+
+<div class="sl_link"><a href="http://www.hairersoft.com/Amadeus.html">Amadeus II</a></div>
+<div class="sl_added">added on <i>2001-09-19 07:31:31.00</i></div>
+<div class="sl_desc">Amadeus II is a powerful tool designed to manipulate,
+create and analyze sounds. It is available in English, French and German and supports
+the Ogg Vorbis format.</div>
+
+<div class="sl_link"><a href="http://www.turnstyle.com/andromeda/home.asp">Andromeda</a></div>
+<div class="sl_added">added on <i>2002-03-22 10:48:23.10</i></div>
+<div class="sl_desc">Andromeda turns collections of Oggs and other files
+into easy-to-use, streaming web sites. It's great as a personal jukebox, over
+local networks, and even over the Internet.</div>
+
+<div class="sl_link"><a href="http://audacity.sourceforge.net/">Audacity</a></div>
+<div class="sl_added">added on <i>2002-06-08 11:32:11.67</i></div>
+<div class="sl_desc">Audacity is a free audio editor for Linux, Mac and Windows.
+It can import, mix, play, and record audio in multiple formats, including Ogg Vorbis.
+It has a variety of plugins and effects.</div>
+
+<div class="sl_link"><a href="http://www.panic.com/audion/">Audion 3</a></div>
+<div class="sl_added">added on <i>2001-06-30 22:14:57.00</i></div>
+<div class="sl_desc">Play, Encode, And Perform with Style. 
+This player for MacOS and MacOS X work great with Vorbis files.</div>
+
+<div class="sl_link"><a href="http://www.myriad-online.com/en/products/harmony.htm">Harmony Assistant</a></div>
+<div class="sl_added">added on <i>2003-04-27 10:39:19.15</i></div>
+<div class="sl_desc">Harmony Assistant, "The All In One Music Software", is
+<a href="http://www.myriad-online.com/melody.htm">Melody Assistant</a>'s big brother.</div>
+
+<div class="sl_link"><a href="http://www.bigblueamoeba.com/~pxr/pub/">MacAmp Lite</a></div>
+<div class="sl_added">added on <i>2002-07-31 11:09:33.26</i></div>
+<div class="sl_desc">MacAmp Lite is a MacOS X audio player that supports
+several formats, plugins, and is easily skinnable. It can also encode to
+Ogg Vorbis and be used as a source client for streaming.</div>
+
+<div class="sl_link"><a href="http://www.myriad-online.com/en/products/melody.htm">Melody Assistant</a></div>
+<div class="sl_added">added on <i>2003-04-27 10:32:53.80</i></div>
+<div class="sl_desc">Melody Assistant bills itself as "The most complete
+music composition shareware ever".</div>
+
+<div class="sl_link"><a href="http://mint.unsanity.com">Mint Audio</a></div>
+<div class="sl_added">added on <i>2001-09-21 08:11:54.00</i></div>
+<div class="sl_desc">Mint Audio is a lightweight shareware audio player for
+MacOS and OS X that supports Ogg Vorbis playback.</div>
+
+<div class="sl_link"><a href="http://www.nouturn.com/oggdrop/">Ogg Drop</a></div>
+<div class="sl_added">added on <i>2001-06-30 22:22:45.00</i></div>
+<div class="sl_desc">Ogg Drop will encode audio tracks and CD's into
+vorbis. It also contains a QuickTime component that allows iTunes to]
+play ogg vorbis files. Ogg Drop is entirely free.</div>
+
+<div class="sl_link"><a href="http://qtcomponents.sourceforge.net/">Ogg Quicktime Components</a></div>
+<div class="sl_added">added on <i>2002-02-05 16:08:44.00</i></div>
+<div class="sl_desc">What the title says. Allows Ogg encoding and playback
+in all MacOS and Win32 apps that use Apple Quicktime.</div>
+
+<h2><a name="macos9">Mac OS 9 (and earlier)</a></h2>
+
+<div class="sl_link"><a href="http://www.panic.com/audion/">Audion 3</a></div>
+<div class="sl_added">added on <i>2001-06-30 22:14:57.00</i></div>
+<div class="sl_desc">Play, Encode, And Perform with Style. 
+This player for MacOS and MacOS X work great with Vorbis files.</div>
+
+<div class="sl_link"><a href="http://www.myriad-online.com/en/products/harmony.htm">Harmony Assistant</a></div>
+<div class="sl_added">added on <i>2003-04-27 10:39:19.15</i></div>
+<div class="sl_desc">Harmony Assistant, "The All In One Music Software", is
+<a href="http://www.myriad-online.com/melody.htm">Melody Assistant</a>'s big brother.</div>
+
+<div class="sl_link"><a href="http://www.myriad-online.com/en/products/melody.htm">Melody Assistant</a></div>
+<div class="sl_added">added on <i>2003-04-27 10:32:53.80</i></div>
+<div class="sl_desc">Melody Assistant bills itself as "The most complete
+music composition shareware ever".</div>
+
+<div class="sl_link"><a href="http://mint.unsanity.com">Mint Audio</a></div>
+<div class="sl_added">added on <i>2001-09-21 08:11:54.00</i></div>
+<div class="sl_desc">Mint Audio is a lightweight shareware audio player for
+MacOS and OS X that supports Ogg Vorbis playback.</div>
+
+<div class="sl_link"><a href="http://www.proteron.com/n2mp3pro/">N2MP3 Pro</a></div>
+<div class="sl_added">added on <i>2001-06-30 22:19:24.00</i></div>
+<div class="sl_desc">A high quality Vorbis encoder for MacOS. Free download available.</div>
+
+<div class="sl_link"><a href="http://www.nouturn.com/oggdrop/">Ogg Drop for Mac</a></div>
+<div class="sl_added">added on <i>2001-06-30 22:22:45.00</i></div>
+<div class="sl_desc">Ogg Drop is a freeware application that will encode AIFF and
+AIFC (.aif) sound files into an Ogg Vorbis (.ogg) stream. It's also an Ogg
+file player! Just Drag-n-Drop! Works in MacOS 9 and X. The latest release now
+includes the 1.0 and Jaguar support.</div>
+
+<div class="sl_link"><a href="http://qtcomponents.sourceforge.net/">Ogg Quicktime Components</a></div>
+<div class="sl_added">added on <i>2002-02-05 16:08:44.00</i></div>
+<div class="sl_desc">What the title says. Allows Ogg encoding and playback
+in all MacOS and Win32 apps that use Apple Quicktime.</div>
+
+<h2><a name="linux">Linux</a></h2>
+
+<div class="sl_link"><a href="http://www.alsaplayer.org/">AlsaPlayer</a></div>
+<div class="sl_added">added on <i>2001-09-19 07:44:52.00</i></div>
+<div class="sl_desc">AlsaPlayer is a new type of PCM player. It is heavily
+multi-threaded and tries to exercise the ALSA library and driver quite
+a bit. It has some very interesting features unique to Linux/Unix
+players. The goal is to create a fully pluggable framework for playback
+of all sorts of media with the focus on PCM audio data.</div>
+
+<div class="sl_link"><a href="http://www.turnstyle.com/andromeda/home.asp">Andromeda</a></div>
+<div class="sl_added">added on <i>2002-03-22 10:48:23.10</i></div>
+<div class="sl_desc">Andromeda turns collections of Oggs and other files into
+easy-to-use, streaming web sites. It's great as a personal jukebox, over local
+networks, and even over the Internet.</div>
+
+<div class="sl_link"><a href="http://audacity.sourceforge.net/">Audacity</a></div>
+<div class="sl_added">added on <i>2002-06-08 11:32:11.67</i></div>
+<div class="sl_desc">Audacity is a free audio editor for Linux, Mac and Windows.
+It can import, mix, play, and record audio in multiple formats, including
+Ogg Vorbis. It has a variety of plugins and effects.</div>
+
+<div class="sl_link"><a href="http://www.cajun.nu">CAJUN</a></div>
+<div class="sl_added">added on <i>2003-03-30 05:29:38.11</i></div>
+<div class="sl_desc">CAJUN is a project to turn an old computer you might
+have kicking around into the centerpiece of your car or home audio system.</div>
+
+<div class="sl_link"><a href="http://bach.dynet.com/crip/">crip</a></div>
+<div class="sl_added">added on <i>2002-11-03 20:23:29.96</i></div>
+<div class="sl_desc">Crip is a terminal-based ripper/encoder/tagger
+tool for making Ogg Vorbis files. It is capable of doing group normalization
+(adjust the volume to be as loud as possible without losing information),
+group labelling, and CDDB.</div>
+
+<div class="sl_link"><a href="http://www.nostatic.org/grip/">GRIP</a></div>
+<div class="sl_added">added on <i>2001-06-30 23:00:17.00</i></div>
+<div class="sl_desc">A popular ripper/encoder/tagger for Linux that supports
+Vorbis. Supports CDDB and has a built in CD player.</div>
+
+<div class="sl_link"><a href="http://gstreamer.freedesktop.org/">GStreamer</a></div>
+<div class="sl_added">added on <i>2002-01-02 01:12:45.00</i></div>
+<div class="sl_desc">GStreamer allows the construction of graphs of
+media-handling components, ranging from simple Ogg Vorbis playback to
+audio mixing and video processing.  Applications can take advantage of
+advances in codec and filter technology transparently.</div>
+
+<div class="sl_link"><a href="http://www.giantdisc.org/">GiantDisc</a></div>
+<div class="sl_added">added on <i>2003-01-05 05:41:45.66</i></div>
+<div class="sl_desc">GiantDisc is a package of software tools released under
+the GPL; it consists of Linux server scripts to manage and play MP3 and
+Ogg Vorbis files in addition to a Palm remote control application which
+controls the audio server.</div>
+
+<div class="sl_link"><a href="http://korbis.sourceforge.net/korbis.html">korbis</a></div>
+<div class="sl_added">added on <i>2001-09-19 07:39:31.00</i></div>
+<div class="sl_desc">Korbis is a KDE front end for cdparanoia and oggenc</div>
+
+<div class="sl_link"><a href="http://noatun.kde.org/">Noatun</a></div>
+<div class="sl_added">added on <i>2001-06-30 23:01:50.00</i></div>
+<div class="sl_desc">A KDE media player that supports Ogg Vorbis.</div>
+
+<div class="sl_link"><a href="http://sourceforge.net/projects/ovplayer/">ovplayer</a></div>
+<div class="sl_added">added on <i>2001-09-19 07:41:54.00</i></div>
+<div class="sl_desc">Ogg Vorbis Player is a GTK+ based Vorbis File player.
+Current features are standard Play/Pause, FF, Rewind, etc. buttons. Graphical
+Output Levels. Planned features include Playlists and Streaming Internet
+audio. Requires SDL 1.1.8+, libogg, libvorbis</div>
+
+<div class="sl_link"><a href="http://www.quakeforge.net/">QuakeForge</a></div>
+<div class="sl_added">added on <i>2002-06-15 10:54:29.51</i></div>
+<div class="sl_desc">QuakeForge is a 3D graphics game engine based on id Software's
+legendary Quake and QuakeWorld game engine. They aim to improve the state of the
+game by improving the engine and making it accessable to the largest number of players.</div>
+
+<div class="sl_link"><a href="http://player.helixcommunity.org/">RealNetworks Helix Player</a></div>
+<div class="sl_added">added on <i>2004-01-21 00:03:25.04</i></div>
+<div class="sl_desc">The Helix Player is RealNetworks's Helix Community Project's
+player for UNIX (Linux and BSD included). Today, it supports Ogg Vorbis and Theora
+(as you'd expect) as well as Real's own formats, MPEG and pretty much any other
+kind of audio/video media you can think of. </div>
+
+<div class="sl_link"><a href="http://ripperx.sourceforge.net">RipperX</a></div>
+<div class="sl_added">added on <i>2002-11-15 08:28:03.11</i></div>
+<div class="sl_desc">RipperX is a GTK program to rip CD audio and encode
+in Ogg Vorbis format, among others. It can rip and encode in parallel
+and supports cdparanoia.</div>
+
+<div class="sl_link"><a href="http://snackamp.sourceforge.net/">SnackAmp player</a></div>
+<div class="sl_added">added on <i>2002-10-28 23:38:20.99</i></div>
+<div class="sl_desc">SnackAmp is a multi-platform music player with normal
+music player abilities, multi-user support and a powerful auto-play list
+feature. Currently mp3, wav, ogg vorbis, and many other sound files are indexed
+by SnackAmp depending on user preferences. Both Tcl/Tk scripts and stand-alone
+executables (for Windows and Linux) are available.</div>
+
+<div class="sl_link"><a href="http://rikkus.info/squelch.html">squelch</a></div>
+<div class="sl_added">added on <i>2001-09-19 07:38:09.00</i></div>
+<div class="sl_desc">s.q.u.e.l.c.h is an Ogg Vorbis audio player. It features
+a sophisticated, innovative playlist manager and an integrated Vorbis tag editor.</div>
+
+<div class="sl_link"><a href="http://www.metadecks.org/software/sweep/">Sweep</a></div>
+<div class="sl_added">added on <i>2002-12-01 16:04:33.61</i></div>
+<div class="sl_desc">Sweep is an audio editor and live playback tool for
+GNU/Linux, BSD and compatible systems. It supports many music and voice formats
+including WAV, AIFF, Ogg Vorbis, Speex and MP3 (read only), with multichannel
+editing and LADSPA effects plugins.</div>
+
+<div class="sl_link"><a href="http://www.thekompany.com/projects/tkcoggripper/">tkcOggRipper</a></div>
+<div class="sl_added">added on <i>2003-01-08 13:43:33.14</i></div>
+<div class="sl_desc">This app is a user friendly, fast ripper for Ogg Vorbis.
+Get's Cd information from FreeDB. Runs on on Linux and Windows. OS X support
+being developed.</div>
+
+<div class="sl_link"><a href="http://www.beastwithin.org/users/wwwwolf/code/util/vocoditor.html">Vocoditor</a></div>
+<div class="sl_added">added on <i>2001-06-30 23:02:55.00</i></div>
+<div class="sl_desc">A GUI Ogg Vorbis comment editor for the Linux operating
+system. Vocoditor is written in Perl and uses GTK.</div>
+
+<div class="sl_link"><a href="http://www.xmms.org/">XMMS</a></div>
+<div class="sl_added">added on <i>2001-06-30 23:03:45.00</i></div>
+<div class="sl_desc">The most popular media player for Linux. XMMS plays
+vorbis files, allows ogg comments, and supports vorbis streams.</div>
+
+<div class="sl_link"><a href="http://www.amb.org/xmcd">Xmcd</a></div>
+<div class="sl_added">added on <i>2002-12-13 20:53:58.01</i></div>
+<div class="sl_desc">Xmcd, is a CD player program that now also supports
+CD ripping to Ogg Vorbis and other formats. For Ogg Vorbis, xmcd links
+directly with the vorbis libraries for best performance and integration.</div>
+
+<div class="sl_link"><a href="http://www.zinf.org/">Zinf</a></div>
+<div class="sl_added">added on <i>2001-06-30 22:39:37.00</i></div>
+<div class="sl_desc">The Zinf audio player is a simple, but powerful audio player for Linux and Win32. It supports MP3, Ogg/Vorbis, WAV and Audio CD playback, SHOUTcast/Icecast HTTP streaming, RTP streaming, a powerful music browser, theme support and a download manager.</div>
+
+<h2><a name="linux_devel">Linux Development</a></h2>
+
+<div class="sl_link"><a href="http://www.clanlib.org/">ClanLib Game SDK</a></div>
+<div class="sl_added">added on <i>2001-06-30 23:07:08.00</i></div>
+<div class="sl_desc">A game development suite for Windows and Linux that
+supports Ogg Vorbis files.</div>
+
+<div class="sl_link"><a href="http://www.fmod.org/">FMOD</a></div>
+<div class="sl_added">added on <i>2001-06-30 23:08:39.00</i></div>
+<div class="sl_desc">FMOD is the fastest, most powerful and easiest
+to use sound system on Windows and Linux there is. Supporting 3d sound,
+midi, mods, mp3, ogg vorbis, wma, recording, geometry processing,
+cd playback, mmx, internet streaming, dsp effects, user created samples
+and streams, synchronization support, EAX 1&amp;2, A3D 3.0, C/C++/VB/Delphi/MASM
+and MORE you cant go wrong!</div>
+
+<div class="sl_link"><a href="http://gstreamer.freedesktop.org/">GStreamer</a></div>
+<div class="sl_added">added on <i>2002-01-02 01:12:45.00</i></div>
+<div class="sl_desc">GStreamer allows the construction of graphs of
+media-handling components, ranging from simple Ogg Vorbis playback to
+audio mixing and video processing. Applications can take advantage of
+advances in codec and filter technology transparently.</div>
+
+<h2><a name="java">Java</a></h2>
+
+<div class="sl_link"><a href="http://www.freedomaudio.com/">FreedomAudio</a></div>
+<div class="sl_added">added on <i>2003-04-27 10:27:10.19</i></div>
+<div class="sl_desc">FreedomAudio is a webpage streaming audio player with XML
+playlist support and the ability to synchronize the display of information in
+the browser.</div>
+
+<div class="sl_link"><a href="http://www.j-ogg.de/">J-Ogg</a></div>
+<div class="sl_added">added on <i>2003-04-27 10:11:59.93</i></div>
+<div class="sl_desc">J-Ogg is a collection of Pure Java libraries for demuxing
+Ogg files and decoding different contained formats; at the moment Ogg Vorbis and
+Ogg FLAC are supported.</div>
+
+<div class="sl_link"><a href="http://www.javazoom.net/jlgui/jlgui.html">jlGui</a></div>
+<div class="sl_added">added on <i>2001-09-25 14:54:08.00</i></div>
+<div class="sl_desc">jlGui is a 100% Java graphical music player, winamp skin
+compliant, that supports MP3,WAV, AU, AIFF and OGG VORBIS. It's free and open
+source (GPL).</div>
+
+<div class="sl_link"><a href="http://www.webarts.bc.ca/jOggPlayer">jOggPlayer</a></div>
+<div class="sl_added">added on <i>2001-06-30 23:26:59.00</i></div>
+<div class="sl_desc">An open source platform independant Graphical Vorbis Ogg Player!
+Developed using Java, so if your system has a Java VM you can use this app.</div>
+
+<div class="sl_link"><a href="http://www.jcraft.com/jorbis/">JOrbis</a></div>
+<div class="sl_added">added on <i>2001-06-30 23:05:31.00</i></div>
+<div class="sl_desc">A pure java Ogg Vorbis decoder and player. 
+Now you can play Ogg files in your web browser.</div>
+
+<div class="sl_link"><a href="http://www.javazoom.net/vorbisspi/vorbisspi.html">VorbisSPI</a></div>
+<div class="sl_added">added on <i>2001-09-21 08:21:35.00</i></div>
+<div class="sl_desc">An Ogg Vorbis SPI (Service Provider Interface) for Java based
+on the JOrbis library, a "Vorbis Driver" that could be plugged to ANY Java music
+player. This project is free and open source</div>
+
+<h2><a name="os2">OS/2</a></h2>
+
+<div class="sl_link"><a href="http://silk.apana.org.au/vorbis/">Ogg Vorbis for OS/2</a></div>
+<div class="sl_added">added on <i>2001-06-30 23:11:44.00</i></div>
+<div class="sl_desc">Player, encoder, plugins for Ogg Vorbis on OS/2 operating systems.</div>
+
+<h2><a name="beos">BeOS</a></h2>
+
+<div class="sl_link"><a href="http://www.bebits.com/app/1058">Vorbis Tools</a></div>
+<div class="sl_added"><i>2001-06-30 23:10:39.00</i></div>
+<div class="sl_desc">Encoder, decoder and Cl-Amp plugin for Ogg Vorbis for BeOS.</div>
+
+<!--#include virtual="/ssi/pagebottom.include" -->

Modified: websites-new/vorbis.com/ssi/header.include
===================================================================
--- websites-new/vorbis.com/ssi/header.include	2005-08-20 21:25:47 UTC (rev 9809)
+++ websites-new/vorbis.com/ssi/header.include	2005-08-20 21:58:56 UTC (rev 9810)
@@ -1,10 +1,8 @@
-<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
-   "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
+<!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=utf-8"/>
-<script type="text/javascript"></script>
-<link rel="icon" href="/images/logos/xiph.ico" type="image/x-icon"/>
-<link rel="shortcut icon" href="/images/logos/xiph.ico" type="image/x-icon"/>
-<link rel="stylesheet" title="Default 50em Width" media="screen" href="/css/screen.css" type="text/css"/>
-<link rel="alternate stylesheet" title="Xiph.org 50em Width" media="screen" href="/css/screen-2.css" type="text/css"/>
\ No newline at end of file
+  <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-15"/>
+  <link rel="icon" href="/images/logos/xiph.ico" type="image/x-icon"/>
+  <link rel="shortcut icon" href="/images/logos/xiph.ico" type="image/x-icon"/>
+  <link rel="stylesheet" title="Default 50em Width" media="screen" href="/css/screen.css" type="text/css"/>
+  <link rel="alternate stylesheet" title="Xiph.org 50em Width" media="screen" href="/css/screen-2.css" type="text/css"/>

Modified: websites-new/vorbis.com/ssi/pagebottom.include
===================================================================
--- websites-new/vorbis.com/ssi/pagebottom.include	2005-08-20 21:25:47 UTC (rev 9809)
+++ websites-new/vorbis.com/ssi/pagebottom.include	2005-08-20 21:58:56 UTC (rev 9810)
@@ -1,14 +1,13 @@
+</div><!-- content -->
 
-</div>
-</div>
 <div id="copyright">
-	<p>The Xiph Fish Logo and the Vorbis.com many-fish logos are trademarks (&trade;) of Xiph.Org.</p>
+  The Xiph Fish Logo and the Vorbis.com many-fish logos are 
+  trademarks (&trade;) of Xiph.Org.<br/>
 
-	<p>These pages &copy; 1994 - 2005 Xiph.Org. All rights reserved.</p>
-
+  These pages &copy; 1994 - 2005 Xiph.Org. All rights reserved.
 </div>
-</div>
-</div>
 
+</div><!-- thepage -->
+
 </body>
-</html>
\ No newline at end of file
+</html>

Modified: websites-new/vorbis.com/ssi/pagetop.include
===================================================================
--- websites-new/vorbis.com/ssi/pagetop.include	2005-08-20 21:25:47 UTC (rev 9809)
+++ websites-new/vorbis.com/ssi/pagetop.include	2005-08-20 21:58:56 UTC (rev 9810)
@@ -1,26 +1,46 @@
 <div id="thepage">
-<div id="logos">
-	<a href="http://www.vorbis.com/"><img src="/images/logos/vorbisdotcom.png" alt="Vorbis dot com logo"/></a>
+
+<div id="vorbislogo">
+  <a href="http://www.vorbis.com/"><img src="/images/logos/vorbisdotcom.png" alt="Vorbis dot com logo"/></a>
 </div>
 
-<div id="navbar">
-	<ul>
-		<li id="setup_"><a href="/setup/">Get Set Up</a></li>
-		<li id="faq_"><a href="/faq/">FAQ</a></li>
-		<li id="donate_"><a href="/">Donate</a></li>
-		<li id="music_"><a href="/">Music</a></li>
-		<li id="musicsites_"><a href="/">Music Sites</a></li>
-		<li id="downloads_"><a href="/">3rd Party Software</a></li>
-		<li id="developers_"><a href="http://trac.xiph.org/cgi-bin/trac.cgi/">For Developers</a></li>
-		<li id="contact_"><a href="/contact/">Contact</a></li>
-	</ul>
+<div class="navbar">
+  <table border="0" cellpadding="0" cellspacing="0" style="width: 840px; max-width: 100%;">
+  <tr>
+  <td>
+
+  <a href="setup.shtml">Get Set Up</a>
+  <img src="/images/dot.png" alt="" class="dot"/>
+
+  <a href="faq.shtml">FAQ</a>
+  <img src="/images/dot.png" alt="" class="dot"/>
+
+  <a href="http://www.xiph.org/donate/">Donate</a>
+  <img src="/images/dot.png" alt="" class="dot"/>
+
+  <a href="music.shtml">Music</a>
+  <img src="/images/dot.png" alt="" class="dot"/>
+
+  <a href="music_links.shtml">Music Sites</a>
+  <img src="/images/dot.png" alt="" class="dot"/>
+
+  <a href="software.shtml">3rd Party Software</a>
+  <img src="/images/dot.png" alt="" class="dot"/>
+
+  <a href="http://xiph.org/vorbis/">For Developers</a>
+  <img src="/images/dot.png" alt="" class="dot"/>
+
+  <a href="contact.shtml">Contact</a>
+
+  </td>
+  </tr>
+  </table>
 </div>
 
 <div id="banners">
-	<a href="#"><img src="/images/banners/download_music.png" alt="Download music"/></a>
-	<a href="#"><img src="/images/banners/music_sites.png" alt="Music sites"/></a>
-	<a href="http://www.xiph.org/donate/"><img src="/images/banners/donate_today.png" alt="Donate today"/></a>
+  <a href="music.shtml"><img src="/images/banners/download_music.png" alt="Download music"/></a>
+  <a href="music_links.shtml"><img src="/images/banners/music_sites.png" alt="Music sites"/></a>
+  <a href="http://www.xiph.org/donate/"><img src="/images/banners/donate_today.png" alt="Donate today"/></a>
 </div>
 
-<div id="main">
-<div id="content">
\ No newline at end of file
+<div id="content">

Added: websites-new/vorbis.com/template/template.shtml
===================================================================
--- websites-new/vorbis.com/template/template.shtml	2005-08-20 21:25:47 UTC (rev 9809)
+++ websites-new/vorbis.com/template/template.shtml	2005-08-20 21:58:56 UTC (rev 9810)
@@ -0,0 +1,11 @@
+<!--#include virtual="/ssi/header.include" -->
+<!-- Enter custom page information and styles here -->
+  <title>page title</title>
+<!--#include virtual="/common/xiphbar.include" -->
+
+<!--#include virtual="/ssi/pagetop.include" -->
+<!--  All your page content goes here  -->
+
+<b>This is where your page content goes.</b>
+
+<!--#include virtual="/ssi/pagebottom.include" -->



More information about the commits mailing list