Skip to content

Commit a164178

Browse files
authored
Merge pull request #431 from JoergAtGithub/donation_page
Add Mixxx e.V. to the Donations page
2 parents 04a41a7 + 1b54c05 commit a164178

7 files changed

Lines changed: 50 additions & 6 deletions

File tree

content/_redirects

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ https://www.mixxx.org/* https://mixxx.org/:splat 301!
3030
/wiki https://github.com/mixxxdj/mixxx/wiki 301!
3131

3232
# Redirect to donation page
33-
/donate https://www.opencollective.com/mixxx 302!
33+
/donate https://mixxx.org/donations/ 302!
3434

3535
# Error page
3636
/* /error/ 404

content/pages/donations.md

Lines changed: 43 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,43 @@
1+
title: Financial Donations for Mixxx
2+
slug: donations
3+
4+
Mixxx is a non-profit project run by volunteers. The most valuable way to support Mixxx is to contribute to it yourself. We’ve consistently been short on volunteers who take on areas beyond code contributions. If you could imagine helping our team, get in contact with us as described on our [Get Involved](/get-involved) page.
5+
6+
But if you’re unable to contribute your time, we also appreciate financial donations. Your donation helps keep Mixxx independent, open-source, and free for DJs everywhere.
7+
8+
<div class="grid-container halves button-container">
9+
<div>
10+
<a class="button button-secondary-highlight" href="https://opencollective.com/mixxxev" target="_blank" title="Donate EUR to Mixxx e.V. via Open Collective">💶 Donate EUR 💶</a>
11+
</div>
12+
<div>
13+
<a class="button button-secondary-highlight" href="https://opencollective.com/mixxx" target="_blank" title="Donate USD to Open Source Collective">💵 Donate USD 💵</a>
14+
</div>
15+
</div>
16+
17+
### 1. Mixxx e.V. 💶
18+
19+
The [Mixxx e.V.](https://mixxx.org/ev/) runs this website and is the publisher of the Mixxx DJ Software.
20+
21+
Mixxx e.V. is a registered association according to German law and recognized as a **non-profit organization** by the German authorities, therefore donations to Mixxx e.V. are **tax-deductible** in 🇩🇪 Germany.
22+
In all other states of the European Economic Area (EEA) (🇪🇺 EU member states, 🇮🇸 Iceland, 🇱🇮 Liechtenstein and 🇳🇴 Norway), Mixxx e.V. is treated on an equal footing with national non‑profit organizations. Please check with your local tax authority to see whether this allows for tax deduction.
23+
24+
Donations are used in accordance with the [Articles of Association](https://github.com/mixxxdj/proposals/blob/main/proposals/2024-06-14_mixxx_e_v.md) to promote art and culture as well as education and occupational training via the free and open-source software Mixxx.
25+
26+
You can directly donate to Mixxx e.V. using the Open Collective platform: 👉 [https://opencollective.com/mixxxev](https://opencollective.com/mixxxev)
27+
28+
Open Collective has a manually adjustable **15% platform tip** preset. The most efficient way to donate using Open Collective is with a direct bank transfer. PayPal and credit cards are available, but deduct additional fees from your donation.
29+
30+
31+
### 2. Open Source Collective 💵
32+
33+
Open Source Collective collects funds for the Mixxx DJ Software with a broader scope than Mixxx e.V.
34+
35+
The Open Source Collective (OSC) is a 🇺🇸 US‑based 501(c)(6) non‑profit host that provides financial infrastructure for thousands of open‑source projects. Contributions via OSC are generally not tax‑deductible.
36+
37+
Donations are used in accordance with the [OSC Terms of Fiscal Sponsorship](https://docs.oscollective.org/) to promote a sustainable and healthy open-source ecosystem for those who create, maintain, and rely on the free software Mixxx.
38+
39+
You can donate in support of the Mixxx DJ Software 👉 [https://opencollective.com/mixxx](https://opencollective.com/mixxx)
40+
41+
Open Source Collective charges a fixed **10% host fee** on incoming funds.
42+
43+
*Last updated: 4 June 2026*

theme/templates/donate_button.html

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
<!-- Donate Button -->
2+
<a class="button button-secondary button-secondary-highlight" href="{{ SITEURL }}/donations" title="{% trans %}Donate via Open Collective{% endtrans %}">{% trans %}Donate{% endtrans %}</a>

theme/templates/donate_paypal.html

Lines changed: 0 additions & 2 deletions
This file was deleted.

theme/templates/footer.html

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,9 @@ <h2 class="docs-header">Pages</h2>
77
<li><a href="{{ SITEURL }}/index">Overview</a></li>
88
<li><a href="{{ SITEURL }}/features">Features</a></li>
99
<li><a href="{{ SITEURL }}/press">Press</a></li>
10-
<li><a href="{{ SITEURL }}/support">Support</a></li>
10+
<li><a href="{{ SITEURL }}/support">Get Support</a></li>
1111
<li><a href="{{ SITEURL }}/get-involved">Get Involved</a></li>
12+
<li><a href="{{ SITEURL }}/donations">Donate</a></li>
1213
</ul>
1314
</div>
1415
<div>

theme/templates/pages/download.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ <h1><a class="headline-link" href="#download">Download Mixxx</a></h1>
4343
</p>
4444
<div class="grid-container halves button-container">
4545
<div>
46-
{% include "donate_paypal.html" %}
46+
{% include "donate_button.html" %}
4747
</div>
4848
<div>
4949
<a class="button button-secondary" href="https://github.com/mixxxdj/mixxx" target="_blank" title="{% trans %}View Source Code on GitHub{% endtrans %}">{% trans %}Source Code{% endtrans %}</a>

theme/templates/pages/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ <h2><a class="headline-link" href="#opensource">{% trans %}Free &amp; Open Sourc
104104
<a class="button button-primary" href="{{ SITEURL }}/download">{% trans %}Download{% endtrans %}</a>
105105
</div>
106106
<div>
107-
{% include "donate_paypal.html" %}
107+
{% include "donate_button.html" %}
108108
</div>
109109
<div>
110110
<a class="button button-secondary" href="https://github.com/mixxxdj/mixxx" target="_blank">{% trans %}Source Code{% endtrans %}</a>

0 commit comments

Comments
 (0)