Skip to content

Commit a52c81f

Browse files
authored
Merge pull request #3492 from benoitc/feature/improve-sponsorship
docs: improve sponsorship visibility
2 parents 1afb2b7 + 2ead70d commit a52c81f

5 files changed

Lines changed: 62 additions & 4 deletions

File tree

.github/FUNDING.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,3 @@
11
github: [benoitc]
2+
open_collective: gunicorn
3+
custom: ["https://checkout.revolut.com/pay/c934e028-3a71-44eb-b99c-491342df2044"]

README.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Gunicorn
22

3+
<p align="center">
4+
<strong>Gunicorn is maintained by volunteers. If it powers your production, please consider supporting us:</strong><br>
5+
<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>
6+
<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>
7+
<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>
8+
</p>
9+
310
[![PyPI version](https://img.shields.io/pypi/v/gunicorn.svg?style=flat)](https://pypi.python.org/pypi/gunicorn)
411
[![Supported Python versions](https://img.shields.io/pypi/pyversions/gunicorn.svg)](https://pypi.python.org/pypi/gunicorn)
512
[![Build Status](https://github.com/benoitc/gunicorn/actions/workflows/tox.yml/badge.svg)](https://github.com/benoitc/gunicorn/actions/workflows/tox.yml)

docs/content/index.md

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -117,10 +117,8 @@ title: Gunicorn - Python WSGI HTTP Server
117117
<section class="sponsors">
118118
<div class="container">
119119
<h2>Support</h2>
120-
<p>gunicorn has been serving Python web applications since 2010. If it's running in your production stack and saving your team time and money, please consider supporting its continued development.</p>
121-
<p>Your sponsorship helps cover security updates, compatibility with new Python versions, bug fixes, and documentation maintenance.</p>
122-
<p><strong>Corporate sponsors:</strong> If gunicorn is part of your infrastructure, <a href="mailto:benoitc@enki-multimedia.eu">reach out</a> for sponsored support options.</p>
123-
<a class="btn btn--secondary" href="https://github.com/sponsors/benoitc">Become a Sponsor</a>
120+
<p>Powering Python apps since 2010. Support continued development.</p>
121+
<a class="btn btn--secondary" href="sponsor/">Become a Sponsor</a>
124122
</div>
125123
</section>
126124

docs/content/sponsor.md

Lines changed: 47 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,47 @@
1+
# Support Gunicorn
2+
3+
Gunicorn has been serving Python web applications since 2010. It's downloaded millions of times per month and runs in production at companies of all sizes.
4+
5+
**This project is maintained entirely by volunteers.** Your support helps ensure continued development, security updates, and compatibility with new Python versions.
6+
7+
## Why Sponsor?
8+
9+
- **Security**: Rapid response to vulnerabilities
10+
- **Reliability**: Bug fixes and stability improvements
11+
- **Compatibility**: Support for new Python versions and frameworks
12+
- **Features**: Continued development of ASGI, HTTP/2, and more
13+
- **Documentation**: Keeping guides and references up to date
14+
15+
## How to Support
16+
17+
### Donate
18+
19+
<p>
20+
<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>
21+
<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>
22+
<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>
23+
</p>
24+
25+
- **[GitHub Sponsors](https://github.com/sponsors/benoitc)** - Monthly or one-time donations
26+
- **[Open Collective](https://opencollective.com/gunicorn)** - Transparent finances, tax-deductible in some regions
27+
- **[Revolut](https://checkout.revolut.com/pay/c934e028-3a71-44eb-b99c-491342df2044)** - Direct donations (individuals and companies)
28+
29+
### Corporate Sponsorship
30+
31+
If gunicorn is part of your infrastructure, consider:
32+
33+
- **Recurring sponsorship** through [GitHub Sponsors](https://github.com/sponsors/benoitc) or [Open Collective](https://opencollective.com/gunicorn)
34+
- **Sponsored support contracts** for priority bug fixes and feature requests
35+
- **Logo placement** on our website and README for sponsors
36+
37+
For corporate inquiries: [benoitc@enki-multimedia.eu](mailto:benoitc@enki-multimedia.eu)
38+
39+
## Sponsors
40+
41+
Thank you to all our sponsors and contributors who make gunicorn possible!
42+
43+
<!-- Sponsor logos will be added here -->
44+
45+
---
46+
47+
*Every contribution, no matter the size, helps keep gunicorn running. Thank you!*

mkdocs.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,8 @@ nav:
2626
- Community:
2727
- Overview: community.md
2828
- FAQ: faq.md
29+
- Support Us: sponsor.md
30+
- Sponsor: sponsor.md
2931
- Reference:
3032
- Settings: reference/settings.md
3133
- News:
@@ -132,3 +134,5 @@ extra:
132134
link: https://github.com/benoitc/gunicorn
133135
- icon: fontawesome/brands/python
134136
link: https://pypi.org/project/gunicorn/
137+
- icon: fontawesome/solid/heart
138+
link: https://github.com/sponsors/benoitc

0 commit comments

Comments
 (0)