wiki:WikinfoPlugin

Version 18 (modified by figaro, 8 years ago) (diff)

Cosmetic changes, added functional restriction

Display metadata information from database on wiki page

Notice: This plugin is unmaintained and available for adoption.

Description

This plugin retrieves metadata information from the database and adds it to a wiki page.

Usage: Wikinfo([keyword])

Currently supported keywords:

  • author - Author of first version
  • version - Latest version of page
  • changed_by - Page last changed by
  • comment - Latest comment of changed by
  • changed_ts - Page last changed timestamp

Only one argument at a time can be supplied.

This was actually made as an example on how to write a plugin using the new 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.

Source

You can check out WikinfoPlugin from here using Subversion, or browse the source with Trac.

Installation

Just follow the normal setuptools instructions.

Examples

Latest version of wikipage:

Version [[Wikinfo(version)]] 

Page originally created by:

Created by [[Wikinfo(author)]]

Page last modified by:

Modified by [[Wikinfo(changed_by)]]

Page last modified timestamp:

[[Wikinfo(changed_ts)]]

Last edit comment:

([[Wikinfo(comment)]])

Recent Changes

16347 by rjollos on 2017-03-17 19:58:53
0.2: Change plugin name before publishing to PyPI
16346 by rjollos on 2017-03-17 19:57:31
0.2: Prepare for release
15324 by rjollos on 2016-02-18 00:11:08
Remove tag_svn_revision

The attribute isn't supported in setuptools >= 10.

(more)

Author/Contributors

Author: rede (0.9), rjollos (0.11)
Maintainer: none (needsadoption)
Contributors: coderanger