Contents
Display metadata information on wiki page
Notice: This plugin is unmaintained and available for adoption.
Description
This plugin retrieves metadata information on a wiki page and displays it on that wiki page.
Usage: Wikinfo([keyword])
Currently supported keywords:
- author - Author of first version of the wiki page
- version - Latest version of the wiki page
- changed_by - Author of latest change to the wiki page
- comment - Author of latest comment to the wiki page
- changed_ts - Timestamp of latest change of the wiki page
Only one argument at a time can be supplied.
Page originally created by:
Created by [[Wikinfo(author)]]
Latest version of wiki page:
Version [[Wikinfo(version)]]
Page last modified by:
Modified by [[Wikinfo(changed_by)]]
Latest comment to the wiki page:
Last comment added was [[Wikinfo(comment)]]
Page last modified timestamp:
Timestamp: [[Wikinfo(changed_ts)]]
This was actually made as an example on how to write a plugin using the new component architecture.
Bugs/Feature Requests
Existing bugs and feature requests for WikinfoPlugin are here.
If you have any issues, create a new ticket.
defect |
2 / 2 |
|
---|---|---|
enhancement |
1 / 1 |
Download
Download the zipped source from here.
The plugin is also available on PyPI.
Source
You can check out WikinfoPlugin from here using Subversion, or browse the source with Trac.
Installation
Just follow the normal setuptools instructions.
Recent Changes
Author/Contributors
Author: rede (0.9), rjollos (0.11)
Maintainer: none (needsadoption)
Contributors: coderanger