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