[Koha-bugs] [Bug 16111] RSS feed for OPAC search results has wrong content type

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Fri Sep 6 11:55:16 CEST 2019


https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16111

--- Comment #69 from Marcel de Rooy <m.de.rooy at rijksmuseum.nl> ---
Git grep on rss2

koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-showreviews-rss.tt:     <link>[%
OPACBaseURL | html %]/cgi-bin/koha/opac-showreviews.pl&format=rss2</link>
koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-showreviews-rss.tt:    
<atom:link href="[% OPACBaseURL | url
%]/cgi-bin/koha/opac-showreviews.pl&format=rss2" rel="self"
type="application/rss+xml" />
=> Script opac-showreviews does only work with format=rss !!

opac/unapi:        'rss2'         => 'MARC21slim2RSS2.xsl',
opac/unapi:        'rss2-full'    => 'MARC21slim2RSS2.xsl',
opac/unapi:        'rss2'         => 'MARC21slim2RSS2.xsl',
opac/unapi:        'rss2-full'    => 'MARC21slim2RSS2.xsl',
opac/unapi:    'rss2' => q(<format name="rss2" type="application/xml"/>),
opac/unapi:    'rss2-full' => q(<format name="rss2-full"
type="application/xml"/>),

debian/templates/koha-conf-site.xml.in:       <retrieval syntax="xml"
name="rss2">
debian/templates/koha-conf-site.xml.in:       <retrieval syntax="xml"
name="rss2">

-- 
You are receiving this mail because:
You are watching all bug changes.


More information about the Koha-bugs mailing list