[Koha-bugs] [Bug 7804] Add Koha Plugin System

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Thu Mar 22 16:25:44 CET 2012


http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7804

Kyle M Hall <kyle.m.hall at gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Assignee|gmcharlt at gmail.com          |kyle.m.hall at gmail.com

--- Comment #2 from Kyle M Hall <kyle.m.hall at gmail.com> ---
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.


More information about the Koha-bugs mailing list