PluginPony
Toggle all
List of installed packages:
| loaded |
Package Name |
{% for package in packages %}
| {% if package.loaded %} *{% else %} {% endif %} |
{{ package.name|e }} |
{% if package.loaded %}
| |
| Full name | {{ package.fullname|e }} |
| Path | {{ package.path|e }} |
| Description | {{ package.description|e }} |
| Author | {{ package.author|e }} |
{% if package.revision %}| Revision | {{ package.revision|e }} | {% endif %}
| 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 %} |
|
{% else %}
| | (package not loaded) |
{% endif %}
{% endfor %}
List of plugin types:
| |
Component Type Name |
{% for plugin in plugintypes %}
| |
{{ plugin.name|e }} |
| |
| Module | {{ plugin.module }} |
| Plugins | {% for plug in plugin.plugins %}
{{ plug|e }}{% if not loop.last %},{% endif %}
{% endfor %} |
{% if plugin.doc %}| Docstring | {{ plugin.doc }} | {% endif %}
|
{% endfor %}
List of registered plugins:
| Pkg |
Component Name |
{% for plugin in plugins %}
| {{ plugin.package|e }} |
{{ plugin.name|e }} |
| |
| Package | {{ plugin.package|e }} |
| Types | {% for type in plugin.types %}
{{ type|e }}{% if not loop.last %},{% endif %}
{% endfor %} |
{% if plugin.doc %}| Docstring | {{ plugin.doc }} | {% endif %}
|
{% endfor %}
List of registered URL regular expressions:
{% for regex in regexes %}
- {{ regex.regex|e }}
{{ regex.package|e }}
- {{ regex.component|e }}
{% endfor %}