= 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 [report:9?COMPONENT=WikinfoPlugin here]. If you have any issues, create a [http://trac-hacks.swapoff.org/newticket?component=WikinfoPlugin&owner=rede new ticket]. == Download == [source:wikinfoplugin/0.9 WikinfoPlugin for 0.9]. === Eggs === Just drop into your plugins directory, and off you go. * [attachment:Wikinfo-2.0-py2.4.egg?format=raw Download for Python 2.4] == Source == You can check out the source for WikinfoPlugin from Subversion at http://trac-hacks.swapoff.org/svn/wikinfoplugin. == 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: {{{ ([[NlWikinfo(comment)]]) }}} == Author/Contributors == '''Author:''' [wiki:rede rede] [[BR]] '''Contributors:''' [wiki:coderanger coderanger] [[TagIt(plugin,rede,example,0.9,coderanger)]]