[FFmpeg-devel] [PATCH] src: add donation page

Stefano Sabatini stefasab at gmail.com
Sat Jul 28 13:49:45 CEST 2012


---
 Makefile            |    2 +-
 src/donations       |   18 ++++++++++++++++++
 src/donations_title |    1 +
 src/template_head2  |    1 +
 4 files changed, 21 insertions(+), 1 deletions(-)
 create mode 100644 src/donations
 create mode 100644 src/donations_title

diff --git a/Makefile b/Makefile
index 9c8110d..2c8b48b 100644
--- a/Makefile
+++ b/Makefile
@@ -1,6 +1,6 @@
 # ffmpeg.org HTML generation from source files
 
-SRCS = about bugreports consulting contact documentation download \
+SRCS = about bugreports consulting contact donations documentation download \
        index legal projects shame security
 
 TARGETS = $(addsuffix .html,$(addprefix htdocs/,$(SRCS))) htdocs/main.rss
diff --git a/src/donations b/src/donations
new file mode 100644
index 0000000..dff0ce4
--- /dev/null
+++ b/src/donations
@@ -0,0 +1,18 @@
+<h1>Donations</h1>
+
+<p>Donations will be used to fund expenses related to development
+(e.g. to cover equipment and server maintenance costs), to sponsor bug
+fixing, feature development, the participation or organization of
+meetings and events in the project interest area, and to support
+internal development or educational projects or any other activity
+promoting FFmpeg.</p>
+
+<h2>Donations through SPI</h2>
+
+You can send donations to FFmpeg
+through <a href="http://www.spi-inc.org/projects/ffmpeg/">SPI</a>,
+following the
+instructions <a href="http://www.spi-inc.org/donations/">here</a>, or
+through
+this <a href="https://co.clickandpledge.com/advanced/default.aspx?wid=56226">direct
+Click&Pledge link</a>.</p>
diff --git a/src/donations_title b/src/donations_title
new file mode 100644
index 0000000..f78af62
--- /dev/null
+++ b/src/donations_title
@@ -0,0 +1 @@
+    <title>Donations</title>
\ No newline at end of file
diff --git a/src/template_head2 b/src/template_head2
index 06e1100..5c88d2f 100644
--- a/src/template_head2
+++ b/src/template_head2
@@ -20,6 +20,7 @@
 <a href="documentation.html">Documentation</a> |
 <a href="bugreports.html">Bug Reports</a> |
 <a href="contact.html">Contact</a> |
+<a href="donations.html">Donations</a> |
 <a href="consulting.html">Consulting</a> |
 <a href="projects.html">Projects</a> |
 <a href="legal.html">Legal</a> |
-- 
1.7.5.4



More information about the ffmpeg-devel mailing list