Wiki Info

Description

Simple script to retrieve information from the database and add it to a wikipage.

This was actually made as an example on how to write a plugin using the new architecture.

Usage: Wikinfo([keyword][,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

Installation

Just follow the normal setuptools instructions.

Bugs/Feature Requests

Existing bugs and feature requests for WikinfoPlugin are here.

If you have any issues, create a new ticket.

Download

Download the zipped source from here.

Source

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

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

[12218] by rjollos on 10/19/12 07:44:02

Moved 0.9 directory to branches. Added license info to setup.py and applied formatting to file.

[11539] by rjollos on 05/07/12 09:58:00

Refs #3313: Rewrite of WikinfoPlugin for Trac 0.11 and later.

[3416] by coderanger on 03/25/08 07:39:08

Change my email to avoid Yahoo, which decided to brake my scraper script recently.

[541] by coderanger on 03/22/06 19:53:22

WikinfoPlugin:

Switching to entry points.

Author/Contributors

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