Search


Copyright 2002 Pagetool Development Team www.pagetool.org

$Id: README.txt,v 1.2 2003/01/20 13:12:12 daveguerin Exp $

The Search Plugin, like Pagetool, is free software; you can redistribute it 
and/or modify it under the terms of the GNU General Public License as published 
by the Free Software Foundation; either version 2 of the License, or (at your 
option) any later version. 


To install this plugin unzip all the files to a local directory. They should all 
end up in a directory called pt_search. Copy or FTP this directory, and all 
the files, to be a sub directory of the plugins directory of your Pagetool 
installation. 

Next, login to your Pagetool installation as Admin and select Tools from the 
admin menus. Then select Install/Uninstall Plugins. All available plugins should 
be listed. Select Install for the Pagetool search Plugin you have just copied 
to your Pagetool site. You should get a message confirming it's installation. 

To use Pagetool Search, add the following code to any page in your site: 

<form action="index.php?name=pagetool_search" method="post">
<input type="text" name="search_term">
<input type="submit" value="Search">
</form>

If you want to use the Norwegian version of the plugin then the code to use is:

<form action="index.php?name=pagetool_search_no" method="post">
<input type="text" name="search_term">
<input type="submit" value="Search">
</form>

Off course, you can rename the plugin pages to be anything you want, just alter
the code in your search form page accordingly.
