Koha/koha-tmpl/intranet-tmpl/prog/en/modules/help/plugins/plugins-upload.tt
Jonathan Druart b08913370f Bug 18817: Update links manually
Without the anchor it is not possible to retrieve the html page, so
these occurrences have been updated manually (and yes it was painful)

Signed-off-by: Katrin Fischer <katrin.fischer.83@web.de>

Signed-off-by: Marcel de Rooy <m.de.rooy@rijksmuseum.nl>

Signed-off-by: Jonathan Druart <jonathan.druart@bugs.koha-community.org>
2017-08-25 10:22:14 -03: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://koha-community.org/manual/[% helpVersion %]/html/14_plugins.html">manual</a> (online).</strong></p>
[% INCLUDE 'help-bottom.inc' %]