{% extends "admin/layout.html" %} {% block title %}{{ _("Plugin Management") }}{% endblock %} {% block contents %}
{% trans %} Plugins extend the functionality of the Zine system. Because of security and convenience reasons you have to enable plugins by hand. Some plugins could conflict with each other so it's up to you to decide which plugins you want to enable. In case of doubt have a look at the installation instructions of the plugin you've added. {% endtrans %}
{{ _("Plugin") }} | {{ _("Version") }} | {{ _("Description") }} | {{ _("Activate") }} |
---|---|---|---|
{{ plugin.html_display_name }} | {{ (plugin.version or '?')|e }} | {{ plugin.description }} {{ _("Remove plugin") }}] {% endif -%} | {%- if plugin.instance_plugin and not plugin.active %} [{{ form.active_plugins[plugin.name]() }} |
{% trans %} Normally the plugin guard is enabled and catches exceptions during plugin setup. In some situations however this is not wanted, for example if you want to debug a broken plugin. {% endtrans %}
{% trans %} If you have a plugin as Zine .plugin file you can upload it to your Zine instance using the following form. Plugins added this way can also be completely removed. {% endtrans %}