Main Koha release repository https://koha-community.org
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

17 lines
779 B

[% USE raw %]
<?xml version="1.0"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
<channel>
<atom:link href="[% OPACBaseURL | url %]/cgi-bin/koha/opac-main.pl" rel="self" type="application/rss+xml" />
<title>News from [% IF ( LibraryNameTitle ) %][% LibraryNameTitle | html %][% ELSE %]the library[% END %]</title>
<link>[% OPACBaseURL | html %]/cgi-bin/koha/opac-main.pl</link>
<description></description>
[% FOREACH newsitem IN koha_news %]
<item>
<title>[% newsitem.title | html %]</title>
<description>[% newsitem.content | $raw %]</description>
<guid>[% OPACBaseURL | html %]/cgi-bin/koha/opac-main.pl#newsitem[% newsitem.idnew | html %]</guid>
</item>
[% END %]
</channel>
</rss>