[Phpcms-plugins-cvs] admin4phpCMS INSTALL,1.1,1.2
Brought to you by:
mjahn
From: Martin J. <mj...@us...> - 2004-12-07 16:12:00
|
Update of /cvsroot/phpcms-plugins/admin4phpCMS In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv1838 Modified Files: INSTALL Log Message: first text Index: INSTALL =================================================================== RCS file: /cvsroot/phpcms-plugins/admin4phpCMS/INSTALL,v retrieving revision 1.1 retrieving revision 1.2 diff -u -d -r1.1 -r1.2 --- INSTALL 24 Jul 2004 08:58:25 -0000 1.1 +++ INSTALL 7 Dec 2004 16:11:50 -0000 1.2 @@ -0,0 +1,44 @@ +Admin4phpCMS +============================================================= +version: $Version$ +author: Martin Jahn <mj...@us...> + +0. Requirements +--------------- +This software needs the following PEAR-packages: + + XML_Tree + + XML_Parser + + XML_Util +and so on and so on + +1. Installation +--------------- + +Extract the archive into a directory. +After extracting you will find there some directories (docs/, include/, modules/) +and some files (index.php, Changelog, INSTALL). + +2. Configuration +---------------- + + +3. Integration into a phpCMS contentfile +---------------------------------------- + + +4. License - GPL +---------------- + +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 |