]> CyberLeo.Net >> Repos - SourceForge/phpwiki.git/blob - pgsrc/Help%2FAuthorHistoryPlugin
major pgsrc restructuring: internal doc into Help/*
[SourceForge/phpwiki.git] / pgsrc / Help%2FAuthorHistoryPlugin
1 Date: Sun, 4 Jul 2004 01:31:02 -0700
2 Mime-Version: 1.0 (Produced by PhpWiki 1.3.7)
3 X-Rcs-Id: $Id: Help%2FAuthorHistoryPlugin,v 1.1 2005-11-21 22:19:00 rurban Exp $
4 Content-Type: application/x-phpwiki;
5   pagename=Help%2FAuthorHistoryPlugin;
6   pgsrc_version="2 $Revision: 1.1 $";
7   flags="";
8   markup=2;
9   charset=iso-8859-1
10 Content-Transfer-Encoding: binary
11
12 This plugin allows you to list the history of edits by a particular
13 author; you can specify the page name as well (default is the current
14 page).
15
16 <verbatim>
17 <?plugin AuthorHistory user="test" ?>
18
19 <?plugin AuthorHistory page=HomePage ?>
20 </verbatim>
21
22 The second example will default to the current page. We can't provide
23 examples for you since we don't know any potential usernames for your
24 wiki.
25
26 -------------
27
28 PhpWikiDocumentation Help:WikiPlugin