[xiph-commits] r9537 - websites/vorbis.com/site

xiphmont at svn.xiph.org xiphmont at svn.xiph.org
Tue Jun 28 22:03:50 PDT 2005


Author: xiphmont
Date: 2005-06-28 22:03:48 -0700 (Tue, 28 Jun 2005)
New Revision: 9537

Added:
   websites/vorbis.com/site/download_win_1.1.psp
Log:
Add new windows download page for most recent version release



Added: websites/vorbis.com/site/download_win_1.1.psp
===================================================================
--- websites/vorbis.com/site/download_win_1.1.psp	2005-06-29 05:00:21 UTC (rev 9536)
+++ websites/vorbis.com/site/download_win_1.1.psp	2005-06-29 05:03:48 UTC (rev 9537)
@@ -0,0 +1,68 @@
+<%@ page imports="infobox" %>
+<a name="top">
+<psp:insert file="header.html" static="0">
+<psp:insert file="globalnav.html" static="0">
+<psp:insert file="topnav.html" static="0">
+
+<%
+box = infobox.InfoBox()
+box.title = 'Download Ogg Vorbis Software for Windows 9x/ME/NT/2000/XP'
+box.fontsize = -1
+box.title_image = '/images/NewsBox-bg.png'
+box.title_image_r = '/images/NewsBox-right-bg.png'
+
+self.write(box.start())
+%>
+
+<h2>Players</h2>
+<p>
+	Don&#x2019;t have a player that plays Ogg Vorbis? try one of these:
+</p>
+
+<ul class='playerList'>
+	<li>
+		<a href="http://classic.winamp.com/">Winamp 2</a>
+	<li>
+		<a href="http://www.winamp.com/">Winamp 3</a>
+	<li>
+		<a href='http://foobar2000.hydrogenaudio.org/'>foobar2000</a>
+	<li>
+		<a href="http://www.zinf.org/">Zinf</a>
+</ul>
+
+<h2>Encoders</h2>
+<p>
+	Use the following software to make your own Ogg Vorbis files.
+</p>
+
+<dl>
+	<dt><a href="http://www.vorbis.com/files/1.0.1/windows/vorbis-tools-1.0.1-win32.zip">vorbis-tools (1.0.1)</a></dt>
+	<dd>command line utilities including oggenc, ogginfo, vorbiscomment, vcut, and oggdec</dd>
+</dl>
+<h2>Source Code / Development Tools</h2>
+
+<i>Note: Source code releases happen more often than full binary releases; 
+the source downloads below may be more newer versions than the binary downloads.</i>
+
+
+<p>
+Developers who wish to write their own Ogg Vorbis software, or add Ogg Vorbis 
+support to their current products, will need the SDK and/or source code.
+
+<a href="http://www.vorbis.com/files/1.0.1/windows/OggVorbis-win32sdk-1.0.1.zip">Ogg Vorbis Win32 SDK (1.0.1)</a><br>
+<a href="http://www.vorbis.com/files/1.0.1/windows/libogg-1.1.zip">libogg source (1.0.1)</a><br>
+<a href="http://www.vorbis.com/files/1.1/libvorbis-1.1.1.zip">libvorbis source (1.1.1)</a><br>
+<a href="http://www.vorbis.com/files/1.1/vorbis-tools-1.1.1.zip">vorbis-tools source (1.1.1)</a><br>
+</p>
+
+<h2>Other Software</h2>
+<p>
+You can find other Ogg Vorbis software developed by third parties on the
+<a href="/software.psp">software page</a>.
+</p>
+
+<%
+self.write(box.finish())
+%>
+
+<psp:insert file="footer.html" static="0">



More information about the commits mailing list