Link Here
|
4 |
|
4 |
|
5 |
<channel> |
5 |
<channel> |
6 |
<title>[% shelfname %]</title> |
6 |
<title>[% shelfname %]</title> |
7 |
<link>[% OPACBaseURL %]/cgi-bin/koha/opac-shelves.pl?rss=1&viewshelf=[% shelfnumber | html %]</link> |
7 |
<link>[% OPACBaseURL %]/cgi-bin/koha/opac-shelves.pl?rss=1&viewshelf=[% shelfnumber %]</link> |
8 |
<description>RSS feed for public list [% shelfname | html %]</description> |
8 |
<description>RSS feed for public list [% shelfname | html %]</description> |
9 |
|
9 |
|
10 |
[% FOREACH i IN itemsloop %] |
10 |
[% FOREACH i IN itemsloop %] |
11 |
<item> |
11 |
<item> |
12 |
<title>[% i.title %] by [% i.author %]</title> |
12 |
<title> |
|
|
13 |
[% i.title | html %] |
14 |
[% IF i.author %] |
15 |
by [% i.author | html %] |
16 |
[% END %] |
17 |
</title> |
13 |
<link>[% OPACBaseURL %]/cgi-bin/koha/opac-detail.pl?biblionumber=[% i.biblionumber %]</link> |
18 |
<link>[% OPACBaseURL %]/cgi-bin/koha/opac-detail.pl?biblionumber=[% i.biblionumber %]</link> |
14 |
</item> |
19 |
</item> |
15 |
[% END %] |
20 |
[% END %] |