Skip to content

Commit 7293b21

Browse files
committed
docs: add prominent sponsorship options
- Add sponsor banner at top of README - Add Revolut and Open Collective to FUNDING.yml - Add dedicated sponsor page in docs - Add sponsor heart link in footer
1 parent 70d571b commit 7293b21

4 files changed

Lines changed: 59 additions & 0 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/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: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@ nav:
2626
- Community:
2727
- Overview: community.md
2828
- FAQ: faq.md
29+
- Support Us: sponsor.md
2930
- Reference:
3031
- Settings: reference/settings.md
3132
- News:
@@ -132,3 +133,5 @@ extra:
132133
link: https://github.com/benoitc/gunicorn
133134
- icon: fontawesome/brands/python
134135
link: https://pypi.org/project/gunicorn/
136+
- icon: fontawesome/solid/heart
137+
link: https://github.com/sponsors/benoitc

0 commit comments

Comments
 (0)