]> CyberLeo.Net >> Repos - SourceForge/phpwiki.git/blob - pgsrc/Help%2FFuzzyPagesPlugin
Add SteveWainstead and Help/PredefinedIcons
[SourceForge/phpwiki.git] / pgsrc / Help%2FFuzzyPagesPlugin
1 Date: Fri, 10 Sep 2010 13:46:13 +0000
2 Mime-Version: 1.0 (Produced by PhpWiki 1.4.0RC1)
3 X-Rcs-Id: $Id$
4 Content-Type: application/x-phpwiki;
5   pagename=Help%2FFuzzyPagesPlugin;
6   flags=PAGE_LOCKED%2CEXTERNAL_PAGE;
7   markup=2;
8   charset=UTF-8
9 Content-Transfer-Encoding: binary
10
11 The **~FuzzyPages** [[Help:WikiPlugin|plugin]] will search for similar page titles.
12
13 Pages are considered similar by averaging the similarity scores of
14 the spelling comparison and the metaphone comparison for each page
15 title in the database (PHP's metaphone() is an improved soundex
16 function).
17
18 * http://www.php.net/manual/en/function.similar-text.php
19 * http://www.php.net/manual/en/function.metaphone.php
20
21 == Usage ==
22 {{{
23 <<FuzzyPages s=pagename>>
24 }}}
25
26 == Arguments ==
27
28 {| class="bordered"
29 |-
30 ! Argument
31 ! Description
32 ! Default value
33 |-
34 | **s**
35 | Pagename to look for
36 | empty
37 |}
38
39 == Example ==
40
41 {{{
42 <<FuzzyPages s=HomePage>>
43 }}}
44
45 <<FuzzyPages s=HomePage>>
46
47 == Author ==
48 * [[PhpWiki:ReiniUrban|Reini Urban]]
49
50 == See Also ==
51
52 <noinclude>
53 ----
54 [[PhpWikiDocumentation]] [[CategoryWikiPlugin]]
55 </noinclude>