[FFmpeg-devel] [PATCH] web: add a security page
Lou Logan
lou at lrcd.com
Thu Jan 12 19:50:35 CET 2012
On Thu, 12 Jan 2012 18:15:59 +0100, Michael Niedermayer wrote:
> Signed-off-by: Michael Niedermayer <michaelni at gmx.at>
> ---
> Makefile | 2 +-
> src/security | 8 ++++++++
> src/security_title | 1 +
> 3 files changed, 10 insertions(+), 1 deletions(-)
> create mode 100644 src/security
> create mode 100644 src/security_title
>
> diff --git a/Makefile b/Makefile
> index a86b034..fdd95df 100644
> --- a/Makefile
> +++ b/Makefile
> @@ -1,7 +1,7 @@
> # ffmpeg.org HTML generation from source files
>
> SRCS = about bugreports consulting contact documentation download \
> - index legal projects shame
> + index legal projects shame security
>
> TARGETS = $(addsuffix .html,$(addprefix htdocs/,$(SRCS))) htdocs/main.rss
>
> diff --git a/src/security b/src/security
> new file mode 100644
> index 0000000..4321966
> --- /dev/null
> +++ b/src/security
> @@ -0,0 +1,8 @@
> +<h1>FFmpeg Security</h1>
> +
> +<p></p>
This empty <p> tag is ugly and doesn't do much in Firefox. The long
menu might start wrapping for some viewers, but I don't think it is a
concern.
The rest LGTM other than compn's template_head2 comment.
More information about the ffmpeg-devel
mailing list