About Simpleweb =============== Simpleweb is a PHP framework to create a web site with a nice top bar and a left navigation tool. A configuration file fully customizes the web site and at short section a the begin of each page describe how to insert them into the navigation three. It is released under the terms of the GPL license. Install ======= 'make install' will all install in /usr/local/share/Simpleweb but you can change it by using 'make install DESTDIR=???' Configuration ============= By default, Simpleweb tries to read config.inc.php and members.inc.php files which set the general looking of the web site and the members info. If a style.css file exists, it will be included as the master CSS file. If a favicon.ico file exits, it will be linked to the main page. To create a new page, you can use the empty.php page as an example. For a complete description of the Simpleweb configuration and page setting functions, read the doc.php file.