[% USE CGI %]
[% IF SHOW_DEBUG %]
[% USE Dumper %]
[% Dumper.dump_html(DATA) %]
[% END %]
[% lh.maketext('Module Browser: Modules installed on the file system') %]
help
[% lh.maketext('This CAT module browser shows all CAT modules installed on the system, regardless if you can use them or not. More information about making a module usable to the system see the bottom of the page. If you miss some module, you have to install it as root on the filesystem from source or with your favorite package manager. This page can help you to find out if your installation was successful.') %]
[% FOREACH m = DATA %]
Module |
[% m.name %] |
is provided by |
[% m.provided_by %] |
[% IF CGI.param('more') == m.name %]
task |
[% FOREACH t = m.task %]
[% t %]
[% END %]
|
[less...] |
[% END %]
[% END %]
help
[% lh.maketext('To use a module you have to register and enable them with the command:
cipux_cat_module --register --object NAME --enable') %]