From a7d860094d7e377b8e17116719425d2c8d88ce42 Mon Sep 17 00:00:00 2001 From: Scott Chamberlain Date: Fri, 27 Oct 2023 09:44:42 -0700 Subject: [PATCH] fix descriptions in markup versions for all badges --- badges/badges.json | 10 +++++----- badges/concept_html.txt | 2 +- badges/concept_md.txt | 2 +- badges/concept_rst.txt | 2 +- badges/deprecated_html.txt | 2 +- badges/deprecated_md.txt | 2 +- badges/deprecated_rst.txt | 2 +- badges/experimental_html.txt | 2 +- badges/experimental_md.txt | 2 +- badges/experimental_rst.txt | 2 +- badges/prototype_html.txt | 2 +- badges/prototype_md.txt | 2 +- badges/prototype_rst.txt | 2 +- 13 files changed, 17 insertions(+), 17 deletions(-) diff --git a/badges/badges.json b/badges/badges.json index af412fa..f31d10a 100644 --- a/badges/badges.json +++ b/badges/badges.json @@ -1,26 +1,26 @@ { "concept": { - "description": "Minimal or no implementation has been done yet, or the repository is only intended to be a limited example, demo, or proof-of-concept.", + "description": "Not useable, no support, not open to feedback, unstable API.", "display_name": "Concept", "url": "https://getwilds.github.io/badges/badges/concept.svg" }, "experimental": { - "description": "Initial development is in progress, but there has not yet been a stable, usable release suitable for the public.", + "description": "Useable, some support, not open to feedback, unstable API.", "display_name": "Experimental", "url": "https://getwilds.github.io/badges/badges/experimental.svg" }, "prototype": { - "description": "The project has reached a stable, usable state but the author(s) have ceased all work on it. A new maintainer may be desired.", + "description": "Useable, some support, open to feedback, unstable API.", "display_name": "Prototype", "url": "https://getwilds.github.io/badges/badges/prototype.svg" }, "stable": { - "description": "The project has reached a stable, usable state and is being actively developed.", + "description": "Useable, full support, open to feedback, stable API.", "display_name": "Stable", "url": "https://getwilds.github.io/badges/badges/stable.svg" }, "deprecated": { - "description": "Initial development has started, but there has not yet been a stable, usable release; work has been stopped for the time being but the author(s) intend on resuming work.", + "description": "Useable as of a fixed, past date, no support, not open to feedback, stable API as of a fixed, past date.", "display_name": "Deprecated", "url": "https://getwilds.github.io/badges/badges/deprecated.svg" } diff --git a/badges/concept_html.txt b/badges/concept_html.txt index cb1c264..63303af 100644 --- a/badges/concept_html.txt +++ b/badges/concept_html.txt @@ -1 +1 @@ -Project Status: Concept – Minimal or no implementation has been done yet, or the repository is only intended to be a limited example, demo, or proof-of-concept. +Project Status: Concept – Not useable, no support, not open to feedback, unstable API. diff --git a/badges/concept_md.txt b/badges/concept_md.txt index 74e6a9a..9526aa1 100644 --- a/badges/concept_md.txt +++ b/badges/concept_md.txt @@ -1 +1 @@ -[![Project Status: Concept – Minimal or no implementation has been done yet, or the repository is only intended to be a limited example, demo, or proof-of-concept.](https://getwilds.github.io/badges/badges/concept.svg)](https://getwilds.github.io/badges/#concept) +[![Project Status: Concept – Not useable, no support, not open to feedback, unstable API.](https://getwilds.github.io/badges/badges/concept.svg)](https://getwilds.github.io/badges/#concept) diff --git a/badges/concept_rst.txt b/badges/concept_rst.txt index 3d38f49..9431ff9 100644 --- a/badges/concept_rst.txt +++ b/badges/concept_rst.txt @@ -1,3 +1,3 @@ .. image:: https://getwilds.github.io/badges/badges/concept.svg - :alt: Project Status: Concept – Minimal or no implementation has been done yet, or the repository is only intended to be a limited example, demo, or proof-of-concept. + :alt: Project Status: Concept – Not useable, no support, not open to feedback, unstable API. :target: https://getwilds.github.io/badges/#concept diff --git a/badges/deprecated_html.txt b/badges/deprecated_html.txt index be6ac5c..9c69c49 100644 --- a/badges/deprecated_html.txt +++ b/badges/deprecated_html.txt @@ -1 +1 @@ -Project Status: Deprecated – Initial development has started, but there has not yet been a stable, usable release; work has been stopped for the time being but the author(s) intend on resuming work. +Project Status: Deprecated – Useable as of a fixed, past date, no support, not open to feedback, stable API as of a fixed, past date. diff --git a/badges/deprecated_md.txt b/badges/deprecated_md.txt index 9f30998..f0dddf8 100644 --- a/badges/deprecated_md.txt +++ b/badges/deprecated_md.txt @@ -1 +1 @@ -[![Project Status: Deprecated – Initial development has started, but there has not yet been a stable, usable release; work has been stopped for the time being but the author(s) intend on resuming work.](https://getwilds.github.io/badges/badges/deprecated.svg)](https://getwilds.github.io/badges/#deprecated) +[![Project Status: Deprecated – Useable as of a fixed, past date, no support, not open to feedback, stable API as of a fixed, past date.](https://getwilds.github.io/badges/badges/deprecated.svg)](https://getwilds.github.io/badges/#deprecated) diff --git a/badges/deprecated_rst.txt b/badges/deprecated_rst.txt index 018002d..dda94d2 100644 --- a/badges/deprecated_rst.txt +++ b/badges/deprecated_rst.txt @@ -1,3 +1,3 @@ .. image:: https://getwilds.github.io/badges/badges/suspended.svg - :alt: Project Status: Suspended – Initial development has started, but there has not yet been a stable, usable release; work has been stopped for the time being but the author(s) intend on resuming work. + :alt: Project Status: Suspended – Useable as of a fixed, past date, no support, not open to feedback, stable API as of a fixed, past date. :target: https://getwilds.github.io/badges/#suspended diff --git a/badges/experimental_html.txt b/badges/experimental_html.txt index cb18d1e..0b1269d 100644 --- a/badges/experimental_html.txt +++ b/badges/experimental_html.txt @@ -1 +1 @@ -Project Status: Experimental – Initial development is in progress, but there has not yet been a stable, usable release suitable for the public. +Project Status: Experimental – Useable, some support, not open to feedback, unstable API. diff --git a/badges/experimental_md.txt b/badges/experimental_md.txt index 21c9b9f..e7c368d 100644 --- a/badges/experimental_md.txt +++ b/badges/experimental_md.txt @@ -1 +1 @@ -[![Project Status: Experimental – Initial development is in progress, but there has not yet been a stable, usable release suitable for the public.](https://getwilds.github.io/badges/badges/experimental.svg)](https://getwilds.github.io/badges/#experimental) +[![Project Status: Experimental – Useable, some support, not open to feedback, unstable API.](https://getwilds.github.io/badges/badges/experimental.svg)](https://getwilds.github.io/badges/#experimental) diff --git a/badges/experimental_rst.txt b/badges/experimental_rst.txt index 67936aa..eca9c7a 100644 --- a/badges/experimental_rst.txt +++ b/badges/experimental_rst.txt @@ -1,3 +1,3 @@ .. image:: https://getwilds.github.io/badges/badges/experimental.svg - :alt: Project Status: WIP – Initial development is in progress, but there has not yet been a stable, usable release suitable for the public. + :alt: Project Status: Experimental – Useable, some support, not open to feedback, unstable API. :target: https://getwilds.github.io/badges/#experimental diff --git a/badges/prototype_html.txt b/badges/prototype_html.txt index 9b000ff..a30daf2 100644 --- a/badges/prototype_html.txt +++ b/badges/prototype_html.txt @@ -1 +1 @@ -Project Status: Prototype – The project has reached a stable, usable state but is no longer being actively developed; support/maintenance will be provided as time allows. +Project Status: Prototype – Useable, some support, open to feedback, unstable API. diff --git a/badges/prototype_md.txt b/badges/prototype_md.txt index 2d754ff..15bb80b 100644 --- a/badges/prototype_md.txt +++ b/badges/prototype_md.txt @@ -1 +1 @@ -[![Project Status: Inactive – The project has reached a stable, usable state but is no longer being actively developed; support/maintenance will be provided as time allows.](https://www.repostatus.org/badges/latest/inactive.svg)](https://www.repostatus.org/#inactive) +[![Project Status: Prototype – Useable, some support, open to feedback, unstable API.](https://getwilds.github.io/badges/badges/prototype.svg)](https://getwilds.github.io/badges/#prototype) diff --git a/badges/prototype_rst.txt b/badges/prototype_rst.txt index 2b6f7ee..266e6be 100644 --- a/badges/prototype_rst.txt +++ b/badges/prototype_rst.txt @@ -1,3 +1,3 @@ .. image:: https://getwilds.github.io/badges/badges/prototype.svg - :alt: Project Status: Prototype – The project has reached a stable, usable state but is no longer being actively developed; support/maintenance will be provided as time allows. + :alt: Project Status: Prototype – Useable, some support, open to feedback, unstable API. :target: https://getwilds.github.io/badges/#prototype