]> CyberLeo.Net >> Repos - SourceForge/phpwiki.git/blob - pgsrc/FindPage
Fix bad-style Cut&Paste programming errors, detected by Charles Corrigan.
[SourceForge/phpwiki.git] / pgsrc / FindPage
1 Date: Fri, 1 Mar 2002 23:44:38 -0500
2 Mime-Version: 1.0 (Produced by PhpWiki 1.3.3-jeffs-hacks)
3 X-Rcs-Id: $Id: FindPage,v 1.14 2002-11-25 19:44:01 dairiki Exp $
4 Content-Type: application/x-phpwiki;
5   pagename=FindPage;
6   flags=PAGE_LOCKED;
7   pgsrc_version="2 $Revision: 1.14 $";
8   markup=2;
9   charset=iso-8859-1
10 Content-Transfer-Encoding: binary
11
12 Here are some good starting points for browsing.
13
14 * HowToUseWiki gives you the quick lowdown on Wiki markup.
15 * RecentChanges recorded automatically.
16 * MoreAboutMechanics of browsing and editing on this server.
17
18 Here's a title search. Try something like ''wiki'' or ''sandwich''.
19 <?plugin-form TitleSearch?>
20
21 Use the following for a full text search. This takes a few seconds.
22 The results will show all lines on a given page which contain a match.
23 <?plugin-form FullTextSearch?>
24
25 In a fuzzy pages search the titles of all pages are examined to find
26 those which are similarly spelled or similar sounding (english).
27 <?plugin-form FuzzyPages?>
28
29 ------
30
31 ! Tips
32 Separate words with a space. All words have to match.
33 %%%To exclude words from a title search or full text search, prepend a '-'.
34 %%%Example: 'wiki text -php' looks for all pages containing the words 'wiki' __and__ 'text', but __not__ containing the word 'php'.