]> CyberLeo.Net >> Repos - SourceForge/phpwiki.git/blob - pgsrc/FindPage
Header updates: lastmodified: removed, charset: added. X-RCS_ID: quoted.
[SourceForge/phpwiki.git] / pgsrc / FindPage
1 Mime-Version: 1.0 (Produced by PhpWiki 1.3.2-jeffs-hacks+carsten's-binary-hack)
2 X-RCS_ID: "$Id: FindPage,v 1.9 2002-01-25 21:44:11 carstenklapp Exp $"
3 Content-Type: application/x-phpwiki;
4   pagename=FindPage;
5   flags=PAGE_LOCKED;
6   charset=iso-8859-1
7 Content-Transfer-Encoding: binary
8
9 Here are some good starting points for browsing.
10
11 * HowToUseWiki gives you the quick lowdown on Wiki markup.
12 * RecentChanges recorded automatically.
13 * MoreAboutMechanics of browsing and editing on this server.
14
15 Here's a title search. Try something like ''wiki'' or ''sandwich''.
16
17 <?plugin-form TitleSearch?>
18
19 Use the following for a full text search. This takes a few seconds. The results will show all lines on a given page that contain a match.
20
21 <?plugin-form FullTextSearch?>
22
23 ------
24 Separate words with a space. All words have to match.
25 %%%To exclude words prepend a '-'.
26 %%%Example: 'wiki text -php' looks for all pages containing the words 'wiki'
27 __and__ 'text', but __not__ containing the word 'php'.