[xiph-commits] r7054 - in websites/xiph.org: . contact include ogg

chris at dactyl.lonelymoon.com chris
Thu Jul 8 10:04:02 PDT 2004


ogg/vorbis positron press/2003/flac
Message-ID: <20040708170402.9EA509AAAB at dactyl.lonelymoon.com>

Author: chris
Date: Thu Jul  8 10:04:02 2004
New Revision: 7054

Modified:
websites/xiph.org/contact/indextopbar.include
websites/xiph.org/include/indextopbar.include
websites/xiph.org/indextopbar.include
websites/xiph.org/ogg/flac.html
websites/xiph.org/ogg/vorbis/download.html
websites/xiph.org/ogg/vorbis/faq.html
websites/xiph.org/ogg/vorbis/flac.html
websites/xiph.org/ogg/vorbis/index.html
websites/xiph.org/ogg/vorbisdown.html
websites/xiph.org/positron/index.mp3.warning.shtml
websites/xiph.org/positron/index.shtml
websites/xiph.org/press/2003/flac/index.html
websites/xiph.org/svn.html
Log:
s/cvs/svn/g


Modified: websites/xiph.org/contact/indextopbar.include
===================================================================
--- websites/xiph.org/contact/indextopbar.include	2004-07-08 11:19:34 UTC (rev 7053)
+++ websites/xiph.org/contact/indextopbar.include	2004-07-08 17:04:00 UTC (rev 7054)
@@ -28,7 +28,7 @@
[ <a href="about.html">about Xiph.Org</a> |
<a href="ogg/vorbis/donate.html">donate to Xiph.Org</a> |
<a href="/archives">maillists/archives</a> |
-        <a href="cvs.html">cvs</a> |
+        <a href="svn.html">subversion</a> |
<a href="http://www.icecast.org/">icecast</a> |
<a href="ogg/index.html">ogg</a> |
<a href="ogg/vorbis/index.html">vorbis</a> |

Modified: websites/xiph.org/include/indextopbar.include
===================================================================
--- websites/xiph.org/include/indextopbar.include	2004-07-08 11:19:34 UTC (rev 7053)
+++ websites/xiph.org/include/indextopbar.include	2004-07-08 17:04:00 UTC (rev 7054)
@@ -28,7 +28,7 @@
[ <a href="about.html">about Xiph.Org</a> |
<a href="ogg/vorbis/donate.html">donate to Xiph.Org</a> |
<a href="/archives">maillists/archives</a> |
-        <a href="cvs.html">cvs</a> |
+        <a href="svn.html">subversion</a> |
<a href="http://www.icecast.org/">icecast</a> |
<a href="ogg/index.html">ogg</a> |
<a href="ogg/vorbis/index.html">vorbis</a> |

Modified: websites/xiph.org/indextopbar.include
===================================================================
--- websites/xiph.org/indextopbar.include	2004-07-08 11:19:34 UTC (rev 7053)
+++ websites/xiph.org/indextopbar.include	2004-07-08 17:04:00 UTC (rev 7054)
@@ -32,7 +32,7 @@
<a href="ogg/vorbis/donate.html" title='Donate to Xiph.org'>donate</a> |
<a href='/contact/' title='Find out who we are'>contact</a> |
<a href="/archives">mailing lists/archives</a> |
-				<a href="cvs.html">cvs</a> |
+				<a href="svn.html">subversion</a> |
<a href="ogg/vorbis/">vorbis</a> |
<a href="http://www.icecast.org/">icecast</a> |
<a href="http://www.speex.org/">speex</a> |

Modified: websites/xiph.org/ogg/flac.html
===================================================================
--- websites/xiph.org/ogg/flac.html	2004-07-08 11:19:34 UTC (rev 7053)
+++ websites/xiph.org/ogg/flac.html	2004-07-08 17:04:00 UTC (rev 7054)
@@ -54,7 +54,7 @@
<i>How Can You Help?</i>
<p>
If you're a software developer, please consider donating some time and effort to our
-projects by <a href="http://www.xiph.org/cvs.html">grabbing some source code</a> and
+projects by <a href="http://www.xiph.org/svn.html">grabbing some source code</a> and
hacking away from the comfort of your chosen location.
<p>
If you've got fairly deep pockets and you want to help make sure that we can continue

Modified: websites/xiph.org/ogg/vorbis/download.html
===================================================================
--- websites/xiph.org/ogg/vorbis/download.html	2004-07-08 11:19:34 UTC (rev 7053)
+++ websites/xiph.org/ogg/vorbis/download.html	2004-07-08 17:04:00 UTC (rev 7054)
@@ -77,28 +77,26 @@
<p>

Full developer-ready distributions may be checked out from the live <a
-href=/cvs.html>xiph.org CVS repository</a> (module names 'ogg' for
+href=/svn.html>xiph.org Subversion repository</a> (module names 'ogg' for
libogg, 'vorbis' for libvorbis, libvorbisfile and libvorbisenc, 'ao'
for libao, used by ogg123, 'vorbis-tools' for the vorbis command line
utilities, and 'Tremor' for the integer-only Vorbis decode library
-named 'Tremor'). Official 1.0 source tarballs and <a
-href="download/vorbis_nightly_cvs.tgz"> a nightly CVS snapshot
-containing all five modules, unix and non-unix SDKs</a> are available
+named 'Tremor'). Official 1.0 source tarballs are available
in the local <a href="download/">vorbis download directory</a>.<p>

...and don't forget to <a href="donate.html">drop some spare cash in the
collection plate</a> before running off to enjoy your shiny, new,
state-of-the-art codec.<p>

-<h2>State of CVS</h2>
+<h2>State of Subversion</h2>

The bitstream format for Vorbis 1.0 was frozen Monday, May 8th 2000.
All bitstreams encoded since will remain compatible with all future
releases of Vorbis.<p>

-The code in CVS is now all at 1.0 final release.<p>
+The code in Subversion is now all at 1.0 final release.<p>

-The CVS mainline is suitable for designing, building and
+The Subversion mainline is suitable for designing, building and
integrating Vorbis into applications.  It may be used to build
production bitstreams at this point.<p>


Modified: websites/xiph.org/ogg/vorbis/faq.html
===================================================================
--- websites/xiph.org/ogg/vorbis/faq.html	2004-07-08 11:19:34 UTC (rev 7053)
+++ websites/xiph.org/ogg/vorbis/faq.html	2004-07-08 17:04:00 UTC (rev 7054)
@@ -74,7 +74,7 @@
<h2>Does Vorbis support low bitrate encoding?</h2>

Vorbis is also intended for extreme low bitrates, but that
-functionality does not yet exist in the current CVS source.  On paper,
+functionality does not yet exist in the current Subversion source.  On paper,
the math says Vorbis should scale to low bitrates much more
gracefully, but we've not yet actually written the code.  Low bitrate
coding is a high priority, so we'll know the details of low bitrate

Modified: websites/xiph.org/ogg/vorbis/flac.html
===================================================================
--- websites/xiph.org/ogg/vorbis/flac.html	2004-07-08 11:19:34 UTC (rev 7053)
+++ websites/xiph.org/ogg/vorbis/flac.html	2004-07-08 17:04:00 UTC (rev 7054)
@@ -54,7 +54,7 @@
<i>How Can You Help?</i>
<p>
If you're a software developer, please consider donating some time and effort to our
-projects by <a href="http://www.xiph.org/cvs.html">grabbing some source code</a> and
+projects by <a href="http://www.xiph.org/svn.html">grabbing some source code</a> and
hacking away from the comfort of your chosen location.
<p>
If you've got fairly deep pockets and you want to help make sure that we can continue

Modified: websites/xiph.org/ogg/vorbis/index.html
===================================================================
--- websites/xiph.org/ogg/vorbis/index.html	2004-07-08 11:19:34 UTC (rev 7053)
+++ websites/xiph.org/ogg/vorbis/index.html	2004-07-08 17:04:00 UTC (rev 7054)
@@ -22,7 +22,7 @@
<ul>
<li><a href="http://www.vorbis.com/">Vorbis home page</a>
<li><a href="http://www.vorbis.com/faq.psp">Frequently Asked Questions</a>
-<li><a href="download.html">Source Download/CVS</a>
+<li><a href="download.html">Source Download/Subversion</a>
<li><a href="mail.html">Mailing lists and mail archives</a>
<li><a href="docs.html">Documentation</a>
<li><a href="http://bugs.xiph.org">Bug reports</a>
@@ -34,11 +34,8 @@

The "Tremor" decoder library, an integer-only, fully Ogg Vorbis
compliant software decoder library is now available under a totally
-free BSD-like free software license.  <a
-href="download.html">Download</a> complete source code as a <a
-href="download/tremor_cvs_snapshot.tgz">a tar.gz format archive</a>, or
-check out module 'Tremor' from <a href="/cvs.html">Xiph.Org
-CVS</a>.<p>
+free BSD-like free software license. You can check out module
+'Tremor' from <a href="/svn.html">Xiph.Org Subversion</a>.<p>

Discussion of Tremor is welcomed on the <a
href="/archives/tremor/masterindex.html">Tremor mailing list</a>,
@@ -52,10 +49,9 @@
href="http://www.vorbis.com/download.psp">http://www.vorbis.com/download.psp</a>
or peruse 1.0's mid and low bitrate quality on our <a
href="listen.html">codec comparison page with downloadable test
-samples</a>. CVS is tagged as 'vorbis1_0_public_release' in <a
-href="/cvs.html">CVS</a></b>. <p>
+samples</a>.

- This is a full release of a 1.0 encoder, decoder and tool set.  The
+This is a full release of a 1.0 encoder, decoder and tool set.  The
encoder, decoder and tools now implement all Vorbis 1.0 specification
features including low-bitrate, cascading and channel coupling.<p>


Modified: websites/xiph.org/ogg/vorbisdown.html
===================================================================
--- websites/xiph.org/ogg/vorbisdown.html	2004-07-08 11:19:34 UTC (rev 7053)
+++ websites/xiph.org/ogg/vorbisdown.html	2004-07-08 17:04:00 UTC (rev 7054)
@@ -10,7 +10,7 @@

As yet, there are no end-user releases of Ogg Vorbis.  We will have a
current snapshot tarball of the code available for developers to
-download in the next day or two; in the meantime, read-only CVS access
-is already available; see the <a href="../cvs.html">xiph.org CVS</a> page for details.<p>
+download in the next day or two; in the meantime, read-only Subversion access
+is already available; see the <a href="../svn.html">xiph.org Subversion</a> page for details.<p>

<!--#include virtual="/xiphbottom.include" -->

Modified: websites/xiph.org/positron/index.mp3.warning.shtml
===================================================================
--- websites/xiph.org/positron/index.mp3.warning.shtml	2004-07-08 11:19:34 UTC (rev 7053)
+++ websites/xiph.org/positron/index.mp3.warning.shtml	2004-07-08 17:04:00 UTC (rev 7054)
@@ -128,8 +128,8 @@
<h2>Source Downloads</h2>
<p><a href="files/source/positron-1.0.tar.gz">positron-1.0.tar.gz</a> - Source Tarball</p>

-<h2>CVS Access</h2>
-<p>Read our <a href="http://cvs.xiph.org/cvs.html">CVS access instructions</a> for accessing Xiph.org?s anonymous CVS archives.  The positron code is in the <kbd>positron</kbd> CVS module.</p>
+<h2>Subversion Access</h2>
+<p>Read our <a href="http://svn.xiph.org/svn.html">Subversion access instructions</a> for accessing Xiph.org's anonymous Subversion archives.  The positron code is in the <kbd>positron</kbd> Subversion module.</p>

<h2>Bugs, Contact, Etc</h2>


Modified: websites/xiph.org/positron/index.shtml
===================================================================
--- websites/xiph.org/positron/index.shtml	2004-07-08 11:19:34 UTC (rev 7053)
+++ websites/xiph.org/positron/index.shtml	2004-07-08 17:04:00 UTC (rev 7054)
@@ -116,11 +116,11 @@
<li><a href="files/ChangeLog">ChangeLog</a></li>
</ul>

-<h2>CVS Access</h2>
-<p>Xiph.org is currently transitioning from CVS to <a
-href="http://subversion.tigris.org">subversion</a> for version
-control.  When we have completed this process, we will post new source
-code checkout instructions.</p>
+<h2>Subversion Access</h2>
+<p>Xiph.org has transitioned from CVS to
+<a href="http://subversion.tigris.org">Subversion</a> for version
+control.  You can find code checkout instructions
+<a href="/svn.html">here</a>.</p>

<h2>Bugs, Contact, Etc</h2>


Modified: websites/xiph.org/press/2003/flac/index.html
===================================================================
--- websites/xiph.org/press/2003/flac/index.html	2004-07-08 11:19:34 UTC (rev 7053)
+++ websites/xiph.org/press/2003/flac/index.html	2004-07-08 17:04:00 UTC (rev 7054)
@@ -73,7 +73,7 @@
<h2>How Can You Help?</h2>
<p>
If you?re a software developer, please consider donating some time and effort to our
-projects by <a href="http://www.xiph.org/cvs.html">grabbing some source code</a> and
+projects by <a href="http://www.xiph.org/svn.html">grabbing some source code</a> and
hacking away from the comfort of your chosen location.
</p>
<p>

Modified: websites/xiph.org/svn.html
===================================================================
--- websites/xiph.org/svn.html	2004-07-08 11:19:34 UTC (rev 7053)
+++ websites/xiph.org/svn.html	2004-07-08 17:04:00 UTC (rev 7054)
@@ -73,10 +73,10 @@
<td>Next generation of our websites</td>
</tr><tr>
<td>trunk/BlueberryArmageddon </td>
-    <td>A CD ripper, written in Perl. ??? </td>
+    <td>A CD ripper, written in Perl.</td>
</tr><tr>
<td>trunk/MTG</td>
-    <td>???</td>
+    <td>MTG is a script to turn PCM files into wav files</td>
</tr><tr>
<td>trunk/Tremor </td>
<td>The source code to the integer-only Ogg Vorbis decode library named
@@ -98,11 +98,8 @@
<td>Source code of ezstream, a Win32 command line utility to stream mp3 or
</td></tr><tr>
<td>trunk/ffmpeg2theora</td>
-    <td>The source of a video converter from MPEG to theora. ???</td>
+    <td>The source of a video converter from MPEG to theora.</td>
</tr><tr>
-    <td>trunk/greenremote</td>
-    <td>???</td>
-    </tr><tr>
<td>trunk/masktest</td>
<td>The source code to a package that collects masking data from a user by
running listening experiments.</td>
@@ -176,7 +173,7 @@
<td>The source code to various command line OggVorbis utilities.</td>
</tr><tr>
<td>trunk/vorbose</td>
-    <td>???</td>
+    <td>The source code for a Vorbis I header/stream information dump tool</td>
</tr><tr>
<td>trunk/vp32</td>
<td>The source code to ON2's VP3.2 video codec.</td>
@@ -191,7 +188,7 @@
<td>Source code for Windows Ogg development SDK.</td>
</tr><tr>
<td>trunk/writ</td>
-    <td>Source code of OggWrit, a format for encoding subtitles. ???</td>
+    <td>Source code of OggWrit, a format for encoding subtitles.</td>
</tr>
</table>




More information about the commits mailing list