Sample
How to make the RSS.
- Select the files on the Files Panel.
- Right-click and select "make ***"
about Config
RSS1.0
<?xml version="1.0"?>
<rdf:RDF
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns="http://purl.org/rss/1.0/"
>
<channel rdf:about="http://www.garterblue.com/com.garterblue.rss3.xml"><!-- 06 -->
<title>garterblue.com</title><!-- 01 -->
<link>http://www.garterblue.com/</link><!-- 02 -->
<description>Honi soit qui mal y pense.</description><!-- 04 -->
<items>
<rdf:Seq>
<rdf:li resource="http://www.garterblue.com/rsssan/index.html" />
<rdf:li resource="http://www.garterblue.com/index.html" />
</rdf:Seq>
</items>
</channel>
<item rdf:about="http://www.garterblue.com/rsssan/index.html">
<title>RSS extension for Dw</title>
<link>http://www.garterblue.com/rsssan/index.html</link>
<description><a href="http://www.garterblue.com/rsssan/index.html" title="Read more ...">Read more ...</a></description><!-- 07 -->
</item>
<item rdf:about="http://www.garterblue.com/index.html">
<title>garterblue.com</title>
<link>http://www.garterblue.com/index.html</link>
<description><a href="http://www.garterblue.com/index.html" title="Read more ...">Read more ...</a></description><!-- 07 -->
</item>
</rdf:RDF>
RSS2.0
<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
<channel>
<atom:link href="http://www.garterblue.com/com.garterblue.rss3.xml" rel="self" type="application/rss+xml" /><!-- 06 -->
<title>garterblue.com</title><!-- 01 -->
<description>Honi soit qui mal y pense.</description><!-- 04 -->
<link>http://www.garterblue.com/</link><!-- 02 -->
<lastBuildDate>Mon, 17 Dec 2007 16:53:10 GMT</lastBuildDate>
<item>
<title>RSS extension for Dw</title>
<link>http://www.garterblue.com/rsssan/index.html</link>
<guid isPermaLink="true">http://www.garterblue.com/rsssan/index.html</guid>
<pubDate>Mon, 17 Dec 2007 16:27:28 GMT</pubDate>
<description><![CDATA[<a href="http://www.garterblue.com/rsssan/index.html" title="Read more ...">Read more ...</a>]]></description><!-- 07 -->
</item>
<item>
<title>garterblue.com</title>
<link>http://www.garterblue.com/index.html</link>
<guid isPermaLink="true">http://www.garterblue.com/index.html</guid>
<pubDate>Thu, 13 Dec 2007 04:39:06 GMT</pubDate>
<description><![CDATA[<a href="http://www.garterblue.com/index.html" title="Read more ...">Read more ...</a>]]></description><!-- 07 -->
</item>
</channel>
</rss>
Atom
<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
<title>garterblue.com</title><!-- 02 -->
<subtitle>Honi soit qui mal y pense.</subtitle><!-- 04 -->
<link rel="alternate" type="text/html" href="http://www.garterblue.com/" /><!-- 02 -->
<link rel="self" href="http://www.garterblue.com/com.garterblue.rss3.xml" /><!-- 06 -->
<updated>2007-12-18T01:55:03+09:00</updated><!-- 05 -->
<author>
<name>gb</name><!-- 02 -->
</author>
<id>http://www.garterblue.com/</id><!-- 01 -->
<entry>
<title>RSS extension for Dw</title>
<link href="http://www.garterblue.com/rsssan/index.html" />
<id>http://www.garterblue.com/rsssan/index.html</id>
<updated>2007-12-18T01:27:28+09:00</updated><!-- 05 -->
<summary type="html"><a href="http://www.garterblue.com/rsssan/index.html" title="Read more ...">Read more ...</a></summary><!-- 07 -->
</entry>
<entry>
<title>garterblue.com</title>
<link href="http://www.garterblue.com/index.html" />
<id>http://www.garterblue.com/index.html</id>
<updated>2007-12-13T13:39:06+09:00</updated><!-- 05 -->
<summary type="html"><a href="http://www.garterblue.com/index.html" title="Read more ...">Read more ...</a></summary><!-- 07 -->
</entry>
</feed>
Basic PodCast
<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
<channel>
<atom:link href="http://www.garterblue.com/com.garterblue.podcast.xml?ref=rss" rel="self" type="application/rss+xml" /><!-- 06 -->
<title>garterblue.com</title><!-- 01 -->
<description>Honi soit qui mal y pense.</description><!-- 04 -->
<link>http://www.garterblue.com/?ref=rss</link><!-- 02 -->
<lastBuildDate>Sun, 24 Feb 2008 13:52:04 GMT</lastBuildDate>
<item>
<title>garterblue.com</title>
<guid isPermaLink="true">http://www.garterblue.com/podcast/dummy.mp3</guid>
<pubDate>Sun, 18 Feb 2007 14:07:17 GMT</pubDate>
<enclosure url="http://www.garterblue.com/podcast/dummy.mp3?ref=rss" length="4087936" type="audio/mpeg"/>
</item>
</channel>
</rss>