From: <var...@us...> - 2010-05-12 08:25:22
|
Revision: 7393 http://phpwiki.svn.sourceforge.net/phpwiki/?rev=7393&view=rev Author: vargenau Date: 2010-05-12 08:25:16 +0000 (Wed, 12 May 2010) Log Message: ----------- FindPage is not an action page (page calling a plgin a the same name) Modified Paths: -------------- trunk/pgsrc/FindPage trunk/pgsrc/PhpWikiManual Modified: trunk/pgsrc/FindPage =================================================================== --- trunk/pgsrc/FindPage 2010-05-10 14:02:53 UTC (rev 7392) +++ trunk/pgsrc/FindPage 2010-05-12 08:25:16 UTC (rev 7393) @@ -1,4 +1,4 @@ -Date: Thu, 15 Apr 2010 16:32:58 +0000 +Date: Wed, 12 May 2010 10:23:14 +0000 Mime-Version: 1.0 (Produced by PhpWiki 1.4.0RC-20100415) X-Rcs-Id: $Id$ Content-Type: application/x-phpwiki; @@ -39,7 +39,7 @@ ------ -== Tips +== Tips == * Separate words with a space. All words have to match as substrings. * '##OR##', grouping with parenthesis, string-quoting and some glob-style wildcard characters are also supported. @@ -52,8 +52,8 @@ * Use //regex=sql// to match using SQL-style wildcards '##%##' and '##_##'. * Use //regex=none// to match any wildcards verbatim. -=== Example +=== Example === * '##wiki text -php##' looks for all pages containing the words '##wiki##' and '##text##', but not containing the word '##php##'. ---- -[[CategoryActionPage]] +[[PhpWikiDocumentation]] Modified: trunk/pgsrc/PhpWikiManual =================================================================== --- trunk/pgsrc/PhpWikiManual 2010-05-10 14:02:53 UTC (rev 7392) +++ trunk/pgsrc/PhpWikiManual 2010-05-12 08:25:16 UTC (rev 7393) @@ -1,4 +1,4 @@ -Date: Fri, 30 Apr 2010 10:25:16 +0000 +Date: Wed, 12 May 2010 10:23:14 +0000 Mime-Version: 1.0 (Produced by PhpWiki 1.4.0RC-20100415) X-Rcs-Id: $Id$ Content-Type: application/x-phpwiki; @@ -16,6 +16,7 @@ <<IncludePage page="Help/GoodStyle">> <<IncludePage page="Help/GoogleLink">> <<IncludePage page="Help/HowToUseWiki">> +<<IncludePage page="Help/FindPage">> <<IncludePage page="Help/Categories">> <<IncludePage page="Help/InterWiki">> <<IncludePage page="Help/LinkIcons">> This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |