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.
 
 
 
 
 
 
Julian Maurice b168f4a2e9 Bug 21395: Make perlcritic happy 6 years ago
..
README Bug 14383: misc: Fix some typos in comments and documentation 9 years ago
lastAcquired-1.0.conf Bug 9000 [3] - Change conf key from tmpl to template 10 years ago
lastAcquired-1.0.tt Bug 21526: Use the 'url' filter when needed 6 years ago
lastAcquired-2.0.conf Bug 9000 [3] - Change conf key from tmpl to template 10 years ago
lastAcquired-2.0.tt Bug 21526: Use the 'url' filter when needed 6 years ago
lastAcquired.conf Bug 9000 [3] - Change conf key from tmpl to template 10 years ago
lastAcquired.tt Bug 13618: Add html filters to all the variables 6 years ago
longestUnseen.conf Bug 9000 [3] - Change conf key from tmpl to template 10 years ago
longestUnseen.tt Bug 13618: Add html filters to all the variables 6 years ago
mostReserved.conf Bug 9000 [3] - Change conf key from tmpl to template 10 years ago
mostReserved.tt Bug 13618: Add html filters to all the variables 6 years ago
rss.pl Bug 21395: Make perlcritic happy 4 years ago
sm-koha-icon.jpg bug 2864 [2/2]: move rss/* to misc/cronjobs/rss/* 16 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