diff options
| author | Dave McAllister <davemc@gmail.com> | 2025-08-20 09:51:56 -0700 |
|---|---|---|
| committer | Dave McAllister <davemc@gmail.com> | 2025-08-20 09:51:56 -0700 |
| commit | 32c91a67a488ff5d46357f89578a6721ba2c8ac2 (patch) | |
| tree | 2ab35ed29ed0034a26ef45708db87f029d3269ec | |
| parent | 29dc400e38c8fb76cb53b7ab5d4a8a2fdd946b2d (diff) | |
| download | unit-32c91a67a488ff5d46357f89578a6721ba2c8ac2.tar.gz unit-32c91a67a488ff5d46357f89578a6721ba2c8ac2.tar.bz2 | |
Chnages to README and SUPPORT to reflect project change
Changed README to:
Switched repostatus to Unsupported
Added callout for new maintainer(s)
minor editorial changes
Changes to Support:
Callout for new maintainer
Minor edittorial changes
| -rw-r--r-- | README.md | 8 | ||||
| -rw-r--r-- | SUPPORT.md | 8 |
2 files changed, 10 insertions, 6 deletions
@@ -1,6 +1,6 @@ # NGINX Unit -[](https://www.repostatus.org/#active) +[](https://www.repostatus.org/#unsupported) [](https://github.com/nginx/unit/actions/workflows/ci.yml "GitHub workflow CI") [](https://github.com/nginx/unit/discussions "GitHub Discussions") @@ -8,6 +8,8 @@  +# NGINX Unit is actively seeking contributors and maintainers. + Please see: [SUPPORT.md](/SUPPORT.md) NGINX Unit is a lightweight and versatile open-source server that has @@ -18,7 +20,7 @@ two primary capabilities: Unit compresses several layers of the modern application stack into a potent, coherent solution with a focus on performance, low latency, and scalability. It -is intended as a universal building block for any web architecture regardless +is intended as a universal building block for any web architecture, regardless of its complexity, from enterprise-scale deployments to your pet's homepage. Its native [RESTful JSON API](#openapi-specification) enables dynamic @@ -56,7 +58,7 @@ $ docker run -d \ For a description of image tags, see the [docs](https://unit.nginx.org/installation/#docker-images). -WARNING: latest image tag may not provide support for specific language +WARNING: The latest image tag may not provide support for specific languages modules, *do* check the available image tags from the link above before pulling your image. @@ -1,8 +1,10 @@ # Maintenance and support guidelines -Going forward, NGINX Unit will no longer receive new features or -enhancements from the project maintainers. NGINX Unit is still open to -community contributions. +# NGINX Unit is seeking new maintainers. + +Going forward, NGINX Unit will no longer receive new features or enhancements from the project maintainers. + +NGINX Unit is still open to community contributions. The team is focusing its limited capacity to keep NGINX Unit stable, secure and high-quality. Its focus will be on critical maintenance, such |
