First 2014 thankgnus.

svn path=/trunk/; revision=27225
This commit is contained in:
2014-01-13 16:57:48 +00:00
parent e9f851f93d
commit 7469a936c9
6 changed files with 166 additions and 7 deletions

View File

@@ -24,7 +24,7 @@
</patrons>
<sustainingcontributors>
<donor date="2012-02-29">Bibliotek-Systemer As</donor>
<donor>Bibliotek-Systemer As</donor>
<donor date="2012-02-21">Black Duck</donor>
<donor date="2012-01-03">Finceptum Oy</donor>
<donor date="2012-12-21">Gergely Risko</donor>

View File

@@ -16,11 +16,11 @@
<donorset>
<gold>
<donor date="2013-10-25" img="donors/google.jpg">Google</donor>
<donor date="2013-12-31" img="donors/linuxhotel.png">Linuxhotel Villa Vogelsang</donor>
<donor img="donors/linuxhotel.png">Linuxhotel Villa Vogelsang</donor>
</gold>
<silver>
<donor date="2013-12-31" img="donors/silver-freiheit.png">freiheit.com technologies</donor>
<donor img="donors/silver-freiheit.png">freiheit.com technologies</donor>
<donor date="2013-06-18" img="donors/silver-hp.png">HP</donor>
<donor date="2013-04-09" img="donors/silver-intel.png">Intel</donor>
<donor date="2013-10-22">Kern Sibbald</donor>
@@ -42,13 +42,13 @@
<donor date="2013-12-27">Felix C. Stegerman</donor>
<donor date="2013-11-06">godiug.net</donor>
<donor date="2013-12-09">Ingo Schmiegel</donor>
<donor date="2013-12-31">inmedias.it GmbH</donor>
<donor>inmedias.it GmbH</donor>
<donor date="2013-12-19">ITOMIG GmbH</donor>
<donor date="2013-12-31">Joachim Zobel</donor>
<donor>Joachim Zobel</donor>
<donor date="2013-03-05">LG Electronics</donor>
<donor date="2013-06-28">Liip AG</donor>
<donor date="2013-12-31">LIHAS - LinuxHaus Stuttgart</donor>
<donor date="2013-12-31">Mario Lardieri</donor>
<donor>LIHAS - LinuxHaus Stuttgart</donor>
<donor>Mario Lardieri</donor>
<donor date="2013-12-16">Nicolas Dumazet</donor>
<donor date="2013-07-01">René Genz</donor>
<donor date="2013-12-06">TNG Technology Consulting GmbH</donor>

View File

@@ -0,0 +1,32 @@
<?xml version="1.0" encoding="UTF-8"?>
<!--
Please keep each list alphabetically ordered. Emacs users want to set
sort-fold-case to true and run sort-lines on a region. Vi+ users can
visually select the list and use the :sort command.
The date="..." should be filled with the last date when a donation from this
donor came in. It is important for the "current" thankgnus page.
Currently, the date="..." may only be set in a single xml file for the same
donor, so if you add a donor to a file of the new year, don't forget to
remove the date="..." in the old year's file.
-->
<donorset>
<gold>
<donor date="2014-12-31" img="donors/linuxhotel.png">Linuxhotel Villa Vogelsang</donor>
</gold>
<silver>
<donor date="2014-12-31" img="donors/silver-freiheit.png">freiheit.com technologies</donor>
</silver>
<bronze>
<donor date="2014-01-09">Bibliotek-Systemer As</donor>
<donor date="2014-12-31">inmedias.it GmbH</donor>
<donor date="2014-12-31">Joachim Zobel</donor>
<donor date="2014-12-31">LIHAS - LinuxHaus Stuttgart</donor>
<donor date="2014-12-31">Mario Lardieri</donor>
</bronze>
</donorset>

View File

@@ -0,0 +1,69 @@
<?xml version="1.0" encoding="utf-8" ?>
<html>
<head>
<title>FSFE - Our Donors 2014</title>
</head>
<body>
<h1>Our Donors 2014</h1>
<p id="introduction">
We would like to thank everyone who supports our work. Your
<a href="/contribute/contribute.html">contributions as volunteer</a>,
<a href="http://fellowship.fsfe.org">Fellow</a> or sponsor make our work possible. Distributed
support secures our independence, which is why every small contribution is important. Either
publicly show <a href="/donate/donate.html">your donation</a> with
<a href="/about/graphics/sponsoring/sponsoring.html">our sponsoring graphics</a> or remain
anonymous.
</p>
<localmenu id="2014" style="number">2014</localmenu>
<h2>Gold Donors</h2>
<p>
Gold donors have donated 1000 Euro or more per month, or 12,000 Euro or more in a year.
</p>
<dynamic-content group="gold"/>
<h2>Silver Donors</h2>
<p>
Silver donors have donated 200 Euro or more per month, or 2400 Euro or more in a year.
</p>
<dynamic-content group="silver"/>
<h2>Bronze Donors</h2>
<p>
Bronze donors have donated 40 Euro or more per month, or 480 Euro or more in a year.
</p>
<dynamic-content group="bronze"/>
<h2>Further Donors</h2>
<p>
We also would like to thank those donors who preferred to remain anonymous, and the hundreds of
donors and Fellows who donated smaller amounts, many of them throughout many years. Every
financial contribution, no matter how big or small, is important for our work, and in fact,
these numerous smaller donations make up for one third of our total funds.
</p>
<p>
Hardware donations are listed on our
<a href="hardware.html">Hardware Donation website</a>. There, you can
also find Information on how to support us with hardware.
</p>
</body>
<timestamp>$Date$ $Author$</timestamp>
</html>
<!--
Local Variables: ***
mode: xml ***
End: ***
-->

View File

@@ -0,0 +1 @@
donate/donors/donors-2014:global

57
donate/thankgnus-2014.xsl Normal file
View File

@@ -0,0 +1,57 @@
<?xml version="1.0" encoding="utf-8"?>
<xsl:stylesheet version="1.0" xmlns:xsl="http://www.w3.org/1999/XSL/Transform">
<xsl:import href="../fsfe.xsl" />
<xsl:output method="html" encoding="utf-8" indent="yes" doctype-system="about:legacy-compat" />
<!-- Fill dynamic content -->
<xsl:template match="dynamic-content">
<xsl:variable name="group"><xsl:value-of select="@group"/></xsl:variable>
<xsl:choose>
<xsl:when test="$group='gold'">
<xsl:element name="table">
<xsl:for-each select="/buildinfo/document/set/*[name(.)=$group]/donor">
<xsl:element name="tr">
<xsl:element name="td">
<xsl:element name="img">
<xsl:attribute name="src"><xsl:value-of select="@img"/></xsl:attribute>
<xsl:attribute name="alt"><xsl:value-of select="node()"/></xsl:attribute>
</xsl:element>
</xsl:element>
<xsl:element name="td">
<xsl:value-of select="node()"/>
</xsl:element>
</xsl:element>
</xsl:for-each>
</xsl:element>
</xsl:when>
<xsl:when test="$group='silver'">
<xsl:element name="table">
<xsl:for-each select="/buildinfo/document/set/*[name(.)=$group]/donor">
<xsl:element name="tr">
<xsl:element name="td">
<xsl:element name="img">
<xsl:attribute name="src"><xsl:value-of select="@img"/></xsl:attribute>
<xsl:attribute name="alt"><xsl:value-of select="node()"/></xsl:attribute>
</xsl:element>
</xsl:element>
<xsl:element name="td">
<xsl:value-of select="node()"/>
</xsl:element>
</xsl:element>
</xsl:for-each>
</xsl:element>
</xsl:when>
<xsl:otherwise>
<xsl:element name="ul">
<xsl:for-each select="/buildinfo/document/set/*[name(.)=$group]/donor">
<xsl:element name="li">
<xsl:apply-templates select="node()"/>
</xsl:element>
</xsl:for-each>
</xsl:element>
</xsl:otherwise>
</xsl:choose>
</xsl:template>
</xsl:stylesheet>