[Phpcms-plugins-cvs] install4phpCMS index.php,NONE,1.1 .project,NONE,1.1
Brought to you by:
mjahn
From: Martin J. <mj...@us...> - 2004-08-28 08:44:55
|
Update of /cvsroot/phpcms-plugins/install4phpCMS In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv29220 Added Files: index.php .project Log Message: reconstruction for the new releases --- NEW FILE: .project --- <?xml version="1.0" encoding="UTF-8"?> <projectDescription> <name>install4phpCMS</name> <comment></comment> <projects> <project>phpcms</project> <project>phpcms-installer</project> </projects> <buildSpec> </buildSpec> <natures> </natures> </projectDescription> --- NEW FILE: index.php --- <?php /** * Install4phpCMS - the new phpCMS-installer * * <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 install4phpcms **/ /* * $Log$ */ ?> |