X-Git-Url: https://dev.renevier.net/gitweb.cgi?p=syp.git;a=blobdiff_plain;f=README.txt;h=bf24c24f5c89e5a291ed4862feb5d6eb69932992;hp=7bad6cf8fa9c8d1d982f120e82c83b7396020ce8;hb=26f8c80a21aa959fd6731b6c8582d19e13b9d723;hpb=c31cebaa97546f9849fda83a0c9b516fd6334537 diff --git a/README.txt b/README.txt index 7bad6cf..bf24c24 100644 --- a/README.txt +++ b/README.txt @@ -6,11 +6,10 @@ image and its description. Requirements ------------ - php5 -- mysql extension for php -- mysql must support spatial extension; mysql version must be >= 4.1 for MyISAM - tables or >= 5.0.16 for other tables. I assumed it would not be a problem. - If that's a problem for you, send me a mail, and I'll do without spatial - support. +- mysql (or postgresql) extension for php +- If mysql is used, it must support spatial extension; mysql version must be >= + 4.1 for MyISAM tables or >= 5.0.16 for other tables. +- If postgresql is used, version must be at least 7.4 Installation ------------ @@ -36,13 +35,8 @@ you need to set those options, use manual configuration. Upgrade ------------ -- make a copy of `inc/settings.php` -- make a copy of `upload/` (or directory where your photos and thumbnails are stored). -- delete old version of syp from your server -- upload new version -- edit `inc/settings.php` again (copy old version of file may not be enough - because new settings may have appeared) -- copy `upload/` back. +- uncompress new version of syp +- upload uncompressed version to your server - open http://yoururl.com/upgrade.php with your web browser co-administrators @@ -62,6 +56,14 @@ needed. Currently, SYP does not allow +Custom CSS +---------- +You can define your own css rules by creating custom css files: +- `media/syp_custom.css` for user interface +- `media/admin_custom.css` for admin interface +Those files are sourced after all other css files. So, rules defined in those +custom files will override other rules. + server API ---------- Client/server communication follows an API. This allow for example creation of @@ -75,3 +77,7 @@ install syp on your website. Author ------ Arno Renevier + +Contributor(s): +--------------- + Sebastian Klemm (german translation)