http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7804
Kyle M Hall <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Assignee|[email protected] |[email protected] --- Comment #2 from Kyle M Hall <[email protected]> --- Created attachment 8528 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=8528&action=edit Example Plugin File This is an example Koha plugin. It is a zip file with the extension 'kpz' ( Koha Plugin Zip ). The zip contains the directory with all the neccessary files. The essential file is the plugin.ini file. It has a format as such: name=Plugin Name author=Plugin Author description=Plugin Description start=plugin_dir/start.pl date_authored=2012-01-01 date_updated=2012-02-01 minimum_version=3.0100107 type=report ( or type=tool ) The naming convention I've come up to prevent naming conflicts is java-esque. For example, if BibLibre were to create a plugin tool for fixing invalid birth dates, it might be named com.biblibre.fix_invalid_birthdates. For Bywater Solutions, it would be com.bywatersolutions.fix_invalid_birthdates. -- 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/
