]> git.sur5r.net Git - contagged/commitdiff
name changes in README
authorAndreas Gohr <gohr@cosmocode.de>
Wed, 8 Feb 2006 14:26:23 +0000 (15:26 +0100)
committerAndreas Gohr <gohr@cosmocode.de>
Wed, 8 Feb 2006 14:26:23 +0000 (15:26 +0100)
darcs-hash:20060208142623-6e07b-8106984b2a57f9ccb85cabfb096a19b2a1bd7fae.gz

README
config.php

diff --git a/README b/README
index ee66c2a48dddb37d1db4f04eee076a8b7eb710d1..3688fd117acad6532572a2f1a5afd5fd71036129 100644 (file)
--- a/README
+++ b/README
@@ -1,9 +1,9 @@
 === ABOUT ===
 
-LDAPab is a webbased address book for small companies. It features a public
+ConTagged is a webbased address book for small companies. It features a public
 address book which is writable for all company staff and a personal address
-book for each staff member. LDAPab requires an already setup LDAP server to
-authenticate users.
+book for each staff member. ConTagged requires an already setup LDAP server to
+authenticate users and store it's data.
 
 === REQUIREMENTS ===
 
@@ -70,8 +70,8 @@ And a contacts leaf for every user.
 
 
 If you made everything correct you can point your webbrowser to the newly
-installed LDAPab and use it :-) If you encounter problems try to enable logging
-in your LDAP server to see what the problem is.
+installed ConTagged and use it :-) If you encounter problems try to enable
+logging in your LDAP server to see what the problem is.
 
 === FEEDBACK, PATCHES, SUPPORT ===
 
@@ -87,12 +87,12 @@ http://www.cosmocode.de
 
 === KNOWN BUGS ===
 
-LDAPab was only tested with open-ldap 2.1 - there may be problems with other
+ConTagged was only tested with open-ldap 2.1 - there may be problems with other
 LDAP Servers.
 
 === LICENSE ===
 
-LDAPab - An LDAP based Company Address Book
+ConTagged - An LDAP based Company Address Book
 Copyright 2004 - 2006 - CosmoCode GmbH
 
 This program is free software; you can redistribute it and/or
index 3cbc4524ecd84bc821efb85e2a4fccb61d027f36..8de50798f2cc2dda7b7bf5e4dec04377d6e69f77 100644 (file)
@@ -20,7 +20,7 @@
   $conf[anonbindpw]  = '';
 
   // Which language to use (see lang directory)
-  $conf[lang]        = 'de';
+  $conf[lang]        = 'en';
 
   // Where to store public contacts?
   $conf[publicbook]  = 'ou=contacts, '.$conf[ldaprootdn];