Skip to content
This repository was archived by the owner on Oct 8, 2025. It is now read-only.

Commit 32c91a6

Browse files
committed
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
1 parent 29dc400 commit 32c91a6

File tree

2 files changed

+10
-6
lines changed

2 files changed

+10
-6
lines changed

README.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,15 @@
11
# NGINX Unit
22

3-
[![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)
3+
[![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)
44
[![CI](https://github.com/nginx/unit/actions/workflows/ci.yml/badge.svg)](https://github.com/nginx/unit/actions/workflows/ci.yml "GitHub workflow CI")
55
[![GitHub Discussions](https://img.shields.io/badge/GitHub-discussions-009639)](https://github.com/nginx/unit/discussions "GitHub Discussions")
66

77
## Universal Web App Server
88

99
![NGINX Unit Logo](docs/unitlogo.svg)
1010

11+
# NGINX Unit is actively seeking contributors and maintainers.
12+
1113
Please see: [SUPPORT.md](/SUPPORT.md)
1214

1315
NGINX Unit is a lightweight and versatile open-source server that has
@@ -18,7 +20,7 @@ two primary capabilities:
1820

1921
Unit compresses several layers of the modern application stack into a potent,
2022
coherent solution with a focus on performance, low latency, and scalability. It
21-
is intended as a universal building block for any web architecture regardless
23+
is intended as a universal building block for any web architecture, regardless
2224
of its complexity, from enterprise-scale deployments to your pet's homepage.
2325

2426
Its native [RESTful JSON API](#openapi-specification) enables dynamic
@@ -56,7 +58,7 @@ $ docker run -d \
5658
For a description of image tags, see the
5759
[docs](https://unit.nginx.org/installation/#docker-images).
5860

59-
WARNING: latest image tag may not provide support for specific language
61+
WARNING: The latest image tag may not provide support for specific languages
6062
modules, *do* check the available image tags from the link above before
6163
pulling your image.
6264

SUPPORT.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,10 @@
11
# Maintenance and support guidelines
22

3-
Going forward, NGINX Unit will no longer receive new features or
4-
enhancements from the project maintainers. NGINX Unit is still open to
5-
community contributions.
3+
# NGINX Unit is seeking new maintainers.
4+
5+
Going forward, NGINX Unit will no longer receive new features or enhancements from the project maintainers.
6+
7+
NGINX Unit is still open to community contributions.
68

79
The team is focusing its limited capacity to keep NGINX Unit stable,
810
secure and high-quality. Its focus will be on critical maintenance, such

0 commit comments

Comments
 (0)