<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array">
    <added>
      <filename>templatetags/__init__.py</filename>
    </added>
    <added>
      <filename>templatetags/autolink.py</filename>
    </added>
  </added>
  <modified type="array">
    <modified>
      <diff>@@ -4,6 +4,7 @@
 {% load i18n %}
 {% load tagging_tags %}
 {% load typogrify %}
+{% load autolink %}
 
 {% block title %}{% ifnotequal page 1 %}: Page {{ page }}{% endifnotequal %}{% endblock %}
 {% block class %}{% if has_previous %} class=&quot;paginated&quot;{% endif %}{% endblock %}
@@ -52,7 +53,7 @@
 				&lt;/span&gt;
 			&lt;/div&gt;
 			&lt;div class=&quot;content&quot;&gt;
-				{{ entry.body|markdown|typogrify }}
+				{{ entry.body|markdown|typogrify|autolink }}
 			&lt;/div&gt;&lt;!-- .content --&gt;
 			{% if entry.tags %}
 			&lt;div class=&quot;tags list&quot;&gt;Tags:</diff>
      <filename>templates/chiplog/entry_list.html</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>b95f7204c4a64446a90709683107ea2e71276f9f</id>
    </parent>
  </parents>
  <author>
    <name>Trey Piepmeier</name>
    <email>trey@treypiepmeier.com</email>
  </author>
  <url>http://github.com/trey/chiplog/commit/f1124b52ca596c963097600c4c5efe77d9bd6c16</url>
  <id>f1124b52ca596c963097600c4c5efe77d9bd6c16</id>
  <committed-date>2009-02-01T19:35:01-08:00</committed-date>
  <authored-date>2009-02-01T19:35:01-08:00</authored-date>
  <message>My first template tag: adding anchor tags to URLs that aren't already in anchor tags.</message>
  <tree>13ddfa6e482b6ff258e936e17ff10e751fb776ee</tree>
  <committer>
    <name>Trey Piepmeier</name>
    <email>trey@treypiepmeier.com</email>
  </committer>
</commit>
