PluginPony

Toggle all

List of installed packages:

{% for package in packages %} {% if package.loaded %} {% else %} {% endif %} {% endfor %}
loaded Package Name
{% if package.loaded %} *{% else %} {% endif %} {{ package.name|e }}
  {% if package.revision %}{% endif %}
Full name{{ package.fullname|e }}
Path{{ package.path|e }}
Description{{ package.description|e }}
Author{{ package.author|e }}
Revision{{ package.revision|e }}
Version {% for vi in package.version %}{{ vi }}{% if not loop.last %}.{% endif %}{% endfor %}
Dependencies {% for dep in package.depends %} {{ dep }}{% if not loop.last %}, {% endif %} {% elsefor %}none{% endfor %}
 (package not loaded)

List of plugin types:

{% for plugin in plugintypes %} {% endfor %}
   Component Type Name
  {{ plugin.name|e }}
  {% if plugin.doc %}{% endif %}
Module{{ plugin.module }}
Plugins{% for plug in plugin.plugins %} {{ plug|e }}{% if not loop.last %},{% endif %} {% endfor %}
Docstring{{ plugin.doc }}

List of registered plugins:

{% for plugin in plugins %} {% endfor %}
Pkg   Component Name
{{ plugin.package|e }} {{ plugin.name|e }}
  {% if plugin.doc %}{% endif %}
Package{{ plugin.package|e }}
Types{% for type in plugin.types %} {{ type|e }}{% if not loop.last %},{% endif %} {% endfor %}
Docstring{{ plugin.doc }}

List of registered URL regular expressions:

{% for regex in regexes %}
{{ regex.regex|e }} {{ regex.package|e }}
{{ regex.component|e }}
{% endfor %}