]> git.mxchange.org Git - quix0rs-gnu-social.git/blobdiff - README
Link rtsp, mms & tel URI schemes, correct pseudo-protocol ones.
[quix0rs-gnu-social.git] / README
diff --git a/README b/README
index c307dac32e894baf3ca417eae3d6c4333b416bf3..ba0deb2c3d76173bbf7c1de43bca0c0d7f7bef0d 100644 (file)
--- a/README
+++ b/README
@@ -3,7 +3,7 @@ README
 ------
 
 Laconica 0.7.0 ("Rockville")
-27 January 2009
+30 January 2009
 
 This is the README file for Laconica, the Open Source microblogging
 platform. It includes installation instructions, descriptions of
@@ -72,7 +72,7 @@ New this version
 ================
 
 This is a major feature release, and includes some bug fixes from the
-previous version (0.7.0, released December 14 2008.)
+previous version (0.6.4, released December 14 2008.)
 
 - Support for groups. Users can join groups and send themed notices
   to those groups. All other members of the group receive the notices.
@@ -745,6 +745,15 @@ edit any other file in the directory, like lib/common.php (where most
 of the defaults are defined), you will lose your configuration options
 in any upgrade, and you will wish that you had been more careful.
 
+Starting with version 0.7.1, you can put config files in the
+/etc/laconica/ directory on your server, if it exists. Config files
+will be included in this order:
+
+* /etc/laconica/laconica.php - server-wide config
+* /etc/laconica/<servername>.php - for a virtual host
+* /etc/laconica/<servername>_<pathname>.php - for a path
+* INSTALLDIR/config.php - for a particular implementation
+
 Almost all configuration options are made through a two-dimensional
 associative array, cleverly named $config. A typical configuration
 line will be: