diff --git a/README.md b/README.md index 0dd8def..3fdf405 100644 --- a/README.md +++ b/README.md @@ -30,6 +30,8 @@ A list of badges, with their Markdown code, that can be included in a `README.md - [PyPI python versions](#pypi-python-versions) - [PyPI implementation](#pypi-implementation) - [PyPI status](#pypi-status) + - [JavaScript related](#javascript-related) + - [JSDelivr downloads](#jsdelivr--downloads) - [GNU Bash related](#gnu-bash-related) - [Microsoft Visual Studio Code related](#microsoft-visual-studio-code-related) - [Read the Docs status](#read-the-docs-status) @@ -61,7 +63,9 @@ A list of badges, with their Markdown code, that can be included in a `README.md - [Licenses](#licenses) - [MIT License](#mit-license) - [GPLv3 License](#gplv3-license) + - [Unlicense](#unlicense) - [Creative Commons Licenses](#creative-commons-licenses) + - [Simple Icons](#simple-icons) - [Open-Source](#open-source) - [Meta badges ?!](#meta-badges-) - [DOI and Zenodo](#doi-and-zenodo) @@ -322,6 +326,27 @@ GoDoc reference (`godoc.org/:user/go/:repo`): ---- +## [JavaScript](https://www.javascript.com) related + +[![made-with-javascript](https://img.shields.io/badge/Made%20with-JavaScript-1f425f.svg)](https://www.javascript.com) +```markdown +[![made-with-javascript](https://img.shields.io/badge/Made%20with-JavaScript-1f425f.svg)](https://www.javascript.com) +``` + +### [JSDelivr](https://www.jsdelivr.com/) downloads + +[![JSDelivr CDN](https://data.jsdelivr.com/v1/package/gh/jquery/jquery/badge?style=rounded)](https://www.jsdelivr.com/package/gh/jquery/jquery) +```markdown +[![JSDelivr CDN](https://data.jsdelivr.com/v1/package/gh///badge?style=rounded)](https://www.jsdelivr.com/package/gh//) +``` + +[![jsDelivr CDN](https://img.shields.io/jsdelivr/gh/hm/jquery/jquery)](https://www.jsdelivr.com/package/gh/jquery/jquery) +```markdown +[![jsDelivr CDN](https://img.shields.io/jsdelivr/gh/hm//)](https://www.jsdelivr.com/package/gh//) +``` + +---- + ## [GNU Bash](https://www.gnu.org/software/bash/) related [![Bash Shell](https://badges.frapsoft.com/bash/v1/bash.png?v=103)](https://github.com/ellerbrock/open-source-badges/) @@ -682,6 +707,63 @@ From [isitmaintained.com](http://isitmaintained.com): [![forthebadge cc-sa](http://ForTheBadge.com/images/badges/cc-sa.svg)](https://creativecommons.org/licenses/by-sa/4.0) ``` +The [Creative Commons License Buttons site](https://licensebuttons.net/) also +provides a customizable way to access badges in various colours or sizes. + +[![Attribution-NonCommercial-ShareAlike](https://licensebuttons.net/i/l/by-nc-sa/ffffff/00/00/00/88x31.png)](https://creativecommons.org/licenses/by-nc-sa/2.0/) +```markdown +[![Attribution-NonCommercial-ShareAlike](https://licensebuttons.net/i/l/by-nc-sa/ffffff/00/00/00/88x31.png)](https://creativecommons.org/licenses/by-nc-sa/2.0/) +``` +[![Attribution-NonCommercial-ShareAlike](https://licensebuttons.net/i/l/by-nc-sa/000000/ff/ff/ff/88x31.png)](https://creativecommons.org/licenses/by-nc-sa/2.0/) +```markdown +[![Attribution-NonCommercial-ShareAlike](https://licensebuttons.net/i/l/by-nc-sa/000000/ff/ff/ff/88x31.png)](https://creativecommons.org/licenses/by-nc-sa/2.0/) +``` +[![Attribution-NonCommercial-ShareAlike](https://licensebuttons.net/i/l/by-nc-sa/eeeeee/ff/00/ff/88x31.png)](https://creativecommons.org/licenses/by-nc-sa/2.0/) +```markdown +[![Attribution-NonCommercial-ShareAlike](https://licensebuttons.net/i/l/by-nc-sa/eeeeee/ff/00/ff/88x31.png)](https://creativecommons.org/licenses/by-nc-sa/2.0/) +``` + +---- + +## Simple Icons + +Any [shields.io](https://shields.io/) badge can use a logo image by adding the +`logo` query parameter to the name of any logo suported by +[Simple Icons](https://simpleicons.org/). + +[![Vim](https://img.shields.io/badge/--019733?logo=vim)](https://www.vim.org/) +```markdown +[![Vim](https://img.shields.io/badge/--019733?logo=vim)](https://www.vim.org/) +``` +[![OpenBSD](https://img.shields.io/badge/--F2CA30?logo=openbsd&logoColor=000000)](https://www.openbsd.org/) +```markdown +[![OpenBSD](https://img.shields.io/badge/--F2CA30?logo=openbsd&logoColor=000000)](https://www.openbsd.org/) +``` +[![Suckless](https://img.shields.io/badge/--1177AA?logo=suckless)](https://suckless.org/) +```markdown +[![Suckless](https://img.shields.io/badge/--1177AA?logo=suckless)](https://suckless.org/) +``` +[![dwm](https://img.shields.io/badge/--1177AA?logo=dwm)](https://dwm.suckless.org/) +```markdown +[![dwm](https://img.shields.io/badge/--1177AA?logo=dwm)](https://dwm.suckless.org/) +``` +[![git](https://img.shields.io/badge/--F05032?logo=git&logoColor=ffffff)](http://git-scm.com/) +```markdown +[![git](https://img.shields.io/badge/--F05032?logo=git&logoColor=ffffff)](http://git-scm.com/) +``` +[![x11](https://img.shields.io/badge/--F28834?logo=x.org&logoColor=ffffff)](https://x.org/) +```markdown +[![x11](https://img.shields.io/badge/--F28834?logo=x.org&logoColor=ffffff)](https://x.org/) +``` +[![Visual Studio](https://img.shields.io/badge/--6C33AF?logo=visual%20studio)](https://visualstudio.microsoft.com/) +```markdown +[![Visual Studio](https://img.shields.io/badge/--6C33AF?logo=visual%20studio)](https://visualstudio.microsoft.com/) +``` +[![Go](https://img.shields.io/badge/--00ADD8?logo=go&logoColor=ffffff)](https://golang.org/) +```markdown +[![Go](https://img.shields.io/badge/--00ADD8?logo=go&logoColor=ffffff)](https://golang.org/) +``` + ---- ## Open-Source diff --git a/README.rst b/README.rst index 76c8104..821a400 100644 --- a/README.rst +++ b/README.rst @@ -383,6 +383,41 @@ example| .. |PyPI status| image:: https://img.shields.io/pypi/status/ansicolortags.svg :target: https://pypi.python.org/pypi/ansicolortags/ + +-------------- + +`JavaScript `__ related +---------------------------------------------------- + +|made-with-javascript| + +.. code:: rst + + |made-with-javascript| + + .. |made-with-JavaScript| image:: https://img.shields.io/badge/Made%20with-JavaScript-1f425f.svg + :target: https://www.javascript.com + +`JSDelivr `__ downloads +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +|jsdelivr downloads official| + +.. code:: rst + + |jsdelivr downloads official| + + .. |jsdelivr downloads official| image:: https://data.jsdelivr.com/v1/package/gh///badge?style=rounded + :target: https://www.jsdelivr.com/package/gh// + +|jsdelivr downloads shields| + +.. code:: rst + + |jsdelivr downloads shields| + + .. |jsdelivr downloads shields| image:: https://img.shields.io/jsdelivr/gh/hm// + :target: https://www.jsdelivr.com/package/gh// -------------- @@ -1011,6 +1046,117 @@ Unlicense .. |forthebadge cc-sa| image:: http://ForTheBadge.com/images/badges/cc-sa.svg :target: https://creativecommons.org/licenses/by-sa/4.0 +The `Creative Commons License Buttons site `_ +also provides a customizable way to access badges in various colours or sizes. + +|licensebuttons by-nc-sa-white| + +.. code:: rst + + |licensebuttons by-nc-sa-white| + + .. |licensebuttons by-nc-sa-white| image:: https://licensebuttons.net/i/l/by-nc-sa/ffffff/00/00/00/88x31.png + :target: https://creativecommons.org/licenses/by-nc-sa/2.0 + +|licensebuttons by-nc-sa-black| + +.. code:: rst + + |licensebuttons by-nc-sa-black| + + .. |licensebuttons by-nc-sa-black| image:: https://licensebuttons.net/i/l/by-nc-sa/000000/ff/ff/ff/88x31.png + :target: https://creativecommons.org/licenses/by-nc-sa/2.0 + +|licensebuttons by-nc-sa-magenta| + +.. code:: rst + + |licensebuttons by-nc-sa-magenta| + + .. |licensebuttons by-nc-sa-magenta| image:: https://licensebuttons.net/i/l/by-nc-sa/eeeeee/ff/00/ff/88x31.png + :target: https://creativecommons.org/licenses/by-nc-sa/2.0 + +-------------- + +Simple Icons +------------ + +Any `shields.io `_ badge can use a logo image by adding the +``logo`` query parameter to the name of any logo suported by +`Simple Icons `_. + +|simpleicons vim| + +.. code:: rst + + |simpleicons vim| + + .. |simpleicons vim| image:: https://img.shields.io/badge/--019733?logo=vim + :target: https://www.vim.org + +|simpleicons openbsd| + +.. code:: rst + + |simpleicons openbsd| + + .. |simpleicons openbsd| image:: https://img.shields.io/badge/--F2CA30?logo=openbsd&logoColor=000000 + :target: https://www.openbsd.org + +|simpleicons suckless| + +.. code:: rst + + |simpleicons suckless| + + .. |simpleicons suckless| image:: https://img.shields.io/badge/--1177AA?logo=suckless + :target: https://suckless.org + +|simpleicons dwm| + +.. code:: rst + + |simpleicons dwm| + + .. |simpleicons dwm| image:: https://img.shields.io/badge/--1177AA?logo=dwm + :target: https://dwm.suckless.org + +|simpleicons git| + +.. code:: rst + + |simpleicons git| + + .. |simpleicons git| image:: https://img.shields.io/badge/--F05032?logo=git&logoColor=ffffff + :target: http://git-scm.com + +|simpleicons xorg| + +.. code:: rst + + |simpleicons xorg| + + .. |simpleicons xorg| image:: https://img.shields.io/badge/--F28834?logo=x.org&logoColor=ffffff + :target: https://x.org + +|simpleicons visualstudio| + +.. code:: rst + + |simpleicons visualstudio| + + .. |simpleicons visualstudio| image:: https://img.shields.io/badge/--6C33AF?logo=visual%20studio + :target: https://visualstudio.microsoft.com + +|simpleicons golang| + +.. code:: rst + + |simpleicons golang| + + .. |simpleicons golang| image:: https://img.shields.io/badge/--00ADD8?logo=go&logoColor=ffffff + :target: https://golang.org + -------------- Open-Source @@ -1496,6 +1642,12 @@ License ? |GitHub license badges| :target: https://pypi.python.org/pypi/ansicolortags/ .. |PyPI status| image:: https://img.shields.io/pypi/status/ansicolortags.svg :target: https://pypi.python.org/pypi/ansicolortags/ +.. |made-with-JavaScript| image:: https://img.shields.io/badge/Made%20with-JavaScript-1f425f.svg + :target: https://www.javascript.com +.. |jsdelivr downloads official| image:: https://data.jsdelivr.com/v1/package/gh/jquery/jquery/badge?style=rounded + :target: https://www.jsdelivr.com/package/gh/jquery/jquery +.. |jsdelivr downloads shields| image:: https://img.shields.io/jsdelivr/gh/hm/jquery/jquery + :target: https://www.jsdelivr.com/package/gh/jquery/jquery .. |Bash Shell| image:: https://badges.frapsoft.com/bash/v1/bash.png?v=103 :target: https://github.com/ellerbrock/open-source-badges/ .. |made-with-bash| image:: https://img.shields.io/badge/Made%20with-Bash-1f425f.svg @@ -1604,6 +1756,28 @@ License ? |GitHub license badges| :target: https://creativecommons.org/licenses/by-sa/4.0 .. |forthebadge cc-sa| image:: http://ForTheBadge.com/images/badges/cc-sa.svg :target: https://creativecommons.org/licenses/by-sa/4.0 +.. |licensebuttons by-nc-sa-white| image:: https://licensebuttons.net/i/l/by-nc-sa/ffffff/00/00/00/88x31.png + :target: https://creativecommons.org/licenses/by-nc-sa/2.0 +.. |licensebuttons by-nc-sa-black| image:: https://licensebuttons.net/i/l/by-nc-sa/000000/ff/ff/ff/88x31.png + :target: https://creativecommons.org/licenses/by-nc-sa/2.0 +.. |licensebuttons by-nc-sa-magenta| image:: https://licensebuttons.net/i/l/by-nc-sa/eeeeee/ff/00/ff/88x31.png + :target: https://creativecommons.org/licenses/by-nc-sa/2.0 +.. |simpleicons vim| image:: https://img.shields.io/badge/--019733?logo=vim + :target: https://www.vim.org +.. |simpleicons openbsd| image:: https://img.shields.io/badge/--F2CA30?logo=openbsd&logoColor=000000 + :target: https://www.openbsd.org +.. |simpleicons suckless| image:: https://img.shields.io/badge/--1177AA?logo=suckless + :target: https://suckless.org +.. |simpleicons dwm| image:: https://img.shields.io/badge/--1177AA?logo=dwm + :target: https://dwm.suckless.org +.. |simpleicons git| image:: https://img.shields.io/badge/--F05032?logo=git&logoColor=ffffff + :target: http://git-scm.com +.. |simpleicons xorg| image:: https://img.shields.io/badge/--F28834?logo=x.org&logoColor=ffffff + :target: https://x.org +.. |simpleicons visualstudio| image:: https://img.shields.io/badge/--6C33AF?logo=visual%20studio + :target: https://visualstudio.microsoft.com +.. |simpleicons golang| image:: https://img.shields.io/badge/--00ADD8?logo=go&logoColor=ffffff + :target: https://golang.org .. |Open Source Love svg1| image:: https://badges.frapsoft.com/os/v1/open-source.svg?v=103 :target: https://github.com/ellerbrock/open-source-badges/ .. |Open Source Love png1| image:: https://badges.frapsoft.com/os/v1/open-source.png?v=103