Koha/koha-tmpl/intranet-tmpl/prog/en/modules/help/plugins/plugins-upload.tt
Owen Leonard a5c762d491 Bug 11503: fix several typos
This patch corrects several typos: Some reported in Bug 11503, others
found during a systematic spell check of the help files.

To test, examine the changes and confirm that the spelling changes are
correct.

Signed-off-by: Mark Tompsett <mtompset@hotmail.com>
Signed-off-by: Katrin Fischer <Katrin.Fischer.83@web.de>
Signed-off-by: Galen Charlton <gmc@esilibrary.com>
2014-01-13 20:47:03 +00:00

11 lines
682 B
Text

[% INCLUDE 'help-top.inc' %]
<h1>Upload Koha plugin</h1>
<p>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 necessary to make the plugin work.</p>
<p style="color: #990000;">Important: Only install plugins from trusted sources.</p>
<p><strong>See the full documentation for the Plugin system in the <a href="http://manual.koha-community.org/[% helpVersion %]/en/pluginsystem.html">manual</a> (online).</strong></p>
[% INCLUDE 'help-bottom.inc' %]