From: <var...@us...> - 2009-03-05 10:16:14
|
Revision: 6634 http://phpwiki.svn.sourceforge.net/phpwiki/?rev=6634&view=rev Author: vargenau Date: 2009-03-05 10:16:04 +0000 (Thu, 05 Mar 2009) Log Message: ----------- Update help pages Modified Paths: -------------- trunk/pgsrc/Help%2FWikiAdminChmodPlugin trunk/pgsrc/Help%2FWikiAdminChownPlugin trunk/pgsrc/Help%2FWikiAdminMarkupPlugin trunk/pgsrc/Help%2FWikiAdminRemovePlugin trunk/pgsrc/Help%2FWikiAdminRenamePlugin trunk/pgsrc/Help%2FWikiAdminSearchReplacePlugin trunk/pgsrc/Help%2FWikiAdminSelectPlugin trunk/pgsrc/Help%2FWikiAdminSetAclPlugin Modified: trunk/pgsrc/Help%FWikiAdminChmodPlugin =================================================================== --- trunk/pgsrc/Help%2FWikiAdminChmodPlugin 2009-03-05 10:13:57 UTC (rev 6633) +++ trunk/pgsrc/Help%2FWikiAdminChmodPlugin 2009-03-05 10:16:04 UTC (rev 6634) @@ -1,4 +1,4 @@ -Date: Sun, 22 Feb 2009 19:16:30 +0000 +Date: Thu, 5 Mar 2009 11:13:03 +0000 Mime-Version: 1.0 (Produced by PhpWiki 1.3.14-20080124) X-Rcs-Id: $Id$ Content-Type: application/x-phpwiki; @@ -8,17 +8,29 @@ charset=iso-8859-1 Content-Transfer-Encoding: binary -[PhpWikiAdministration] Page Explorer plugin. +The **~WikiAdminChmod** [[Help:WikiPlugin|plugin]] allows to change the mode bits of pages. == Usage {{{ -<<WikiAdminChmod>> +<<WikiAdminChmod arguments>> }}} == Arguments -page _(default: current pagename)_: - The page to execute upon. +{| class="bordered" +|- +! Argument +! Description +! Default value +|- +| s +| Pages to select +| //None// +|- +| perm +| Page permissions +| //None// +|} == Example @@ -32,7 +44,7 @@ * [[PhpWiki:ReiniUrban|Reini Urban]] == See Also -* [PhpWikiAdministration] +* [[PhpWikiAdministration]] <noinclude> ---- Modified: trunk/pgsrc/Help%FWikiAdminChownPlugin =================================================================== --- trunk/pgsrc/Help%2FWikiAdminChownPlugin 2009-03-05 10:13:57 UTC (rev 6633) +++ trunk/pgsrc/Help%2FWikiAdminChownPlugin 2009-03-05 10:16:04 UTC (rev 6634) @@ -1,4 +1,4 @@ -Date: Sun, 22 Feb 2009 19:16:30 +0000 +Date: Thu, 5 Mar 2009 11:13:03 +0000 Mime-Version: 1.0 (Produced by PhpWiki 1.3.14-20080124) X-Rcs-Id: $Id$ Content-Type: application/x-phpwiki; @@ -8,18 +8,31 @@ charset=iso-8859-1 Content-Transfer-Encoding: binary -[PhpWikiAdministration] Page Explorer plugin. +The **~WikiAdminChown** [[Help:WikiPlugin|plugin]] allows to change the owner of pages. == Usage {{{ -<<WikiAdminChown>> +<<WikiAdminChown arguments>> }}} == Arguments -page _(default: current pagename)_: - The page to execute upon. +{| class="bordered" +|- +! Argument +! Description +! Default value +|- +| s +| Pages to select +| //None// +|- +| user +| User name +| //None// +|} + == Example {{{ @@ -32,7 +45,7 @@ * [[PhpWiki:ReiniUrban|Reini Urban]] == See Also -* [PhpWikiAdministration] +* [[PhpWikiAdministration]] <noinclude> ---- Modified: trunk/pgsrc/Help%FWikiAdminMarkupPlugin =================================================================== --- trunk/pgsrc/Help%2FWikiAdminMarkupPlugin 2009-03-05 10:13:57 UTC (rev 6633) +++ trunk/pgsrc/Help%2FWikiAdminMarkupPlugin 2009-03-05 10:16:04 UTC (rev 6634) @@ -1,4 +1,4 @@ -Date: Sun, 22 Feb 2009 19:16:30 +0000 +Date: Thu, 5 Mar 2009 11:13:03 +0000 Mime-Version: 1.0 (Produced by PhpWiki 1.3.14-20080124) X-Rcs-Id: $Id$ Content-Type: application/x-phpwiki; @@ -8,7 +8,7 @@ charset=iso-8859-1 Content-Transfer-Encoding: binary -[PhpWikiAdministration] Page Explorer plugin. +The **~WikiAdminMarkup** [[Help:WikiPlugin|plugin]] allows to change the markup version of pages. == Usage {{{ @@ -17,8 +17,20 @@ == Arguments -page _(default: current pagename)_: - The page to execute upon. +{| class="bordered" +|- +! Argument +! Description +! Default value +|- +| s +| Pages to select +| //None// +|- +| markup +| Markup version +| 2 +|} == Example @@ -32,7 +44,7 @@ * [[PhpWiki:ReiniUrban|Reini Urban]] == See Also -* [PhpWikiAdministration] +* [[PhpWikiAdministration]] <noinclude> ---- Modified: trunk/pgsrc/Help%FWikiAdminRemovePlugin =================================================================== --- trunk/pgsrc/Help%2FWikiAdminRemovePlugin 2009-03-05 10:13:57 UTC (rev 6633) +++ trunk/pgsrc/Help%2FWikiAdminRemovePlugin 2009-03-05 10:16:04 UTC (rev 6634) @@ -1,4 +1,4 @@ -Date: Sun, 22 Feb 2009 19:16:30 +0000 +Date: Thu, 5 Mar 2009 11:13:03 +0000 Mime-Version: 1.0 (Produced by PhpWiki 1.3.14-20080124) X-Rcs-Id: $Id$ Content-Type: application/x-phpwiki; @@ -8,17 +8,25 @@ charset=iso-8859-1 Content-Transfer-Encoding: binary -[PhpWikiAdministration] Page Explorer plugin. +The **~WikiAdminRemove** [[Help:WikiPlugin|plugin]] allows to purge pages. == Usage {{{ -<<WikiAdminRemove>> +<<WikiAdminRemove arguments>> }}} == Arguments -page _(default: current pagename)_: - The page to execute upon. +{| class="bordered" +|- +! Argument +! Description +! Default value +|- +| s +| Pages to select +| //None// +|} == Example @@ -32,7 +40,7 @@ * [[PhpWiki:ReiniUrban|Reini Urban]] == See Also -* [PhpWikiAdministration] +* [[PhpWikiAdministration]] <noinclude> ---- Modified: trunk/pgsrc/Help%FWikiAdminRenamePlugin =================================================================== --- trunk/pgsrc/Help%2FWikiAdminRenamePlugin 2009-03-05 10:13:57 UTC (rev 6633) +++ trunk/pgsrc/Help%2FWikiAdminRenamePlugin 2009-03-05 10:16:04 UTC (rev 6634) @@ -1,4 +1,4 @@ -Date: Sun, 22 Feb 2009 19:16:30 +0000 +Date: Thu, 5 Mar 2009 11:13:03 +0000 Mime-Version: 1.0 (Produced by PhpWiki 1.3.14-20080124) X-Rcs-Id: $Id$ Content-Type: application/x-phpwiki; @@ -8,18 +8,31 @@ charset=iso-8859-1 Content-Transfer-Encoding: binary -[PhpWikiAdministration] Page Explorer plugin. +The **~WikiAdminRename** [[Help:WikiPlugin|plugin]] allows to rename pages. == Usage {{{ -<<WikiAdminRename>> +<<WikiAdminRename arguments>> }}} == Arguments -page _(default: current pagename)_: - The page to execute upon. +{| class="bordered" +|- +! Argument +! Description +! Default value +|- +| s +| Pages to select +| //None// +|- +| updatelinks +| Change pagename in all linked pages also? +| false +|} + == Example {{{ @@ -32,7 +45,7 @@ * [[PhpWiki:ReiniUrban|Reini Urban]] == See Also -* [PhpWikiAdministration] +* [[PhpWikiAdministration]] <noinclude> ---- Modified: trunk/pgsrc/Help%FWikiAdminSearchReplacePlugin =================================================================== --- trunk/pgsrc/Help%2FWikiAdminSearchReplacePlugin 2009-03-05 10:13:57 UTC (rev 6633) +++ trunk/pgsrc/Help%2FWikiAdminSearchReplacePlugin 2009-03-05 10:16:04 UTC (rev 6634) @@ -1,4 +1,4 @@ -Date: Sun, 22 Feb 2009 19:16:30 +0000 +Date: Thu, 5 Mar 2009 11:13:03 +0000 Mime-Version: 1.0 (Produced by PhpWiki 1.3.14-20080124) X-Rcs-Id: $Id$ Content-Type: application/x-phpwiki; @@ -8,17 +8,25 @@ charset=iso-8859-1 Content-Transfer-Encoding: binary -[PhpWikiAdministration] Page Explorer plugin. +The **~WikiAdminSearchReplace** [[Help:WikiPlugin|plugin]] allows to search and replace texte in pages. == Usage {{{ -<<WikiAdminSearchReplace>> +<<WikiAdminSearchReplace arguments>> }}} == Arguments -page _(default: current pagename)_: - The page to execute upon. +{| class="bordered" +|- +! Argument +! Description +! Default value +|- +| s +| Pages to select +| //None// +|} == Example @@ -32,7 +40,7 @@ * [[PhpWiki:ReiniUrban|Reini Urban]] == See Also -* [PhpWikiAdministration] +* [[PhpWikiAdministration]] <noinclude> ---- Modified: trunk/pgsrc/Help%FWikiAdminSelectPlugin =================================================================== --- trunk/pgsrc/Help%2FWikiAdminSelectPlugin 2009-03-05 10:13:57 UTC (rev 6633) +++ trunk/pgsrc/Help%2FWikiAdminSelectPlugin 2009-03-05 10:16:04 UTC (rev 6634) @@ -1,4 +1,4 @@ -Date: Sun, 22 Feb 2009 19:16:30 +0000 +Date: Thu, 5 Mar 2009 11:13:03 +0000 Mime-Version: 1.0 (Produced by PhpWiki 1.3.14-20080124) X-Rcs-Id: $Id$ Content-Type: application/x-phpwiki; @@ -8,11 +8,11 @@ charset=iso-8859-1 Content-Transfer-Encoding: binary -[PhpWikiAdministration] Page Explorer main plugin. +[[PhpWikiAdministration]] Page Explorer main plugin. == Usage {{{ -<<WikiAdminSelect>> +<<WikiAdminSelect arguments>> }}} == Arguments @@ -36,7 +36,7 @@ * [[PhpWiki:ReiniUrban|Reini Urban]] == See Also -* [PhpWikiAdministration] +* [[PhpWikiAdministration]] <noinclude> ---- Modified: trunk/pgsrc/Help%FWikiAdminSetAclPlugin =================================================================== --- trunk/pgsrc/Help%2FWikiAdminSetAclPlugin 2009-03-05 10:13:57 UTC (rev 6633) +++ trunk/pgsrc/Help%2FWikiAdminSetAclPlugin 2009-03-05 10:16:04 UTC (rev 6634) @@ -1,4 +1,4 @@ -Date: Sun, 22 Feb 2009 19:16:30 +0000 +Date: Thu, 5 Mar 2009 11:13:03 +0000 Mime-Version: 1.0 (Produced by PhpWiki 1.3.14-20080124) X-Rcs-Id: $Id$ Content-Type: application/x-phpwiki; @@ -8,11 +8,11 @@ charset=iso-8859-1 Content-Transfer-Encoding: binary -[PhpWikiAdministration] Page Explorer plugin. +The **~WikiAdminChmod** [[Help:WikiPlugin|plugin]] allows to change access rights on pages. == Usage {{{ -<<WikiAdminSetAcl>> +<<WikiAdminSetAcl arguments>> }}} == Arguments @@ -32,7 +32,7 @@ * [[PhpWiki:ReiniUrban|Reini Urban]] == See Also -* [PhpWikiAdministration] +* [[PhpWikiAdministration]] <noinclude> ---- This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |