[MPlayer-DOCS] [homepage]: r2542 - trunk/src/dload.src.en

diego subversion at mplayerhq.hu
Fri Jun 16 00:43:22 CEST 2006


Author: diego
Date: Fri Jun 16 00:43:22 2006
New Revision: 2542

Modified:
   trunk/src/dload.src.en

Log:
Reorganize page by putting old releases and Subversion instructions next
to source/binary download links.


Modified: trunk/src/dload.src.en
==============================================================================
--- trunk/src/dload.src.en	(original)
+++ trunk/src/dload.src.en	Fri Jun 16 00:43:22 2006
@@ -200,6 +200,59 @@
 </tr>
 </table>
 
+<p>
+	We keep the
+	<a href="http://www.mplayerhq.hu/MPlayer/releases/">old releases</a> and
+	<a href="http://www.mplayerhq.hu/MPlayer/old_stuff/releases/">ancient releases</a>
+	of MPlayer, in case anybody is interested.
+</p>
+
+<p>
+	The <a href="http://www.mplayerhq.hu/MPlayer/old_stuff/snapshots/">old</a>
+	CVS snapshots are also available and useful for debugging and finding
+	regressions.
+</p>
+
+
+<h3><a name="svn">Downloading MPlayer from Subversion</h3>
+
+<p>
+	You can also get MPlayer via Subversion. Issue the following command to
+	get the latest sources:
+</p>
+
+<pre>
+  svn checkout svn://svn.mplayerhq.hu/mplayer/trunk mplayer
+</pre>
+
+<p>
+	A directory named <code>mplayer</code> will be created in the current directory.
+	You can later update your sources by typing
+</p>
+
+<pre>
+  svn update
+</pre>
+
+<p>
+	from within that directory.
+</p>
+
+<p>
+	The sources will contain the libav* directories from FFmpeg so you
+	don't need to download these separately.
+</p>
+
+
+<h3><a name="viewvc">Browsing the MPlayer repository online</a></h3>
+
+<p>
+	There is a web interface to the
+	<a href="http://svn.mplayerhq.hu/mplayer/trunk/">MPlayer Subversion repository</a>
+	as well as to the
+	<a href="http://svn.mplayerhq.hu/ffmpeg/trunk/">FFmpeg Subversion repository</a>.
+</p>
+
 
 <h2><a name="codecs">Codecs</a></h2>
 
@@ -1747,64 +1800,4 @@
 </tr>
 </table>
 
-
-<h2><a name="svn">Subversion</a></h2>
-
-
-<h3>Downloading MPlayer from Subversion</h3>
-
-<p>
-	You can also get MPlayer via Subversion. Issue the following command to
-	get the latest sources:
-</p>
-
-<pre>
-  svn checkout svn://svn.mplayerhq.hu/mplayer/trunk mplayer
-</pre>
-
-<p>
-	A directory named <code>mplayer</code> will be created in the current directory.
-	You can later update your sources by typing
-</p>
-
-<pre>
-  svn update
-</pre>
-
-<p>
-	from within that directory.
-</p>
-
-<p>
-	The sources will contain the libav* directories from FFmpeg so you
-	don't need to download these separately.
-</p>
-
-
-<h3><a name="viewvc">Browsing the MPlayer repository online</a></h3>
-
-<p>
-	There is a web interface to the
-	<a href="http://svn.mplayerhq.hu/mplayer/trunk/">MPlayer Subversion repository</a>
-	as well as to the
-	<a href="http://svn.mplayerhq.hu/ffmpeg/trunk/">FFmpeg Subversion repository</a>.
-</p>
-
-
-
-<h2><a name="oldstuff">Older MPlayer versions</a></h2>
-
-<p>
-	We keep the
-	<a href="http://www.mplayerhq.hu/MPlayer/releases/">old releases</a> and
-	<a href="http://www.mplayerhq.hu/MPlayer/old_stuff/releases/">ancient releases</a>
-	of MPlayer, in case anybody is interested.
-</p>
-
-<p>
-	The <a href="http://www.mplayerhq.hu/MPlayer/old_stuff/snapshots/">old</a>
-	CVS snapshots are also available and useful for debugging and finding
-	regressions.
-</p>
-
 <!-- content end -->



More information about the MPlayer-DOCS mailing list