<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -1,61 +1,61 @@
-====================
-Django Mptt Comments
-====================
-
-Django Mptt Comments is a simple way to display threaded comments instead of the django contrib comments.
-
-`See this code in use here`__.
-
-__ http://www.levangerpuls.com/arrangementer/kultur/2008/10/23/tester/
-
-Installation
-============
-
-#. Get the required third party modules ::
-
-    svn checkout http://django-mptt.googlecode.com/svn/trunk/mptt
-    
-    svn checkout http://django-template-utils.googlecode.com/svn/trunk/template_utils
-    
-#. Add the `mptt_comments` directory to your Python path.
-
-#. Add the needed apps to `INSTALLED_APPS` ::
-
-    'django.contrib.comments',
-    'django.contrib.markup',
-    'template_utils',
-    'mptt',
-    'mptt_comments'
-
-#. Add `mptt_comments.urls` to your projects urlconf ::
-
-    (r'^comments/', include('mptt_comments.urls')),
-
-#. Add the required code to the objects detail page (see Usage)
-
-#. Copy the templates to adapt them for your site
-
-#. Style the forms using css
-
-Usage
-=====
-
-In any detail template that wants to use `mptt_comments` ::
-        
-        {% block extrahead %}
-        
-        {% load mptt_comments_tags %}
-        {% get_mptt_comments_media %}
-        
-        {% endblock extrahead %}
-
-To display the toplevel tree in templates: ::
-
-        {% load mptt_comments_tags %}    
-
-        {% display_comment_toplevel_for object %}
-        
-
-TODO
-====
+====================
+Django Mptt Comments
+====================
+
+Django Mptt Comments is a simple way to display threaded comments instead of the django contrib comments.
+
+Repo moved `here`__ .
+
+__ http://bitbucket.org/fivethreeo/django-mptt-comments/
+
+Installation
+============
+
+#. Get the required third party modules ::
+
+    svn checkout http://django-mptt.googlecode.com/svn/trunk/mptt
+    
+    svn checkout http://django-template-utils.googlecode.com/svn/trunk/template_utils
+    
+#. Add the `mptt_comments` directory to your Python path.
+
+#. Add the needed apps to `INSTALLED_APPS` ::
+
+    'django.contrib.comments',
+    'django.contrib.markup',
+    'template_utils',
+    'mptt',
+    'mptt_comments'
+
+#. Add `mptt_comments.urls` to your projects urlconf ::
+
+    (r'^comments/', include('mptt_comments.urls')),
+
+#. Add the required code to the objects detail page (see Usage)
+
+#. Copy the templates to adapt them for your site
+
+#. Style the forms using css
+
+Usage
+=====
+
+In any detail template that wants to use `mptt_comments` ::
+        
+        {% block extrahead %}
+        
+        {% load mptt_comments_tags %}
+        {% get_mptt_comments_media %}
+        
+        {% endblock extrahead %}
+
+To display the toplevel tree in templates: ::
+
+        {% load mptt_comments_tags %}    
+
+        {% display_comment_toplevel_for object %}
+        
+
+TODO
+====
 - Make the more link work without javascript
\ No newline at end of file</diff>
      <filename>README.rst</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>b544bfcbc37c75344c68114657ebce5dc9a14f61</id>
    </parent>
  </parents>
  <author>
    <name>fivethreeo</name>
    <email>oyvind.saltvik@gmail.com</email>
  </author>
  <url>http://github.com/fivethreeo/django-mptt-comments/commit/691841ad4426540cd6afd774e021a7deab1902de</url>
  <id>691841ad4426540cd6afd774e021a7deab1902de</id>
  <committed-date>2009-04-29T01:50:36-07:00</committed-date>
  <authored-date>2009-04-29T01:50:36-07:00</authored-date>
  <message></message>
  <tree>4590c3a1002b13030b764e5becc948f3294689fd</tree>
  <committer>
    <name>fivethreeo</name>
    <email>oyvind.saltvik@gmail.com</email>
  </committer>
</commit>
