Skip to content

Commit

Permalink
Update README
Browse files Browse the repository at this point in the history
  • Loading branch information
radiac committed Sep 13, 2020
1 parent 149afd4 commit f9960aa
Showing 1 changed file with 10 additions and 6 deletions.
16 changes: 10 additions & 6 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,17 @@
Conversate - Persistent chat for Django
=======================================

A simple lightweight persistent chat app for Django sites, where users may not
always be around at the same time.
A simple lightweight persistent chat app for Django sites, designed for users who may
not always be around at the same time.

Requiring nothing other than a working Django installation, messages can be
left for users to pick up later, users can opt in to receive e-mail alerts of
activity when they are away, and real-time conversations are supported through
simple polling so it will work through the most restrictive of firewalls.
* Project site: http://radiac.net/projects/django-conversate/
* Source code: https://github.com/radiac/django-conversate

.. image:: https://travis-ci.org/radiac/django-conversate.svg?branch=master
:target: https://travis-ci.org/radiac/django-conversate

.. image:: https://coveralls.io/repos/radiac/django-conversate/badge.svg?branch=master&service=github
:target: https://coveralls.io/github/radiac/django-conversate?branch=master


Features
Expand Down

0 comments on commit f9960aa

Please sign in to comment.