Bug 11503: fix several typos
[koha.git] / koha-tmpl / intranet-tmpl / prog / en / modules / help / plugins / plugins-upload.tt
1 [% INCLUDE 'help-top.inc' %]
2
3 <h1>Upload Koha plugin</h1>
4
5 <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>
6
7 <p style="color: #990000;">Important: Only install plugins from trusted sources.</p>
8
9 <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>
10
11 [% INCLUDE 'help-bottom.inc' %]