mirror of
https://github.com/Naereen/badges.git
synced 2025-12-27 17:38:42 -08:00
Added lots of code
This commit is contained in:
parent
9d069e681d
commit
2def9127e4
1 changed files with 105 additions and 19 deletions
124
README.md
124
README.md
|
|
@ -1,25 +1,14 @@
|
|||
# List of Badges
|
||||
# List of Badges, in Markdown
|
||||
A list of badges, with their Markdown code, that can be included in a `README.md` file for a GitHub or Bitbucket project.
|
||||
|
||||
## 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](http://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 ?
|
||||
- [ ] Update my README.md to link to *"my"* badges
|
||||
> The same file for [reStructuredText](http://docutils.sourceforge.net/rst.html) code is available here: [README.rst](README.rst).
|
||||
|
||||
----
|
||||
|
||||
## Generic
|
||||
[]()
|
||||
[](https://shields.io/)
|
||||
```markdown
|
||||
[]()
|
||||
[](https://shields.io/)
|
||||
```
|
||||
|
||||
----
|
||||
|
|
@ -100,6 +89,25 @@ A list of badges, with their Markdown code, that can be included in a `README.md
|
|||
[](https://www.python.org/)
|
||||
```
|
||||
|
||||
[](https://www.sphinx-doc.org/)
|
||||
```markdown
|
||||
[](https://www.sphinx-doc.org/)
|
||||
```
|
||||
|
||||
----
|
||||
|
||||
## [Markdown](http://commonmark.org) related
|
||||
|
||||
[](http://commonmark.org)
|
||||
```markdown
|
||||
[](http://commonmark.org)
|
||||
```
|
||||
|
||||
[](https://GitHub.com/Naereen/StrapDown.js/)
|
||||
```markdown
|
||||
[](https://GitHub.com/Naereen/StrapDown.js/)
|
||||
```
|
||||
|
||||
----
|
||||
|
||||
## [LaTeX](https://www.latex-project.org/) related
|
||||
|
|
@ -114,6 +122,8 @@ A list of badges, with their Markdown code, that can be included in a `README.md
|
|||
[](https://www.mathjax.org/)
|
||||
```
|
||||
|
||||
----
|
||||
|
||||
### [PyPI](https://pypi.python.org/) downloads
|
||||
[](https://pypi.python.org/pypi/ansicolortags/)
|
||||
```markdown
|
||||
|
|
@ -136,14 +146,14 @@ A list of badges, with their Markdown code, that can be included in a `README.md
|
|||
```
|
||||
|
||||
### [PyPI](https://pypi.python.org/) version
|
||||
[](https://pypi.python.org/pypi/ansicolortags/)
|
||||
[](https://pypi.python.org/pypi/ansicolortags/)
|
||||
```markdown
|
||||
[](https://pypi.python.org/pypi/ansicolortags/)
|
||||
[](https://pypi.python.org/pypi/ansicolortags/)
|
||||
```
|
||||
|
||||
[](https://pypi.python.org/pypi/ansicolortags/)
|
||||
[](https://pypi.python.org/pypi/ansicolortags/)
|
||||
```markdown
|
||||
[](https://pypi.python.org/pypi/ansicolortags/)
|
||||
[](https://pypi.python.org/pypi/ansicolortags/)
|
||||
```
|
||||
|
||||
### [PyPI](https://pypi.python.org/) license
|
||||
|
|
@ -178,6 +188,20 @@ A list of badges, with their Markdown code, that can be included in a `README.md
|
|||
|
||||
----
|
||||
|
||||
## [GNU Bash](https://www.gnu.org/software/bash/)
|
||||
|
||||
[](https://github.com/ellerbrock/open-source-badges/)
|
||||
```markdown
|
||||
[](https://github.com/ellerbrock/open-source-badges/)
|
||||
```
|
||||
|
||||
[](https://www.gnu.org/software/bash/)
|
||||
```markdown
|
||||
[](https://www.gnu.org/software/bash/)
|
||||
```
|
||||
|
||||
----
|
||||
|
||||
## [Read the Docs](https://readthedocs.org/) status
|
||||
[](http://ansicolortags.readthedocs.io/?badge=latest)
|
||||
```markdown
|
||||
|
|
@ -296,6 +320,15 @@ A list of badges, with their Markdown code, that can be included in a `README.md
|
|||
[](https://Bitbucket.org/lbesson/bin/issues/)
|
||||
```
|
||||
|
||||
### Bitbucket Watchers
|
||||
<iframe src="https://lbesson.bitbucket.io/bbbtns/bitbucket-btn.html?user=lbesson&repo=lbesson.bitbucket.org&type=watch&count=true&size=large" allowtransparency="true" frameborder="0" scrolling="0" width="160px" height="30px"></iframe>
|
||||
|
||||
### Bitbucket Fork
|
||||
<iframe src="https://lbesson.bitbucket.io/bbbtns/bitbucket-btn.html?user=lbesson&repo=lbesson.bitbucket.org&type=fork&count=true&size=large" allowtransparency="true" frameborder="0" scrolling="0" width="156px" height="30px"></iframe>
|
||||
|
||||
### Bitbucket Follow
|
||||
<iframe src="https://lbesson.bitbucket.io/bbbtns/bitbucket-btn.html?user=lbesson&type=follow&count=true&size=large" allowtransparency="true" frameborder="0" scrolling="0" width="224px" height="30px"></iframe>
|
||||
|
||||
----
|
||||
|
||||
## [PackageControl](https://packagecontrol.io/) related
|
||||
|
|
@ -411,6 +444,45 @@ A list of badges, with their Markdown code, that can be included in a `README.md
|
|||
|
||||
----
|
||||
|
||||
## Open-Source
|
||||
Version 1, in SVG:
|
||||
[](https://github.com/ellerbrock/open-source-badges/)
|
||||
```markdown
|
||||
[](https://github.com/ellerbrock/open-source-badges/)
|
||||
```
|
||||
|
||||
Version 1, in PNG:
|
||||
[](https://github.com/ellerbrock/open-source-badges/)
|
||||
```markdown
|
||||
[](https://github.com/ellerbrock/open-source-badges/)
|
||||
```
|
||||
|
||||
Version 2, in SVG:
|
||||
[](https://github.com/ellerbrock/open-source-badges/)
|
||||
```markdown
|
||||
[](https://github.com/ellerbrock/open-source-badges/)
|
||||
```
|
||||
|
||||
Version 2, in PNG:
|
||||
[](https://github.com/ellerbrock/open-source-badges/)
|
||||
```markdown
|
||||
[](https://github.com/ellerbrock/open-source-badges/)
|
||||
```
|
||||
|
||||
Version 3, in SVG:
|
||||
[](https://github.com/ellerbrock/open-source-badges/)
|
||||
```markdown
|
||||
[](https://github.com/ellerbrock/open-source-badges/)
|
||||
```
|
||||
|
||||
Version 3, in PNG:
|
||||
[](https://github.com/ellerbrock/open-source-badges/)
|
||||
```markdown
|
||||
[](https://github.com/ellerbrock/open-source-badges/)
|
||||
```
|
||||
|
||||
----
|
||||
|
||||
## Random
|
||||
### Ages 20-30...
|
||||
[](http://ForTheBadge.com)
|
||||
|
|
@ -488,6 +560,20 @@ A list of badges, with their Markdown code, that can be included in a `README.md
|
|||
- [ForTheBadge.com](http://ForTheBadge.com/)
|
||||
- [Shields.io](https://shields.io)
|
||||
- [LicenseButtons.net](https://licensebuttons.net/)
|
||||
- [open-source-badges](https://github.com/ellerbrock/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](http://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 ?
|
||||
- [ ] Update my README.md to link to *"my"* badges
|
||||
|
||||
## :scroll: License ? [](https://github.com/Naereen/badges/blob/master/LICENSE)
|
||||
[MIT Licensed](https://lbesson.mit-license.org/) (file [LICENSE](LICENSE)).
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue