[FFmpeg-cvslog] [ffmpeg-web] branch master updated. 34427d0 Add href on git: and svn: URIs

gitolite ffmpeg-cvslog at ffmpeg.org
Sat May 7 23:00:38 CEST 2011


The branch, master has been updated
       via  34427d0a14ce39f8198443a9a4a3293cbad28bf2 (commit)
      from  fd07dd4404079edd93bd4220fec228020c834c79 (commit)


- Log -----------------------------------------------------------------
commit 34427d0a14ce39f8198443a9a4a3293cbad28bf2
Author:     François Revol <revol at free.fr>
AuthorDate: Sat May 7 22:54:30 2011 +0200
Commit:     Michael Niedermayer <michaelni at gmx.at>
CommitDate: Sat May 7 22:54:30 2011 +0200

    Add href on git: and svn: URIs
    
    The URLs used by GIT and SVN are perfectly valid URI, while not normalized there is no reason not to link them correctly to allow people to click them and have friendly OSes handle them correctly.
    Haiku at least will do with the checkitout tool that opens a file requester and runs the scm checkout command in a Terminal.
    
    Thanks to :%s/git:[a-zA-Z./~-]*/<a href="&">&<\/a>/gc
    this patch fixes http://ffmpeg.org/download.html

diff --git a/src/download b/src/download
index 69ba7f3..04bdfbf 100644
--- a/src/download
+++ b/src/download
@@ -28,7 +28,7 @@ developers and groups of developers are available.
 </thead>
 <tbody>
 <tr>
-    <td>git://git.videolan.org/ffmpeg.git</td>
+    <td><a href="git://git.videolan.org/ffmpeg.git">git://git.videolan.org/ffmpeg.git</a></td>
     <td><a href="http://git.videolan.org/?p=ffmpeg.git">Browse</a></td>
     <td><a href="http://git.videolan.org/?p=ffmpeg.git;a=snapshot;h=HEAD;sf=tgz">Snapshot</a></td>
     <td>Michael Niedermayer</td>
@@ -40,7 +40,7 @@ developers and groups of developers are available.
     <th colspan="6">Other Repositories</th>
 </tr>
 <tr>
-    <td>https://github.com/FFmpeg/FFmpeg <br/> git://github.com/FFmpeg/FFmpeg.git</td>
+    <td><a href="https://github.com/FFmpeg/FFmpeg">https://github.com/FFmpeg/FFmpeg</a> <br/> <a href="git://github.com/FFmpeg/FFmpeg.git">git://github.com/FFmpeg/FFmpeg.git</a></td>
     <td><a href="https://github.com/FFmpeg/FFmpeg">Browse</a></td>
     <td><a href="https://github.com/FFmpeg/FFmpeg/archives/master">Snapshot</a></td>
     <td>-</td>
@@ -48,7 +48,7 @@ developers and groups of developers are available.
     <td>Mirror of the main repository</td>
 </tr>
 <tr>
-    <td>git://git.libav.org/libav.git</td>
+    <td><a href="git://git.libav.org/libav.git">git://git.libav.org/libav.git</a></td>
     <td><a href="http://git.libav.org/?p=libav.git">Browse</a></td>
     <td><a href="http://git.libav.org/?p=libav.git;a=snapshot;h=HEAD;sf=tgz">Snapshot</a></td>
     <td>?</td>
@@ -56,7 +56,7 @@ developers and groups of developers are available.
     <td></td>
 </tr>
 <tr>
-    <td>git://gitorious.org/~astrange/ffmpeg/ffmpeg-mt.git</td>
+    <td><a href="git://gitorious.org/~astrange/ffmpeg/ffmpeg-mt.git">git://gitorious.org/~astrange/ffmpeg/ffmpeg-mt.git</a></td>
     <td><a href="http://gitorious.org/~astrange/ffmpeg/ffmpeg-mt">Browse</a></td>
     <td><a href="http://gitorious.org/ffmpeg/ffmpeg-mt/archive-tarball/master">Snapshot</a></td>
     <td>Alexander Strange</td>
@@ -64,7 +64,7 @@ developers and groups of developers are available.
     <td>Multithreaded decoding</td>
 </tr>
 <tr>
-    <td>git://git.khirnov.net/git/libav</td>
+    <td><a href="git://git.khirnov.net/git/libav">git://git.khirnov.net/git/libav</a></td>
     <td>-</td>
     <td>-</td>
     <td>Anton Khirnov</td>
@@ -72,7 +72,7 @@ developers and groups of developers are available.
     <td></td>
 </tr>
 <tr>
-    <td>git://gitorious.org/~flameeyes/ffmpeg/flameeyes-ffmpeg.git</td>
+    <td><a href="git://gitorious.org/~flameeyes/ffmpeg/flameeyes-ffmpeg.git">git://gitorious.org/~flameeyes/ffmpeg/flameeyes-ffmpeg.git</a></td>
     <td><a href="http://gitorious.org/~flameeyes/ffmpeg/flameeyes-ffmpeg">Browse</a></td>
     <td><a href="http://gitorious.org/ffmpeg/flameeyes-ffmpeg/archive-tarball/master">Snapshot</a></td>
     <td>Diego E. Pettenò</td>
@@ -80,7 +80,7 @@ developers and groups of developers are available.
     <td>Personal repository with works in progress</td>
 </tr>
 <tr>
-    <td>git://github.com/lu-zero/ffmpeg.git</td>
+    <td><a href="git://github.com/lu-zero/ffmpeg.git">git://github.com/lu-zero/ffmpeg.git</a></td>
     <td><a href="https://github.com/lu-zero/ffmpeg">Browse</a></td>
     <td><a href="https://github.com/lu-zero/ffmpeg/tarball/master">Snapshot</a></td>
     <td>Luca Barbato</td>
@@ -88,7 +88,7 @@ developers and groups of developers are available.
     <td>Personal repository with works in progress and experiments</td>
 </tr>
 <tr>
-    <td>git://git.mansr.com/libav.git</td>
+    <td><a href="git://git.mansr.com/libav.git">git://git.mansr.com/libav.git</a></td>
     <td><a href="http://git.mansr.com/?p=libav">Browse</a></td>
     <td>-</td>
     <td>Mans Rullgard</td>
@@ -154,7 +154,7 @@ In order to use the standard SVN client to check out the source code:
 </p>
 
 <blockquote>
-<pre>svn checkout svn://svn.ffmpeg.org/ffmpeg/trunk ffmpeg</pre>
+<pre>svn checkout <a href="svn://svn.ffmpeg.org/ffmpeg/trunk">svn://svn.ffmpeg.org/ffmpeg/trunk</a> ffmpeg</pre>
 </blockquote>
 
 <p>

-----------------------------------------------------------------------

Summary of changes:
 src/download |   18 +++++++++---------
 1 files changed, 9 insertions(+), 9 deletions(-)


hooks/post-receive
-- 



More information about the ffmpeg-cvslog mailing list