Changes between Version 17 and Version 18 of WikinfoPlugin


Ignore:
Timestamp:
Nov 12, 2015, 8:42:20 AM (8 years ago)
Author:
figaro
Comment:

Cosmetic changes, added functional restriction

Legend:

Unmodified
Added
Removed
Modified
  • WikinfoPlugin

    v17 v18  
    11[[PageOutline(2-5,Contents,pullout)]]
    22
    3 = Display information from database on wiki page
     3= Display metadata information from database on wiki page
    44
    55== Description
    66
    7 This plugin is a simple script to retrieve information from the database and add it to a wikipage.
     7This plugin retrieves metadata information from the database and adds it to a wiki page.
    88
    9 This was actually made as an example on how to write a plugin using the new architecture.
    10 
    11 Usage: {{{ Wikinfo([keyword][,keyword][...]) }}}
     9Usage: {{{ Wikinfo([keyword]) }}}
    1210
    1311Currently supported keywords:
     
    1715 * comment       - Latest comment of changed by
    1816 * changed_ts    - Page last changed timestamp
     17
     18Only one argument at a time can be supplied.
     19
     20This was actually made as an example on how to write a plugin using the new architecture.
    1921
    2022== Bugs/Feature Requests
     
    3032== Download
    3133
    32 Download the zipped source from [download:wikinfoplugin here].
     34Download the zipped source from [export:wikinfoplugin here].
    3335
    3436== Source
    3537
    36 You can check out WikinfoPlugin from [http://trac-hacks.org/svn/wikinfoplugin here] using Subversion, or [source:wikinfoplugin browse the source] with Trac.
     38You can check out WikinfoPlugin from [/svn/wikinfoplugin here] using Subversion, or [source:wikinfoplugin browse the source] with Trac.
    3739
    3840== Installation