diff --git a/CHANGELOG.md b/CHANGELOG.md index f9bd357..2d8c708 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,11 @@ repostatus.org API/specification changelog =========================================== +2.1.0 (2020-11-28) +------------------ + +- Rebuild badges from shields.io; fixes [Issue #31](https://github.com/jantman/repostatus.org/issues/31) to increase contrast of "Concept" badge. + 2.0.0 (2017-05-17) ------------------ diff --git a/badges/2.1.0/abandoned.svg b/badges/2.1.0/abandoned.svg new file mode 100644 index 0000000..51960cc --- /dev/null +++ b/badges/2.1.0/abandoned.svg @@ -0,0 +1 @@ +repo status: Abandonedrepo statusAbandoned \ No newline at end of file diff --git a/badges/2.1.0/abandoned_html.txt b/badges/2.1.0/abandoned_html.txt new file mode 100644 index 0000000..6099aaa --- /dev/null +++ b/badges/2.1.0/abandoned_html.txt @@ -0,0 +1 @@ +Project Status: Abandoned – Initial development has started, but there has not yet been a stable, usable release; the project has been abandoned and the author(s) do not intend on continuing development. diff --git a/badges/2.1.0/abandoned_md.txt b/badges/2.1.0/abandoned_md.txt new file mode 100644 index 0000000..7fbed81 --- /dev/null +++ b/badges/2.1.0/abandoned_md.txt @@ -0,0 +1 @@ +[![Project Status: Abandoned – Initial development has started, but there has not yet been a stable, usable release; the project has been abandoned and the author(s) do not intend on continuing development.](https://www.repostatus.org/badges/2.1.0/abandoned.svg)](https://www.repostatus.org/#abandoned) diff --git a/badges/2.1.0/abandoned_rst.txt b/badges/2.1.0/abandoned_rst.txt new file mode 100644 index 0000000..0d8b4ff --- /dev/null +++ b/badges/2.1.0/abandoned_rst.txt @@ -0,0 +1,3 @@ +.. image:: https://www.repostatus.org/badges/2.1.0/abandoned.svg + :alt: Project Status: Abandoned – Initial development has started, but there has not yet been a stable, usable release; the project has been abandoned and the author(s) do not intend on continuing development. + :target: https://www.repostatus.org/#abandoned diff --git a/badges/2.1.0/active.svg b/badges/2.1.0/active.svg new file mode 100644 index 0000000..ba58a6a --- /dev/null +++ b/badges/2.1.0/active.svg @@ -0,0 +1 @@ +repo status: Activerepo statusActive \ No newline at end of file diff --git a/badges/2.1.0/active_html.txt b/badges/2.1.0/active_html.txt new file mode 100644 index 0000000..692bc93 --- /dev/null +++ b/badges/2.1.0/active_html.txt @@ -0,0 +1 @@ +Project Status: Active – The project has reached a stable, usable state and is being actively developed. diff --git a/badges/2.1.0/active_md.txt b/badges/2.1.0/active_md.txt new file mode 100644 index 0000000..8a78ec7 --- /dev/null +++ b/badges/2.1.0/active_md.txt @@ -0,0 +1 @@ +[![Project Status: Active – The project has reached a stable, usable state and is being actively developed.](https://www.repostatus.org/badges/2.1.0/active.svg)](https://www.repostatus.org/#active) diff --git a/badges/2.1.0/active_rst.txt b/badges/2.1.0/active_rst.txt new file mode 100644 index 0000000..6d3fb34 --- /dev/null +++ b/badges/2.1.0/active_rst.txt @@ -0,0 +1,3 @@ +.. image:: https://www.repostatus.org/badges/2.1.0/active.svg + :alt: Project Status: Active – The project has reached a stable, usable state and is being actively developed. + :target: https://www.repostatus.org/#active diff --git a/badges/2.1.0/badges.json b/badges/2.1.0/badges.json new file mode 100644 index 0000000..35b5c26 --- /dev/null +++ b/badges/2.1.0/badges.json @@ -0,0 +1,42 @@ +{ + "abandoned": { + "description": "Initial development has started, but there has not yet been a stable, usable release; the project has been abandoned and the author(s) do not intend on continuing development.", + "display_name": "Abandoned", + "url": "https://www.repostatus.org/badges/2.1.0/abandoned.svg" + }, + "active": { + "description": "The project has reached a stable, usable state and is being actively developed.", + "display_name": "Active", + "url": "https://www.repostatus.org/badges/2.1.0/active.svg" + }, + "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.", + "display_name": "Concept", + "url": "https://www.repostatus.org/badges/2.1.0/concept.svg" + }, + "inactive": { + "description": "The project has reached a stable, usable state but is no longer being actively developed; support/maintenance will be provided as time allows.", + "display_name": "Inactive", + "url": "https://www.repostatus.org/badges/2.1.0/inactive.svg" + }, + "moved": { + "description": "The project has been moved to a new location, and the version at that location should be considered authoritative.", + "display_name": "Moved", + "url": "https://www.repostatus.org/badges/2.1.0/moved.svg" + }, + "suspended": { + "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.", + "display_name": "Suspended", + "url": "https://www.repostatus.org/badges/2.1.0/suspended.svg" + }, + "unsupported": { + "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.", + "display_name": "Unsupported", + "url": "https://www.repostatus.org/badges/2.1.0/unsupported.svg" + }, + "wip": { + "description": "Initial development is in progress, but there has not yet been a stable, usable release suitable for the public.", + "display_name": "WIP", + "url": "https://www.repostatus.org/badges/2.1.0/wip.svg" + } +} \ No newline at end of file diff --git a/badges/2.1.0/concept.svg b/badges/2.1.0/concept.svg new file mode 100644 index 0000000..f4cf059 --- /dev/null +++ b/badges/2.1.0/concept.svg @@ -0,0 +1 @@ +repo status: Conceptrepo statusConcept \ No newline at end of file diff --git a/badges/2.1.0/concept_html.txt b/badges/2.1.0/concept_html.txt new file mode 100644 index 0000000..0b9ad38 --- /dev/null +++ b/badges/2.1.0/concept_html.txt @@ -0,0 +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. diff --git a/badges/2.1.0/concept_md.txt b/badges/2.1.0/concept_md.txt new file mode 100644 index 0000000..69f73ba --- /dev/null +++ b/badges/2.1.0/concept_md.txt @@ -0,0 +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://www.repostatus.org/badges/2.1.0/concept.svg)](https://www.repostatus.org/#concept) diff --git a/badges/2.1.0/concept_rst.txt b/badges/2.1.0/concept_rst.txt new file mode 100644 index 0000000..0184fd0 --- /dev/null +++ b/badges/2.1.0/concept_rst.txt @@ -0,0 +1,3 @@ +.. image:: https://www.repostatus.org/badges/2.1.0/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. + :target: https://www.repostatus.org/#concept diff --git a/badges/2.1.0/inactive.svg b/badges/2.1.0/inactive.svg new file mode 100644 index 0000000..ee76666 --- /dev/null +++ b/badges/2.1.0/inactive.svg @@ -0,0 +1 @@ +repo status: Inactiverepo statusInactive \ No newline at end of file diff --git a/badges/2.1.0/inactive_html.txt b/badges/2.1.0/inactive_html.txt new file mode 100644 index 0000000..1868dd4 --- /dev/null +++ b/badges/2.1.0/inactive_html.txt @@ -0,0 +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. diff --git a/badges/2.1.0/inactive_md.txt b/badges/2.1.0/inactive_md.txt new file mode 100644 index 0000000..2e536f7 --- /dev/null +++ b/badges/2.1.0/inactive_md.txt @@ -0,0 +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/2.1.0/inactive.svg)](https://www.repostatus.org/#inactive) diff --git a/badges/2.1.0/inactive_rst.txt b/badges/2.1.0/inactive_rst.txt new file mode 100644 index 0000000..06523ed --- /dev/null +++ b/badges/2.1.0/inactive_rst.txt @@ -0,0 +1,3 @@ +.. image:: https://www.repostatus.org/badges/2.1.0/inactive.svg + :alt: 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. + :target: https://www.repostatus.org/#inactive diff --git a/badges/2.1.0/moved.svg b/badges/2.1.0/moved.svg new file mode 100644 index 0000000..b23d7a3 --- /dev/null +++ b/badges/2.1.0/moved.svg @@ -0,0 +1 @@ +repo status: Movedrepo statusMoved \ No newline at end of file diff --git a/badges/2.1.0/moved_html.txt b/badges/2.1.0/moved_html.txt new file mode 100644 index 0000000..21649dd --- /dev/null +++ b/badges/2.1.0/moved_html.txt @@ -0,0 +1 @@ +Project Status: Moved to http://example.com – The project has been moved to a new location, and the version at that location should be considered authoritative. to http://example.com diff --git a/badges/2.1.0/moved_md.txt b/badges/2.1.0/moved_md.txt new file mode 100644 index 0000000..ab59ba0 --- /dev/null +++ b/badges/2.1.0/moved_md.txt @@ -0,0 +1 @@ +[![Project Status: Moved to http://example.com – The project has been moved to a new location, and the version at that location should be considered authoritative.](https://www.repostatus.org/badges/2.1.0/moved.svg)](https://www.repostatus.org/#moved) to [http://example.com](http://example.com) diff --git a/badges/2.1.0/moved_rst.txt b/badges/2.1.0/moved_rst.txt new file mode 100644 index 0000000..076b548 --- /dev/null +++ b/badges/2.1.0/moved_rst.txt @@ -0,0 +1,5 @@ +|repostatus| to `http://example.com `_ + +.. |repostatus| image:: https://www.repostatus.org/badges/2.1.0/moved.svg + :alt: Project Status: Moved to http://example.com – The project has been moved to a new location, and the version at that location should be considered authoritative. + :target: https://www.repostatus.org/#moved diff --git a/badges/2.1.0/suspended.svg b/badges/2.1.0/suspended.svg new file mode 100644 index 0000000..8befb04 --- /dev/null +++ b/badges/2.1.0/suspended.svg @@ -0,0 +1 @@ +repo status: Suspendedrepo statusSuspended \ No newline at end of file diff --git a/badges/2.1.0/suspended_html.txt b/badges/2.1.0/suspended_html.txt new file mode 100644 index 0000000..2340ad9 --- /dev/null +++ b/badges/2.1.0/suspended_html.txt @@ -0,0 +1 @@ +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. diff --git a/badges/2.1.0/suspended_md.txt b/badges/2.1.0/suspended_md.txt new file mode 100644 index 0000000..1081b41 --- /dev/null +++ b/badges/2.1.0/suspended_md.txt @@ -0,0 +1 @@ +[![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.](https://www.repostatus.org/badges/2.1.0/suspended.svg)](https://www.repostatus.org/#suspended) diff --git a/badges/2.1.0/suspended_rst.txt b/badges/2.1.0/suspended_rst.txt new file mode 100644 index 0000000..10ee731 --- /dev/null +++ b/badges/2.1.0/suspended_rst.txt @@ -0,0 +1,3 @@ +.. image:: https://www.repostatus.org/badges/2.1.0/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. + :target: https://www.repostatus.org/#suspended diff --git a/badges/2.1.0/unsupported.svg b/badges/2.1.0/unsupported.svg new file mode 100644 index 0000000..14f609d --- /dev/null +++ b/badges/2.1.0/unsupported.svg @@ -0,0 +1 @@ +repo status: Unsupportedrepo statusUnsupported \ No newline at end of file diff --git a/badges/2.1.0/unsupported_html.txt b/badges/2.1.0/unsupported_html.txt new file mode 100644 index 0000000..a89b06c --- /dev/null +++ b/badges/2.1.0/unsupported_html.txt @@ -0,0 +1 @@ +Project Status: Unsupported – The project has reached a stable, usable state but the author(s) have ceased all work on it. A new maintainer may be desired. diff --git a/badges/2.1.0/unsupported_md.txt b/badges/2.1.0/unsupported_md.txt new file mode 100644 index 0000000..ab25397 --- /dev/null +++ b/badges/2.1.0/unsupported_md.txt @@ -0,0 +1 @@ +[![Project Status: Unsupported – The project has reached a stable, usable state but the author(s) have ceased all work on it. A new maintainer may be desired.](https://www.repostatus.org/badges/2.1.0/unsupported.svg)](https://www.repostatus.org/#unsupported) diff --git a/badges/2.1.0/unsupported_rst.txt b/badges/2.1.0/unsupported_rst.txt new file mode 100644 index 0000000..38668aa --- /dev/null +++ b/badges/2.1.0/unsupported_rst.txt @@ -0,0 +1,3 @@ +.. image:: https://www.repostatus.org/badges/2.1.0/unsupported.svg + :alt: Project Status: Unsupported – The project has reached a stable, usable state but the author(s) have ceased all work on it. A new maintainer may be desired. + :target: https://www.repostatus.org/#unsupported diff --git a/badges/2.1.0/wip.svg b/badges/2.1.0/wip.svg new file mode 100644 index 0000000..037d4b1 --- /dev/null +++ b/badges/2.1.0/wip.svg @@ -0,0 +1 @@ +repo status: WIPrepo statusWIP \ No newline at end of file diff --git a/badges/2.1.0/wip_html.txt b/badges/2.1.0/wip_html.txt new file mode 100644 index 0000000..2cd51a7 --- /dev/null +++ b/badges/2.1.0/wip_html.txt @@ -0,0 +1 @@ +Project Status: WIP – Initial development is in progress, but there has not yet been a stable, usable release suitable for the public. diff --git a/badges/2.1.0/wip_md.txt b/badges/2.1.0/wip_md.txt new file mode 100644 index 0000000..a15c715 --- /dev/null +++ b/badges/2.1.0/wip_md.txt @@ -0,0 +1 @@ +[![Project Status: WIP – Initial development is in progress, but there has not yet been a stable, usable release suitable for the public.](https://www.repostatus.org/badges/2.1.0/wip.svg)](https://www.repostatus.org/#wip) diff --git a/badges/2.1.0/wip_rst.txt b/badges/2.1.0/wip_rst.txt new file mode 100644 index 0000000..0bf0b85 --- /dev/null +++ b/badges/2.1.0/wip_rst.txt @@ -0,0 +1,3 @@ +.. image:: https://www.repostatus.org/badges/2.1.0/wip.svg + :alt: Project Status: WIP – Initial development is in progress, but there has not yet been a stable, usable release suitable for the public. + :target: https://www.repostatus.org/#wip diff --git a/gh_pages/badges/2.1.0/abandoned.svg b/gh_pages/badges/2.1.0/abandoned.svg new file mode 100644 index 0000000..51960cc --- /dev/null +++ b/gh_pages/badges/2.1.0/abandoned.svg @@ -0,0 +1 @@ +repo status: Abandonedrepo statusAbandoned \ No newline at end of file diff --git a/gh_pages/badges/2.1.0/abandoned_html.txt b/gh_pages/badges/2.1.0/abandoned_html.txt new file mode 100644 index 0000000..6099aaa --- /dev/null +++ b/gh_pages/badges/2.1.0/abandoned_html.txt @@ -0,0 +1 @@ +Project Status: Abandoned – Initial development has started, but there has not yet been a stable, usable release; the project has been abandoned and the author(s) do not intend on continuing development. diff --git a/gh_pages/badges/2.1.0/abandoned_md.txt b/gh_pages/badges/2.1.0/abandoned_md.txt new file mode 100644 index 0000000..7fbed81 --- /dev/null +++ b/gh_pages/badges/2.1.0/abandoned_md.txt @@ -0,0 +1 @@ +[![Project Status: Abandoned – Initial development has started, but there has not yet been a stable, usable release; the project has been abandoned and the author(s) do not intend on continuing development.](https://www.repostatus.org/badges/2.1.0/abandoned.svg)](https://www.repostatus.org/#abandoned) diff --git a/gh_pages/badges/2.1.0/abandoned_rst.txt b/gh_pages/badges/2.1.0/abandoned_rst.txt new file mode 100644 index 0000000..0d8b4ff --- /dev/null +++ b/gh_pages/badges/2.1.0/abandoned_rst.txt @@ -0,0 +1,3 @@ +.. image:: https://www.repostatus.org/badges/2.1.0/abandoned.svg + :alt: Project Status: Abandoned – Initial development has started, but there has not yet been a stable, usable release; the project has been abandoned and the author(s) do not intend on continuing development. + :target: https://www.repostatus.org/#abandoned diff --git a/gh_pages/badges/2.1.0/active.svg b/gh_pages/badges/2.1.0/active.svg new file mode 100644 index 0000000..ba58a6a --- /dev/null +++ b/gh_pages/badges/2.1.0/active.svg @@ -0,0 +1 @@ +repo status: Activerepo statusActive \ No newline at end of file diff --git a/gh_pages/badges/2.1.0/active_html.txt b/gh_pages/badges/2.1.0/active_html.txt new file mode 100644 index 0000000..692bc93 --- /dev/null +++ b/gh_pages/badges/2.1.0/active_html.txt @@ -0,0 +1 @@ +Project Status: Active – The project has reached a stable, usable state and is being actively developed. diff --git a/gh_pages/badges/2.1.0/active_md.txt b/gh_pages/badges/2.1.0/active_md.txt new file mode 100644 index 0000000..8a78ec7 --- /dev/null +++ b/gh_pages/badges/2.1.0/active_md.txt @@ -0,0 +1 @@ +[![Project Status: Active – The project has reached a stable, usable state and is being actively developed.](https://www.repostatus.org/badges/2.1.0/active.svg)](https://www.repostatus.org/#active) diff --git a/gh_pages/badges/2.1.0/active_rst.txt b/gh_pages/badges/2.1.0/active_rst.txt new file mode 100644 index 0000000..6d3fb34 --- /dev/null +++ b/gh_pages/badges/2.1.0/active_rst.txt @@ -0,0 +1,3 @@ +.. image:: https://www.repostatus.org/badges/2.1.0/active.svg + :alt: Project Status: Active – The project has reached a stable, usable state and is being actively developed. + :target: https://www.repostatus.org/#active diff --git a/gh_pages/badges/2.1.0/badges.json b/gh_pages/badges/2.1.0/badges.json new file mode 100644 index 0000000..35b5c26 --- /dev/null +++ b/gh_pages/badges/2.1.0/badges.json @@ -0,0 +1,42 @@ +{ + "abandoned": { + "description": "Initial development has started, but there has not yet been a stable, usable release; the project has been abandoned and the author(s) do not intend on continuing development.", + "display_name": "Abandoned", + "url": "https://www.repostatus.org/badges/2.1.0/abandoned.svg" + }, + "active": { + "description": "The project has reached a stable, usable state and is being actively developed.", + "display_name": "Active", + "url": "https://www.repostatus.org/badges/2.1.0/active.svg" + }, + "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.", + "display_name": "Concept", + "url": "https://www.repostatus.org/badges/2.1.0/concept.svg" + }, + "inactive": { + "description": "The project has reached a stable, usable state but is no longer being actively developed; support/maintenance will be provided as time allows.", + "display_name": "Inactive", + "url": "https://www.repostatus.org/badges/2.1.0/inactive.svg" + }, + "moved": { + "description": "The project has been moved to a new location, and the version at that location should be considered authoritative.", + "display_name": "Moved", + "url": "https://www.repostatus.org/badges/2.1.0/moved.svg" + }, + "suspended": { + "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.", + "display_name": "Suspended", + "url": "https://www.repostatus.org/badges/2.1.0/suspended.svg" + }, + "unsupported": { + "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.", + "display_name": "Unsupported", + "url": "https://www.repostatus.org/badges/2.1.0/unsupported.svg" + }, + "wip": { + "description": "Initial development is in progress, but there has not yet been a stable, usable release suitable for the public.", + "display_name": "WIP", + "url": "https://www.repostatus.org/badges/2.1.0/wip.svg" + } +} \ No newline at end of file diff --git a/gh_pages/badges/2.1.0/concept.svg b/gh_pages/badges/2.1.0/concept.svg new file mode 100644 index 0000000..f4cf059 --- /dev/null +++ b/gh_pages/badges/2.1.0/concept.svg @@ -0,0 +1 @@ +repo status: Conceptrepo statusConcept \ No newline at end of file diff --git a/gh_pages/badges/2.1.0/concept_html.txt b/gh_pages/badges/2.1.0/concept_html.txt new file mode 100644 index 0000000..0b9ad38 --- /dev/null +++ b/gh_pages/badges/2.1.0/concept_html.txt @@ -0,0 +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. diff --git a/gh_pages/badges/2.1.0/concept_md.txt b/gh_pages/badges/2.1.0/concept_md.txt new file mode 100644 index 0000000..69f73ba --- /dev/null +++ b/gh_pages/badges/2.1.0/concept_md.txt @@ -0,0 +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://www.repostatus.org/badges/2.1.0/concept.svg)](https://www.repostatus.org/#concept) diff --git a/gh_pages/badges/2.1.0/concept_rst.txt b/gh_pages/badges/2.1.0/concept_rst.txt new file mode 100644 index 0000000..0184fd0 --- /dev/null +++ b/gh_pages/badges/2.1.0/concept_rst.txt @@ -0,0 +1,3 @@ +.. image:: https://www.repostatus.org/badges/2.1.0/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. + :target: https://www.repostatus.org/#concept diff --git a/gh_pages/badges/2.1.0/inactive.svg b/gh_pages/badges/2.1.0/inactive.svg new file mode 100644 index 0000000..ee76666 --- /dev/null +++ b/gh_pages/badges/2.1.0/inactive.svg @@ -0,0 +1 @@ +repo status: Inactiverepo statusInactive \ No newline at end of file diff --git a/gh_pages/badges/2.1.0/inactive_html.txt b/gh_pages/badges/2.1.0/inactive_html.txt new file mode 100644 index 0000000..1868dd4 --- /dev/null +++ b/gh_pages/badges/2.1.0/inactive_html.txt @@ -0,0 +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. diff --git a/gh_pages/badges/2.1.0/inactive_md.txt b/gh_pages/badges/2.1.0/inactive_md.txt new file mode 100644 index 0000000..2e536f7 --- /dev/null +++ b/gh_pages/badges/2.1.0/inactive_md.txt @@ -0,0 +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/2.1.0/inactive.svg)](https://www.repostatus.org/#inactive) diff --git a/gh_pages/badges/2.1.0/inactive_rst.txt b/gh_pages/badges/2.1.0/inactive_rst.txt new file mode 100644 index 0000000..06523ed --- /dev/null +++ b/gh_pages/badges/2.1.0/inactive_rst.txt @@ -0,0 +1,3 @@ +.. image:: https://www.repostatus.org/badges/2.1.0/inactive.svg + :alt: 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. + :target: https://www.repostatus.org/#inactive diff --git a/gh_pages/badges/2.1.0/moved.svg b/gh_pages/badges/2.1.0/moved.svg new file mode 100644 index 0000000..b23d7a3 --- /dev/null +++ b/gh_pages/badges/2.1.0/moved.svg @@ -0,0 +1 @@ +repo status: Movedrepo statusMoved \ No newline at end of file diff --git a/gh_pages/badges/2.1.0/moved_html.txt b/gh_pages/badges/2.1.0/moved_html.txt new file mode 100644 index 0000000..21649dd --- /dev/null +++ b/gh_pages/badges/2.1.0/moved_html.txt @@ -0,0 +1 @@ +Project Status: Moved to http://example.com – The project has been moved to a new location, and the version at that location should be considered authoritative. to http://example.com diff --git a/gh_pages/badges/2.1.0/moved_md.txt b/gh_pages/badges/2.1.0/moved_md.txt new file mode 100644 index 0000000..ab59ba0 --- /dev/null +++ b/gh_pages/badges/2.1.0/moved_md.txt @@ -0,0 +1 @@ +[![Project Status: Moved to http://example.com – The project has been moved to a new location, and the version at that location should be considered authoritative.](https://www.repostatus.org/badges/2.1.0/moved.svg)](https://www.repostatus.org/#moved) to [http://example.com](http://example.com) diff --git a/gh_pages/badges/2.1.0/moved_rst.txt b/gh_pages/badges/2.1.0/moved_rst.txt new file mode 100644 index 0000000..076b548 --- /dev/null +++ b/gh_pages/badges/2.1.0/moved_rst.txt @@ -0,0 +1,5 @@ +|repostatus| to `http://example.com `_ + +.. |repostatus| image:: https://www.repostatus.org/badges/2.1.0/moved.svg + :alt: Project Status: Moved to http://example.com – The project has been moved to a new location, and the version at that location should be considered authoritative. + :target: https://www.repostatus.org/#moved diff --git a/gh_pages/badges/2.1.0/suspended.svg b/gh_pages/badges/2.1.0/suspended.svg new file mode 100644 index 0000000..8befb04 --- /dev/null +++ b/gh_pages/badges/2.1.0/suspended.svg @@ -0,0 +1 @@ +repo status: Suspendedrepo statusSuspended \ No newline at end of file diff --git a/gh_pages/badges/2.1.0/suspended_html.txt b/gh_pages/badges/2.1.0/suspended_html.txt new file mode 100644 index 0000000..2340ad9 --- /dev/null +++ b/gh_pages/badges/2.1.0/suspended_html.txt @@ -0,0 +1 @@ +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. diff --git a/gh_pages/badges/2.1.0/suspended_md.txt b/gh_pages/badges/2.1.0/suspended_md.txt new file mode 100644 index 0000000..1081b41 --- /dev/null +++ b/gh_pages/badges/2.1.0/suspended_md.txt @@ -0,0 +1 @@ +[![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.](https://www.repostatus.org/badges/2.1.0/suspended.svg)](https://www.repostatus.org/#suspended) diff --git a/gh_pages/badges/2.1.0/suspended_rst.txt b/gh_pages/badges/2.1.0/suspended_rst.txt new file mode 100644 index 0000000..10ee731 --- /dev/null +++ b/gh_pages/badges/2.1.0/suspended_rst.txt @@ -0,0 +1,3 @@ +.. image:: https://www.repostatus.org/badges/2.1.0/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. + :target: https://www.repostatus.org/#suspended diff --git a/gh_pages/badges/2.1.0/unsupported.svg b/gh_pages/badges/2.1.0/unsupported.svg new file mode 100644 index 0000000..14f609d --- /dev/null +++ b/gh_pages/badges/2.1.0/unsupported.svg @@ -0,0 +1 @@ +repo status: Unsupportedrepo statusUnsupported \ No newline at end of file diff --git a/gh_pages/badges/2.1.0/unsupported_html.txt b/gh_pages/badges/2.1.0/unsupported_html.txt new file mode 100644 index 0000000..a89b06c --- /dev/null +++ b/gh_pages/badges/2.1.0/unsupported_html.txt @@ -0,0 +1 @@ +Project Status: Unsupported – The project has reached a stable, usable state but the author(s) have ceased all work on it. A new maintainer may be desired. diff --git a/gh_pages/badges/2.1.0/unsupported_md.txt b/gh_pages/badges/2.1.0/unsupported_md.txt new file mode 100644 index 0000000..ab25397 --- /dev/null +++ b/gh_pages/badges/2.1.0/unsupported_md.txt @@ -0,0 +1 @@ +[![Project Status: Unsupported – The project has reached a stable, usable state but the author(s) have ceased all work on it. A new maintainer may be desired.](https://www.repostatus.org/badges/2.1.0/unsupported.svg)](https://www.repostatus.org/#unsupported) diff --git a/gh_pages/badges/2.1.0/unsupported_rst.txt b/gh_pages/badges/2.1.0/unsupported_rst.txt new file mode 100644 index 0000000..38668aa --- /dev/null +++ b/gh_pages/badges/2.1.0/unsupported_rst.txt @@ -0,0 +1,3 @@ +.. image:: https://www.repostatus.org/badges/2.1.0/unsupported.svg + :alt: Project Status: Unsupported – The project has reached a stable, usable state but the author(s) have ceased all work on it. A new maintainer may be desired. + :target: https://www.repostatus.org/#unsupported diff --git a/gh_pages/badges/2.1.0/wip.svg b/gh_pages/badges/2.1.0/wip.svg new file mode 100644 index 0000000..037d4b1 --- /dev/null +++ b/gh_pages/badges/2.1.0/wip.svg @@ -0,0 +1 @@ +repo status: WIPrepo statusWIP \ No newline at end of file diff --git a/gh_pages/badges/2.1.0/wip_html.txt b/gh_pages/badges/2.1.0/wip_html.txt new file mode 100644 index 0000000..2cd51a7 --- /dev/null +++ b/gh_pages/badges/2.1.0/wip_html.txt @@ -0,0 +1 @@ +Project Status: WIP – Initial development is in progress, but there has not yet been a stable, usable release suitable for the public. diff --git a/gh_pages/badges/2.1.0/wip_md.txt b/gh_pages/badges/2.1.0/wip_md.txt new file mode 100644 index 0000000..a15c715 --- /dev/null +++ b/gh_pages/badges/2.1.0/wip_md.txt @@ -0,0 +1 @@ +[![Project Status: WIP – Initial development is in progress, but there has not yet been a stable, usable release suitable for the public.](https://www.repostatus.org/badges/2.1.0/wip.svg)](https://www.repostatus.org/#wip) diff --git a/gh_pages/badges/2.1.0/wip_rst.txt b/gh_pages/badges/2.1.0/wip_rst.txt new file mode 100644 index 0000000..0bf0b85 --- /dev/null +++ b/gh_pages/badges/2.1.0/wip_rst.txt @@ -0,0 +1,3 @@ +.. image:: https://www.repostatus.org/badges/2.1.0/wip.svg + :alt: Project Status: WIP – Initial development is in progress, but there has not yet been a stable, usable release suitable for the public. + :target: https://www.repostatus.org/#wip diff --git a/gh_pages/badges/latest/abandoned.svg b/gh_pages/badges/latest/abandoned.svg index d33d83c..51960cc 100644 --- a/gh_pages/badges/latest/abandoned.svg +++ b/gh_pages/badges/latest/abandoned.svg @@ -1 +1 @@ -repo statusrepo statusAbandonedAbandoned \ No newline at end of file +repo status: Abandonedrepo statusAbandoned \ No newline at end of file diff --git a/gh_pages/badges/latest/active.svg b/gh_pages/badges/latest/active.svg index bbe8171..ba58a6a 100644 --- a/gh_pages/badges/latest/active.svg +++ b/gh_pages/badges/latest/active.svg @@ -1 +1 @@ -repo statusrepo statusActiveActive \ No newline at end of file +repo status: Activerepo statusActive \ No newline at end of file diff --git a/gh_pages/badges/latest/badges.json b/gh_pages/badges/latest/badges.json index 7b9688c..9e7ab36 100644 --- a/gh_pages/badges/latest/badges.json +++ b/gh_pages/badges/latest/badges.json @@ -1,42 +1,42 @@ { "abandoned": { - "description": "Initial development has started, but there has not yet been a stable, usable release; the project has been abandoned and the author(s) do not intend on continuing development.", - "display_name": "Abandoned", + "description": "Initial development has started, but there has not yet been a stable, usable release; the project has been abandoned and the author(s) do not intend on continuing development.", + "display_name": "Abandoned", "url": "https://www.repostatus.org/badges/latest/abandoned.svg" - }, + }, "active": { - "description": "The project has reached a stable, usable state and is being actively developed.", - "display_name": "Active", + "description": "The project has reached a stable, usable state and is being actively developed.", + "display_name": "Active", "url": "https://www.repostatus.org/badges/latest/active.svg" - }, + }, "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.", - "display_name": "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.", + "display_name": "Concept", "url": "https://www.repostatus.org/badges/latest/concept.svg" - }, + }, "inactive": { - "description": "The project has reached a stable, usable state but is no longer being actively developed; support/maintenance will be provided as time allows.", - "display_name": "Inactive", + "description": "The project has reached a stable, usable state but is no longer being actively developed; support/maintenance will be provided as time allows.", + "display_name": "Inactive", "url": "https://www.repostatus.org/badges/latest/inactive.svg" - }, + }, "moved": { - "description": "The project has been moved to a new location, and the version at that location should be considered authoritative.", - "display_name": "Moved", + "description": "The project has been moved to a new location, and the version at that location should be considered authoritative.", + "display_name": "Moved", "url": "https://www.repostatus.org/badges/latest/moved.svg" - }, + }, "suspended": { - "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.", - "display_name": "Suspended", + "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.", + "display_name": "Suspended", "url": "https://www.repostatus.org/badges/latest/suspended.svg" - }, + }, "unsupported": { - "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.", - "display_name": "Unsupported", + "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.", + "display_name": "Unsupported", "url": "https://www.repostatus.org/badges/latest/unsupported.svg" - }, + }, "wip": { - "description": "Initial development is in progress, but there has not yet been a stable, usable release suitable for the public.", - "display_name": "WIP", + "description": "Initial development is in progress, but there has not yet been a stable, usable release suitable for the public.", + "display_name": "WIP", "url": "https://www.repostatus.org/badges/latest/wip.svg" } -} +} \ No newline at end of file diff --git a/gh_pages/badges/latest/concept.svg b/gh_pages/badges/latest/concept.svg index 63e40ce..f4cf059 100644 --- a/gh_pages/badges/latest/concept.svg +++ b/gh_pages/badges/latest/concept.svg @@ -1 +1 @@ -repo statusrepo statusConceptConcept \ No newline at end of file +repo status: Conceptrepo statusConcept \ No newline at end of file diff --git a/gh_pages/badges/latest/inactive.svg b/gh_pages/badges/latest/inactive.svg index 8ae99ec..ee76666 100644 --- a/gh_pages/badges/latest/inactive.svg +++ b/gh_pages/badges/latest/inactive.svg @@ -1 +1 @@ -repo statusrepo statusInactiveInactive \ No newline at end of file +repo status: Inactiverepo statusInactive \ No newline at end of file diff --git a/gh_pages/badges/latest/moved.svg b/gh_pages/badges/latest/moved.svg index 3f5e0e7..b23d7a3 100644 --- a/gh_pages/badges/latest/moved.svg +++ b/gh_pages/badges/latest/moved.svg @@ -1 +1 @@ -repo statusrepo statusMovedMoved \ No newline at end of file +repo status: Movedrepo statusMoved \ No newline at end of file diff --git a/gh_pages/badges/latest/suspended.svg b/gh_pages/badges/latest/suspended.svg index 6b1570c..8befb04 100644 --- a/gh_pages/badges/latest/suspended.svg +++ b/gh_pages/badges/latest/suspended.svg @@ -1 +1 @@ -repo statusrepo statusSuspendedSuspended \ No newline at end of file +repo status: Suspendedrepo statusSuspended \ No newline at end of file diff --git a/gh_pages/badges/latest/unsupported.svg b/gh_pages/badges/latest/unsupported.svg index c39ade9..14f609d 100644 --- a/gh_pages/badges/latest/unsupported.svg +++ b/gh_pages/badges/latest/unsupported.svg @@ -1 +1 @@ -repo statusrepo statusUnsupportedUnsupported \ No newline at end of file +repo status: Unsupportedrepo statusUnsupported \ No newline at end of file diff --git a/gh_pages/badges/latest/wip.svg b/gh_pages/badges/latest/wip.svg index 401f503..037d4b1 100644 --- a/gh_pages/badges/latest/wip.svg +++ b/gh_pages/badges/latest/wip.svg @@ -1 +1 @@ -repo statusrepo statusWIPWIP \ No newline at end of file +repo status: WIPrepo statusWIP \ No newline at end of file