From 1671effaf4173d93a3a7ab4b184ecc88de267a59 Mon Sep 17 00:00:00 2001 From: hashworks Date: Sun, 30 Aug 2020 13:19:28 +0200 Subject: [PATCH 1/2] Replace AUR shield with official Arch Linux package I recently became an Arch Linux Trusted User and moved kiwix-tools to the official community repository. Hence, the shield needs to be updated. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 97c2bd2..efa30e7 100644 --- a/README.md +++ b/README.md @@ -22,7 +22,7 @@ Distribution #### Contribution -[![AUR](https://img.shields.io/aur/version/kiwix-tools)](https://aur.archlinux.org/packages/kiwix-tools/) +[![Arch Linux package](https://img.shields.io/archlinux/v/community/x86_64/kiwix-tools)](https://www.archlinux.org/packages/community/x86_64/kiwix-tools/) [![Sandstorm](https://img.shields.io/badge/Sandstorm-kiwix-blue)](https://apps.sandstorm.io/app/5uh349d0kky2zp5whrh2znahn27gwha876xze3864n0fu9e5220h) Disclaimer From 977cfb9887e1b1886d30d7afc6bcc3c502d49b1c Mon Sep 17 00:00:00 2001 From: hashworks Date: Sun, 30 Aug 2020 21:00:28 +0200 Subject: [PATCH 2/2] Switch to repology package badge --- README.md | 16 ++++------------ 1 file changed, 4 insertions(+), 12 deletions(-) diff --git a/README.md b/README.md index efa30e7..e6a40fd 100644 --- a/README.md +++ b/README.md @@ -8,22 +8,14 @@ command line tools: * kiwix-search: Fulltext search in ZIM files * kiwix-serve: HTTP daemon serving ZIM files +[![latest release](https://img.shields.io/github/v/tag/kiwix/kiwix-tools?label=latest%20release&sort=semver)](https://download.kiwix.org/release/kiwix-tools/) +[![Docker](https://img.shields.io/docker/cloud/build/kiwix/kiwix-serve)](https://hub.docker.com/r/kiwix/kiwix-serve) +[![Sandstorm](https://img.shields.io/badge/Sandstorm-kiwix-blue)](https://apps.sandstorm.io/app/5uh349d0kky2zp5whrh2znahn27gwha876xze3864n0fu9e5220h) [![Build Status](https://github.com/kiwix/kiwix-tools/workflows/CI/badge.svg?query=branch%3Amaster)](https://github.com/kiwix/kiwix-tools/actions?query=branch%3Amaster) [![CodeFactor](https://www.codefactor.io/repository/github/kiwix/kiwix-tools/badge)](https://www.codefactor.io/repository/github/kiwix/kiwix-tools) [![License: GPL v3](https://img.shields.io/badge/License-GPLv3-blue.svg)](https://www.gnu.org/licenses/gpl-3.0) -Distribution ------------- - -#### Official - -[![latest release](https://img.shields.io/github/v/tag/kiwix/kiwix-tools?label=latest%20release&sort=semver)](https://download.kiwix.org/release/kiwix-tools/) -[![Docker](https://img.shields.io/docker/cloud/build/kiwix/kiwix-serve)](https://hub.docker.com/r/kiwix/kiwix-serve) - -#### Contribution - -[![Arch Linux package](https://img.shields.io/archlinux/v/community/x86_64/kiwix-tools)](https://www.archlinux.org/packages/community/x86_64/kiwix-tools/) -[![Sandstorm](https://img.shields.io/badge/Sandstorm-kiwix-blue)](https://apps.sandstorm.io/app/5uh349d0kky2zp5whrh2znahn27gwha876xze3864n0fu9e5220h) +[![Packaging status](https://repology.org/badge/vertical-allrepos/kiwix-tools.svg)](https://repology.org/project/kiwix-tools/versions) Disclaimer ----------