mirror of
https://github.com/Naereen/badges.git
synced 2025-12-27 17:38:42 -08:00
Adding a link to http://unmaintained.tech/ 🎶
This commit is contained in:
parent
7844ff54fc
commit
43a72452cd
2 changed files with 21 additions and 5 deletions
11
README.md
11
README.md
|
|
@ -67,23 +67,28 @@ A list of badges, with their Markdown code, that can be included in a `README.md
|
||||||
## Generic
|
## Generic
|
||||||
[](https://shields.io/)
|
[](https://shields.io/)
|
||||||
```markdown
|
```markdown
|
||||||
[](https://shields.io/)
|
[](httpds://shields.io/)
|
||||||
```
|
```
|
||||||
|
|
||||||
----
|
----
|
||||||
|
|
||||||
## Useful
|
## Useful
|
||||||
### Maintained?
|
### Maintained?
|
||||||
[](https://GitHub.com/Naereen/StrapDown.js/graphs/commit-activity)
|
Maintained: [](https://GitHub.com/Naereen/StrapDown.js/graphs/commit-activity)
|
||||||
```markdown
|
```markdown
|
||||||
[](https://GitHub.com/Naereen/StrapDown.js/graphs/commit-activity)
|
[](https://GitHub.com/Naereen/StrapDown.js/graphs/commit-activity)
|
||||||
```
|
```
|
||||||
|
|
||||||
[](https://bitbucket.org/lbesson/ansi-colors)
|
Not maintained: [](https://bitbucket.org/lbesson/ansi-colors)
|
||||||
```markdown
|
```markdown
|
||||||
[](https://bitbucket.org/lbesson/ansi-colors)
|
[](https://bitbucket.org/lbesson/ansi-colors)
|
||||||
```
|
```
|
||||||
|
|
||||||
|
Worse: [](http://unmaintained.tech/)
|
||||||
|
```
|
||||||
|
[](http://unmaintained.tech/)
|
||||||
|
```
|
||||||
|
|
||||||
### [Website up/down](http://isup.me/)
|
### [Website up/down](http://isup.me/)
|
||||||
[](http://shields.io/)
|
[](http://shields.io/)
|
||||||
```markdown
|
```markdown
|
||||||
|
|
|
||||||
15
README.rst
15
README.rst
|
|
@ -30,7 +30,7 @@ Useful
|
||||||
Maintained?
|
Maintained?
|
||||||
~~~~~~~~~~~
|
~~~~~~~~~~~
|
||||||
|
|
||||||
|Maintenance yes|
|
Maintained: |Maintenance yes|
|
||||||
|
|
||||||
.. code:: rst
|
.. code:: rst
|
||||||
|
|
||||||
|
|
@ -39,7 +39,7 @@ Maintained?
|
||||||
.. |Maintenance yes| image:: https://img.shields.io/badge/Maintained%3F-yes-green.svg
|
.. |Maintenance yes| image:: https://img.shields.io/badge/Maintained%3F-yes-green.svg
|
||||||
:target: https://GitHub.com/Naereen/StrapDown.js/graphs/commit-activity
|
:target: https://GitHub.com/Naereen/StrapDown.js/graphs/commit-activity
|
||||||
|
|
||||||
|Maintenance no|
|
Not maintained: |Maintenance no|
|
||||||
|
|
||||||
.. code:: rst
|
.. code:: rst
|
||||||
|
|
||||||
|
|
@ -48,6 +48,15 @@ Maintained?
|
||||||
.. |Maintenance no| image:: https://img.shields.io/badge/Maintained%3F-no-red.svg
|
.. |Maintenance no| image:: https://img.shields.io/badge/Maintained%3F-no-red.svg
|
||||||
:target: https://bitbucket.org/lbesson/ansi-colors
|
:target: https://bitbucket.org/lbesson/ansi-colors
|
||||||
|
|
||||||
|
Worse: |Maintenance not intended|
|
||||||
|
|
||||||
|
.. code:: rst
|
||||||
|
|
||||||
|
|Maintenance not intended|
|
||||||
|
|
||||||
|
.. |Maintenance not intended| image:: http://unmaintained.tech/badge.svg
|
||||||
|
:target: http://unmaintained.tech/
|
||||||
|
|
||||||
`Website up/down <http://isup.me/>`__
|
`Website up/down <http://isup.me/>`__
|
||||||
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
||||||
|
|
||||||
|
|
@ -1134,6 +1143,8 @@ Besson <https://GitHub.com/Naereen>`__, 2016-17.
|
||||||
:target: https://GitHub.com/Naereen/StrapDown.js/graphs/commit-activity
|
:target: https://GitHub.com/Naereen/StrapDown.js/graphs/commit-activity
|
||||||
.. |Maintenance no| image:: https://img.shields.io/badge/Maintained%3F-no-red.svg
|
.. |Maintenance no| image:: https://img.shields.io/badge/Maintained%3F-no-red.svg
|
||||||
:target: https://bitbucket.org/lbesson/ansi-colors
|
:target: https://bitbucket.org/lbesson/ansi-colors
|
||||||
|
.. |Maintenance not intended| image:: http://unmaintained.tech/badge.svg
|
||||||
|
:target: http://unmaintained.tech/
|
||||||
.. |Website shields.io| image:: https://img.shields.io/website-up-down-green-red/http/shields.io.svg
|
.. |Website shields.io| image:: https://img.shields.io/website-up-down-green-red/http/shields.io.svg
|
||||||
:target: http://shields.io/
|
:target: http://shields.io/
|
||||||
.. |Website monip.org| image:: https://img.shields.io/website-up-down-green-red/http/monip.org.svg
|
.. |Website monip.org| image:: https://img.shields.io/website-up-down-green-red/http/monip.org.svg
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue