]> CyberLeo.Net >> Repos - SourceForge/phpwiki.git/blob - pgsrc/FindPage
Jeff's hacks II.
[SourceForge/phpwiki.git] / pgsrc / FindPage
1 Here are some good starting points for browsing.\r
2 \r
3 * HowToUseWiki gives you the quick lowdown on Wiki markup.\r
4 * RecentChanges recorded automatically.\r
5 * MoreAboutMechanics of browsing and editing on this server.\r
6 \r
7 Here's a title search.   Try something like ''wiki'' \r
8 or ''sandwich''.\r
9 \r
10 <?plugin-form TitleSearch?>\r
11 \r
12 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.\r
13 \r
14 <?plugin-form FullTextSearch?>\r
15 \r
16 ------\r
17 Separate words with a space. All words have to match.\r
18 %%%To exclude words prepend a '-'.\r
19 %%%Example: 'wiki text -php' looks for all pages containing the words 'wiki'\r
20 __and__ 'text', but __not__ containing the word 'php'.\r