]> dev.renevier.net Git - syp.git/blobdiff - README.txt
allow custom css rules
[syp.git] / README.txt
index 7bad6cf8fa9c8d1d982f120e82c83b7396020ce8..838116204485a4a268028e698bd736a2995e9d21 100644 (file)
@@ -36,13 +36,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 +57,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 +78,7 @@ install syp on your website.
 Author
 ------
 Arno Renevier <arno@renevier.net>
+
+Contributor(s):
+---------------
+    Sebastian Klemm <osm /at/ erlkoenigkabale /dot/ eu> (german translation)