mirror of
https://github.com/frappe/gunicorn.git
synced 2026-07-01 18:21:30 +08:00
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
This commit is contained in:
parent
70d571bd7c
commit
7293b216f4
2
.github/FUNDING.yml
vendored
2
.github/FUNDING.yml
vendored
@ -1 +1,3 @@
|
||||
github: [benoitc]
|
||||
open_collective: gunicorn
|
||||
custom: ["https://checkout.revolut.com/pay/c934e028-3a71-44eb-b99c-491342df2044"]
|
||||
|
||||
@ -1,5 +1,12 @@
|
||||
# Gunicorn
|
||||
|
||||
<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>
|
||||
</p>
|
||||
|
||||
[](https://pypi.python.org/pypi/gunicorn)
|
||||
[](https://pypi.python.org/pypi/gunicorn)
|
||||
[](https://github.com/benoitc/gunicorn/actions/workflows/tox.yml)
|
||||
|
||||
47
docs/content/sponsor.md
Normal file
47
docs/content/sponsor.md
Normal file
@ -0,0 +1,47 @@
|
||||
# Support Gunicorn
|
||||
|
||||
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.
|
||||
|
||||
**This project is maintained entirely by volunteers.** Your support helps ensure continued development, security updates, and compatibility with new Python versions.
|
||||
|
||||
## Why Sponsor?
|
||||
|
||||
- **Security**: Rapid response to vulnerabilities
|
||||
- **Reliability**: Bug fixes and stability improvements
|
||||
- **Compatibility**: Support for new Python versions and frameworks
|
||||
- **Features**: Continued development of ASGI, HTTP/2, and more
|
||||
- **Documentation**: Keeping guides and references up to date
|
||||
|
||||
## How to Support
|
||||
|
||||
### Donate
|
||||
|
||||
<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>
|
||||
</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)
|
||||
|
||||
### 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)
|
||||
- **Sponsored support contracts** for priority bug fixes and feature requests
|
||||
- **Logo placement** on our website and README for sponsors
|
||||
|
||||
For corporate inquiries: [benoitc@enki-multimedia.eu](mailto:benoitc@enki-multimedia.eu)
|
||||
|
||||
## Sponsors
|
||||
|
||||
Thank you to all our sponsors and contributors who make gunicorn possible!
|
||||
|
||||
<!-- Sponsor logos will be added here -->
|
||||
|
||||
---
|
||||
|
||||
*Every contribution, no matter the size, helps keep gunicorn running. Thank you!*
|
||||
@ -26,6 +26,7 @@ nav:
|
||||
- Community:
|
||||
- Overview: community.md
|
||||
- FAQ: faq.md
|
||||
- Support Us: sponsor.md
|
||||
- Reference:
|
||||
- Settings: reference/settings.md
|
||||
- News:
|
||||
@ -132,3 +133,5 @@ extra:
|
||||
link: https://github.com/benoitc/gunicorn
|
||||
- icon: fontawesome/brands/python
|
||||
link: https://pypi.org/project/gunicorn/
|
||||
- icon: fontawesome/solid/heart
|
||||
link: https://github.com/sponsors/benoitc
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user