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.
 
 
 
 
 
 
oleonard f4bdd0df8d Adding RSS 1.0 and 2.0 versions of the lastAcquired feed to serve as examples 20 years ago
..
README *** empty log message *** 21 years ago
lastAcquired-1.0.conf Adding RSS 1.0 and 2.0 versions of the lastAcquired feed to serve as examples 20 years ago
lastAcquired-1.0.tmpl Adding RSS 1.0 and 2.0 versions of the lastAcquired feed to serve as examples 20 years ago
lastAcquired-2.0.conf Adding RSS 1.0 and 2.0 versions of the lastAcquired feed to serve as examples 20 years ago
lastAcquired-2.0.tmpl Adding RSS 1.0 and 2.0 versions of the lastAcquired feed to serve as examples 20 years ago
lastAcquired.conf Changed to use biblionumber as the key for biblios, rather than ISBN 21 years ago
lastAcquired.tmpl Changed to use biblionumber as the key for biblios, rather than ISBN 21 years ago
longestUnseen.conf Added Pate's Koha rss stuff. 21 years ago
longestUnseen.tmpl Added Pate's Koha rss stuff. 21 years ago
mostReserved.conf Added Pate's Koha rss stuff. 21 years ago
mostReserved.tmpl Added Pate's Koha rss stuff. 21 years ago
rss.pl Adding more variables for RSS 2.0 template, altering date format for RSS 2.0 compatibility 20 years ago
sm-koha-icon.jpg Added Pate's Koha rss stuff. 21 years ago

README

About:
rss.pl is meant to provide an extensible tool for creating RSS 0.91
formatted files suitable for syndication. The script relies on two
external files for configuration information. Rather than trying to
explain how this occurs, I'll show you using the provided lastAcquired
files. There are currently three rss feeds bundled in this tarball
(lastAcquired, longestUnseen, and mostReserved), the config files for
each of these should be modified to suit your local site. A smallish
Koha image (sm-koha-icon.jpg) is included as well.

Dependencies:
rss.pl depends on an installed Koha system, and uses the C4::Context
module it provides.

Details:
rss.pl is meant to be run from cron (probably once a day or so -- more
often at larger libraries depending on the report being generated). It
is invoked like this (in the case of lastAcquired):

rss.pl /path/to/rssKoha/lastAcquired.conf

The basic process is that rss reads the config file
(lastAcquired.conf) to determine RSS header information, the SQL query
u