From b6c14261683e9385e79defaaa356b6d2c8e92088 Mon Sep 17 00:00:00 2001 From: Bertrand Bordage Date: Thu, 29 Sep 2016 19:40:32 +0200 Subject: [PATCH] Replaces Slack with gitter. --- README.rst | 13 ++++++++----- docs/index.rst | 11 +++++++---- docs/reporting.rst | 8 +++++--- 3 files changed, 20 insertions(+), 12 deletions(-) diff --git a/README.rst b/README.rst index f3f3037..6200b1b 100644 --- a/README.rst +++ b/README.rst @@ -7,18 +7,21 @@ Caches your Django ORM queries and automatically invalidates them. ---- -.. image:: http://img.shields.io/pypi/v/django-cachalot.svg?style=flat-square +.. image:: http://img.shields.io/pypi/v/django-cachalot.svg?style=flat-square&maxAge=86400 :target: https://pypi.python.org/pypi/django-cachalot -.. image:: http://img.shields.io/travis/BertrandBordage/django-cachalot/master.svg?style=flat-square +.. image:: http://img.shields.io/travis/BertrandBordage/django-cachalot/master.svg?style=flat-square&maxAge=86400 :target: https://travis-ci.org/BertrandBordage/django-cachalot -.. image:: http://img.shields.io/coveralls/BertrandBordage/django-cachalot/master.svg?style=flat-square +.. image:: http://img.shields.io/coveralls/BertrandBordage/django-cachalot/master.svg?style=flat-square&maxAge=86400 :target: https://coveralls.io/r/BertrandBordage/django-cachalot?branch=master -.. image:: http://img.shields.io/scrutinizer/g/BertrandBordage/django-cachalot/master.svg?style=flat-square +.. image:: http://img.shields.io/scrutinizer/g/BertrandBordage/django-cachalot/master.svg?style=flat-square&maxAge=86400 :target: https://scrutinizer-ci.com/g/BertrandBordage/django-cachalot/ +.. image:: https://img.shields.io/gitter/room/django-cachalot/Lobby.svg?style=flat-square&maxAge=86400 + :target: https://gitter.im/django-cachalot/Lobby + Documentation ------------- @@ -29,4 +32,4 @@ Available `on Read The Docs `_. Discussion ---------- -Via `our Slack team `_. +On `our public gitter chat room `_. diff --git a/docs/index.rst b/docs/index.rst index ae2e8a3..d26dfbd 100644 --- a/docs/index.rst +++ b/docs/index.rst @@ -8,18 +8,21 @@ Caches your Django ORM queries and automatically invalidates them. ---- -.. image:: http://img.shields.io/pypi/v/django-cachalot.svg?style=flat-square +.. image:: http://img.shields.io/pypi/v/django-cachalot.svg?style=flat-square&maxAge=86400 :target: https://pypi.python.org/pypi/django-cachalot -.. image:: http://img.shields.io/travis/BertrandBordage/django-cachalot/master.svg?style=flat-square +.. image:: http://img.shields.io/travis/BertrandBordage/django-cachalot/master.svg?style=flat-square&maxAge=86400 :target: https://travis-ci.org/BertrandBordage/django-cachalot -.. image:: http://img.shields.io/coveralls/BertrandBordage/django-cachalot/master.svg?style=flat-square +.. image:: http://img.shields.io/coveralls/BertrandBordage/django-cachalot/master.svg?style=flat-square&maxAge=86400 :target: https://coveralls.io/r/BertrandBordage/django-cachalot?branch=master -.. image:: http://img.shields.io/scrutinizer/g/BertrandBordage/django-cachalot/master.svg?style=flat-square +.. image:: http://img.shields.io/scrutinizer/g/BertrandBordage/django-cachalot/master.svg?style=flat-square&maxAge=86400 :target: https://scrutinizer-ci.com/g/BertrandBordage/django-cachalot/ +.. image:: https://img.shields.io/gitter/room/django-cachalot/Lobby.svg?style=flat-square&maxAge=86400 + :target: https://gitter.im/django-cachalot/Lobby + .. toctree:: :maxdepth: 2 diff --git a/docs/reporting.rst b/docs/reporting.rst index e686046..0542aeb 100644 --- a/docs/reporting.rst +++ b/docs/reporting.rst @@ -5,12 +5,14 @@ Bug reports, questions, discussion, new features - If you spotted **a bug**, please file a precise bug report `on GitHub `_ -- If you have **a question** on how django-cachalot works or to **simply - discuss**, `chat with us on Slack `_. +- If you have **a question** on how django-cachalot works + or to **simply discuss**, + `chat with us on gitter `_. - If you want **to add a feature**: - if you have an idea on how to implement it, you can fork the project and send a pull request, but **please open an issue first**, because someone else could already be working on it - if you’re sure that it’s a must-have feature, open an issue - - if it’s just a vague idea, please ask on google groups before + - if it’s just a vague idea, please + `ask on gitter `_ first