<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -59,7 +59,9 @@ __END__
 @@ home
 - for entry in @entries
   .twit
-    - entry['title'].gsub!(/\#(\w+)/, '&lt;a href=&quot;/?tag=\1&quot;&gt;#\1&lt;/a&gt;')
+    - url_pattern = /(http[s]?:\/\/[-\w\.]+[\d+]?[\/\w\/_\.\~]*[\?\S+]?)/
+    - entry['title'].gsub!(url_pattern, '&lt;a class=&quot;url&quot; href=&quot;\1&quot;&gt;\1&lt;/a&gt;')
+    - entry['title'].gsub!(/\#(\w+)/, '&lt;a class=&quot;hashtag&quot; href=&quot;/?tag=\1&quot;&gt;#\1&lt;/a&gt;')
     %p= entry['title']
     %span
       ^- from
@@ -136,11 +138,6 @@ body
   :margin-bottom 20px
   :padding 10px
 
-  a
-    :border-bottom 1px dashed #fff
-    :color #777
-    :text-decoration none
-
   p
     :font-size 30px
     :color white
@@ -153,4 +150,14 @@ body
     :font-size 18px
     :color white
     a
-      :color white
\ No newline at end of file
+      :color white
+
+.hashtag
+  :border-bottom 1px dashed #fff
+  :color #777
+  :text-decoration none
+
+.url
+  :border-bottom 1px dashed #fff
+  :color #aaa
+  :text-decoration none</diff>
      <filename>rash.rb</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>844933c70f9f92586f2c173afcebcf4ef6f41ebd</id>
    </parent>
  </parents>
  <author>
    <name>Dale Campbell</name>
    <email>dale@save-state.net</email>
  </author>
  <url>http://github.com/webs/rash/commit/e1d6d91d2d9010755dbf206295497bb0e53a288c</url>
  <id>e1d6d91d2d9010755dbf206295497bb0e53a288c</id>
  <committed-date>2008-12-03T06:41:08-08:00</committed-date>
  <authored-date>2008-12-03T06:41:08-08:00</authored-date>
  <message>URLs and hashtags are auto-linked</message>
  <tree>a5b6b0543a1fffecf5a42266d32aa3ca2a3e18df</tree>
  <committer>
    <name>Dale Campbell</name>
    <email>dale@save-state.net</email>
  </committer>
</commit>
