From 32c91a67a488ff5d46357f89578a6721ba2c8ac2 Mon Sep 17 00:00:00 2001 From: Dave McAllister Date: Wed, 20 Aug 2025 09:51:56 -0700 Subject: 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 --- README.md | 8 +++++--- SUPPORT.md | 8 +++++--- 2 files changed, 10 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index e200de92..b44bc704 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # NGINX Unit -[![Project Status: Active – The project has reached a stable, usable state and is being actively developed.](https://www.repostatus.org/badges/latest/active.svg)](https://www.repostatus.org/#active) +[![Project Status: Unsupported – The project has reached a stable, usable state but the author(s) have ceased all work on it. A new maintainer is desired.](https://www.repostatus.org/badges/latest/unsupported.svg)](https://www.repostatus.org/#unsupported) [![CI](https://github.com/nginx/unit/actions/workflows/ci.yml/badge.svg)](https://github.com/nginx/unit/actions/workflows/ci.yml "GitHub workflow CI") [![GitHub Discussions](https://img.shields.io/badge/GitHub-discussions-009639)](https://github.com/nginx/unit/discussions "GitHub Discussions") @@ -8,6 +8,8 @@ ![NGINX Unit Logo](docs/unitlogo.svg) +# 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. diff --git a/SUPPORT.md b/SUPPORT.md index 4affb3b4..de57e6a9 100644 --- a/SUPPORT.md +++ b/SUPPORT.md @@ -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 -- cgit