//  Copyright 2001 Jamie McClelland, pagetool@mediajumpstart.org

/*
    This file is part of the Search Installer, a
    plugin for Pagetool.

    The Search Installer, 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.
*/

/* Friendly name will be displayed when the user access the Install/uninstall
plugins page. */
$friendly_name="Pagetool Search";

// Description will be displaed with the Friendly name. 
$desc="Pagetool Search is a script that searches your web pages. If you have this script installed, you can add a simple form that will enable people who visit your web site to search your web site. To use Pagetool Search, add the following code to any page in your site:<br /><br />&lt;form action=\"index.php?name=pagetool_search\" method=\"post\"&gt;<br />&nbsp;&lt;input type=\"text\" name=\"search_term\"&gt;<br />&nbsp;&lt;input type=\"submit\" value=\"Search\"&gt;<br />&lt;/form&gt;<br /><br />If you want to use the Norwegian version of the plugin then the code to use is:<br />&lt;form action=\"index.php?name=pagetool_search_no\" method=\"post\"&gt;<br />&nbsp;&lt;input type=\"text\" name=\"search_term\"&gt;<br />&nbsp;&lt;input type=\"submit\" value=\"Search\"&gt;<br />&lt;/form&gt;<br /><br />Off course, you can rename the plugin pages to be anything you want, just alter the code in your search form page accordingly.";

// Version records the version of this particular plugin.
$ver="1.5";

/* Pagetool Version is the minimum required version of Pagetool for this plugin to work.
Plugin functionality was added in version 0.11, so this number should be 0.11 or above. */
$pt_ver="0.11";	

/* Set upgrade to "y" or "n" depending on whether or not you are including an upgrade
script. If set to "y" be sure to have a script called "upgrade" in your folder! */
$upgrade="n";

/* Set type to either "app," if you are installing an application, "help" if it is
a help file, or "template" if it is a template (template are not supported yet!). */
$type="app";
