Update sponsorship: remove Open Collective, add Enki Multimedia

- Remove Open Collective links from README, sponsor page, and FUNDING.yml
- Update Revolut donation link
- Add Enki Multimedia as sponsor on homepage, sponsor page, and README
This commit is contained in:
Benoit Chesneau 2026-03-25 14:16:12 +01:00
parent c32903f0eb
commit 5d9f865c59
5 changed files with 81 additions and 10 deletions

3
.github/FUNDING.yml vendored
View File

@ -1,3 +1,2 @@
github: [benoitc]
open_collective: gunicorn
custom: ["https://checkout.revolut.com/pay/c934e028-3a71-44eb-b99c-491342df2044"]
custom: ["https://checkout.revolut.com/pay/ac271e5e-172a-408b-947b-2f9f79d3a88a"]

View File

@ -3,8 +3,7 @@
<p align="center">
<strong>Gunicorn is maintained by volunteers. If it powers your production, please consider supporting us:</strong><br>
<a href="https://github.com/sponsors/benoitc"><img src="https://img.shields.io/badge/GitHub_Sponsors-❤-ea4aaa?style=for-the-badge&logo=github" alt="GitHub Sponsors"></a>
<a href="https://opencollective.com/gunicorn"><img src="https://img.shields.io/badge/Open_Collective-Support-7FADF2?style=for-the-badge&logo=opencollective" alt="Open Collective"></a>
<a href="https://checkout.revolut.com/pay/c934e028-3a71-44eb-b99c-491342df2044"><img src="https://img.shields.io/badge/Revolut-Donate-191c20?style=for-the-badge" alt="Revolut"></a>
<a href="https://checkout.revolut.com/pay/ac271e5e-172a-408b-947b-2f9f79d3a88a"><img src="https://img.shields.io/badge/Revolut-Donate-191c20?style=for-the-badge" alt="Revolut"></a>
</p>
[![PyPI version](https://img.shields.io/pypi/v/gunicorn.svg?style=flat)](https://pypi.python.org/pypi/gunicorn)
@ -63,6 +62,10 @@ Powering Python apps since 2010. Support continued development.
[![Become a Sponsor](https://img.shields.io/badge/Become_a_Sponsor-❤-ff69b4)](https://gunicorn.org/sponsor/)
### Sponsors
<a href="https://enki-multimedia.eu"><img src="docs/content/assets/enki-multimedia.svg" alt="Enki Multimedia" height="50" /></a>
## License
Gunicorn is released under the MIT License. See the [LICENSE](https://github.com/benoitc/gunicorn/blob/master/LICENSE) file for details.

View File

@ -0,0 +1,63 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<svg width="500" height="100" viewBox="0 0 500 100" xmlns="http://www.w3.org/2000/svg">
<defs>
<linearGradient id="hGrad1" x1="0%" y1="0%" x2="100%" y2="100%">
<stop offset="0%" style="stop-color:#e74c3c;stop-opacity:1" />
<stop offset="50%" style="stop-color:#ff6b6b;stop-opacity:1" />
<stop offset="100%" style="stop-color:#ff8c42;stop-opacity:1" />
</linearGradient>
<linearGradient id="hGrad2" x1="0%" y1="100%" x2="100%" y2="0%">
<stop offset="0%" style="stop-color:#ffa502;stop-opacity:1" />
<stop offset="50%" style="stop-color:#ff8c42;stop-opacity:1" />
<stop offset="100%" style="stop-color:#fd79a8;stop-opacity:1" />
</linearGradient>
<linearGradient id="hGrad3" x1="0%" y1="0%" x2="0%" y2="100%">
<stop offset="0%" style="stop-color:#c0392b;stop-opacity:1" />
<stop offset="100%" style="stop-color:#e74c3c;stop-opacity:1" />
</linearGradient>
</defs>
<!-- Butterfly Icon -->
<g transform="translate(50, 50)">
<!-- Left wing -->
<g>
<path d="M 0,0 L -20,-25 L -30,-25 L -35,-15 L -25,-10 L -15,-8 Z"
fill="url(#hGrad1)" opacity="0.9"/>
<path d="M 0,0 L -15,-8 L -20,-5 L -15,-2 Z"
fill="url(#hGrad3)" opacity="0.7"/>
<path d="M 0,0 L -20,25 L -30,25 L -35,15 L -25,10 L -15,8 Z"
fill="url(#hGrad2)" opacity="0.9"/>
<path d="M 0,0 L -15,8 L -20,5 L -15,2 Z"
fill="#ff8c42" opacity="0.7"/>
</g>
<!-- Right wing -->
<g>
<path d="M 0,0 L 20,-25 L 30,-25 L 35,-15 L 25,-10 L 15,-8 Z"
fill="url(#hGrad1)" opacity="0.9"/>
<path d="M 0,0 L 15,-8 L 20,-5 L 15,-2 Z"
fill="url(#hGrad3)" opacity="0.7"/>
<path d="M 0,0 L 20,25 L 30,25 L 35,15 L 25,10 L 15,8 Z"
fill="url(#hGrad2)" opacity="0.9"/>
<path d="M 0,0 L 15,8 L 20,5 L 15,2 Z"
fill="#ff8c42" opacity="0.7"/>
</g>
<!-- Central body -->
<ellipse cx="0" cy="0" rx="2" ry="6" fill="#c0392b" opacity="0.9"/>
<!-- Network nodes -->
<circle cx="-20" cy="-15" r="1.5" fill="#e74c3c" opacity="0.8"/>
<circle cx="20" cy="-15" r="1.5" fill="#e74c3c" opacity="0.8"/>
<circle cx="-20" cy="15" r="1.5" fill="#ffa502" opacity="0.8"/>
<circle cx="20" cy="15" r="1.5" fill="#ffa502" opacity="0.8"/>
</g>
<!-- Text -->
<text x="100" y="55" font-family="Arial, sans-serif" font-size="32" font-weight="bold" fill="#000000">
ENKI MULTIMEDIA
</text>
<text x="100" y="75" font-family="Arial, sans-serif" font-size="13" fill="#666666">
Distributed Systems Engineering
</text>
</svg>

After

Width:  |  Height:  |  Size: 2.9 KiB

View File

@ -119,6 +119,12 @@ title: Gunicorn - Python WSGI HTTP Server
<h2>Support</h2>
<p>Powering Python apps since 2010. Support continued development.</p>
<a class="btn btn--secondary" href="sponsor/">Become a Sponsor</a>
<div class="sponsors__list" style="margin-top: 2rem;">
<p style="font-size: 0.9rem; color: #666;">Sponsored by</p>
<a href="https://enki-multimedia.eu" target="_blank" rel="noopener">
<img src="assets/enki-multimedia.svg" alt="Enki Multimedia" style="height: 50px;" />
</a>
</div>
</div>
</section>

View File

@ -18,19 +18,17 @@ Gunicorn has been serving Python web applications since 2010. It's downloaded mi
<p>
<a href="https://github.com/sponsors/benoitc"><img src="https://img.shields.io/badge/GitHub_Sponsors-❤-ea4aaa?style=for-the-badge&logo=github" alt="GitHub Sponsors"></a>
<a href="https://opencollective.com/gunicorn"><img src="https://img.shields.io/badge/Open_Collective-Support-7FADF2?style=for-the-badge&logo=opencollective" alt="Open Collective"></a>
<a href="https://checkout.revolut.com/pay/c934e028-3a71-44eb-b99c-491342df2044"><img src="https://img.shields.io/badge/Revolut-Donate-191c20?style=for-the-badge" alt="Revolut"></a>
<a href="https://checkout.revolut.com/pay/ac271e5e-172a-408b-947b-2f9f79d3a88a"><img src="https://img.shields.io/badge/Revolut-Donate-191c20?style=for-the-badge" alt="Revolut"></a>
</p>
- **[GitHub Sponsors](https://github.com/sponsors/benoitc)** - Monthly or one-time donations
- **[Open Collective](https://opencollective.com/gunicorn)** - Transparent finances, tax-deductible in some regions
- **[Revolut](https://checkout.revolut.com/pay/c934e028-3a71-44eb-b99c-491342df2044)** - Direct donations (individuals and companies)
- **[Revolut](https://checkout.revolut.com/pay/ac271e5e-172a-408b-947b-2f9f79d3a88a)** - Direct donations (individuals and companies)
### Corporate Sponsorship
If gunicorn is part of your infrastructure, consider:
- **Recurring sponsorship** through [GitHub Sponsors](https://github.com/sponsors/benoitc) or [Open Collective](https://opencollective.com/gunicorn)
- **Recurring sponsorship** through [GitHub Sponsors](https://github.com/sponsors/benoitc)
- **Sponsored support contracts** for priority bug fixes and feature requests
- **Logo placement** on our website and README for sponsors
@ -40,7 +38,9 @@ For corporate inquiries: [benoitc@enki-multimedia.eu](mailto:benoitc@enki-multim
Thank you to all our sponsors and contributors who make gunicorn possible!
<!-- Sponsor logos will be added here -->
<a href="https://enki-multimedia.eu" target="_blank" rel="noopener">
<img src="assets/enki-multimedia.svg" alt="Enki Multimedia" style="height: 50px;" />
</a>
---