1 [[!template id=plugin name=report author="[[rubykat]]"]]
2 [[!tag type/meta type/format]]
3 IkiWiki::Plugin::report - Produce templated reports from page field data.
5 This plugin provides the [[ikiwiki/directive/report]] directive. This enables
6 one to report on the structured data ("field" values) of multiple pages; the
7 output is formatted via a template. This depends on the
8 [[plugins/contrib/field]] plugin.
11 ## Activate the plugin
14 add_plugins => [qw{goodstuff report ....}],
19 IkiWiki::Plugin::field
25 * browse at GitHub: <http://github.com/rubykat/ikiplugins/blob/master/IkiWiki/Plugin/report.pm>
26 * git repo at git://github.com/rubykat/ikiplugins.git