https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17690
--- Comment #1 from David Cook <[email protected]> --- At the moment, I've coded it within the Koha:: namespace, but I've been thinking about putting it into the Icarus:: or Local::Icarus:: namespace. I've also been thinking about converting it into a Koha plugin, so that people can try it out without fully committing to the code. I designed Icarus to be separate from Koha. The idea is that you send a message to Icarus, and it runs a task with arguments from the message. This works well for OAI-PMH as I download records from remote servers and then send them to a Koha HTTP API, although it might not work so well with things like scheduling reports to be run and emailed. Unless you're using the report API. -- You are receiving this mail because: You are watching all bug changes. _______________________________________________ Koha-bugs mailing list [email protected] http://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs website : http://www.koha-community.org/ git : http://git.koha-community.org/ bugs : http://bugs.koha-community.org/
