Changes between Version 3 and Version 4 of WikinfoPlugin


Ignore:
Timestamp:
Jan 11, 2006, 5:42:42 PM (18 years ago)
Author:
Noah Kantrowitz
Comment:

Updating documentation to match [315].

Legend:

Unmodified
Added
Removed
Modified
  • WikinfoPlugin

    v3 v4  
    77This was actually made as an example on how to write a plugin using the new architecture.
    88
    9 Usage: {{{ NlWikinfo([keyword][,keyword][...]) }}}
     9Usage: {{{ Wikinfo([keyword][,keyword][...]) }}}
    1010
    1111Currently supported keywords:
     
    1919== Installation ==
    2020
    21 Since this is new style plugin instead of old style macro, you have to install this plugin. Copy ''nlwikinfo.py'' macro to any path you want and add following in trac.ini:
    22 {{{
    23 [nlwikinfo]
    24 module = nlwikinfo
    25 path = /var/trac/plugins/nlwikinfo
    26 }}}
    27 
    28 Path is required only if nlwikinfo.py is not in Python search path.
     21Just follow the normal setuptools instructions.
    2922
    3023== Bugs/Feature Requests ==
     
    4841Latest version of wikipage:
    4942{{{
    50 Version [[NlWikinfo(version)]]
     43Version [[Wikinfo(version)]]
    5144}}}
    5245
    5346Page originally created by:
    5447{{{
    55 Created by [[NlWikinfo(author)]]
     48Created by [[Wikinfo(author)]]
    5649}}}
    5750
    5851Page last modified by:
    5952{{{
    60 Modified by [[NlWikinfo(changed_by)]]
     53Modified by [[Wikinfo(changed_by)]]
    6154}}}
    6255
    6356Page last modified timestamp:
    6457{{{
    65 [[NlWikinfo(changed_ts)]]
     58[[Wikinfo(changed_ts)]]
    6659}}}
    6760
     
    7467
    7568'''Author:''' [wiki:rede rede] [[BR]]
    76 '''Contributors:'''
     69'''Contributors:''' [wiki:coderanger coderanger]
    7770
    78 [[TagIt(plugin,rede,example,0.9)]]
     71[[TagIt(plugin,rede,example,0.9,coderanger)]]