[FFmpeg-cvslog] [ffmpeg.org]: r253 - in trunk: Makefile src/about

superdump subversion
Mon Feb 16 01:56:19 CET 2009


Author: superdump
Date: Mon Feb 16 01:56:18 2009
New Revision: 253

Log:
Add 'About' page in preparation for reorganisation of pages and navigation

Added:
   trunk/src/about
Modified:
   trunk/Makefile

Modified: trunk/Makefile
==============================================================================
--- trunk/Makefile	Mon Feb 16 01:53:40 2009	(r252)
+++ trunk/Makefile	Mon Feb 16 01:56:18 2009	(r253)
@@ -1,6 +1,6 @@
 # ffmpeg.org HTML generation from source files
 
-SRCS=bugreports documentation download \
+SRCS=about bugreports documentation download \
      index legal mailinglists projects shame
 
 TARGETS=$(addsuffix .html,$(addprefix htdocs/,$(SRCS)))

Added: trunk/src/about
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ trunk/src/about	Mon Feb 16 01:56:18 2009	(r253)
@@ -0,0 +1,17 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
+
+<html>
+<head profile="http://www.w3.org/2005/10/profile">
+   <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
+   <title>About FFmpeg</title>
+   <link rel="icon" href="favicon.png" type="image/png">
+</head>
+
+<body bgcolor="#FFFFFF">
+
+FFMPEG_WEBSITE_NAVBAR
+
+<h1>About FFmpeg</h1>
+
+</body>
+</html>




More information about the ffmpeg-cvslog mailing list