<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:atom="http://www.w3.org/2005/Atom">
<channel>
 <generator>http://textpattern.com/</generator>
 <title>Textpattern Tips – Create a custom author feed</title>
 <description>Create a custom author feed - comments</description>
 <link>https://textpattern.tips/create-a-custom-author-feed</link>
 <atom:link href="https://textpattern.tips/create-a-custom-author-feed?f=comment-feed" rel="self" type="application/rss+xml" />
 <pubDate>Tue, 30 Mar 10 12:14:32 +0000</pubDate>

 <item>
     <title>Comment on Create a custom author feed by Kevin Potts</title>
     <link><a href="https://textpattern.tips/create-a-custom-author-feed#c000684" id="c000684">1</a></link>
     <guid><a href="https://textpattern.tips/create-a-custom-author-feed#c000684" id="c000684">1</a></guid>
     <pubDate>Tue, 30 Mar 10 12:14:32 +0000</pubDate>
     <description><![CDATA[<p>You can actually simply the date format a little. <span class="caps">RSS</span> recognizes the rfc822 format, which <span class="caps">TXP</span> allows you to natively render inside the <code>format</code> attribute instead of using <span class="caps">PHP</span>&#8217;s <a href="http://us3.php.net/strftime" rel="nofollow">strftime</a>. So just use this:</p><pre><code>&lt;txp:posted format="rfc822" gmt="1" /&gt;
</code></pre><p>&#8230;. instead of manually recreating the time stamp.</p>]]></description>
     <content:encoded><![CDATA[<p>You can actually simply the date format a little. <span class="caps">RSS</span> recognizes the rfc822 format, which <span class="caps">TXP</span> allows you to natively render inside the <code>format</code> attribute instead of using <span class="caps">PHP</span>&#8217;s <a href="http://us3.php.net/strftime" rel="nofollow">strftime</a>. So just use this:</p><pre><code>&lt;txp:posted format="rfc822" gmt="1" /&gt;
</code></pre><p>&#8230;. instead of manually recreating the time stamp.</p>]]></content:encoded>
     <dc:creator><a rel="nofollow" href="http://www.graphicpush.com">Kevin Potts</a></dc:creator>
 
</item>

</channel>
</rss>