<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -3,10 +3,42 @@ module EnkoderTags
 
   class TagError &lt; StandardError; end
 
+  desc %{
+    Everything within &lt;r:enkode&gt;&lt;/r:enkode&gt; tags will be obfuscated using 
+    javascript.
+    
+    Be aware that obfuscated content will not be visible to web clients 
+    which do not have javascript enabled.
+  }
   tag &quot;enkode&quot; do |tag|
     Enkoder.new(tag.expand).enkode
   end
 
+  desc %{
+    The enkode_mailto tag obfuscates mailto links. This makes it very 
+    difficult for bots to harvest email addresses, allowing you to publish 
+    email addresses on the web without attracting spam.
+    
+    The enkode_mailto tag accepts the following attributes as tags:
+    
+    * @email@ (_manadatory_) - the email address you want to publish
+    * @link_text@ - The text which will display in the link 
+      (if left blank, email address is used)
+    * @title_text@ - Populates the @title@ attribute
+    * @subject@ - Text entered here will be used as the _Subject_ for emails
+    
+    Any additional attributes (e.g. @class@ or @id@) provided will also be 
+    applied to the tag.
+    
+    *Usage:*
+
+    &lt;pre&gt;&lt;code&gt;&lt;r:enkode_mailto email=&quot;hello@example.com&quot; link_text=&quot;Say hello&quot;
+    title_text=&quot;Click here to say hello by email&quot; subject=&quot;Hello&quot; /&gt;
+    &lt;/code&gt;&lt;/pre&gt;
+    
+    Be aware that browsers which do not have javascript enabled will not see 
+    the email address.
+  }
   tag &quot;enkode_mailto&quot; do |tag|
     attr = tag.attr.symbolize_keys
     </diff>
      <filename>lib/enkoder_tags.rb</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>fef21f163f016fb0db958c0fc05984e062f3057a</id>
    </parent>
  </parents>
  <author>
    <name>Andrew Neil</name>
    <email>andrew.jr.neil@gmail.com</email>
  </author>
  <url>http://github.com/santry/enkoder_tags/commit/877b45cbd9a1f944f7d4d04851bf229f8b4ffdcb</url>
  <id>877b45cbd9a1f944f7d4d04851bf229f8b4ffdcb</id>
  <committed-date>2009-05-28T08:13:20-07:00</committed-date>
  <authored-date>2009-05-28T08:13:20-07:00</authored-date>
  <message>Added descriptions for enkode and enkode_mailto.</message>
  <tree>dee6a7f9312e0ba1e4c305e51c8ab64ec407b98e</tree>
  <committer>
    <name>Andrew Neil</name>
    <email>andrew.jr.neil@gmail.com</email>
  </committer>
</commit>
