Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/dosbox-staging/dosbox-staging.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPatryk Obara <dreamer.tan@gmail.com>2021-04-02 12:49:39 +0300
committerGitHub <noreply@github.com>2021-04-02 12:49:39 +0300
commit7027e4693f2517617bb2264f696871185f3d059c (patch)
tree050f83a2cf39cd2daf2d6ed71670260f9d742afc /README.md
parent7c4bb6ffd6d9e026245c769881431f4d1fc4394e (diff)
Move badge URLs to the bottom of README.md file
Makes it a bit easier to read the file as plain text.
Diffstat (limited to 'README.md')
-rw-r--r--README.md30
1 files changed, 22 insertions, 8 deletions
diff --git a/README.md b/README.md
index 71455f4fe..79b980860 100644
--- a/README.md
+++ b/README.md
@@ -1,7 +1,7 @@
# DOSBox Staging
-![GPL-2.0-or-later](https://img.shields.io/badge/license-GPL--2.0--or--later-blue)
-[![Chat](https://img.shields.io/discord/514567252864008206?color=%237289da&logo=discord&logoColor=white&label=discord)](https://discord.gg/WwAg3Xf)
+![GPL-2.0-or-later][gpl-badge]
+[![Chat][discord-badge]][discord]
This repository attempts to modernize the DOSBox codebase by using current
development practices and tools, fixing issues, and adding features that better
@@ -9,15 +9,15 @@ support today's systems.
### Build status
-[![Linux x86\_64 build status](https://img.shields.io/github/workflow/status/dosbox-staging/dosbox-staging/Linux%20builds?label=Linux%20(x86_64))](https://github.com/dosbox-staging/dosbox-staging/actions?query=workflow%3A%22Linux+builds%22)
-[![Linux other build status](https://img.shields.io/github/workflow/status/dosbox-staging/dosbox-staging/Platform%20builds?label=Linux%20(ARM,%20S390x))](https://github.com/dosbox-staging/dosbox-staging/actions?query=workflow%3A%22Platform+builds%22)
-[![Windows build status](https://img.shields.io/github/workflow/status/dosbox-staging/dosbox-staging/Windows%20builds?label=Windows%20(x86,%20x86_64))](https://github.com/dosbox-staging/dosbox-staging/actions?query=workflow%3A%22Windows+builds%22)
-[![macOS build status](https://img.shields.io/github/workflow/status/dosbox-staging/dosbox-staging/macOS%20builds?label=macOS%20(x86_64))](https://github.com/dosbox-staging/dosbox-staging/actions?query=workflow%3A%22macOS+builds%22)
+[![Linux x86\_64 build status][build-lin1-badge]][build-linux]
+[![Linux other build status][build-lin2-badge]][build-linux-2]
+[![Windows build status][build-win-badge]][build-win]
+[![macOS build status][build-mac-badge]][build-mac]
### Code quality status
-[![Coverity status](https://img.shields.io/coverity/scan/dosbox-staging)][4]
-[![LGTM grade](https://img.shields.io/lgtm/grade/cpp/github/dosbox-staging/dosbox-staging)][3]
+[![Coverity status][coverity-badge]][4]
+[![LGTM grade][lgtm-badge]][3]
## Summary of differences compared to upstream
@@ -220,3 +220,17 @@ For some historical context of why this repo exists you can read
[`vogons/*`]: https://github.com/dosbox-staging/dosbox-staging/branches/all?utf8=%E2%9C%93&query=vogons%2F
[`forks/*`]: https://github.com/dosbox-staging/dosbox-staging/branches/all?utf8=%E2%9C%93&query=forks%2F
[git-notes]: https://git-scm.com/docs/git-notes
+
+[gpl-badge]: https://img.shields.io/badge/license-GPL--2.0--or--later-blue
+[discord-badge]: https://img.shields.io/discord/514567252864008206?color=%237289da&logo=discord&logoColor=white&label=discord
+[discord]: https://discord.gg/WwAg3Xf
+[build-lin1-badge]: https://img.shields.io/github/workflow/status/dosbox-staging/dosbox-staging/Linux%20builds?label=Linux%20(x86_64)
+[build-linux]: https://github.com/dosbox-staging/dosbox-staging/actions?query=workflow%3A%22Linux+builds%22
+[build-lin2-badge]: https://img.shields.io/github/workflow/status/dosbox-staging/dosbox-staging/Platform%20builds?label=Linux%20(ARM,%20S390x)
+[build-linux-2]: https://github.com/dosbox-staging/dosbox-staging/actions?query=workflow%3A%22Platform+builds%22
+[build-win-badge]: https://img.shields.io/github/workflow/status/dosbox-staging/dosbox-staging/Windows%20builds?label=Windows%20(x86,%20x86_64)
+[build-win]: https://github.com/dosbox-staging/dosbox-staging/actions?query=workflow%3A%22Windows+builds%22
+[build-mac-badge]: https://img.shields.io/github/workflow/status/dosbox-staging/dosbox-staging/macOS%20builds?label=macOS%20(x86_64)
+[build-mac]: https://github.com/dosbox-staging/dosbox-staging/actions?query=workflow%3A%22macOS+builds%22
+[coverity-badge]: https://img.shields.io/coverity/scan/dosbox-staging
+[lgtm-badge]: https://img.shields.io/lgtm/grade/cpp/github/dosbox-staging/dosbox-staging