<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -0,0 +1,21 @@
+=========================
+Installation instructions
+=========================
+
+There are two ways to install this application for use by your
+projects; the easiest in most cases is to do a Subversion checkout
+into a directory that's on your Python path::
+
+    svn co http://django-comment-utils.googlecode.com/svn/trunk/comment_utils/
+
+The other method is to download a packaged version and use Python's
+``distutils`` to install it onto your Python path::
+
+    wget http://django-comment-utils.googlecode.com/files/comment_utils-0.1.tar.gz
+    tar zxvf comment_utils-0.1.tar.gz
+    cd comment_utils-0.1
+    python setup.py install
+
+Depending on your system configuration, you may need to prefix the
+last command with ``sudo`` and supply your password to perform a
+system-wide installation.</diff>
      <filename>INSTALL.txt</filename>
    </modified>
    <modified>
      <diff>@@ -0,0 +1,15 @@
+=================================================
+Comment-related utilities for Django applications
+=================================================
+
+This application provides several useful comment-related utilities for
+Django_ applications, including a generic comment-moderation
+system. For installation instructions, see the file ``INSTALL.txt`` in
+this directory, and for documentation see the files in the ``docs/``
+directory.
+
+The latest versions of these documents can always be viewed on the
+Google Code project web site for this application, which is located at
+http://code.google.com/p/django-comment-utils/.
+
+.. _Django: http://www.djangoproject.com/
\ No newline at end of file</diff>
      <filename>README.txt</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>ee2663f4676b1a54144ae00d818824d043d6d22f</id>
    </parent>
  </parents>
  <author>
    <name>ubernostrum</name>
    <email>ubernostrum@71c79c79-8932-0410-8db2-b50025d4c983</email>
  </author>
  <url>http://github.com/jezdez/django-comment-utils/commit/82b879e31294b9edbedc603583c2b8f4b6fc7b86</url>
  <id>82b879e31294b9edbedc603583c2b8f4b6fc7b86</id>
  <committed-date>2007-06-25T01:52:55-07:00</committed-date>
  <authored-date>2007-06-25T01:52:55-07:00</authored-date>
  <message>README and install instructions

git-svn-id: http://django-comment-utils.googlecode.com/svn/trunk@64 71c79c79-8932-0410-8db2-b50025d4c983</message>
  <tree>1835431cb797fb6d398f83fbaa4320d37c966a58</tree>
  <committer>
    <name>ubernostrum</name>
    <email>ubernostrum@71c79c79-8932-0410-8db2-b50025d4c983</email>
  </committer>
</commit>
