mirror of
https://github.com/ElvishArtisan/rivendell.git
synced 2025-04-11 15:22:46 +02:00
2022-11-21 Fred Gleason <fredg@paravelsystems.com>
* Fixed a bug in the podcasting subsystem that broke validation of the 'direct' name space. Signed-off-by: Fred Gleason <fredg@paravelsystems.com>
This commit is contained in:
parent
1b38ed8ea8
commit
269a57d6ca
@ -20954,3 +20954,6 @@
|
||||
2022-11-15 Fred Gleason <fredg@paravelsystems.com>
|
||||
* Fixed a bug in rdcatchd(8) that caused record events to be
|
||||
captured with the incorrect sampling rate.
|
||||
2022-11-21 Fred Gleason <fredg@paravelsystems.com>
|
||||
* Fixed a bug in the podcasting subsystem that broke validation
|
||||
of the 'direct' name space.
|
||||
|
@ -63,7 +63,7 @@ RDRssSchemas::RDRssSchemas()
|
||||
c_header_templates.push_back("<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<rss version=\"2.0\" xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\" xmlns:content=\"http://purl.org/rss/1.0/modules/content/\" xmlns:atom=\"http://www.w3.org/2005/Atom\" xmlns:direct=\"http://www.rivendellaudio.org/dtds/direct-0.1.dtd\">");
|
||||
|
||||
// AppleSuperfeedSchema
|
||||
c_header_templates.push_back("<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<rss version=\"2.0\" xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\" xmlns:content=\"http://purl.org/rss/1.0/modules/content/\" xmlns:atom=\"http://www.w3.org/2005/Atom\" xmlns:superfeed=\"http://www.rivendellaudio.org/dtds/superfeed-0.1.dtd\"> xmlns:direct=\"http://www.rivendellaudio.org/dtds/direct-0.1.dtd\">");
|
||||
c_header_templates.push_back("<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<rss version=\"2.0\" xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\" xmlns:content=\"http://purl.org/rss/1.0/modules/content/\" xmlns:atom=\"http://www.w3.org/2005/Atom\" xmlns:superfeed=\"http://www.rivendellaudio.org/dtds/superfeed-0.1.dtd\" xmlns:direct=\"http://www.rivendellaudio.org/dtds/direct-0.1.dtd\">");
|
||||
|
||||
//
|
||||
// Channel Templates
|
||||
|
Loading…
x
Reference in New Issue
Block a user