Penguin
Annotated edit history of ExternalSearch version 4, including all changes. View license author blame.
Rev Author # Line
4 The PhpWiki programming team 1 Perform a full-text search on MeatBall wiki:
2 <?plugin ExternalSearch url="http://www.usemod.com/cgi-bin/mb.pl?search=" name="MeatBall Search" ?>
3
4 Search the PHP web site for a function name:
5 <?plugin ExternalSearch url=php-lookup name="PHP Lookup" ?>
6
7 Enter the name of a PHP function to view the documentation page:%%%
8 ''replace all underscores __~___ with hyphens __-__ in the function name''
9 <?plugin ExternalSearch url=php-function ?>
10
11 Enter any existing page name on PhpWiki to jump to that page:
12 <?plugin ExternalSearch url=PhpWiki ?>