docs: replace sponsors section with expanded support section

Update README.md and docs homepage with detailed support messaging
including sponsorship benefits and corporate contact information.
This commit is contained in:
Benoit Chesneau 2026-02-02 21:49:15 +01:00
parent 3bf529f6c2
commit a7e14e16fd
2 changed files with 16 additions and 8 deletions

View File

@ -50,9 +50,19 @@ Full documentation at https://gunicorn.org
- Chat in [#gunicorn](https://web.libera.chat/?channels=#gunicorn) on [Libera.chat](https://libera.chat/) - Chat in [#gunicorn](https://web.libera.chat/?channels=#gunicorn) on [Libera.chat](https://libera.chat/)
- See [CONTRIBUTING.md](CONTRIBUTING.md) for contribution guidelines - See [CONTRIBUTING.md](CONTRIBUTING.md) for contribution guidelines
## Sponsors ## Support
Gunicorn is maintained thanks to our sponsors. [Become a sponsor](https://github.com/sponsors/benoitc). 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:
[![Sponsor](https://img.shields.io/badge/sponsor-❤-ff69b4)](https://github.com/sponsors/benoitc)
Your sponsorship helps cover:
- Security updates and vulnerability responses
- Compatibility with new Python versions
- Bug fixes and performance improvements
- Documentation maintenance
**Corporate sponsors:** If gunicorn is part of your infrastructure, [reach out](mailto:benoitc@enki-multimedia.eu) for sponsored support options.
## License ## License

View File

@ -117,12 +117,10 @@ title: Gunicorn - Python WSGI HTTP Server
<section class="sponsors"> <section class="sponsors">
<div class="container"> <div class="container">
<h2>Sponsors</h2> <h2>Support</h2>
<p>Gunicorn is maintained thanks to our sponsors.</p> <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>
<div class="sponsors__logos"> <p>Your sponsorship helps cover security updates, compatibility with new Python versions, bug fixes, and documentation maintenance.</p>
<!-- Sponsor logos will appear here --> <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>
<span class="sponsors__placeholder">Your logo here</span>
</div>
<a class="btn btn--secondary" href="https://github.com/sponsors/benoitc">Become a Sponsor</a> <a class="btn btn--secondary" href="https://github.com/sponsors/benoitc">Become a Sponsor</a>
</div> </div>
</section> </section>