[FFmpeg-devel] [RFC][PATCH] web: Add page with links to FFmpeg WWW forums

Alexander Strasser eclipse7 at gmx.net
Mon Apr 2 23:37:38 CEST 2012


Signed-off-by: Alexander Strasser <eclipse7 at gmx.net>
---
 Makefile           |    2 +-
 src/forum          |   29 +++++++++++++++++++++++++++++
 src/forum_title    |    1 +
 src/template_head2 |    1 +
 4 files changed, 32 insertions(+), 1 deletions(-)
 create mode 100644 src/forum
 create mode 100644 src/forum_title

diff --git a/Makefile b/Makefile
index fdd95df..e3a99fe 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 security
+       forum index legal projects shame security
 
 TARGETS = $(addsuffix .html,$(addprefix htdocs/,$(SRCS))) htdocs/main.rss
 
diff --git a/src/forum b/src/forum
new file mode 100644
index 0000000..5a9204f
--- /dev/null
+++ b/src/forum
@@ -0,0 +1,29 @@
+<h1>FFmpeg Forums</h1>
+
+<p>
+Here we collect links to FFmpeg forums found in the world wide web. If you
+would like to see your forum added here, please send an email to the
+<a href="contact.html">ffmpeg-devel mailing list</a>.
+</p>
+
+<table>
+<tr>
+<td colspan="2" align="center">
+(in alphabetical order)
+</td>
+</tr>
+
+<tr>
+<td>
+<ul>
+<li><a href="http://ffmpeg.zeranoe.com/forum/">FFmpeg on Windows</a></li>
+<li><a href="http://ffmpeg.gusari.org/">FFmpeg Support Forum</a></li>
+</ul>
+</td>
+
+<td>
+<ul>
+</ul>
+</td>
+</tr>
+</table>
diff --git a/src/forum_title b/src/forum_title
new file mode 100644
index 0000000..882f48d
--- /dev/null
+++ b/src/forum_title
@@ -0,0 +1 @@
+    <title>FFmpeg Forums</title>
diff --git a/src/template_head2 b/src/template_head2
index 06e1100..a18b551 100644
--- a/src/template_head2
+++ b/src/template_head2
@@ -18,6 +18,7 @@
 <a href="about.html">About</a> |
 <a href="download.html">Download</a> |
 <a href="documentation.html">Documentation</a> |
+<a href="forum.html">Forums</a> |
 <a href="bugreports.html">Bug Reports</a> |
 <a href="contact.html">Contact</a> |
 <a href="consulting.html">Consulting</a> |
-- 
1.7.5.4


More information about the ffmpeg-devel mailing list