]> CyberLeo.Net >> Repos - SourceForge/phpwiki.git/blob - pgsrc/Help%2FEditMetaDataPlugin
major pgsrc restructuring: internal doc into Help/*
[SourceForge/phpwiki.git] / pgsrc / Help%2FEditMetaDataPlugin
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%2FEditMetaDataPlugin,v 1.1 2005-11-21 22:19:00 rurban Exp $
4 Content-Type: application/x-phpwiki;
5   pagename=Help%2FEditMetaDataPlugin;
6   pgsrc_version="2 $Revision: 1.1 $";
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 ?>
21
22 -----
23
24 PhpWikiDocumentation Help:WikiPlugin