diff options
author | Badlop <badlop@process-one.net> | 2022-05-04 02:36:40 +0200 |
---|---|---|
committer | Badlop <badlop@process-one.net> | 2022-05-04 18:01:46 +0200 |
commit | c3d8c3d9c5884dbe93b2d9d0aae33b82c356d6ec (patch) | |
tree | 275e09b43c81b8f7d888a6c2728001e0ae22883b | |
parent | Update man page (diff) |
README: Improve badges, header, commercial links
-rw-r--r-- | CONTAINER.md | 2 | ||||
-rw-r--r-- | README.md | 34 |
2 files changed, 27 insertions, 9 deletions
diff --git a/CONTAINER.md b/CONTAINER.md index e62553d71..5c5ce62c5 100644 --- a/CONTAINER.md +++ b/CONTAINER.md @@ -1,6 +1,6 @@ [](https://github.com/processone/ejabberd/tags) -[](https://github.com/badlop/ejabberd/pkgs/container/ejabberd) +[](https://github.com/processone/ejabberd/pkgs/container/ejabberd) [](https://hub.docker.com/r/ejabberd/ecs/) @@ -1,10 +1,27 @@ -ejabberd Community Edition -========================== -[](https://github.com/processone/ejabberd/actions/workflows/ci.yml) -[](https://coveralls.io/github/processone/ejabberd?branch=master) -[](https://hosted.weblate.org/projects/ejabberd/ejabberd-po/) -[](https://hex.pm/packages/ejabberd) +<p align="center"> + <img src="https://www.process-one.net/wp-content/uploads/2022/05/ejabberd-logo-rounded-index.png" + height="216"> +</p> +<p align="center"> + <a href="https://github.com/processone/ejabberd/tags" alt="GitHub tag (latest SemVer)"> + <img src="https://img.shields.io/github/v/tag/processone/ejabberd?sort=semver&logo=embarcadero&label=&color=3fb0d2&logoWidth=20" /></a> + <a href="https://hex.pm/packages/ejabberd" alt="Hex version"> + <img src="https://img.shields.io/hexpm/v/ejabberd.svg" /></a> + <a href="https://github.com/processone/ejabberd/pkgs/container/ejabberd" alt="GitHub Container"> + <img src="https://img.shields.io/github/v/tag/processone/ejabberd?label=container&sort=semver" /></a> + <a href="https://hub.docker.com/r/ejabberd/ecs/" alt="Docker Image Version (latest semver)"> + <img src="https://img.shields.io/docker/v/ejabberd/ecs?label=docker" /></a> + <a href="https://formulae.brew.sh/formula/ejabberd" alt="homebrew version"> + <img src="https://img.shields.io/homebrew/v/ejabberd" /></a> + <br /> + <a href="https://github.com/processone/ejabberd/actions/workflows/ci.yml" alt="CI"> + <img src="https://github.com/processone/ejabberd/actions/workflows/ci.yml/badge.svg" /></a> + <a href="https://coveralls.io/github/processone/ejabberd?branch=master" alt="Coverage Status"> + <img src="https://coveralls.io/repos/github/processone/ejabberd/badge.svg?branch=master "Coverage in coveralls.io"" /></a> + <a href="https://hosted.weblate.org/projects/ejabberd/ejabberd-po/" alt="Translation status"> + <img src="https://hosted.weblate.org/widgets/ejabberd/-/ejabberd-po/svg-badge.svg"" /></a> +</p> [ejabberd][im] is an open-source, @@ -60,8 +77,8 @@ Security reports or concerns should preferably be reported privately, please send an email to the address: contact [at] process-one [dot] net or some other method from [ProcessOne Contact][p1contact]. -For commercial offering and support, including _ejabberd Business Edition_ -and _Fluux (ejabberd in the Cloud)_, please check [ProcessOne ejabberd page][p1home]. +For commercial offering and support, including [ejabberd Business Edition][p1home] +and [Fluux (ejabberd in the Cloud)][fluux], please check [ProcessOne ejabberd page][p1home]. Community @@ -88,6 +105,7 @@ and [ejabberd translations](https://github.com/processone/ejabberd-po/) under MI [docs]: https://docs.ejabberd.im [erlang]: https://www.erlang.org/ [features]: https://docs.ejabberd.im/admin/introduction/ +[fluux]: https://fluux.io/ [github]: https://github.com/processone/ejabberd [homebrew]: https://docs.ejabberd.im/admin/installation/#homebrew [hubecs]: https://hub.docker.com/r/ejabberd/ecs/ |