Date: Fri, 3 Jan 2003 22:00:00 -0500 Mime-Version: 1.0 (Produced by PhpWiki 1.3.4) X-Rcs-Id: $Id: Help%2FExternalSearchPlugin,v 1.1 2005-11-21 22:19:00 rurban Exp $ Content-Type: application/x-phpwiki; pagename=Help%2FExternalSearchPlugin; flags=PAGE_LOCKED; pgsrc_version="2 $Revision: 1.1 $"; markup=2; charset=iso-8859-1 Content-Transfer-Encoding: binary !! Synopsis The ExternalSearchPlugin creates a form to query InterWiki~s or other internet sites. !! Typical Usage !! Arguments __url__: Specify a wiki from the InterWikiMap or a url. Any text entered by the user will be appended to the search url. The string placeholder '__=%s=__' can be used to insert a search query into the url rather than appending it. __name__: Text to display in the submit button. For InterWiki sites the default is the wiki name, for other urls the default is the text "External Search". __formsize__: Specify the input area size. (default: 30 characters) __debug__: Don't really redirect to the external site, just print out the url that would be redirected to. !! Examples url="http://sunir.org/apps/meta.pl?" name="Metawiki Search" url="http://www.usemod.com/cgi-bin/mb.pl?" name="MeatBall Search" url=php-lookup url=php-function url=PhpWiki Perform a full-text search on multiple wiki's: Perform a full-text search on Help:l |MeatBall:SiteSearch] wiki: Search the PHP web site for a function name: Enter the name of a PHP function to view the documentation page:%%% Enter any existing page name on PhpWiki to jump to that page: ---- PhpWikiDocumentation Help:WikiPlugin