<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1" />
<title>VESL Documentation</title>
<link rel="stylesheet" href="styles.css" type="text/css">
</head>
<body>
<table width="600" border="0">
<tr>
<td><p>VERY SIMPLE EVENTS LIST VERSION 1.01 </p>
<p>Hi there! My name is Eric Kittell and this is my first PHP script. I wanted to learn PHP and also create a simple events list management application. The existing ones I had found were all to complicated. </p>
<p>REQUIREMENTS</p>
<p>The server I developed this on had PHP 4.4.2 and MySQL 5.0.16 but I'm sure it will work with some earlier versions as well. </p>
<p>INSTALLATION</p>
<p>1. Set up a MySQL database. </p>
<p>2. Edit config.php with database info and also the password you want to use for the admin page.</p>
<p>3. Upload the VESL directory to your server. When I did it the permissions on all files were automatically set to 644 which seems to work just fine. config.php can be set to 400 for more security </p>
<p>4. Run install.php (in your browser goto http://www.yourdomain.com/VESL/install.php) . </p>
<p>5. Login and start adding events. Goto index.php to see the list output. Customize appearance in styles.css. </p>
<p>So I think that's all you need to know. If you have any comments or suggestions please email me <a href="mailto:hide@address.com">hide@address.com</a></p>
<p> </p>
<p>VERSIONS:</p>
<p>Mar 15, 2006 version 1.01 added minutes, option to hide time, and cleaned up code</p>
<p> </p>
<p>Very Simple Events List v1.01<br />
Copyright (C) 2006 Eric Kittell, hide@address.com</p>
<p>This program is free software; you can redistribute it and/or<br />
modify it under the terms of the GNU General Public License<br />
as published by the Free Software Foundation; either version 2<br />
of the License, or (at your option) any later version.</p>
<p>This program is distributed in the hope that it will be useful,<br />
but WITHOUT ANY WARRANTY; without even the implied warranty of<br />
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the<br />
GNU General Public License for more details.</p>
<p>You should have received a copy of the GNU General Public License<br />
along with this program; if not, write to the Free Software<br />
Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.</p></td>
</tr>
</table>
</body>
</html>