######################################################################################## # # Search-By-Suggestions (SBS) # (c) 1997 - 2008 by Sebastian Schwaner # # FILE: SBS.PHP # VERSION: 0.1.0 # # DESC: shows an suggestions box below the searchform inputfield (with AJAX) # # FROM: smallit, http://www.smallit.de # AUTHOR: Sebastian Schwaner # HOMEPAGE: http://quietschbunt.wordpress.com/sbs # ######################################################################################## # # © Copyright 2008 Sebastian Schwaner # # This program 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. # # This program is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the # GNU General Public License for more details. # ######################################################################################## CHANGE.LOG Nov 14th, 2008: + Version 0.1.0 released