/** * @mainpage v-creator * @section Preamble * * Copyright (c) 2003 gencon Ltd, all rights reserved. * * v-creator 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. * * v-creator 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 * * @section Introduction * * v-creator is a set of PHP classes that come together as a framework for * accelerated website development in a consistant and modular way. * * @section Requirements * * v-creator requires the following software. The versions v-creator has been * tested with are also listed: * * @par * <table> * <tr> * <td><b>Software</b></td> * <td><b>Version</b></td> * <td><b>Platform</b></td> * <td><b>Notes</b></td> * </tr> * <tr> * <td rowspan=2><a href="http://www.php.net">PHP</a></td> * <td>4.0.6</td> * <td>x86</td> * <td rowspan=2>Requires MySQL and CURL php modules.</td> * </tr> * <tr> * <td>4.1.2</td> * <td>x86, PowerPC</td> * </tr> * <tr> * <td rowspan=2><a href="http://www.mysql.com">MySQL</a></td> * <td>3.23.37</td> * <td>x86</td> * <td rowspan=2>-</td> * </tr> * <tr> * <td>4.0.13</td> * <td>x86, PowerPC</td> * </tr> * <tr> * <td rowspan=2><a href="http://www.imagemagick.com">ImageMagick</a></td> * <td>5.4.4</td> * <td>x86, PowerPC</td> * <td rowspan=2>If the v-creator image module is to be used then the * ImageMagick package must be available as it is used for image * manipulation. * </td> * </tr> * <tr> * <td>5.5.4</td> * <td>x86</td> * </tr> * <tr> * <td><a href="http://curl.haxx.se">curl</a></td> * <td>7.10.8</td> * <td>x86, PowerPC</td> * <td>-</td> * </tr> * </table> */