]> CyberLeo.Net >> Repos - SourceForge/phpwiki.git/blob - pgsrc/AuthorHistoryPlugin
added PhpWikiDocumentation footers
[SourceForge/phpwiki.git] / pgsrc / AuthorHistoryPlugin
1 Date: Sun, 4 Jan 2004 17:18:08 -0500
2 Mime-Version: 1.0 (Produced by PhpWiki 1.3.7)
3 X-Rcs-Id: $Id: AuthorHistoryPlugin,v 1.4 2004-07-04 08:41:39 rurban Exp $
4 Content-Type: application/x-phpwiki;
5   pagename=AuthorHistoryPlugin;
6   pgsrc_version="2 $Revision: 1.4 $";
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 WikiPlugin