<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -1,6 +1,8 @@
 Overview.
 =========
 
+For more info: http://blog.kowalczyk.info/software/fofou/
+
 Fofou (Forums For You) is a simple forum software inspired by
 Joel On Software forum software (http://discuss.joelonsoftware.com/?joel).
 </diff>
      <filename>README</filename>
    </modified>
    <modified>
      <diff>@@ -133,7 +133,6 @@ def ip2long(ip):
   return ip_long
 
 def long2ip(val):
-  # convert long IP addresses to dotted quad notation
   slist = []
   for x in range(0,4):
     slist.append(str(int(val &gt;&gt; (24 - (x * 8)) &amp; 0xFF)))</diff>
      <filename>main.py</filename>
    </modified>
    <modified>
      <diff>@@ -6,7 +6,6 @@ But it's also your project, by the virtue of being open-source, so feel free
 to add any features that *you* want.
 
 TODO must have:
- - write a web page for fofou
  - hookup sumatra forums at fofou.org
 TODO less urgent:
  - finish /&lt;forumurl&gt;/email?post_id=&lt;post_id&gt;
@@ -16,6 +15,7 @@ TODO less urgent:
    and not adding if a Post with this body_sha1 already exists
  - js to show full url when typing url when creating new forum
 Maybe:
+ - 
  - more templates and ability to choose a template in /manageforums
  - /rsscombined - all posts for all forums, for forum admins mostly
  - cache generated rss feeds using memcached and invalidate them when
@@ -23,4 +23,4 @@ Maybe:
    (invalidate only /rss; also on post delete/undelete)
  - cookie validation
  - alternative forms of integration with a website (iframe? return data
-   as json and do most of the rendering using javascrip?)
+   as json and do most of the rendering using javascript?)</diff>
      <filename>todo.txt</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>903cbfbaa7ee24b2f91e7954b1a56f4851cfc767</id>
    </parent>
  </parents>
  <author>
    <name>Krzysztof Kowalczyk</name>
    <email>kkowalczyk@gmail.com</email>
  </author>
  <url>http://github.com/kjk/fofou/commit/89e435c749bceb2fe8b53b5e0de8ebe0eaa309e0</url>
  <id>89e435c749bceb2fe8b53b5e0de8ebe0eaa309e0</id>
  <committed-date>2008-07-04T18:31:28-07:00</committed-date>
  <authored-date>2008-07-04T18:31:28-07:00</authored-date>
  <message>update todo</message>
  <tree>9af3a238f91e2fee46758b4380b85f7fc056a02d</tree>
  <committer>
    <name>Krzysztof Kowalczyk</name>
    <email>kkowalczyk@gmail.com</email>
  </committer>
</commit>
