]> CyberLeo.Net >> Repos - SourceForge/phpwiki.git/blob - pgsrc/AuthorHistoryPlugin
Description with examples of the author history plugin.
[SourceForge/phpwiki.git] / pgsrc / AuthorHistoryPlugin
1 Date: Sun, 4 Jan 2004 17:18:08 -0500\r
2 Mime-Version: 1.0 (Produced by PhpWiki 1.3.7)\r
3 X-Rcs-Id: $Id: AuthorHistoryPlugin,v 1.1 2004-01-04 22:11:46 wainstead Exp $\r
4 Content-Type: application/x-phpwiki;\r
5   pagename=AuthorHistoryPlugin;\r
6   pgsrc_version="2 $Revision: 1.1 $";\r
7   flags="";\r
8   markup=2;\r
9   charset=iso-8859-1\r
10 Content-Transfer-Encoding: binary\r
11 \r
12 This plugin allows you to list the history of edits by a particular author; you can specify the page name as well (default is the current page).\r
13 \r
14 <verbatim>\r
15 <?plugin AuthorHistory user="test" ?>\r
16 \r
17 <?plugin AuthorHistory page=HomePage ?>\r
18 </verbatim>\r
19 \r
20 The second example will default to the current page. We can't provide examples for you since we don't know any potetial usernames for your wiki.\r