Add Reinvigorate to README, fix typo in docs

This commit is contained in:
Joost Cassee 2011-02-24 22:23:40 +01:00
parent 4f2d95f928
commit 707b8bbe72
2 changed files with 3 additions and 1 deletions

View file

@ -30,6 +30,7 @@ Currently supported services:
* `Olark`_ visitor chat
* `Optimizely`_ A/B testing
* `Performable`_ web analytics and landing pages
* `Reinvigorate`_ visitor tracking
The documentation can be found in the ``docs`` directory or `read
online`_. The source code and issue tracker are generously `hosted by
@ -54,6 +55,7 @@ an issue to discuss your plans.
.. _Olark: http://www.olark.com/
.. _Optimizely: http://www.optimizely.com/
.. _Performable: http://www.performable.com/
.. _Reinvigorate: http://www.reinvigorate.com/
.. _`read online`: http://packages.python.org/django-analytical/
.. _`hosted by GitHub`: http://github.com/jcassee/django-analytical
.. _`issue tracker`: http://github.com/jcassee/django-analytical/issues

View file

@ -28,7 +28,7 @@ The KISSinsights survey code is inserted into templates using a template
tag. Load the :mod:`kiss_insights` template tag library and insert the
:ttag:`kiss_insights` tag. Because every page that you want to track
must have the tag, it is useful to add it to your base template. Insert
the tag at the bottom of the HTML body::
the tag at the top of the HTML body::
{% load kiss_insights %}
...