this repo has no description
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

Merge pull request #9 from websages/add-guid

Add <guid> tag to RSS feed items

+3
+1
htdocs/thtml/tumble_item_image.txml
··· 1 1 <item> 2 2 <title><!-- tmpl_var name="title" --></title> 3 3 <link><!-- tmpl_var name="url" --></link> 4 + <guid>tumble-<!-- tmpl_var name="ircLinkID" --></guid> 4 5 <description><!-- tmpl_var name="content" --></description> 5 6 <pubDate><!-- tmpl_var name="timestamp" --></pubDate> 6 7 </item>
+1
htdocs/thtml/tumble_item_ircLink.txml
··· 1 1 <item> 2 2 <title><!-- tmpl_var name="title" --></title> 3 3 <link>http://<!-- tmpl_var name="baseurl" -->/irclink/?<!-- tmpl_var name="ircLinkID" --></link> 4 + <guid>tumble-<!-- tmpl_var name="ircLinkID" --></guid> 4 5 <description><!-- tmpl_var name="content" --></description> 5 6 <pubDate><!-- tmpl_var name="timestamp" --></pubDate> 6 7 </item>
+1
htdocs/thtml/tumble_item_quote.txml
··· 1 1 <item> 2 2 <title><!-- tmpl_var name="quote" --></title> 3 3 <link>http://<!-- tmpl_var name="baseurl" -->/</link> 4 + <guid>tumble-<!-- tmpl_var name="ircLinkID" --></guid> 4 5 <description>"<!-- tmpl_var name="quote" -->" --<!-- tmpl_var name="author" --></description> 5 6 <pubDate><!-- tmpl_var name="timestamp" --></pubDate> 6 7 </item>