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