<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -10,10 +10,29 @@ Installation Instructions
     * Add ``&quot;djournal&quot;`` to your ``INSTALLED_APPS``.
     * Add ``&quot;djournal.context_processors.djournal_settings&quot;`` to your
       ``TEMPLATE_CONTEXT_PROCESSORS`` list.
+    * Add ``&quot;django.contrib.flatpages.middleware.FlatpageFallbackMiddleware&quot;``
+      to your ``MIDDLEWARE_CLASSES``.
+    * If you want Akismet or Typepad Anti-Spam protection for your comments,
+      make sure either ``AKISMET_API_KEY`` or ``TYPEPAD_ANTISPAM_API_KEY`` is
+      set.
 
 Required Modules
 ----------------
 
+These are thing you'll need to add to your ``INSTALLED_APPS`` list.
+
+From ``django.contrib``, we have:
+
+    * ``django.contrib.comments``
+    * ``django.contrib.humanize``
+    * ``django.contrib.syndication``
+    * ``django.contrib.sitemaps``
+    * ``django.contrib.flatpages``
+
+Third party stuff:
+
     * ``typogrify`` Web typography.
     * ``rip`` (ReST in Peace) Restructured Text Formatter (Optional.)
-    * ``akismet`` antispam service API bindings (Optional.)
+    * ``django-tagging``
+    * ``akismet`` antispam service API bindings (Optional.) (Not in ``INSTALLED_APPS``)
+</diff>
      <filename>README.rst</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>6fc23de51b4c71df7be8349436878ebe1664e283</id>
    </parent>
  </parents>
  <author>
    <name>P.C. Shyamshankar</name>
    <email>sykora@lucentbeing.com</email>
  </author>
  <url>http://github.com/sykora/djournal/commit/1b66cc123aa22149dcf574ec1c57afb865058b59</url>
  <id>1b66cc123aa22149dcf574ec1c57afb865058b59</id>
  <committed-date>2009-06-27T20:28:05-07:00</committed-date>
  <authored-date>2009-06-27T20:28:05-07:00</authored-date>
  <message>Updated README.</message>
  <tree>181b9401f226623e683c9ef1ff1a00244db7154b</tree>
  <committer>
    <name>P.C. Shyamshankar</name>
    <email>sykora@lucentbeing.com</email>
  </committer>
</commit>
