From 98c7bd086512a5164e124b80f126ef95c68ee5a4 Mon Sep 17 00:00:00 2001 From: Adrian Moennich Date: Fri, 18 Jun 2021 17:27:10 +0200 Subject: [PATCH] Update README (use markdown, remove travis) --- README.md | 23 +++++++++++++++++++++++ README.rst | 25 ------------------------- 2 files changed, 23 insertions(+), 25 deletions(-) create mode 100644 README.md delete mode 100644 README.rst diff --git a/README.md b/README.md new file mode 100644 index 0000000..b963921 --- /dev/null +++ b/README.md @@ -0,0 +1,23 @@ +# Indico Plugins [![CI Status][ci-badge]][ci-link] [![License][license-badge]][license-link] [![Available on PyPI][pypi-badge]][pypi-link] [![Made at CERN!][cern-badge]][cern-link] + +This repository contains all the official plugins for [Indico][indico]. + +These plugins are licensed under the MIT license. + +## Note + +In applying the MIT license, CERN does not waive the privileges and immunities +granted to it by virtue of its status as an Intergovernmental Organization +or submit itself to any jurisdiction. + + +[ci-badge]: https://github.com/indico/indico-plugins/actions/workflows/ci.yml/badge.svg +[ci-link]: https://github.com/indico/indico-plugins/actions/workflows/ci.yml +[license-link]: https://github.com/indico/indico-plugins/blob/master/LICENSE +[license-badge]: https://img.shields.io/github/license/indico/indico.svg +[pypi-badge]: https://img.shields.io/pypi/v/indico.svg +[pypi-link]: https://pypi.python.org/pypi/indico-plugins/ +[cern-badge]: https://img.shields.io/badge/CERN-Open%20Source-%232980b9.svg +[cern-link]: https://home.cern +[indico]: https://github.com/indico/indico +[indico-plugins]: https://github.com/indico/indico-plugins diff --git a/README.rst b/README.rst deleted file mode 100644 index c910a07..0000000 --- a/README.rst +++ /dev/null @@ -1,25 +0,0 @@ -Indico Plugins -============== - -|build-status| |license| - -This repository contains all the official plugins for `Indico`_. - -These plugins are licensed under the MIT license. - -Note ----- - -In applying the MIT license, CERN does not waive the privileges and immunities -granted to it by virtue of its status as an Intergovernmental Organization -or submit itself to any jurisdiction. - - -.. _build-status: https://travis-ci.org/indico/indico-plugins -.. _Indico: https://github.com/indico/indico -.. |build-status| image:: https://img.shields.io/travis/indico/indico-plugins/master.svg - :alt: Travis Build Status - :target: https://travis-ci.org/indico/indico-plugins -.. |license| image:: https://img.shields.io/github/license/indico/indico-plugins.svg - :alt: License - :target: https://github.com/indico/indico-plugins/blob/master/LICENSE