<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -22,5 +22,14 @@ The plugin makes a new liquid template tag 'feedreader':
    {% endfeedreader %}
    &lt;/ul&gt;
 
+Other Liquid variables that may be available depending on what a feed item named 'link'
+may provide:
+
+link.title (same as description)
+link.summary (used if the feed provides a summary or excerpt)
+link.author_name
+link.author_email 
+link.author_href
+
 
 (C) Mark Guzman 2006-2007, under an MIT license.</diff>
      <filename>README</filename>
    </modified>
    <modified>
      <diff>@@ -1,11 +1,19 @@
 # $Id$
 # liquid-ify the feedtools feeditems
+#
+# Variables title through author_href added by Luigi Montanez
+
 class FeedTools::FeedItem
   def to_liquid
     {
       'href' =&gt; link,
       'description' =&gt; title,
       'extended' =&gt; content,
+      'title' =&gt; title,
+      'summary' =&gt; summary,
+      'author_name' =&gt; author.name,
+      'author_email' =&gt; author.email,
+      'author_href' =&gt; author.href,
       'tags' =&gt; tags,
       'time' =&gt; time
     }</diff>
      <filename>lib/liquidized_feedreader.rb</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>ca1fa83e8c1b2a879d22ace6b687c9ba87905b7c</id>
    </parent>
  </parents>
  <author>
    <name>Luigi Montanez</name>
    <email>luigi.montanez@gmail.com</email>
  </author>
  <url>http://github.com/tsykoduk/mephisto_feedreader/commit/fef6702c1ce82e4cfb445c260dabe39e2d7d4a23</url>
  <id>fef6702c1ce82e4cfb445c260dabe39e2d7d4a23</id>
  <committed-date>2008-06-28T16:46:27-07:00</committed-date>
  <authored-date>2008-06-28T16:46:27-07:00</authored-date>
  <message>Added new Liquid variables available from FeedTools</message>
  <tree>a30cb051fb3a2e2c5f92a597c3f434d463a98e56</tree>
  <committer>
    <name>Luigi Montanez</name>
    <email>luigi.montanez@gmail.com</email>
  </committer>
</commit>
