[xiph-commits] r9819 - in websites-new/vorbis.com: . music software
ssi
nehal at svn.xiph.org
nehal at svn.xiph.org
Sat Aug 20 17:40:16 PDT 2005
Author: nehal
Date: 2005-08-20 17:40:15 -0700 (Sat, 20 Aug 2005)
New Revision: 9819
Modified:
websites-new/vorbis.com/index.shtml.en
websites-new/vorbis.com/music/index.shtml.en
websites-new/vorbis.com/software/index.shtml.en
websites-new/vorbis.com/ssi/pagetop.include
Log:
fix broken links caused by file move
Modified: websites-new/vorbis.com/index.shtml.en
===================================================================
--- websites-new/vorbis.com/index.shtml.en 2005-08-21 00:33:58 UTC (rev 9818)
+++ websites-new/vorbis.com/index.shtml.en 2005-08-21 00:40:15 UTC (rev 9819)
@@ -9,10 +9,10 @@
<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.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"/>
+ <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>
@@ -22,13 +22,13 @@
<table border="0" cellpadding="0" cellspacing="0">
<tr>
<td>
- <a href="faq.shtml">Learn More in the FAQ</a>
+ <a href="/faq">Learn More in the FAQ</a>
<img src="/images/dot.png" alt="" class="dot"/>
<a href="http://xiph.org/vorbis/">Information For Developers</a>
<img src="/images/dot.png" alt="" class="dot"/>
- <a href="contact.shtml">Contact Us</a>
+ <a href="/contact">Contact Us</a>
</td>
</tr>
</table>
@@ -36,7 +36,7 @@
<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>
+ <p>View our list of <a href="/software">3rd Party Software</a> that uses Vorbis.</p>
</div>
<h2>News from Xiph.Org</h2>
Modified: websites-new/vorbis.com/music/index.shtml.en
===================================================================
--- websites-new/vorbis.com/music/index.shtml.en 2005-08-21 00:33:58 UTC (rev 9818)
+++ websites-new/vorbis.com/music/index.shtml.en 2005-08-21 00:40:15 UTC (rev 9819)
@@ -6,7 +6,7 @@
<!--#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.
+See the <a href="/music_links">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">
Modified: websites-new/vorbis.com/software/index.shtml.en
===================================================================
--- websites-new/vorbis.com/software/index.shtml.en 2005-08-21 00:33:58 UTC (rev 9818)
+++ websites-new/vorbis.com/software/index.shtml.en 2005-08-21 00:40:15 UTC (rev 9819)
@@ -7,7 +7,7 @@
<!-- 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/>
+interest you. Please see the <a href="/setup">get set up</a> page first.<p/>
<p>Select your operating system:</p>
Modified: websites-new/vorbis.com/ssi/pagetop.include
===================================================================
--- websites-new/vorbis.com/ssi/pagetop.include 2005-08-21 00:33:58 UTC (rev 9818)
+++ websites-new/vorbis.com/ssi/pagetop.include 2005-08-21 00:40:15 UTC (rev 9819)
@@ -38,8 +38,8 @@
</div>
<div id="banners">
- <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="/music"><img src="/images/banners/download_music.png" alt="Download music"/></a>
+ <a href="/music_links"><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>
More information about the commits
mailing list