On 17 January 2011 13:35, alen vodopijevec <alen@irb.hr> wrote:
Dear list,
there are two "utilities" that we would like to share. We use them internally but maybe someone else will find them useful.
*2. Book covers on catalogue homepage* Script generates html (full html page or just <table>) with recently acquired books for inclusion into your existing web pages. It uses Koha table "aqorders" for getting newest biblios. We run it from cron every few minutes to avoid possible unnecessary database load. Generated content is then shown on our Koha catalogue homepage and Library home.
Get it from: https://github.com/alenkovich/Koha-recently-acquired-books
Hi Alen I have been playing with this, and I like it, but I was going to make some changes. But I need to check with you what license is it under? You might want to add the license information to the repository, if it is gpl2 or later, then I might have a pull request for you shortly :) I was planning to make some changes to make it use C4::Context for its database handle (and config/preferences). Chris