mirror of
https://github.com/jazzband/django-analytical.git
synced 2026-03-16 22:20:25 +00:00
Remove co-maintainer note, add headers
This commit is contained in:
parent
e44141be80
commit
d99146da0b
1 changed files with 20 additions and 20 deletions
40
README.rst
40
README.rst
|
|
@ -1,14 +1,6 @@
|
|||
django-analytical
|
||||
=================
|
||||
|
||||
.. note::
|
||||
|
||||
*django-analytical is looking for a (co-)maintainer*
|
||||
|
||||
I am currently not using Django, which has the effect of making me
|
||||
slow to respond to issues and merge pull requests. If you are
|
||||
interested in helping out or taking over, please get in touch.
|
||||
|
||||
The django-analytical application integrates analytics services into a
|
||||
Django_ project.
|
||||
|
||||
|
|
@ -25,7 +17,8 @@ set-up very simple, while allowing advanced users to customize tracking.
|
|||
Each service is set up as recommended by the services themselves, using
|
||||
an asynchronous version of the Javascript code if possible.
|
||||
|
||||
Currently supported services:
|
||||
Currently Supported Services
|
||||
----------------------------
|
||||
|
||||
* `Chartbeat`_ traffic analysis
|
||||
* `Clickmap`_ visual click tracking
|
||||
|
|
@ -49,17 +42,6 @@ Currently supported services:
|
|||
* `UserVoice`_ user feedback and helpdesk
|
||||
* `Woopra`_ web analytics
|
||||
|
||||
The documentation can be found in the ``docs`` directory or `read
|
||||
online`_. The source code and issue tracker are generously `hosted by
|
||||
GitHub`_.
|
||||
|
||||
If you want to help out with the development of django-analytical, by
|
||||
posting detailed bug reports, proposing new features or other analytics
|
||||
services to support, or suggesting documentation improvements, use the
|
||||
`issue tracker`_. If you want to get your hands dirty, great! Clone
|
||||
the repository, make changes and place a `pull request`_. Please do
|
||||
create an issue to discuss your plans.
|
||||
|
||||
.. _`Django`: http://www.djangoproject.com/
|
||||
.. _`Chartbeat`: http://www.chartbeat.com/
|
||||
.. _`Clickmap`: http://getclickmap.com/
|
||||
|
|
@ -83,7 +65,25 @@ create an issue to discuss your plans.
|
|||
.. _`UserVoice`: http://www.uservoice.com/
|
||||
.. _`Woopra`: http://www.woopra.com/
|
||||
|
||||
Documentation
|
||||
-------------
|
||||
|
||||
The documentation can be found in the ``docs`` directory or `read
|
||||
online`_. The source code and issue tracker are generously `hosted by
|
||||
GitHub`_.
|
||||
|
||||
.. _`read online`: http://packages.python.org/django-analytical/
|
||||
.. _`hosted by GitHub`: http://github.com/jcassee/django-analytical
|
||||
|
||||
How To Contribute
|
||||
-----------------
|
||||
|
||||
If you want to help out with the development of django-analytical, by
|
||||
posting detailed bug reports, proposing new features or other analytics
|
||||
services to support, or suggesting documentation improvements, use the
|
||||
`issue tracker`_. If you want to get your hands dirty, great! Clone
|
||||
the repository, make changes and place a `pull request`_. Please do
|
||||
create an issue to discuss your plans.
|
||||
|
||||
.. _`issue tracker`: http://github.com/jcassee/django-analytical/issues
|
||||
.. _`pull request`: https://github.com/jcassee/django-analytical/pulls
|
||||
|
|
|
|||
Loading…
Reference in a new issue