]> git.sur5r.net Git - contagged/commitdiff
docs and comment updates
authorAndreas Gohr <gohr@cosmocode.de>
Mon, 11 Sep 2006 11:29:27 +0000 (13:29 +0200)
committerAndreas Gohr <gohr@cosmocode.de>
Mon, 11 Sep 2006 11:29:27 +0000 (13:29 +0200)
darcs-hash:20060911112927-6e07b-ecf6fbe6e1da716977dfd4a210c1d6f2f84cd69e.gz

README
index.php
lang/de.php
lang/en.php
lang/it.php

diff --git a/README b/README
index 3688fd117acad6532572a2f1a5afd5fd71036129..4d3cee7e91bd9e7ff60d44c0f6da62eca6967b03 100644 (file)
--- a/README
+++ b/README
@@ -49,8 +49,8 @@ entry. Make sure you include these lines before other access control lists that
 match these parts of the ldap tree. If you are unsure have a look at the
 included slapd.example file
 
-  access  to dn="(.*,)?ou=contacts,cn=([^,]+),ou=people,(.*)$"
-          by dn="cn=$2,ou=people,$3" write
+  access  to dn.regex="(.*,)?ou=contacts,cn=([^,]+),ou=people,(.*)$"
+          by dn.regex="cn=$2,ou=people,$3" write
           by * none
 
   access to dn.subtree="ou=contacts,o=cosmocode,c=de"
@@ -63,7 +63,7 @@ The last thing is to add the contacts leafs to your LDAP tree. You'll need to
 add a global contacts leaf at top.
 
   eg: 'ou=contacts,o=cosmocode,c=de'
-  
+
 And a contacts leaf for every user.
 
   eg: 'ou=contacts,cn=Joe Schmoe,ou=people,o=cosmocode,c=de'
@@ -108,5 +108,5 @@ GNU General Public License for more details.
 You should have received a copy of the GNU General Public License
 along with this program; if not, write to the Free Software
 Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
-      
+
 See COPYING for details
index 72a84b0154e914a131f43d0843c2fd248b4fd71a..93954d4f19fa8ada557417972313c4d5fb927fbc 100644 (file)
--- a/index.php
+++ b/index.php
@@ -62,7 +62,7 @@
       exit();
     } else {
       header("Content-Type: text/csv");
-      header('Content-Disposition: Attachement; filename="ldapabexport.csv"');
+      header('Content-Disposition: Attachement; filename="contagged_export.csv"');
       $smarty->display('export_list_csv.tpl');
     }
   }else{
index 1f97dd81050f5c6587b915547ce29da9e65f6d61..8f63b4026b8e82d4011265c2838cd13c27f6e269 100644 (file)
@@ -1,4 +1,9 @@
-<?
+<?php
+/**
+ * German language file
+ *
+ * @author Andreas Gohr <gohr@cosmocode.de>
+ */
 
 $lang['ldapab']         = 'Das LDAP Adressbuch';
 
@@ -43,7 +48,7 @@ $lang['delete']         = 'Löschen';
 $lang['copy']           = 'Kopieren';
 $lang['csvexport']      = 'CSV';
 $lang['vcfexport']      = 'VCard';
-$lang['vcfimport']                     = 'Import';
+$lang['vcfimport']      = 'Import';
 $lang['search']         = 'Suchen';
 $lang['submit']         = 'Absenden';
 $lang['help']           = 'Hilfe';
@@ -70,4 +75,5 @@ $lang['msg_tagsep']     = 'Durch Komma getrennt';
 
 $lang['err_noentries']  = 'Keine Einträge';
 $lang['err_ldap']       = 'Der LDAP Server lieferte folgende Fehlermeldungen';
-?>
+
+
index 6e28ec662a25df88334bdd0926a6ef0e318b3f4e..6f2166b54c8e8d549bdb83296f6a3b046b35d282 100644 (file)
@@ -1,4 +1,9 @@
-<?
+<?php
+/**
+ * English language file
+ *
+ * @author Andreas Gohr <gohr@cosmocode.de>
+ */
 
 $lang['ldapab']           = 'The LDAP address book';
 
index d2e4d457ac4cf35919b86fd79ea056e7ff50fb67..0e24f50118b9b6e8b241e489d91b0f5b1e107a15 100644 (file)
@@ -1,4 +1,9 @@
-<?
+<?php
+/**
+ * Italian language file
+ *
+ * @author Simone Piccardi <piccardi@truelite.it>
+ */ 
 
 $lang['ldapab']           = 'The LDAP address book';
 
@@ -81,4 +86,4 @@ $lang['certificate']      = 'Certificato x.509';
 $lang['timezone']         = 'Fuso orario';
 $lang['position']         = 'Posizione';
 $lang['ipphone']          = 'Telefono IP';
-?>
+