Skip to content
This repository was archived by the owner on Apr 26, 2024. It is now read-only.

Commit 719474c

Browse files
authored
Add useful shields to readme (#8493)
Added shields directing to synapse-dev room, showing license, latest version on PyPi and supported Python versions. I've moved substitution definitions to the bottom to improve readability. Signed-off-by: Mateusz Przybyłowicz <uamfhq@gmail.com>
1 parent b28bfd9 commit 719474c

File tree

2 files changed

+24
-7
lines changed

2 files changed

+24
-7
lines changed

README.rst

Lines changed: 23 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,6 @@
1-
================
2-
Synapse |shield|
3-
================
4-
5-
.. |shield| image:: https://img.shields.io/matrix/synapse:matrix.org?label=support&logo=matrix
6-
:alt: (get support on #synapse:matrix.org)
7-
:target: https://matrix.to/#/#synapse:matrix.org
1+
=========================================================
2+
Synapse |support| |development| |license| |pypi| |python|
3+
=========================================================
84

95
.. contents::
106

@@ -374,3 +370,23 @@ something like the following in their logs::
374370

375371
This is normally caused by a misconfiguration in your reverse-proxy. See
376372
`<docs/reverse_proxy.md>`_ and double-check that your settings are correct.
373+
374+
.. |support| image:: https://img.shields.io/matrix/synapse:matrix.org?label=support&logo=matrix
375+
:alt: (get support on #synapse:matrix.org)
376+
:target: https://matrix.to/#/#synapse:matrix.org
377+
378+
.. |development| image:: https://img.shields.io/matrix/synapse-dev:matrix.org?label=development&logo=matrix
379+
:alt: (discuss development on #synapse-dev:matrix.org)
380+
:target: https://matrix.to/#/#synapse-dev:matrix.org
381+
382+
.. |license| image:: https://img.shields.io/github/license/matrix-org/synapse
383+
:alt: (check license in LICENSE file)
384+
:target: LICENSE
385+
386+
.. |pypi| image:: https://img.shields.io/pypi/v/matrix-synapse
387+
:alt: (latest version released on PyPi)
388+
:target: https://pypi.org/project/matrix-synapse
389+
390+
.. |python| image:: https://img.shields.io/pypi/pyversions/matrix-synapse
391+
:alt: (supported python versions)
392+
:target: https://pypi.org/project/matrix-synapse

changelog.d/8493.doc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Improve readme by adding new shield.io badges.

0 commit comments

Comments
 (0)