<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -1,6 +1,8 @@
 #### September 15, 2008
 
 * use URI#request_uri to include URI parameters
+* support for HTTPS
+* add &lt;r:feed:uri /&gt; tag to just return the entry's URI instead of a full-blown link
 
 #### May 12, 2008
 </diff>
      <filename>CHANGELOG</filename>
    </modified>
    <modified>
      <diff>@@ -87,5 +87,6 @@ Modifications:
 
 * James MacAulay (jmacaulay@gmail.com, http://jmacaulay.net/)
 * Michael Hale (mikehale@gmail.com, http://michaelahale.com/)
+* Bryan Liles (iam@smartic.us, http://smartic.us/)
 
 License - Creative Commons Attribution-Share Alike 2.5 License</diff>
      <filename>README.markdown</filename>
    </modified>
    <modified>
      <diff>@@ -110,19 +110,18 @@ module RssReader
     end
 
     tag &quot;feed:link&quot; do |tag|
-      attr = tag.attr.symbolize_keys
-      if attr[:no_a]
-        tag.locals.item.link
-      else
-        options = tag.attr.dup
-        attributes = options.inject('') { |s, (k, v)| s &lt;&lt; %{#{k.downcase}=&quot;#{v}&quot; } }.strip
-        attributes = &quot; #{attributes}&quot; unless attributes.empty?
-        href = tag.locals.item.link
-        text = tag.double? ? tag.expand : tag.locals.item.title
-        %{&lt;a href=&quot;#{href}&quot;#{attributes}&gt;#{text}&lt;/a&gt;}
-      end
+      options = tag.attr.dup
+      attributes = options.inject('') { |s, (k, v)| s &lt;&lt; %{#{k.downcase}=&quot;#{v}&quot; } }.strip
+      attributes = &quot; #{attributes}&quot; unless attributes.empty?
+      href = tag.locals.item.link
+      text = tag.double? ? tag.expand : tag.locals.item.title
+      %{&lt;a href=&quot;#{href}&quot;#{attributes}&gt;#{text}&lt;/a&gt;}
     end
-
+    
+    tag &quot;feed:uri&quot; do |tag|
+      tag.locals.item.link
+    end
+    
     # feed:content tag attributes
     # ===========================
     #</diff>
      <filename>lib/rss_reader.rb</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>e22bc324c4a3f587b445fa11baf0db0b8ca6631b</id>
    </parent>
  </parents>
  <author>
    <name>James MacAulay</name>
    <email>james@jadedpixel.com</email>
  </author>
  <url>http://github.com/jamesmacaulay/radiant-rss-reader/commit/5e4de18b3cae9088128391728aab6712a89efa1e</url>
  <id>5e4de18b3cae9088128391728aab6712a89efa1e</id>
  <committed-date>2008-09-15T13:04:03-07:00</committed-date>
  <authored-date>2008-09-15T13:04:03-07:00</authored-date>
  <message>extracted bare-URI functionality into its own tag</message>
  <tree>8cd162995269aeb74c462f04e88667c0ad410e08</tree>
  <committer>
    <name>James MacAulay</name>
    <email>james@jadedpixel.com</email>
  </committer>
</commit>
