The log plugin implements a simple log facility for individual files. Log entries are stored in a separate log page. A small, configurable number of newest log entries is shown together with a form for creating new entries and a link to the complete log.
Download and install the plugin using the Plugin Manager using the following URL:
Refer to Plugins on how to install plugins manually.
To attach a log to a page, just write {{log}}
at the location you want the log to appear. A form will be inserted there, and after writing the first log entry, a log page will be created. Optionally, you might specify how much entries from the log should be displayed (at maximum): {{log>10}}
. The default is 5.
The plugin adds options to the config manager where you can: