Hi!

This is uBook - a website to buy and sell books. 
Copyright © 2007-2011 Maikel Linke

uBook 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 in the file COPYING for more details.

Copyright notices for binary files:
* Feed-icon.png Copyright 2006 Mozilla Foundation, MPL/GPL/LGPL
* favicon.ico, uBook_icon.png Copyright 2007 Maikel Linke, GPL
* ubook_small.gif Copyright 2007 AStA Uni Bielefeld, GPL

	/* Requirements */
To run it on a server you need
 - a webserver with PHP support (Apache)
 - PHP5 or higher with MySQL support (perhaps you have to activate it
   during compiling)
 - MySQL5 or higher (for MySQL4 you need to rewrite some SQL
   statements in the uBook code)
 
	/* Install / Config */
 - Place this directory with all files in some webspace. Don't forget
   the hidden files .htaccess and .htusers. The .htaccess file will 
   protect the admin scripts.
 - Configure these two files. !!!Your server may not run before this!!! How to
   configure htaccess files:
    - http://en.wikipedia.org/wiki/.htaccess
    - http://de.selfhtml.org/servercgi/server/htaccess.htm (german)
 - Now uBook needs MySQL access. Create a user in the database (e.g.
   phpMyAdmin).
 - The username, password and database has to be stored in a file
   named 'mysql.php'. The best way to do this is to give the 
   webserver write access to this directory for a short time 
   (chmod 777 ./). Then you call admin_setup.php through your 
   webbrowser and let this script write the config file. This script 
   also creates the directory img for image uploads.
 - After this you should change the rights for others (chmod 755 ./).
 - Now we have a mysql.php file, which is owned by the server and
   nobody else can read or write it.
 - Installation complete.
 - You should create some categories for the books on
   admin_categories.php and write some information about the 
   responsible person in about.php.

	/* Create something new */
Perhaps you want to change some html code or play with the style 
sheets. Feel free to write me an E-Mail (ubook@asta-bielefeld.de) and
report about problems, experience and further developement. But you 
have to keep the license, which can be found in the file COPYING.
uBook is free software.

2011-10-08