<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -40,8 +40,9 @@ Articles:
     The articles are items that won't show up in the traditional main news feed. Also, if you check the &quot;Buttoned&quot; box, then the article will have a link to it on the top main nav bar. Currently functional
 
 Comments:
-    Currently in place and work. Also leveraging ReCAPTCHA as well to prevent spammers. UPDATE 07/19: Switched to disqus for comments. Trying them out for awhile.
-    If all goes well, I'll nuke out the recaptcha stuff.
+    You have the option of using Disqus for comments, or using contrib.comments now. Both work fairly well, so you get
+    to decide which you prefer. If you want to use contrib's comments, set DJANGO_COMMENTS in your settings.py to true.
+    Otherwise leave it out, and set you DISQUS settings properly.
 
 Social Media:
     Currently can grab your latest tweets, GitHub commits, and builds links to submit stories to Digg, Reddit, Delicious, and StumbleUpon. Github/Twitter configurable via simple settings in settings.py. If you don't want to display your tweets or github commits, just leave those fields empty in settings.py. If those are blank, you'll never see them again. 
@@ -81,6 +82,9 @@ Installation Instruction:
     # Disqus Settings
     DISQUS_API_KEY = &quot;DISQUS_API_HOLDER&quot;
     DISQUS_WEBSITE_SHORTNAME = &quot;DISQUS_SHORT_HOLDER&quot;
+
+    # If you want to use contrib.comments set the following to True
+    DJANGO_COMMENTS = False
     ################################################
 
     Then you'll want to add the following applications to your INSTALLED_APPS:</diff>
      <filename>README</filename>
    </modified>
    <modified>
      <diff>@@ -8,7 +8,7 @@ for dirpath, dirnames, filenames in os.walk('src/django_yaba/media'):
 
 setup(
     name = &quot;django-yaba&quot;,
-    version = &quot;0.2.6.1&quot;,
+    version = &quot;0.2.7&quot;,
     author = &quot;Mark Rogers&quot;,
     author_email = &quot;f4nt@f4ntasmic.com&quot;,
     url = &quot;http://www.f4ntasmic.com&quot;,</diff>
      <filename>setup.py</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>bf0c59b28ec9cd56bcfa16f3561a24dd79d48601</id>
    </parent>
  </parents>
  <author>
    <name>f4nt</name>
    <email>f4nt@f4ntasmic.com</email>
  </author>
  <url>http://github.com/f4nt/django-yaba/commit/b0b77b0bdeda544dd5564a426345879263870bd2</url>
  <id>b0b77b0bdeda544dd5564a426345879263870bd2</id>
  <committed-date>2009-10-31T09:01:38-07:00</committed-date>
  <authored-date>2009-10-31T09:01:38-07:00</authored-date>
  <message>few minor changes, dubbing this release 0.2.7</message>
  <tree>2db546ec4ece7b3f3966317db5584258f0fc06ee</tree>
  <committer>
    <name>f4nt</name>
    <email>f4nt@f4ntasmic.com</email>
  </committer>
</commit>
