[xiph-commits] r9079 - in websites-new/vorbis.com: . css setup setup/linux setup/windows

atamido at motherfish-iii.xiph.org atamido at motherfish-iii.xiph.org
Wed Mar 16 17:25:30 PST 2005


Author: atamido
Date: 2005-03-16 17:25:28 -0800 (Wed, 16 Mar 2005)
New Revision: 9079

Added:
   websites-new/vorbis.com/setup/linux/
   websites-new/vorbis.com/setup/linux/index.shtml.en
   websites-new/vorbis.com/setup/windows/
   websites-new/vorbis.com/setup/windows/index.shtml.en
Modified:
   websites-new/vorbis.com/css/screen.css
   websites-new/vorbis.com/index.shtml.en
   websites-new/vorbis.com/setup/index.shtml.en
Log:
Add 'getting started' info for vorbis.com.

Modified: websites-new/vorbis.com/css/screen.css
===================================================================
--- websites-new/vorbis.com/css/screen.css	2005-03-16 22:18:01 UTC (rev 9078)
+++ websites-new/vorbis.com/css/screen.css	2005-03-17 01:25:28 UTC (rev 9079)
@@ -97,6 +97,11 @@
 	line-height: 1.5;
 }
 
+.content ul {
+	font-size: .7em;
+	line-height: 1.5;
+}
+
 h1 {
 	font-size: .8em;
 	font-weight: bold;

Modified: websites-new/vorbis.com/index.shtml.en
===================================================================
--- websites-new/vorbis.com/index.shtml.en	2005-03-16 22:18:01 UTC (rev 9078)
+++ websites-new/vorbis.com/index.shtml.en	2005-03-17 01:25:28 UTC (rev 9079)
@@ -79,7 +79,7 @@
 <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>
     <map xml:lang="en" dir="ltr" title="map" name="map" id="map">
-    	<area shape="rect" coords="20,75,109,105" href="/setup/" alt="Get setup on Windows"/>
+    	<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"/>

Modified: websites-new/vorbis.com/setup/index.shtml.en
===================================================================
--- websites-new/vorbis.com/setup/index.shtml.en	2005-03-16 22:18:01 UTC (rev 9078)
+++ websites-new/vorbis.com/setup/index.shtml.en	2005-03-17 01:25:28 UTC (rev 9079)
@@ -14,11 +14,21 @@
 <!--#include virtual="/ssi/pagetop.include" -->
 <!--  All your page content goes here  -->
 
-<h1>Get Set Up To Listen: Windows</h1>
-<p>Lotsa relavant text. Lotsa relavant text and stuff. Lotsa relavant text. Lotsa relavant text. Lotsa relavant text. Lotsa relavant text. Lotsa relavant text. Lotsa relavant text. Lotsa relavant text. Lotsa relavant text. Lotsa relavant text. Lotsa relavant text. Lotsa relavant text. Lotsa relavant text and stuff. Lotsa relavant text. Lotsa relavant text. Lotsa relavant text. Lotsa relavant text. Lotsa relavant text. Lotsa relavant text. Lotsa relavant text. Lotsa relavant text. </p>
+<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>
+    <map xml:lang="en" dir="ltr" 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"/>
+    </map>
+</div>
 
-<h2>This Is A Sub Heading</h2>
-<p>Lotsa relavant text. Lotsa relavant text and stuff. Lotsa relavant text. Lotsa relavant text. Lotsa relavant text. Lotsa relavant text. Lotsa relavant text. Lotsa relavant text. Lotsa relavant text. Lotsa relavant text. Lotsa relavant text. Lotsa relavant text. Lotsa relavant text. Lotsa relavant text and stuff. Lotsa relavant text. Lotsa relavant text. Lotsa relavant text. Lotsa relavant text. Lotsa relavant text. Lotsa relavant text. Lotsa relavant text. Lotsa relavant text. </p>
+<ul class="navbar">
+	<li><a href="/setup/windows/">Windows</a></li>
+	<li><a href="/setup/linux/">Linux</a></li>
+	<li><a href="/setup/osx/">Mac OSX</a></li>
+	<li style="background: none;"><a href="/setup/other/">Other</a></li>
+</ul>
 
-
 <!--#include virtual="/ssi/pagebottom.include" -->
\ No newline at end of file

Added: websites-new/vorbis.com/setup/linux/index.shtml.en
===================================================================
--- websites-new/vorbis.com/setup/linux/index.shtml.en	2005-03-16 22:18:01 UTC (rev 9078)
+++ websites-new/vorbis.com/setup/linux/index.shtml.en	2005-03-17 01:25:28 UTC (rev 9079)
@@ -0,0 +1,24 @@
+<!--#include virtual="/ssi/header.include" -->
+<!--  Enter custom page information and styles here -->
+
+<title>Vorbis.com</title>
+<style type="text/css">
+<!--
+#setup_ a {
+	text-decoration: underline;
+}
+-->
+</style>
+
+<!--#include virtual="/ssi/xiphbar.include" -->
+<!--#include virtual="/ssi/pagetop.include" -->
+<!--  All your page content goes here  -->
+
+<h1>Get Set Up To Listen: Windows</h1>
+<p>Lotsa relavant text. Lotsa relavant text and stuff. Lotsa relavant text. Lotsa relavant text. Lotsa relavant text. Lotsa relavant text. Lotsa relavant text. Lotsa relavant text. Lotsa relavant text. Lotsa relavant text. Lotsa relavant text. Lotsa relavant text. Lotsa relavant text. Lotsa relavant text and stuff. Lotsa relavant text. Lotsa relavant text. Lotsa relavant text. Lotsa relavant text. Lotsa relavant text. Lotsa relavant text. Lotsa relavant text. Lotsa relavant text. </p>
+
+<h2>This Is A Sub Heading</h2>
+<p>Lotsa relavant text. Lotsa relavant text and stuff. Lotsa relavant text. Lotsa relavant text. Lotsa relavant text. Lotsa relavant text. Lotsa relavant text. Lotsa relavant text. Lotsa relavant text. Lotsa relavant text. Lotsa relavant text. Lotsa relavant text. Lotsa relavant text. Lotsa relavant text and stuff. Lotsa relavant text. Lotsa relavant text. Lotsa relavant text. Lotsa relavant text. Lotsa relavant text. Lotsa relavant text. Lotsa relavant text. Lotsa relavant text. </p>
+
+
+<!--#include virtual="/ssi/pagebottom.include" -->
\ No newline at end of file

Added: websites-new/vorbis.com/setup/windows/index.shtml.en
===================================================================
--- websites-new/vorbis.com/setup/windows/index.shtml.en	2005-03-16 22:18:01 UTC (rev 9078)
+++ websites-new/vorbis.com/setup/windows/index.shtml.en	2005-03-17 01:25:28 UTC (rev 9079)
@@ -0,0 +1,53 @@
+<!--#include virtual="/ssi/header.include" -->
+<!--  Enter custom page information and styles here -->
+
+<title>Vorbis.com</title>
+<style type="text/css">
+<!--
+#setup_ a {
+	text-decoration: underline;
+}
+-->
+</style>
+
+<!--#include virtual="/ssi/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&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>
+<p>DirectShow based players only need the Illiminable filters from above.
+<ul>
+	<li><a href="http://sourceforge.net/project/showfiles.php?group_id=82303&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>
+<p>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>
+<p>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" -->
\ No newline at end of file



More information about the commits mailing list