1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39
|
From: Jonas Meurer <jonas@freesources.org>
Date: Fri, 22 Feb 2019 21:21:55 +0100
Subject: README.rst: remove embedded images
Forwarded: not-needed
The documentation files shipped with Debian packages should not embed
remote images, especially not from sources that are known to track
users (like shields.io).
---
README.rst | 15 ---------------
1 file changed, 15 deletions(-)
diff --git a/README.rst b/README.rst
index f2aa137..3f6cda3 100644
--- a/README.rst
+++ b/README.rst
@@ -2,21 +2,6 @@
HyperKitty - Archiver for GNU Mailman v3
========================================
-.. image:: https://gitlab.com/mailman/hyperkitty/badges/master/pipeline.svg?ignore_skipped=true&key_text=build&key_width=42
- :target: https://gitlab.com/mailman/hyperkitty/commits/master
-
-.. image:: https://gitlab.com/mailman/hyperkitty/badges/master/coverage.svg?job=coverage
- :target: https://gitlab.com/mailman/hyperkitty/commits/master
-
-.. image:: https://readthedocs.org/projects/hyperkitty/badge/?version=latest
- :target: https://hyperkitty.readthedocs.io
-
-.. image:: http://img.shields.io/pypi/v/hyperkitty.svg
- :target: https://pypi.python.org/pypi/hyperkitty
-
-.. image:: http://img.shields.io/pypi/dm/hyperkitty.svg
- :target: https://pypi.python.org/pypi/hyperkitty
-
HyperKitty is an open source Django application under development. It aims to
provide a web interface to access GNU Mailman v3 archives.
|