<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -5,6 +5,10 @@
 * email jeremy at copiousfreetime dot org
 * git clone url git://github.com/copiousfreetime/amalgalite.git
 
+== Articles
+
+*  {Writing SQL Functions in Ruby}[http://copiousfreetime.org/articles/2009/01/10/writing-sql-functions-in-ruby.html]
+
 == INSTALL
 
 * gem install amalgalite</diff>
      <filename>README</filename>
    </modified>
    <modified>
      <diff>@@ -12,13 +12,13 @@ module Amalgalite
   # If you choose to use Aggregate as a parent class of your SQL scalar function
   # implementation you must:
   #
-  # * implement _initalize()_ with 0 arguments
+  # * implement _initalize_ with 0 arguments
   # * set the @arity data member
   # * set the @name data member 
   # * implement _step_ with arity of +@arity+
   # * implement _finalize_ with arity of 0
   #
-  # For instance to implement a _unique_word_count(X)_ aggregate function you could
+  # For instance to implement a &lt;i&gt;unique_word_count(X)&lt;/i&gt; aggregate function you could
   # implement it as:
   #
   #   class UniqueWordCount &lt; ::Amalgalite::Aggregate</diff>
      <filename>lib/amalgalite/aggregate.rb</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>363ba5026b00e3481019d58f4c6d1b2ef34cbc5d</id>
    </parent>
  </parents>
  <author>
    <name>Jeremy Hinegardner</name>
    <email>jeremy@hinegardner.org</email>
  </author>
  <url>http://github.com/copiousfreetime/amalgalite/commit/c5693a36ab574101465783b30e6b248a65bf43cf</url>
  <id>c5693a36ab574101465783b30e6b248a65bf43cf</id>
  <committed-date>2009-01-11T01:41:20-08:00</committed-date>
  <authored-date>2009-01-11T01:41:20-08:00</authored-date>
  <message>cleanup rdoc</message>
  <tree>5d423a68cb14161ebfb14196ef436521cf7da39e</tree>
  <committer>
    <name>Jeremy Hinegardner</name>
    <email>jeremy@hinegardner.org</email>
  </committer>
</commit>
