From c3594ff5c2b42f55ce1b3f4c78fcab59f793a389 Mon Sep 17 00:00:00 2001 From: "Nicole C. Engard" Date: Sat, 30 Mar 2013 13:42:40 -0400 Subject: [PATCH] [SIGNED-OFF] Bug 9850: Add Plugin Help File for 3.12 Content-Type: text/plain; charset="utf-8" This adds a help file to the new plugins module. To test: Activate the plugin module and check the text and links in the help file Signed-off-by: Owen Leonard --- .../prog/en/modules/help/plugins/plugins-home.tt | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 koha-tmpl/intranet-tmpl/prog/en/modules/help/plugins/plugins-home.tt diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/help/plugins/plugins-home.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/help/plugins/plugins-home.tt new file mode 100644 index 0000000..ac8eb6a --- /dev/null +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/help/plugins/plugins-home.tt @@ -0,0 +1,11 @@ +[% INCLUDE 'help-top.inc' %] + +

Plugins

+ +

Koha's Plugin System allows for you to add additional tools and reports to Koha that are specific to your library. Plugins are installed by uploading KPZ ( Koha Plugin Zip ) packages. A KPZ file is just a zip file containing the perl files, template files, and any other files neccessary to make the plugin work.

+ +

The plugin system needs to be turned on by a system administrator and should only managed by those who understand Perl and the way data connects within Koha.

+ +

See the full documentation for the Plugin System in the manual (online).

+ +[% INCLUDE 'help-bottom.inc' %] \ No newline at end of file -- 1.7.9.5