//=============================================================================/ // Readme for // Ill Spanning Search with Rubric // by Daniel Broschart // // Version: 1.0 // Date Created: 2002/09/19 // Last Updated: 2002/09/20 // // Description: ISSR is a web based search tool for generating search results // from a template of images or other files that may span multiple // directories. // // Contact Information: // Site: http://www.foolfactor.com // Email: danpub@the above website (without the www) // // Copyright (c) 2002 Daniel Broschart, all rights reserved. //-----------------------------------------------------------------------------/ Use: In order to use this program you: (1) Create a webpage that submits a form containing a field with the search query to the issr.php. (2) Specify the name of the field to use in the issr_config.php file, and make sure the rest of the settings in all of the files are setup correctly. Configuration by file: issr.php: (required) There is only one line to modify in this file, and that line simply provides a link to the configuration file. issr_config.php: (required) There are many different options that you can set that primarilly affect the searching behavior of ISSR, some of the display of ISSR, and also provide links to the rubric and template files. issr_template.php: (required) This is the file that formats the search results. You will of course need to modify the HTML parts of it to match your site, and there also is an option for specifying how many columns to format the search results with. issr_rubric.php: (optional) Provides a way for you to relate the words the user searches for with specific keywords appearing in the filenames. //================================E=N=D========================================/