Merge branch 'trivial_bugs' of git://git.koha-community.org/wip/koha-fbc into kcmaster
[koha.git] / misc / cronjobs / rss / longestUnseen.conf
1 channel
2 title=Longest Unseen Koha Items
3 link=http://www.koha-community.org
4 desc=The 15 least recently seen items
5 lang=en
6 image
7 title=Koha, the worlds best Open Source Library System
8 url=http://www.koha-community.org/images/foo.jpg
9 link=http://www.koha-community.org
10 config
11 tmpl=longestUnseen.tmpl
12 output=longestUnseen.xml
13 query=select biblioitems.isbn as isbn, biblio.title as title, biblio.author as author from biblio, biblioitems, items where biblioitems.biblionumber = items.biblionumber and biblio.biblionumber = items.biblionumber and items.datelastseen is not NULL and items.datelastseen != items.datelastborrowed order by items.datelastseen
14