<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array">
    <added>
      <filename>LICENSE</filename>
    </added>
    <added>
      <filename>README</filename>
    </added>
    <added>
      <filename>README.rdoc</filename>
    </added>
    <added>
      <filename>rdoc/classes/MicroformatsHelper.html</filename>
    </added>
    <added>
      <filename>rdoc/created.rid</filename>
    </added>
    <added>
      <filename>rdoc/files/README.html</filename>
    </added>
    <added>
      <filename>rdoc/files/lib/microformats_helper_rb.html</filename>
    </added>
    <added>
      <filename>rdoc/fr_class_index.html</filename>
    </added>
    <added>
      <filename>rdoc/fr_file_index.html</filename>
    </added>
    <added>
      <filename>rdoc/fr_method_index.html</filename>
    </added>
    <added>
      <filename>rdoc/index.html</filename>
    </added>
    <added>
      <filename>rdoc/rdoc-style.css</filename>
    </added>
  </added>
  <modified type="array">
    <modified>
      <diff>@@ -1,5 +1,40 @@
+# Microformats Helper is a plugin for generating content-rich tags in HTML files, following Microformats standards. For more information about Microformats, check its website (http://microformats.org).
+# 
+# Currently only the hCard microformat is available.
+# 
+# Author:: Ricardo Shiota Yasuda
+# Copyright:: Copyright (c) 2008 Ricardo Shiota Yasuda
+# License:: MIT License (http://www.opensource.org/licenses/mit-license.php)
+#
+
 module MicroformatsHelper
 
+  # ==Options
+  # 
+  # All fields are optional but the name, you are required to provide at least one of the names below.
+  # 
+  # ===Name
+  # 
+  # * +fn+ - Formal Name: should be used when no other name is provided
+  # * +given+ - Given Name
+  # * +family+ - Family Name
+  # * +additional+ - Additional Name: goes between given and family names
+  # * +prefix+ - Honorific Prefix: for titles like Dr. or Sir
+  # * +suffix+ - Honorific Suffix: for titles like M.D. or Jr
+  # 
+  # ===Address
+  # 
+  # * +street+ - Street Address
+  # * +locality+ - The city or similar
+  # * +region+ - The state, county or similar
+  # * +postal-code+ - ZIP number
+  # * +country+ - The country
+  # 
+  # ===Contact
+  # 
+  # * +tel+ - Provide the phone number
+  # * +url+ - Add a link to a site in the name
+  # * +email+ - Add a link to a mailto: address
   def hcard(values)
 
     # support for additional HTML options, e.g. id</diff>
      <filename>lib/microformats_helper.rb</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>fc5480b9ea3a45b09a91870abeb239cb57cbc5c6</id>
    </parent>
  </parents>
  <author>
    <name>Ricardo Shiota Yasuda</name>
    <email>shadow11@gmail.com</email>
  </author>
  <url>http://github.com/shadow11/microformats_helper/commit/ec6537513e4c296dc3b4c5a4420ebe0c3137a503</url>
  <id>ec6537513e4c296dc3b4c5a4420ebe0c3137a503</id>
  <committed-date>2008-06-12T14:46:17-07:00</committed-date>
  <authored-date>2008-06-12T14:46:17-07:00</authored-date>
  <message>Documentation</message>
  <tree>b4c54395a664475f0635a876655a83ed0ecc30d8</tree>
  <committer>
    <name>Ricardo Shiota Yasuda</name>
    <email>shadow11@gmail.com</email>
  </committer>
</commit>
