From 707b8bbe72975dec4b4d926093db79dc536896df Mon Sep 17 00:00:00 2001 From: Joost Cassee Date: Thu, 24 Feb 2011 22:23:40 +0100 Subject: [PATCH] Add Reinvigorate to README, fix typo in docs --- README.rst | 2 ++ docs/services/kiss_insights.rst | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/README.rst b/README.rst index 4fa8d96..5196f71 100644 --- a/README.rst +++ b/README.rst @@ -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 diff --git a/docs/services/kiss_insights.rst b/docs/services/kiss_insights.rst index bec5923..95ef77a 100644 --- a/docs/services/kiss_insights.rst +++ b/docs/services/kiss_insights.rst @@ -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 %} ...