mirror of
https://github.com/ElvishArtisan/rivendell.git
synced 2025-10-17 16:11:12 +02:00
2023-04-27 Fred Gleason <fredg@paravelsystems.com>
* Removed a 'RDFeed::generateReport()' methods. * Added a 'DownloadRss()' method to the WebAPI. * Added a 'RDXsltEngine' class. * Added a 'Generate Front Report' item to the right-click menu in the 'Podcast Feeds' list in the 'Rivendell Feed List' dialog in rdadmin(1). * Added a 'Generate Back Report' item to the right-click menu in the 'Podcast Feeds' list in the 'Rivendell Feed List' dialog in rdadmin(1). Signed-off-by: Fred Gleason <fredg@paravelsystems.com>
This commit is contained in:
@@ -353,6 +353,11 @@ void Xport::ripcConnectedData(bool state)
|
||||
RemovePodcast();
|
||||
break;
|
||||
|
||||
case RDXPORT_COMMAND_DOWNLOAD_RSS:
|
||||
rda->syslog(LOG_DEBUG,"processing RDXPORT_COMMAND_DOWNLOAD_RSS");
|
||||
DownloadRss();
|
||||
break;
|
||||
|
||||
case RDXPORT_COMMAND_POST_RSS:
|
||||
rda->syslog(LOG_DEBUG,"processing RDXPORT_COMMAND_POST_RSS");
|
||||
PostRss();
|
||||
|
Reference in New Issue
Block a user