Next iteration of new donor list

This commit is contained in:
Reinhard Müller 2025-02-12 12:01:49 +01:00
parent 10baee99e4
commit 21611ba20e
3 changed files with 50 additions and 17 deletions

View File

@ -25,9 +25,9 @@
</category2>
<category3>
<donor>Hostsharing eG</donor>
<donor>Hostsharing eG (Supporter since 2003)</donor>
<donor>inmedias.it</donor>
<donor>LIHAS - LinuxHaus Stuttgart</donor><!-- Adrian Reyer -->
<donor since="2009">LIHAS - LinuxHaus Stuttgart</donor><!-- Adrian Reyer -->
<donor>sysmocom - systems for mobile communications</donor>
</category3>
</donorset>

View File

@ -10,37 +10,61 @@
<body class="article">
<h1>Our Donors 2025</h1>
<localmenu id="2025">2025</localmenu>
<p id="introduction">
We would like to thank everyone who supports our work. Your
<a href="/contribute/contribute.html">contributions as volunteer</a>,
supporter or sponsor make our work possible. Distributed
support secures our independence, which is why every small contribution is important. Either
publicly show <a href="https://my.fsfe.org/donate">your donation</a> with
<a href="/about/graphics/sponsoring/sponsoring.html">our sponsoring graphics</a> or remain
anonymous.
<a href="https://my.fsfe.org/support">as an FSFE supporter</a>, or as a
sponsor make our work possible. A diverse distributed base of support
secures our independence, so every contribution no matter how big or
small, is important for our long term work.
</p>
<localmenu id="2025">2025</localmenu>
<h2>18,000 € per year / 1,500 € per month or more</h2>
<p>
Thank you to all our donors who donated at least 18,000&#160;€ per year
(1,500&#160;€ per month) or more:
</p>
<dynamic-content group="category1"/>
<h2>3,600 € per year / 300 € per month or more</h2>
<p>
Thank you to all our donors who donated at least 3,600&#160;€ per year
(300&#160;€ per month) or more:
</p>
<dynamic-content group="category2"/>
<h2>720 € per year / 60 € per month or more</h2>
<p>
Thank you to all our donors who donated at least 720&#160;€ per year
(60&#160;€ per month) or more:
</p>
<dynamic-content group="category3"/>
<h2>Further Donors</h2>
<p>
We also would like to thank those donors who preferred to remain
anonymous, and the hundreds of donors and supporters 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 one third of our total
funds.
</p>
<p>
We also would like to thank those donors who preferred to remain anonymous, and the hundreds of
donors and supporters 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 one third of our total funds.
We highly encourage all our supporters to also publicly show their
support <a href="/about/graphics/sponsoring/sponsoring.html"> with our supporter graphics</a>
and thereby encourage more people and organisations in our society to
support our work.
</p>
<p>
For <a href="/about/transparency-commitment.html">transparency reasons</a>,
we list all the names of legal bodies which
donated more than 10% of our total yearly income. People who donate more
than 10% of our yearly income are only listed if they agree to be
listed; if they do not agree, we list the donation as an “anonymous
donation from a private person”.
</p>
<p>

View File

@ -67,6 +67,15 @@
<xsl:for-each select="/buildinfo/document/set/*[name(.)=$group]/donor">
<xsl:element name="li">
<xsl:apply-templates select="node()"/>
<xsl:if test="@since">
<xsl:element name="span">
<xsl:text> </xsl:text>
<xsl:attribute name="class">label label-primary</xsl:attribute>
<xsl:value-of select="/buildinfo/document/text[@id='since']"/>
<xsl:text>&#160;</xsl:text>
<xsl:value-of select="@since"/>
</xsl:element>
</xsl:if>
</xsl:element>
</xsl:for-each>
</xsl:element>