]> CyberLeo.Net >> Repos - SourceForge/phpwiki.git/blob - pgsrc/EditMetaDataPlugin
updates
[SourceForge/phpwiki.git] / pgsrc / EditMetaDataPlugin
1 Date: Sun, 4 Jan 2004 12:23:49 -0500
2 Mime-Version: 1.0 (Produced by PhpWiki 1.3.7)
3 X-Rcs-Id: $Id: EditMetaDataPlugin,v 1.2 2004-05-09 00:36:21 rurban Exp $
4 Content-Type: application/x-phpwiki;
5   pagename=EditMetaDataPlugin;
6   pgsrc_version="2 $Revision: 1.2 $";
7   flags="";
8   markup=2;
9   charset=iso-8859-1
10 Content-Transfer-Encoding: binary
11
12 <b>This plugin allows you to add/edit/delete metadata key/value pairs for a given page. You must be logged in as the administrator to do this. The page's metadata contains things like the page hit count, last edit time and so on.</b>
13
14 <b>Editing the metadata for the homepage would look like this:</b>
15 ------
16 <?plugin EditMetaData page="HomePage" ?>
17 ------
18 <b>With no arguments the plugin defaults to the current page:</b>
19 ------
20 <?plugin EditMetaData ?>