[[PageOutline(2-5,Contents,pullout)]] = Display metadata information from database on wiki page == 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 - Author of latest change to the page * comment - Author of latest comment to the page * changed_ts - Timestamp of latest change Only one argument at a time can be supplied. Latest version of wiki page: {{{ 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)]]) }}} 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 [report:9?COMPONENT=WikinfoPlugin here]. If you have any issues, create a [/newticket?component=WikinfoPlugin new ticket]. [[TicketQuery(component=WikinfoPlugin,group=type,format=progress)]] == Download Download the zipped source from [export:wikinfoplugin here]. == Source You can check out WikinfoPlugin from [/svn/wikinfoplugin here] using Subversion, or [source:wikinfoplugin browse the source] with Trac. == Installation Just follow the normal setuptools instructions. == Recent Changes [[ChangeLog(wikinfoplugin, 3)]] == Author/Contributors '''Author:''' [wiki:rede] (0.9), [wiki:rjollos] (0.11) [[BR]] '''Maintainer:''' [[Maintainer]] [[BR]] '''Contributors:''' [wiki:coderanger]