[FFmpeg-devel] [PATCH] web: split download page into current and old ones

Lou Logan lou at lrcd.com
Sat Aug 24 20:35:18 CEST 2013


On Sat, 24 Aug 2013 20:18:58 +0200, Michael Niedermayer wrote:

> ---
>  Makefile              |    2 +-
>  src/download          |  212 +-----------------------------------------------
>  src/olddownload       |  215 +++++++++++++++++++++++++++++++++++++++++++++++++
>  src/olddownload_title |    1 +
>  4 files changed, 218 insertions(+), 212 deletions(-)
>  create mode 100644 src/olddownload
>  create mode 100644 src/olddownload_title
> 
> diff --git a/Makefile b/Makefile
> index 735ed16..db2ac28 100644
> --- a/Makefile
> +++ b/Makefile

[...]

> -<a href="http://git.videolan.org/?p=ffmpeg.git;a=shortlog;h=n0.5.12">Changelog</a><br />
> +<a href="olddownload.html">Old releases</a>
>  </p>

I didn't look at a HTML preview, but I prefer "Old Releases" to have
it's own header:

  <a name="old_releases"></a>
  <h2>Old Releases</h2>
  <p>
  Older versions are available at the <a href="olddownload.html">Old
  Releases</a> page.
  </p>

...or something like that.


More information about the ffmpeg-devel mailing list