[FFmpeg-cvslog] [ffmpeg-web] branch master updated. 8b04bcc Added "id" attributes to several "h2" tags to get anchoring links inside the html document.
gitolite
ffmpeg-cvslog at ffmpeg.org
Fri Oct 12 22:16:44 CEST 2012
The branch, master has been updated
via 8b04bcc4dbfb09478edc2ea7d3c731b5449f60fc (commit)
from 5cef2b71ba6e4e0bde6a4695655bbccac833209a (commit)
- Log -----------------------------------------------------------------
commit 8b04bcc4dbfb09478edc2ea7d3c731b5449f60fc
Author: burek <burek021 at gmail.com>
AuthorDate: Fri Oct 12 21:15:32 2012 +0200
Commit: Michael Niedermayer <michaelni at gmx.at>
CommitDate: Fri Oct 12 22:14:29 2012 +0200
Added "id" attributes to several "h2" tags to get anchoring links inside the html document.
Signed-off-by: burek <burek021 at gmail.com>
Signed-off-by: Michael Niedermayer <michaelni at gmx.at>
diff --git a/src/download b/src/download
index e802b6c..f46adbe 100644
--- a/src/download
+++ b/src/download
@@ -1,6 +1,6 @@
<h1>FFmpeg Download and Source Code Repository Access</h1>
-<h2>Getting FFmpeg</h2>
+<h2 id="GettingFFmpeg">Getting FFmpeg</h2>
<p>
FFmpeg has always been a very experimental and developer-driven project. It
is a key component in many multimedia projects and has new features added
@@ -38,7 +38,7 @@ tarball that comes with git metadata and version history to
bootstrap your local repository.
</p>
-<h2>FFmpeg Linux Builds </h2>
+<h2 id="LinuxBuilds">FFmpeg Linux Builds</h2>
<p>
FFmpeg Debian packages for Oldstable, Stable, Testing, Unstable
(amd64, i386, powerpc, sparc, ia64, armel, mips, mipsel) are available at
@@ -57,19 +57,19 @@ FFmpeg static builds are available at
<a href="http://dl.dropbox.com/u/24633983/ffmpeg/index.html">FFmpeg Static Builds by Relaxed</a>.
</p>
-<h2>FFmpeg Windows Builds </h2>
+<h2 id="WindowsBuilds">FFmpeg Windows Builds</h2>
<p>
FFmpeg Windows Builds are available at
<a href="http://ffmpeg.zeranoe.com/builds/">Zeranoe FFmpeg Builds</a>.
</p>
-<h2>FFmpeg Mac OS X Builds </h2>
+<h2 id="MacOSXBuilds">FFmpeg Mac OS X Builds</h2>
<p>
FFmpeg static builds for Mac OS X Intel 64bit are available at
<a href="http://www.evermeet.cx/ffmpeg/">FFmpeg Static Builds by tessus</a>.
</p>
-<h2>Extra repositories</h2>
+<h2 id="Extrarepositories">Extra repositories</h2>
<p>
FFmpeg is developed with <a href="http://git-scm.com/">Git</a>.
Given the decentralized nature of Git, multiple repositories from
-----------------------------------------------------------------------
Summary of changes:
src/download | 10 +++++-----
1 files changed, 5 insertions(+), 5 deletions(-)
hooks/post-receive
--
More information about the ffmpeg-cvslog
mailing list