2020-03-10 Fred Gleason <fredg@paravelsystems.com>

* Added a '%FEED_URL%' variable to the channel and item data
	resolver for RSS feeds.
	* Added an '<atom:link>' tag to the XML templates for RSS feeds.
This commit is contained in:
Fred Gleason
2020-03-10 15:52:45 -04:00
parent 379fef019d
commit 74f354a1f0
6 changed files with 56 additions and 9 deletions

View File

@@ -605,4 +605,9 @@
*/
#define RD_DEFAULT_SERVICE_TIMEOUT 30
/*
* File Extension for RSS XML Feed Files
*/
#define RD_RSS_XML_FILE_EXTENSION "rss"
#endif // RD_H