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

@@ -18,6 +18,7 @@
// Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
//
#include <qmessagebox.h>
#include <qradiobutton.h>
#include <rdconf.h>
@@ -448,7 +449,8 @@ void EditCast::okData()
setLastBuildDateTime(RDLocalToUtc(QDateTime(QDate::currentDate(),
QTime::currentTime())));
if(!cast_feed->postXml(&err_msg)) {
if(!cast_feed->postXmlConditional("RDCastManager",this)) {
return;
}
done(0);
}