]> CyberLeo.Net >> Repos - SourceForge/phpwiki.git/blob - pgsrc/Help%2FEditMetaDataPlugin
Activated Id substitution for Subversion
[SourceForge/phpwiki.git] / pgsrc / Help%2FEditMetaDataPlugin
1 Date: Mon, 16 Jun 2008 14:15:24 +0000
2 Mime-Version: 1.0 (Produced by PhpWiki 1.3.14-20080124)
3 X-Rcs-Id: $Id$
4 Content-Type: application/x-phpwiki;
5   pagename=Help%2FEditMetaDataPlugin;
6   flags=PAGE_LOCKED;
7   markup=2;
8   charset=iso-8859-1
9 Content-Transfer-Encoding: binary
10
11 <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>
12
13 <b>Editing the metadata for the homepage would look like this:</b>
14 ------
15 <?plugin EditMetaData page="HomePage" ?>
16 ------
17 <b>With no arguments the plugin defaults to the current page:</b>
18 ------
19 <?plugin EditMetaData ?>
20
21 -----
22 [PhpWikiDocumentation] [CategoryWikiPlugin]