From 64473f6e22bbcdcc1f2162ed2b62b030eb3763af Mon Sep 17 00:00:00 2001 From: Lilian Besson Date: Tue, 27 Jun 2017 10:32:04 +0200 Subject: [PATCH] Added a .rST file also (same) --- README.md | 1 - README.rst | 1275 ++++++++++++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 1275 insertions(+), 1 deletion(-) create mode 100644 README.rst diff --git a/README.md b/README.md index 2fc750e..a1ee464 100644 --- a/README.md +++ b/README.md @@ -573,7 +573,6 @@ Version 3, in PNG: ## Possible TODO? - [ ] Download here a copy of every png/svg file, *only* for the static badges - [ ] Host the badges in this repo, and not on an external web service ? -- [ ] Update my README.md to link to *"my"* badges ## :scroll: License ? [![GitHub license](https://img.shields.io/github/license/Naereen/badges.svg)](https://github.com/Naereen/badges/blob/master/LICENSE) [MIT Licensed](https://lbesson.mit-license.org/) (file [LICENSE](LICENSE)). diff --git a/README.rst b/README.rst new file mode 100644 index 0000000..40578e0 --- /dev/null +++ b/README.rst @@ -0,0 +1,1275 @@ +List of Badges, in reStructuredText +=================================== + +A list of badges, with their `reStructuredText `__ +code, that can be included in a ``README.rst`` file for a GitHub or Bitbucket project. + + The same file for + `Markdown `__ code + is available here: `README.md `__. + +-------------- + +Generic +------- + +|Generic badge| + +.. code:: rst + + |Generic badge| + + .. |Generic badge| image:: https://img.shields.io/badge/--.svg + :target: + +-------------- + +Useful +------ + +Maintained? +~~~~~~~~~~~ + +|Maintenance yes| + +.. code:: rst + + |Maintenance yes| + + .. |Maintenance yes| image:: https://img.shields.io/badge/Maintained%3F-yes-green.svg + :target: https://GitHub.com/Naereen/StrapDown.js/graphs/commit-activity + +|Maintenance no| + +.. code:: rst + + |Maintenance no| + + .. |Maintenance no| image:: https://img.shields.io/badge/Maintained%3F-no-red.svg + :target: https://bitbucket.org/lbesson/ansi-colors + +`Website up/down `__ +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +|Website shields.io| + +.. code:: rst + + |Website shields.io| + + .. |Website shields.io| image:: https://img.shields.io/website-up-down-green-red/http/shields.io.svg + :target: http://shields.io/ + +|Website monip.org| + +.. code:: rst + + |Website monip.org| + + .. |Website monip.org| image:: https://img.shields.io/website-up-down-green-red/http/monip.org.svg + :target: http://monip.org/ + +|Website perso.crans.org| + +.. code:: rst + + |Website perso.crans.org| + + .. |Website perso.crans.org| image:: https://img.shields.io/website-up-down-green-red/http/perso.crans.org.svg + :target: http://perso.crans.org/ + +|Website naereen.github.io| + +.. code:: rst + + |Website naereen.github.io| + + .. |Website naereen.github.io| image:: https://img.shields.io/website-up-down-green-red/https/naereen.github.io.svg + :target: https://naereen.github.io/ + +|Website lbesson.bitbucket.org| + +.. code:: rst + + |Website lbesson.bitbucket.org| + + .. |Website lbesson.bitbucket.org| image:: https://img.shields.io/website-up-down-green-red/http/lbesson.bitbucket.org.svg + :target: http://lbesson.bitbucket.org/ + +|Website cv.lbesson.qc.to| + +.. code:: rst + + |Website cv.lbesson.qc.to| + + .. |Website cv.lbesson.qc.to| image:: https://img.shields.io/website-up-down-green-red/http/cv.lbesson.qc.to.svg + :target: http://cv.lbesson.qc.to/ + +|Website myfakewebsitethatshouldnotexist.at.least.i.hope| + +.. code:: rst + + |Website myfakewebsitethatshouldnotexist.at.least.i.hope| + + .. |Website myfakewebsitethatshouldnotexist.at.least.i.hope| image:: https://img.shields.io/website-up-down-green-red/http/myfakewebsitethatshouldnotexist.at.least.i.hope.svg + :target: http://myfakewebsitethatshouldnotexist.at.least.i.hope/ + +-------------- + +Feedback +-------- + +*"Ask me anything"* in English +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +|Ask Me Anything !| + +.. code:: rst + + |Ask Me Anything !| + + .. |Ask Me Anything !| image:: https://img.shields.io/badge/Ask%20me-anything-1abc9c.svg + :target: https://GitHub.com/Naereen/ama + +*"Demandez moi n'importe quoi"* in French +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +|Demandez moi n'importe quoi !| + +.. code:: rst + + |Demandez moi n'importe quoi !| + + .. |Demandez moi n'importe quoi !| image:: https://img.shields.io/badge/Demandez%20moi-n'%20importe%20quoi-1abc9c.svg + :target: https://GitHub.com/Naereen/ama.fr + +-------------- + +`Python `__ related +-------------------------------------------- + +|forthebadge made-with-python| + +.. code:: rst + + |forthebadge made-with-python| + + .. |forthebadge made-with-python| image:: http://ForTheBadge.com/images/badges/made-with-python.svg + :target: https://www.python.org/ + +|made-with-python| + +.. code:: rst + + |made-with-python| + + .. |made-with-python| image:: https://img.shields.io/badge/Made%20with-Python-1f425f.svg + :target: https://www.python.org/ + +|made-with-sphinx-doc| + +.. code:: rst + + |made-with-sphinx-doc| + + .. |made-with-sphinx-doc| image:: https://img.shields.io/badge/Made%20with-Sphinx-1f425f.svg + :target: https://www.sphinx-doc.org/ + +-------------- + +`Markdown `__ related +-------------------------------------------- + +|made-with-Markdown| + +.. code:: rst + + |made-with-Markdown| + + .. |made-with-Markdown| image:: https://img.shields.io/badge/Made%20with-Markdown-1f425f.svg + :target: http://commonmark.org + +|made-with-StrapDown.js| + +.. code:: rst + + |made-with-StrapDown.js| + + .. |made-with-StrapDown.js| image:: https://img.shields.io/badge/Made%20with-StrapDown.js-1f425f.svg + :target: https://GitHub.com/Naereen/StrapDown.js/ + +-------------- + +`LaTeX `__ related +-------------------------------------------------- + +|made-with-latex| + +.. code:: rst + + |made-with-latex| + + .. |made-with-latex| image:: https://img.shields.io/badge/Made%20with-LaTeX-1f425f.svg + :target: https://www.latex-project.org/ + +|made-with-mathjax| + +.. code:: rst + + |made-with-mathjax| + + .. |made-with-mathjax| image:: https://img.shields.io/badge/Made%20with-MathJax-1f425f.svg + :target: https://www.mathjax.org/ + +-------------- + +`PyPI `__ downloads +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +|PyPI download total| + +.. code:: rst + + |PyPI download total| + + .. |PyPI download total| image:: https://img.shields.io/pypi/dt/ansicolortags.svg + :target: https://pypi.python.org/pypi/ansicolortags/ + +|PyPI download month| + +.. code:: rst + + |PyPI download month| + + .. |PyPI download month| image:: https://img.shields.io/pypi/dm/ansicolortags.svg + :target: https://pypi.python.org/pypi/ansicolortags/ + +|PyPI download week| + +.. code:: rst + + |PyPI download week| + + .. |PyPI download week| image:: https://img.shields.io/pypi/dw/ansicolortags.svg + :target: https://pypi.python.org/pypi/ansicolortags/ + +|PyPI download day| + +.. code:: rst + + |PyPI download day| + + .. |PyPI download day| image:: https://img.shields.io/pypi/dd/ansicolortags.svg + :target: https://pypi.python.org/pypi/ansicolortags/ + +`PyPI `__ version +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +|PyPI version fury.io| + +.. code:: rst + + |PyPI version fury.io| + + .. |PyPI version fury.io| image:: https://badge.fury.io/py/ansicolortags.svg + :target: https://pypi.python.org/pypi/ansicolortags/ + +|PyPI version shields.io| + +.. code:: rst + + |PyPI version shields.io| + + .. |PyPI version shields.io| image:: https://img.shields.io/pypi/v/ansicolortags.svg + :target: https://pypi.python.org/pypi/ansicolortags/ + +`PyPI `__ license +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +|PyPI license| + +.. code:: rst + + |PyPI license| + + .. |PyPI license| image:: https://img.shields.io/pypi/l/ansicolortags.svg + :target: https://pypi.python.org/pypi/ansicolortags/ + +`PyPI `__ format +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +|PyPI format| + +.. code:: rst + + |PyPI format| + + .. |PyPI format| image:: https://img.shields.io/pypi/format/ansicolortags.svg + :target: https://pypi.python.org/pypi/ansicolortags/ + +`PyPI `__ python versions +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +|PyPI pyversions| + +.. code:: rst + + |PyPI pyversions| + + .. |PyPI pyversions| image:: https://img.shields.io/pypi/pyversions/ansicolortags.svg + :target: https://pypi.python.org/pypi/ansicolortags/ + +`PyPI `__ implementation +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +|PyPI implementation| + +.. code:: rst + + |PyPI implementation| + + .. |PyPI implementation| image:: https://img.shields.io/pypi/implementation/ansicolortags.svg + :target: https://pypi.python.org/pypi/ansicolortags/ + +`PyPI `__ status +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +|PyPI status| + +.. code:: rst + + |PyPI status| + + .. |PyPI status| image:: https://img.shields.io/pypi/status/ansicolortags.svg + :target: https://pypi.python.org/pypi/ansicolortags/ + +-------------- + +`GNU Bash `__ +------------------------------------------------- + +|Bash Shell| + +.. code:: rst + + |Bash Shell| + + .. |Bash Shell| image:: https://badges.frapsoft.com/bash/v1/bash.png?v=103 + :target: https://github.com/ellerbrock/open-source-badges/ + +|made-with-bash| + +.. code:: rst + + |made-with-bash| + + .. |made-with-bash| image:: https://img.shields.io/badge/Made%20with-Bash-1f425f.svg + :target: https://www.gnu.org/software/bash/ + +-------------- + +`Read the Docs `__ status +--------------------------------------------------- + +|Documentation Status| + +.. code:: rst + + |Documentation Status| + + .. |Documentation Status| image:: https://readthedocs.org/projects/ansicolortags/badge/?version=latest + :target: http://ansicolortags.readthedocs.io/?badge=latest + +-------------- + +GitHub related +-------------- + +GitHub license +~~~~~~~~~~~~~~ + +|GitHub license| + +.. code:: rst + + |GitHub license| + + .. |GitHub license| image:: https://img.shields.io/github/license/Naereen/StrapDown.js.svg + :target: https://github.com/Naereen/StrapDown.js/blob/master/LICENSE + +GitHub versions/tags/commits +~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +|GitHub release| + +.. code:: rst + + |GitHub release| + + .. |GitHub release| image:: https://img.shields.io/github/release/Naereen/StrapDown.js.svg + :target: https://GitHub.com/Naereen/StrapDown.js/releases/ + +|GitHub tag| + +.. code:: rst + + |GitHub tag| + + .. |GitHub tag| image:: https://img.shields.io/github/tag/Naereen/StrapDown.js.svg + :target: https://GitHub.com/Naereen/StrapDown.js/tags/ + +|GitHub commits| + +.. code:: rst + + |GitHub commits| + + .. |GitHub commits| image:: https://img.shields.io/github/commits-since/Naereen/StrapDown.js/v1.0.0.svg + :target: https://GitHub.com/Naereen/StrapDown.js/commit/ + +GitHub downloads +~~~~~~~~~~~~~~~~ + +|Github all releases| + +.. code:: rst + + |Github all releases| + + .. |Github all releases| image:: https://img.shields.io/github/downloads/Naereen/StrapDown.js/total.svg + :target: https://GitHub.com/Naereen/StrapDown.js/releases/) + +|Github releases (by release)| + +.. code:: rst + + [![Github releases (by release](https://img.shields.io/github/downloads/Naereen/StrapDown.js/v1.1/total.svg)](https://GitHub.com/Naereen/StrapDown.js/releases/) + +|Github releases (by Release)| + +.. code:: rst + + |Github Releases (by Release)| + + .. |Github Releases (by Release)| image:: https://img.shields.io/github/downloads/Naereen/StrapDown.js/v1.0.0/total.svg + :target: https://GitHub.com/Naereen/StrapDown.js/releases/) + +|Github releases (by asset)| + +.. code:: rst + + [![Github releases (by asset](https://img.shields.io/github/downloads/Naereen/StrapDown.js/latest/strapdown.min.js)](https://GitHub.com/Naereen/StrapDown.js/releases/) + +GitHub social +~~~~~~~~~~~~~ + +|GitHub forks| + +.. code:: rst + + |GitHub forks| + + .. |GitHub forks| image:: https://img.shields.io/github/forks/Naereen/StrapDown.js.svg?style=social&label=Fork&maxAge=2592000 + :target: https://GitHub.com/Naereen/StrapDown.js/network/ + +|GitHub stars| + +.. code:: rst + + |GitHub stars| + + .. |GitHub stars| image:: https://img.shields.io/github/stars/Naereen/StrapDown.js.svg?style=social&label=Star&maxAge=2592000 + :target: https://GitHub.com/Naereen/StrapDown.js/stargazers/ + +|GitHub watchers| + +.. code:: rst + + |GitHub watchers| + + .. |GitHub watchers| image:: https://img.shields.io/github/watchers/Naereen/StrapDown.js.svg?style=social&label=Watch&maxAge=2592000 + :target: https://GitHub.com/Naereen/StrapDown.js/watchers/ + +GitHub contributors +~~~~~~~~~~~~~~~~~~~ + +|GitHub contributors| + +.. code:: rst + + |GitHub contributors| + + .. |GitHub contributors| image:: https://img.shields.io/github/contributors/Naereen/StrapDown.js.svg + :target: https://GitHub.com/Naereen/StrapDown.js/graphs/contributors/ + +GitHub issues +~~~~~~~~~~~~~ + +|GitHub issues| + +.. code:: rst + + |GitHub issues| + + .. |GitHub issues| image:: https://img.shields.io/github/issues/Naereen/StrapDown.js.svg + :target: https://GitHub.com/Naereen/StrapDown.js/issues/ + +|GitHub issues-closed| + +.. code:: rst + + |GitHub issues-closed| + + .. |GitHub issues-closed| image:: https://img.shields.io/github/issues-closed/Naereen/StrapDown.js.svg + :target: https://GitHub.com/Naereen/StrapDown.js/issues?q=is%3Aissue+is%3Aclosed + +GitHub pull-requests +~~~~~~~~~~~~~~~~~~~~ + +|GitHub pull-requests| + +.. code:: rst + + |GitHub pull-requests| + + .. |GitHub pull-requests| image:: https://img.shields.io/github/issues-pr/Naereen/StrapDown.js.svg + :target: https://GitHub.com/Naereen/StrapDown.js/pull/ + +|GitHub pull-requests closed| + +.. code:: rst + + |GitHub pull-requests closed| + + .. |GitHub pull-requests closed| image:: https://img.shields.io/github/issues-pr-closed/Naereen/StrapDown.js.svg + :target: https://GitHub.com/Naereen/StrapDown.js/pull/ + +GitHub file size +~~~~~~~~~~~~~~~~ + +|Only 32 Kb| + +.. code:: rst + + |Only 32 Kb| + + .. |Only 32 Kb| image:: https://badge-size.herokuapp.com/Naereen/StrapDown.js/master/strapdown.min.js + :target: https://github.com/Naereen/StrapDown.js/blob/master/strapdown.min.js + +GitHub version +~~~~~~~~~~~~~~ + +|GitHub version| + +.. code:: rst + + |GitHub version| + + .. |GitHub version| image:: https://badge.fury.io/gh/Naereen%2FStrapDown.js.svg + :target: https://github.com/Naereen/StrapDown.js + +-------------- + +Bitbucket related +----------------- + +Bitbucket issues +~~~~~~~~~~~~~~~~ + +|Bitbucket issues| + +.. code:: rst + + |Bitbucket issues| + + .. |Bitbucket issues| image:: https://img.shields.io/bitbucket/issues/lbesson/bin.svg + :target: https://Bitbucket.org/lbesson/bin/issues/ + +Bitbucket Watchers +~~~~~~~~~~~~~~~~~~ + +.. raw:: html + + + +.. raw:: rst + + .. raw:: html + + + + +Bitbucket Fork +~~~~~~~~~~~~~~ + +.. raw:: html + + + +.. raw:: rst + + .. raw:: html + + + + +Bitbucket Follow +~~~~~~~~~~~~~~~~ + +.. raw:: html + + + +.. raw:: rst + + .. raw:: html + + + + +-------------- + +`PackageControl `__ related +------------------------------------------------------- + +|Package Control total downloads| + +.. code:: rst + + |Package Control total downloads| + + .. |Package Control total downloads| image:: https://img.shields.io/packagecontrol/dt/SwitchDictionary.svg + :target: https://packagecontrol.io/packages/SwitchDictionary + +|Package Control month downloads| + +.. code:: rst + + |Package Control month downloads| + + .. |Package Control month downloads| image:: https://img.shields.io/packagecontrol/dm/SwitchDictionary.svg + :target: https://packagecontrol.io/packages/SwitchDictionary + +|Package Control week downloads| + +.. code:: rst + + |Package Control week downloads| + + .. |Package Control week downloads| image:: https://img.shields.io/packagecontrol/dw/SwitchDictionary.svg + :target: https://packagecontrol.io/packages/SwitchDictionary + +|Package Control day downloads| + +.. code:: rst + + |Package Control day downloads| + + .. |Package Control day downloads| image:: https://img.shields.io/packagecontrol/dd/SwitchDictionary.svg + :target: https://packagecontrol.io/packages/SwitchDictionary + +-------------- + +`Google Analytics `__ +---------------------------------------------------- + + **Warning**: don't forget to change your Google Analytics code, from + ``UA-XXXXXXXX-XX`` to yourse! + +|Analytics pixel| + +.. code:: rst + + |Analytics pixel| + + .. |Analytics pixel| image:: https://ga-beacon.appspot.com/UA-38514290-17/github.com/Naereen/badges/README.md?pixel + :target: https://GitHub.com/Naereen/badges/ + +|Analytics img| + +.. code:: rst + + |Analytics img| + + .. |Analytics img| image:: https://ga-beacon.appspot.com/UA-38514290-17/github.com/Naereen/badges/README.md + :target: https://GitHub.com/Naereen/badges/ + +Licenses +-------- + +MIT License +~~~~~~~~~~~ + +|MIT license| + +.. code:: rst + + |MIT license| + + .. |MIT license| image:: https://img.shields.io/badge/License-MIT-blue.svg + :target: https://lbesson.mit-license.org/ + +GPLv3 License +~~~~~~~~~~~~~ + +|GPLv3 license| + +.. code:: rst + + |GPLv3 license| + + .. |GPLv3 license| image:: https://img.shields.io/badge/License-GPLv3-blue.svg + :target: http://perso.crans.org/besson/LICENSE.html + +|GPL license| + +.. code:: rst + + |GPL license| + + .. |GPL license| image:: https://img.shields.io/badge/License-GPL-blue.svg + :target: http://perso.crans.org/besson/LICENSE.html + +`Creative Commons Licenses `__ +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +|CC-0 license| + +.. code:: rst + + |CC-0 license| + + .. |CC-0 license| image:: https://img.shields.io/badge/License-CC--0-blue.svg + :target: https://creativecommons.org/licenses/by-nd/4.0 + +|forthebadge cc-0| + +.. code:: rst + + |forthebadge cc-0| + + .. |forthebadge cc-0| image:: http://ForTheBadge.com/images/badges/cc-0.svg + :target: http://ForTheBadge.com + +|licensebuttons by-nd| + +.. code:: rst + + |licensebuttons by-nd| + + .. |licensebuttons by-nd| image:: https://licensebuttons.net/l/by-nd/3.0/88x31.png + :target: https://creativecommons.org/licenses/by-nd/4.0 + +|forthebadge cc-by-nd| + +.. code:: rst + + |forthebadge cc-by-nd| + + .. |forthebadge cc-by-nd| image:: http://ForTheBadge.com/images/badges/cc-by-nd.svg + :target: https://creativecommons.org/licenses/by-nd/4.0 + +|licensebuttons by| + +.. code:: rst + + |licensebuttons by| + + .. |licensebuttons by| image:: https://licensebuttons.net/l/by/3.0/88x31.png + :target: https://creativecommons.org/licenses/by/4.0 + +|forthebadge cc-by| + +.. code:: rst + + |forthebadge cc-by| + + .. |forthebadge cc-by| image:: http://ForTheBadge.com/images/badges/cc-by.svg + :target: https://creativecommons.org/licenses/by/4.0 + +|licensebuttons by-nc-sa| + +.. code:: rst + + |licensebuttons by-nc-sa| + + .. |licensebuttons by-nc-sa| image:: https://licensebuttons.net/l/by-nc-sa/3.0/88x31.png + :target: https://creativecommons.org/licenses/by-nc-sa/4.0 + +|forthebadge cc-nc-sa| + +.. code:: rst + + |forthebadge cc-nc-sa| + + .. |forthebadge cc-nc-sa| image:: http://ForTheBadge.com/images/badges/cc-nc-sa.svg + :target: https://creativecommons.org/licenses/by-nc-sa/4.0 + +|licensebuttons by-nc| + +.. code:: rst + + |licensebuttons by-nc| + + .. |licensebuttons by-nc| image:: https://licensebuttons.net/l/by-nc/3.0/88x31.png + :target: https://creativecommons.org/licenses/by-nc/4.0 + +|forthebadge cc-nc| + +.. code:: rst + + |forthebadge cc-nc| + + .. |forthebadge cc-nc| image:: http://ForTheBadge.com/images/badges/cc-nc.svg + :target: https://creativecommons.org/licenses/by-nc/4.0 + +|licensebuttons by-sa| + +.. code:: rst + + |licensebuttons by-sa| + + .. |licensebuttons by-sa| image:: https://licensebuttons.net/l/by-sa/3.0/88x31.png + :target: https://creativecommons.org/licenses/by-sa/4.0 + +|forthebadge cc-sa| + +.. code:: rst + + |forthebadge cc-sa| + + .. |forthebadge cc-sa| image:: http://ForTheBadge.com/images/badges/cc-sa.svg + :target: https://creativecommons.org/licenses/by-sa/4.0 + +-------------- + +Open-Source +----------- + +Version 1, in SVG: |Open Source Love svg1| + +.. code:: rst + + |Open Source Love svg1| + + .. |Open Source Love svg1| image:: https://badges.frapsoft.com/os/v1/open-source.svg?v=103 + :target: https://github.com/ellerbrock/open-source-badges/ + +Version 1, in PNG: |Open Source Love png1| + +.. code:: rst + + |Open Source Love png1| + + .. |Open Source Love png1| image:: https://badges.frapsoft.com/os/v1/open-source.png?v=103 + :target: https://github.com/ellerbrock/open-source-badges/ + +Version 2, in SVG: |Open Source Love svg2| + +.. code:: rst + + |Open Source Love svg2| + + .. |Open Source Love svg2| image:: https://badges.frapsoft.com/os/v2/open-source.svg?v=103 + :target: https://github.com/ellerbrock/open-source-badges/ + +Version 2, in PNG: |Open Source Love png2| + +.. code:: rst + + |Open Source Love png2| + + .. |Open Source Love png2| image:: https://badges.frapsoft.com/os/v2/open-source.png?v=103 + :target: https://github.com/ellerbrock/open-source-badges/ + +Version 3, in SVG: |Open Source Love svg3| + +.. code:: rst + + |Open Source Love svg3| + + .. |Open Source Love svg3| image:: https://badges.frapsoft.com/os/v3/open-source.svg?v=103 + :target: https://github.com/ellerbrock/open-source-badges/ + +Version 3, in PNG: |Open Source Love png3| + +.. code:: rst + + |Open Source Love png3| + + .. |Open Source Love png3| image:: https://badges.frapsoft.com/os/v3/open-source.png?v=103 + :target: https://github.com/ellerbrock/open-source-badges/ + +-------------- + +Random +------ + +Ages 20-30... +~~~~~~~~~~~~~ + +|ForTheBadge 20-30| + +.. code:: rst + + |ForTheBadge 20-30| + + .. |ForTheBadge 20-30| image:: http://ForTheBadge.com/images/badges/ages-20-30.svg + :target: http://ForTheBadge.com + +Built by... +~~~~~~~~~~~ + +|ForTheBadge built-by-developers| + +.. code:: rst + + |ForTheBadge built-by-developers| + + .. |ForTheBadge built-by-developers| image:: http://ForTheBadge.com/images/badges/built-by-developers.svg + :target: https://GitHub.com/Naereen/ + +Built with... +~~~~~~~~~~~~~ + +|ForTheBadge built-with-love| + +.. code:: rst + + |ForTheBadge built-with-love| + + .. |ForTheBadge built-with-love| image:: http://ForTheBadge.com/images/badges/built-with-love.svg + :target: https://GitHub.com/Naereen/ + +|ForTheBadge built-with-science| + +.. code:: rst + + |ForTheBadge built-with-science| + + .. |ForTheBadge built-with-science| image:: http://ForTheBadge.com/images/badges/built-with-science.svg + :target: https://GitHub.com/Naereen/ + +|ForTheBadge built-with-swag| + +.. code:: rst + + |ForTheBadge built-with-swag| + + .. |ForTheBadge built-with-swag| image:: http://ForTheBadge.com/images/badges/built-with-swag.svg + :target: https://GitHub.com/Naereen/ + +Uses... +~~~~~~~ + +|ForTheBadge uses-badges| + +.. code:: rst + + |ForTheBadge uses-badges| + + .. |ForTheBadge uses-badges| image:: http://ForTheBadge.com/images/badges/uses-badges.svg + :target: http://ForTheBadge.com + +|ForTheBadge uses-git| + +.. code:: rst + + |ForTheBadge uses-git| + + .. |ForTheBadge uses-git| image:: http://ForTheBadge.com/images/badges/uses-git.svg + :target: https://GitHub.com/ + +|ForTheBadge uses-html| + +.. code:: rst + + |ForTheBadge uses-html| + + .. |ForTheBadge uses-html| image:: http://ForTheBadge.com/images/badges/uses-html.svg + :target: http://ForTheBadge.com + +|ForTheBadge uses-css| + +.. code:: rst + + |ForTheBadge uses-css| + + .. |ForTheBadge uses-css| image:: http://ForTheBadge.com/images/badges/uses-css.svg + :target: http://ForTheBadge.com + +|ForTheBadge uses-js| + +.. code:: rst + + |ForTheBadge uses-js| + + .. |ForTheBadge uses-js| image:: http://ForTheBadge.com/images/badges/uses-js.svg + :target: http://ForTheBadge.com + +Fun +~~~ + +|ForTheBadge makes-people-smile| + +.. code:: rst + + |ForTheBadge makes-people-smile| + + .. |ForTheBadge makes-people-smile| image:: http://ForTheBadge.com/images/badges/makes-people-smile.svg + :target: http://ForTheBadge.com + +|ForTheBadge powered-by-electricity| + +.. code:: rst + + |ForTheBadge powered-by-electricity| + + .. |ForTheBadge powered-by-electricity| image:: http://ForTheBadge.com/images/badges/powered-by-electricity.svg + :target: http://ForTheBadge.com + +|ForTheBadge winter-is-coming| + +.. code:: rst + + |ForTheBadge winter-is-coming| + + .. |ForTheBadge winter-is-coming| image:: http://ForTheBadge.com/images/badges/winter-is-coming.svg + :target: http://ForTheBadge.com + +-------------- + +References ? +------------ + +- `ForTheBadge.com `__ +- `Shields.io `__ +- `LicenseButtons.net `__ +- `open-source-badges `__ + by [@ellerbrock](https://github.com/ellerbrock) + +TODO +---- + +- [X] Finish this list +- [X] Update link for the *real ressource* that should get linked to +- [X] Update all my README.md to add nice badges + +Issues +------ + +- [ ] Smaller size (badge size) for some + `ForTheBadge.com `__ badges? (with-science, + winter-is-coming, made-with-python, all the creative-commons) + +Possible TODO? +-------------- + +- [ ] Download here a copy of every png/svg file, *only* for the static + badges +- [ ] Host the badges in this repo, and not on an external web service + ? + +License ? |GitHub license badges| +--------------------------------- + +`MIT Licensed `__ (file +`LICENSE `__). © `Lilian +Besson `__, 2016-17. + +|Maintenance| |Ask Me Anything !| |Analytics badges| + +|ForTheBadge built-with-swag| + +|ForTheBadge uses-badges| |ForTheBadge uses-git| + +.. |Generic badge| image:: https://img.shields.io/badge/%3CSUBJECT%3E-%3CSTATUS%3E-%3CCOLOR%3E.svg + :target: https://shields.io/ +.. |Maintenance yes| image:: https://img.shields.io/badge/Maintained%3F-yes-green.svg + :target: https://GitHub.com/Naereen/StrapDown.js/graphs/commit-activity +.. |Maintenance no| image:: https://img.shields.io/badge/Maintained%3F-no-red.svg + :target: https://bitbucket.org/lbesson/ansi-colors +.. |Website shields.io| image:: https://img.shields.io/website-up-down-green-red/http/shields.io.svg + :target: http://shields.io/ +.. |Website monip.org| image:: https://img.shields.io/website-up-down-green-red/http/monip.org.svg + :target: http://monip.org/ +.. |Website perso.crans.org| image:: https://img.shields.io/website-up-down-green-red/http/perso.crans.org.svg + :target: http://perso.crans.org/ +.. |Website naereen.github.io| image:: https://img.shields.io/website-up-down-green-red/https/naereen.github.io.svg + :target: https://naereen.github.io/ +.. |Website lbesson.bitbucket.org| image:: https://img.shields.io/website-up-down-green-red/http/lbesson.bitbucket.org.svg + :target: http://lbesson.bitbucket.org/ +.. |Website cv.lbesson.qc.to| image:: https://img.shields.io/website-up-down-green-red/http/cv.lbesson.qc.to.svg + :target: http://cv.lbesson.qc.to/ +.. |Website myfakewebsitethatshouldnotexist.at.least.i.hope| image:: https://img.shields.io/website-up-down-green-red/http/myfakewebsitethatshouldnotexist.at.least.i.hope.svg + :target: http://myfakewebsitethatshouldnotexist.at.least.i.hope/ +.. |Ask Me Anything !| image:: https://img.shields.io/badge/Ask%20me-anything-1abc9c.svg + :target: https://GitHub.com/Naereen/ama +.. |Demandez moi n'importe quoi !| image:: https://img.shields.io/badge/Demandez%20moi-n'%20importe%20quoi-1abc9c.svg + :target: https://GitHub.com/Naereen/ama.fr +.. |forthebadge made-with-python| image:: http://ForTheBadge.com/images/badges/made-with-python.svg + :target: https://www.python.org/ +.. |made-with-python| image:: https://img.shields.io/badge/Made%20with-Python-1f425f.svg + :target: https://www.python.org/ +.. |made-with-sphinx-doc| image:: https://img.shields.io/badge/Made%20with-Sphinx-1f425f.svg + :target: https://www.sphinx-doc.org/ +.. |made-with-Markdown| image:: https://img.shields.io/badge/Made%20with-Markdown-1f425f.svg + :target: http://commonmark.org +.. |made-with-StrapDown.js| image:: https://img.shields.io/badge/Made%20with-StrapDown.js-1f425f.svg + :target: https://GitHub.com/Naereen/StrapDown.js/ +.. |made-with-latex| image:: https://img.shields.io/badge/Made%20with-LaTeX-1f425f.svg + :target: https://www.latex-project.org/ +.. |made-with-mathjax| image:: https://img.shields.io/badge/Made%20with-MathJax-1f425f.svg + :target: https://www.mathjax.org/ +.. |PyPI download total| image:: https://img.shields.io/pypi/dt/ansicolortags.svg + :target: https://pypi.python.org/pypi/ansicolortags/ +.. |PyPI download month| image:: https://img.shields.io/pypi/dm/ansicolortags.svg + :target: https://pypi.python.org/pypi/ansicolortags/ +.. |PyPI download week| image:: https://img.shields.io/pypi/dw/ansicolortags.svg + :target: https://pypi.python.org/pypi/ansicolortags/ +.. |PyPI download day| image:: https://img.shields.io/pypi/dd/ansicolortags.svg + :target: https://pypi.python.org/pypi/ansicolortags/ +.. |PyPI version fury.io| image:: https://badge.fury.io/py/ansicolortags.svg + :target: https://pypi.python.org/pypi/ansicolortags/ +.. |PyPI version shields.io| image:: https://img.shields.io/pypi/v/ansicolortags.svg + :target: https://pypi.python.org/pypi/ansicolortags/ +.. |PyPI license| image:: https://img.shields.io/pypi/l/ansicolortags.svg + :target: https://pypi.python.org/pypi/ansicolortags/ +.. |PyPI format| image:: https://img.shields.io/pypi/format/ansicolortags.svg + :target: https://pypi.python.org/pypi/ansicolortags/ +.. |PyPI pyversions| image:: https://img.shields.io/pypi/pyversions/ansicolortags.svg + :target: https://pypi.python.org/pypi/ansicolortags/ +.. |PyPI implementation| image:: https://img.shields.io/pypi/implementation/ansicolortags.svg + :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/ +.. |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 + :target: https://www.gnu.org/software/bash/ +.. |Documentation Status| image:: https://readthedocs.org/projects/ansicolortags/badge/?version=latest + :target: http://ansicolortags.readthedocs.io/?badge=latest +.. |GitHub license| image:: https://img.shields.io/github/license/Naereen/StrapDown.js.svg + :target: https://github.com/Naereen/StrapDown.js/blob/master/LICENSE +.. |GitHub release| image:: https://img.shields.io/github/release/Naereen/StrapDown.js.svg + :target: https://GitHub.com/Naereen/StrapDown.js/releases/ +.. |GitHub tag| image:: https://img.shields.io/github/tag/Naereen/StrapDown.js.svg + :target: https://GitHub.com/Naereen/StrapDown.js/tags/ +.. |GitHub commits| image:: https://img.shields.io/github/commits-since/Naereen/StrapDown.js/v1.0.0.svg + :target: https://GitHub.com/Naereen/StrapDown.js/commit/ +.. |Github all releases| image:: https://img.shields.io/github/downloads/Naereen/StrapDown.js/total.svg + :target: https://GitHub.com/Naereen/StrapDown.js/releases/ +.. |Github releases (by release)| image:: https://img.shields.io/github/downloads/Naereen/StrapDown.js/v1.1/total.svg + :target: https://GitHub.com/Naereen/StrapDown.js/releases/ +.. |Github releases (by Release)| image:: https://img.shields.io/github/downloads/Naereen/StrapDown.js/v1.0.0/total.svg + :target: https://GitHub.com/Naereen/StrapDown.js/releases/ +.. |Github releases (by asset)| image:: https://img.shields.io/github/downloads/Naereen/StrapDown.js/latest/strapdown.min.js + :target: https://GitHub.com/Naereen/StrapDown.js/releases/ +.. |GitHub forks| image:: https://img.shields.io/github/forks/Naereen/StrapDown.js.svg?style=social&label=Fork&maxAge=2592000 + :target: https://GitHub.com/Naereen/StrapDown.js/network/ +.. |GitHub stars| image:: https://img.shields.io/github/stars/Naereen/StrapDown.js.svg?style=social&label=Star&maxAge=2592000 + :target: https://GitHub.com/Naereen/StrapDown.js/stargazers/ +.. |GitHub watchers| image:: https://img.shields.io/github/watchers/Naereen/StrapDown.js.svg?style=social&label=Watch&maxAge=2592000 + :target: https://GitHub.com/Naereen/StrapDown.js/watchers/ +.. |GitHub contributors| image:: https://img.shields.io/github/contributors/Naereen/StrapDown.js.svg + :target: https://GitHub.com/Naereen/StrapDown.js/graphs/contributors/ +.. |GitHub issues| image:: https://img.shields.io/github/issues/Naereen/StrapDown.js.svg + :target: https://GitHub.com/Naereen/StrapDown.js/issues/ +.. |GitHub issues-closed| image:: https://img.shields.io/github/issues-closed/Naereen/StrapDown.js.svg + :target: https://GitHub.com/Naereen/StrapDown.js/issues?q=is%3Aissue+is%3Aclosed +.. |GitHub pull-requests| image:: https://img.shields.io/github/issues-pr/Naereen/StrapDown.js.svg + :target: https://GitHub.com/Naereen/StrapDown.js/pull/ +.. |GitHub pull-requests closed| image:: https://img.shields.io/github/issues-pr-closed/Naereen/StrapDown.js.svg + :target: https://GitHub.com/Naereen/StrapDown.js/pull/ +.. |Only 32 Kb| image:: https://badge-size.herokuapp.com/Naereen/StrapDown.js/master/strapdown.min.js + :target: https://github.com/Naereen/StrapDown.js/blob/master/strapdown.min.js +.. |GitHub version| image:: https://badge.fury.io/gh/Naereen%2FStrapDown.js.svg + :target: https://github.com/Naereen/StrapDown.js +.. |Bitbucket issues| image:: https://img.shields.io/bitbucket/issues/lbesson/bin.svg + :target: https://Bitbucket.org/lbesson/bin/issues/ +.. |Package Control total downloads| image:: https://img.shields.io/packagecontrol/dt/SwitchDictionary.svg + :target: https://packagecontrol.io/packages/SwitchDictionary +.. |Package Control month downloads| image:: https://img.shields.io/packagecontrol/dm/SwitchDictionary.svg + :target: https://packagecontrol.io/packages/SwitchDictionary +.. |Package Control week downloads| image:: https://img.shields.io/packagecontrol/dw/SwitchDictionary.svg + :target: https://packagecontrol.io/packages/SwitchDictionary +.. |Package Control day downloads| image:: https://img.shields.io/packagecontrol/dd/SwitchDictionary.svg + :target: https://packagecontrol.io/packages/SwitchDictionary +.. |Analytics pixel| image:: https://ga-beacon.appspot.com/UA-38514290-17/github.com/Naereen/badges/README.md?pixel + :target: https://GitHub.com/Naereen/badges/ +.. |Analytics img| image:: https://ga-beacon.appspot.com/UA-38514290-17/github.com/Naereen/badges/README.md + :target: https://GitHub.com/Naereen/badges/ +.. |MIT license| image:: https://img.shields.io/badge/License-MIT-blue.svg + :target: https://lbesson.mit-license.org/ +.. |GPLv3 license| image:: https://img.shields.io/badge/License-GPLv3-blue.svg + :target: http://perso.crans.org/besson/LICENSE.html +.. |GPL license| image:: https://img.shields.io/badge/License-GPL-blue.svg + :target: http://perso.crans.org/besson/LICENSE.html +.. |CC-0 license| image:: https://img.shields.io/badge/License-CC--0-blue.svg + :target: https://creativecommons.org/licenses/by-nd/4.0 +.. |forthebadge cc-0| image:: http://ForTheBadge.com/images/badges/cc-0.svg + :target: http://ForTheBadge.com +.. |licensebuttons by-nd| image:: https://licensebuttons.net/l/by-nd/3.0/88x31.png + :target: https://creativecommons.org/licenses/by-nd/4.0 +.. |forthebadge cc-by-nd| image:: http://ForTheBadge.com/images/badges/cc-by-nd.svg + :target: https://creativecommons.org/licenses/by-nd/4.0 +.. |licensebuttons by| image:: https://licensebuttons.net/l/by/3.0/88x31.png + :target: https://creativecommons.org/licenses/by/4.0 +.. |forthebadge cc-by| image:: http://ForTheBadge.com/images/badges/cc-by.svg + :target: https://creativecommons.org/licenses/by/4.0 +.. |licensebuttons by-nc-sa| image:: https://licensebuttons.net/l/by-nc-sa/3.0/88x31.png + :target: https://creativecommons.org/licenses/by-nc-sa/4.0 +.. |forthebadge cc-nc-sa| image:: http://ForTheBadge.com/images/badges/cc-nc-sa.svg + :target: https://creativecommons.org/licenses/by-nc-sa/4.0 +.. |licensebuttons by-nc| image:: https://licensebuttons.net/l/by-nc/3.0/88x31.png + :target: https://creativecommons.org/licenses/by-nc/4.0 +.. |forthebadge cc-nc| image:: http://ForTheBadge.com/images/badges/cc-nc.svg + :target: https://creativecommons.org/licenses/by-nc/4.0 +.. |licensebuttons by-sa| image:: https://licensebuttons.net/l/by-sa/3.0/88x31.png + :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 +.. |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 + :target: https://github.com/ellerbrock/open-source-badges/ +.. |Open Source Love svg2| image:: https://badges.frapsoft.com/os/v2/open-source.svg?v=103 + :target: https://github.com/ellerbrock/open-source-badges/ +.. |Open Source Love png2| image:: https://badges.frapsoft.com/os/v2/open-source.png?v=103 + :target: https://github.com/ellerbrock/open-source-badges/ +.. |Open Source Love svg3| image:: https://badges.frapsoft.com/os/v3/open-source.svg?v=103 + :target: https://github.com/ellerbrock/open-source-badges/ +.. |Open Source Love png3| image:: https://badges.frapsoft.com/os/v3/open-source.png?v=103 + :target: https://github.com/ellerbrock/open-source-badges/ +.. |ForTheBadge 20-30| image:: http://ForTheBadge.com/images/badges/ages-20-30.svg + :target: http://ForTheBadge.com +.. |ForTheBadge built-by-developers| image:: http://ForTheBadge.com/images/badges/built-by-developers.svg + :target: https://GitHub.com/Naereen/ +.. |ForTheBadge built-with-love| image:: http://ForTheBadge.com/images/badges/built-with-love.svg + :target: https://GitHub.com/Naereen/ +.. |ForTheBadge built-with-science| image:: http://ForTheBadge.com/images/badges/built-with-science.svg + :target: https://GitHub.com/Naereen/ +.. |ForTheBadge built-with-swag| image:: http://ForTheBadge.com/images/badges/built-with-swag.svg + :target: https://GitHub.com/Naereen/ +.. |ForTheBadge uses-badges| image:: http://ForTheBadge.com/images/badges/uses-badges.svg + :target: http://ForTheBadge.com +.. |ForTheBadge uses-git| image:: http://ForTheBadge.com/images/badges/uses-git.svg + :target: https://GitHub.com/ +.. |ForTheBadge uses-html| image:: http://ForTheBadge.com/images/badges/uses-html.svg + :target: http://ForTheBadge.com +.. |ForTheBadge uses-css| image:: http://ForTheBadge.com/images/badges/uses-css.svg + :target: http://ForTheBadge.com +.. |ForTheBadge uses-js| image:: http://ForTheBadge.com/images/badges/uses-js.svg + :target: http://ForTheBadge.com +.. |ForTheBadge makes-people-smile| image:: http://ForTheBadge.com/images/badges/makes-people-smile.svg + :target: http://ForTheBadge.com +.. |ForTheBadge powered-by-electricity| image:: http://ForTheBadge.com/images/badges/powered-by-electricity.svg + :target: http://ForTheBadge.com +.. |ForTheBadge winter-is-coming| image:: http://ForTheBadge.com/images/badges/winter-is-coming.svg + :target: http://ForTheBadge.com +.. |GitHub license badges| image:: https://img.shields.io/github/license/Naereen/badges.svg + :target: https://github.com/Naereen/badges/blob/master/LICENSE +.. |Maintenance| image:: https://img.shields.io/badge/Maintained%3F-yes-green.svg + :target: https://GitHub.com/Naereen/badges/graphs/commit-activity +.. |Analytics badges| image:: https://ga-beacon.appspot.com/UA-38514290-17/github.com/Naereen/badges/README.md?pixel + :target: https://GitHub.com/Naereen/badges/