<?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 an RSS Feed for Future-Dated Content</title>
 <description>Create an RSS Feed for Future-Dated Content - comments</description>
 <link>https://textpattern.tips/create-an-rss-feed-for-future-dated-content</link>
 <atom:link href="https://textpattern.tips/create-an-rss-feed-for-future-dated-content?f=comment-feed" rel="self" type="application/rss+xml" />
 <pubDate>Thu, 08 Apr 10 17:28:47 +0000</pubDate>

 <item>
     <title>Comment on Create an RSS Feed for Future-Dated Content by makss</title>
     <link><a href="https://textpattern.tips/create-an-rss-feed-for-future-dated-content#c000692" id="c000692">1</a></link>
     <guid><a href="https://textpattern.tips/create-an-rss-feed-for-future-dated-content#c000692" id="c000692">1</a></guid>
     <pubDate>Thu, 08 Apr 10 15:43:13 +0000</pubDate>
     <description><![CDATA[<p>For feeds it is necessary to set the <strong>Content-Type</strong> as <strong>application/rss+xml</strong> or <strong>text/xml</strong>. For this purpose you can use plugin <a href="https://textpattern.org.ua/plugins/aks_header" rel="nofollow">aks_header</a>.</p>
<p>Simply add to beginning of  feed_template page</p><pre><code>&lt;txp:aks_header name="Content-Type" value="application/rss+xml" nodebug="1" /&gt;
</code></pre>
<p>or for use gzip compression in feed:</p>
<pre><code>&lt;txp:aks_header name="Content-Type" value="application/rss+xml" strip="1" gzip="1" nodebug="1" /&gt;
</code></pre>
<p>Related article:  <a href="https://textpattern.org.ua/howto/create-and-customize-rss-feeds" rel="nofollow">your own <span class="caps">RSS</span> feed</a>.</p>]]></description>
     <content:encoded><![CDATA[<p>For feeds it is necessary to set the <strong>Content-Type</strong> as <strong>application/rss+xml</strong> or <strong>text/xml</strong>. For this purpose you can use plugin <a href="https://textpattern.org.ua/plugins/aks_header" rel="nofollow">aks_header</a>.</p>
<p>Simply add to beginning of  feed_template page</p><pre><code>&lt;txp:aks_header name="Content-Type" value="application/rss+xml" nodebug="1" /&gt;
</code></pre>
<p>or for use gzip compression in feed:</p>
<pre><code>&lt;txp:aks_header name="Content-Type" value="application/rss+xml" strip="1" gzip="1" nodebug="1" /&gt;
</code></pre>
<p>Related article:  <a href="https://textpattern.org.ua/howto/create-and-customize-rss-feeds" rel="nofollow">your own <span class="caps">RSS</span> feed</a>.</p>]]></content:encoded>
     <dc:creator><a rel="nofollow" href="https://textpattern.org.ua/">makss</a></dc:creator>
 
</item>
<item>
     <title>Comment on Create an RSS Feed for Future-Dated Content by Kevin Potts</title>
     <link><a href="https://textpattern.tips/create-an-rss-feed-for-future-dated-content#c000693" id="c000693">1</a></link>
     <guid><a href="https://textpattern.tips/create-an-rss-feed-for-future-dated-content#c000693" id="c000693">1</a></guid>
     <pubDate>Thu, 08 Apr 10 17:28:47 +0000</pubDate>
     <description><![CDATA[<p>@makss &#8212; Great point, and nice follow-up. I was not sure if that was beyond the scope of the article so I left it out. An <span class="caps">RSS</span> feed will work if its encoded as <span class="caps">HTML</span> (it generates a warning, not an error), but if one wants a &#8220;complete&#8221; implementation, definitely a necessary step. Thanks!</p>]]></description>
     <content:encoded><![CDATA[<p>@makss &#8212; Great point, and nice follow-up. I was not sure if that was beyond the scope of the article so I left it out. An <span class="caps">RSS</span> feed will work if its encoded as <span class="caps">HTML</span> (it generates a warning, not an error), but if one wants a &#8220;complete&#8221; implementation, definitely a necessary step. Thanks!</p>]]></content:encoded>
     <dc:creator><a rel="nofollow" href="http://www.graphicpush.com">Kevin Potts</a></dc:creator>
 
</item>

</channel>
</rss>