diff --git a/LICENSE b/LICENSE index 54d05da..06ccf77 100644 --- a/LICENSE +++ b/LICENSE @@ -27,4 +27,4 @@ The license does not contain "no warranty" clause. DWTW can be used in countries Summary: -An author-creator gives his or her source code to the world for free, without becoming distracted by worldly thinking regarding how and why the others will use it. \ No newline at end of file +An author-creator gives his or her source code to the world for free, without becoming distracted by worldly thinking regarding how and why the others will use it. diff --git a/README b/README index a4f4308..b363173 100644 --- a/README +++ b/README @@ -1,6 +1,6 @@ PHPCSV Guestbook version 0.9 -Simple php-guestbook with csv-file data storage. +Simple php guestbook with csv file data storage. PHPCSV Guestbook 0.9 requires PHP 5.0 or higher version. @@ -11,12 +11,12 @@ Installation: Repository: https://github.com/zlaxy/phpcsvguestbook Archive: https://github.com/zlaxy/phpcsvguestbook/archive/master.zip -2. Edit settings.php: change $GBadmin and $GBpassword (and the other variables if necessary) +2. Edit settings.php: change $GBadmin and $GBpassword (and other variables if necessary) 3. Check privileges for access to files: data storage (default: gbdb.csv) must have write permissions. Other files need only read rights. Using: -If you have uploaded files to a subfolder "/guestbook" of your webserver, then http://yourserver.domain/guestbook/ will open a guestbook. Following the link "http://yourserver.domain/guestbook/administration.php" will open the administration panel. +If you have uploaded files to a subfolder "/guestbook" of your webserver, then http://yourserver.domain/guestbook/ will open a guestbook. Following the link http://yourserver.domain/guestbook/administration.php will open the administration panel. For changing appearance you can edit page.php like simple html (for example: add css tags).