mirror of
https://github.com/zplug/zplug
synced 2026-03-07 14:36:22 +01:00
- Delete .travis.yml (Travis CI is deprecated) - Delete .github/stale.yml (Probot Stale is deprecated) - Delete .github/ISSUE_TEMPLATE.md (superseded by ISSUE_TEMPLATE/ directory) - Delete misc/dev/release.zsh (contains hardcoded GitHub API token, mostly non-functional) - Delete .github/workflows/revert.yml (unmaintained srt32/revert action, security risk) - Remove Travis CI and Slack badges/links from docs - Remove broken Heroku links from docs - Update master -> main references in badge links - Improve .github/ISSUE_TEMPLATE/config.yml contact link description
35 lines
1.7 KiB
Markdown
35 lines
1.7 KiB
Markdown
# Badges
|
|
|
|
[![][latest-badge]][latest-link]
|
|
[![][homebrew-badge]][homebrew-link]
|
|
[![][aur-version-badge]][aur-version-link]
|
|
[![][aur-votes-badge]][aur-votes-link]
|
|
[![][tag-badge]][tag-link]
|
|
[![][release-badge]][release-link]
|
|
[![][commits-since-badge]][commits-since-link]
|
|
[![][website-badge]][website-link]
|
|
[![][stable-badge]][stable-link]
|
|
|
|
[latest-badge]: https://img.shields.io/badge/latest-v2.1.0-ca7f85.svg?style=flat-square
|
|
[homebrew-badge]: https://img.shields.io/homebrew/v/zplug.svg?style=flat-square
|
|
[aur-version-badge]: https://img.shields.io/aur/version/zplug.svg?style=flat-square
|
|
[aur-votes-badge]: https://img.shields.io/aur/votes/zplug.svg?style=flat-square
|
|
[tag-badge]: https://img.shields.io/github/tag/zplug/zplug.svg?style=flat-square
|
|
[release-badge]: https://img.shields.io/github/release/zplug/zplug.svg?style=flat-square
|
|
[commits-since-badge]: https://img.shields.io/github/commits-since/zplug/zplug/2.1.0.svg?style=flat-square
|
|
[website-badge]: https://img.shields.io/website-up-down-green-red/http/zplug.sh.svg?style=flat-square
|
|
[stable-badge]: https://img.shields.io/badge/stable-2.1.0-00CCFF.svg?style=flat-square
|
|
|
|
[latest-link]: https://github.com/zplug/zplug/releases
|
|
[homebrew-link]: https://github.com/Homebrew/homebrew-core/blob/main/Formula/zplug.rb
|
|
[aur-version-link]: https://aur.archlinux.org/packages/zplug
|
|
[aur-votes-link]: https://aur.archlinux.org/packages/zplug
|
|
[tag-link]: https://github.com/zplug/zplug/tags
|
|
[release-link]: https://github.com/zplug/zplug/releases
|
|
[commits-since-link]: https://github.com/zplug/zplug/compare/2.1.0...main
|
|
[website-link]: http://zplug.sh
|
|
[stable-link]: https://github.com/zplug/zplug/releases/tag/2.1.0
|
|
|
|
[repo]: https://github.com/zplug/zplug
|
|
[license]: http://b4b4r07.mit-license.org
|