[Phpcms-plugins-cvs] livesearch4phpCMS livesearch.php,1.1,1.2
Brought to you by:
mjahn
From: Martin J. <mj...@us...> - 2004-12-08 18:14:32
|
Update of /cvsroot/phpcms-plugins/livesearch4phpCMS In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv12245 Modified Files: livesearch.php Log Message: some little changes in phpdoc Index: livesearch.php =================================================================== RCS file: /cvsroot/phpcms-plugins/livesearch4phpCMS/livesearch.php,v retrieving revision 1.1 retrieving revision 1.2 diff -u -d -r1.1 -r1.2 --- livesearch.php 8 Dec 2004 17:52:23 -0000 1.1 +++ livesearch.php 8 Dec 2004 18:14:10 -0000 1.2 @@ -1,4 +1,36 @@ <?php +/** + * LiveSearch4phpCMS + * + * implements a live-search-algorithm for the phpCMS-searchfiles + * + * <b>License</b> + * + * 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. + * + * You should have received a copy of the GNU General Public License along with + * this program; if not, write to the Free Software Foundation, Inc., 59 Temple + * Place, Suite 330, Boston, MA 02111-1307 USA + * + * @author Martin Jahn <mj...@us...> + * @license http://opensource.org/licenses/gpl-license.php GNU Public License + * @copyright Copyright (c) 2004, Martin Jahn + * @version $Id$ + * @package livesearch4phpCMS + */ +/* $Log$ +/* Revision 1.2 2004/12/08 18:14:10 mjahn +/* some little changes in phpdoc +/* */ + $searchdir = $_SERVER ['DOCUMENT_ROOT'].'/cms/data/suche/'; $searchterm = $_GET ['q']; |