]> git.sur5r.net Git - contagged/commitdiff
Renamed to ConTagged
authorAndreas Gohr <gohr@cosmocode.de>
Wed, 8 Feb 2006 11:58:13 +0000 (12:58 +0100)
committerAndreas Gohr <gohr@cosmocode.de>
Wed, 8 Feb 2006 11:58:13 +0000 (12:58 +0100)
darcs-hash:20060208115813-6e07b-31d1243c80ee4222d059a41ebef44f57cfe2074d.gz

README
TODO [new file with mode: 0644]
templates/header.tpl
templates/style.css

diff --git a/README b/README
index 000ab5783037e02bc764694fc957680b4a33becf..ee66c2a48dddb37d1db4f04eee076a8b7eb710d1 100644 (file)
--- a/README
+++ b/README
@@ -35,12 +35,13 @@ You need to include the inetOrgPerson schema in you slapd.conf:
 
   include /etc/ldap/schema/inetorgperson.schema
 
-If youwant to use the extended schema (currently only for birthday support) you
-need to copy the ldapab.schema file to /etc/ldap/schema/ and include it, too.
-Be sure to enable the extended option in config.php.
+If youwant to use the extended schema (needed for tagging and birthday support)
+you need to copy the ldapab.schema file to /etc/ldap/schema/ and include it, too.
 
   include         /etc/ldap/schema/ldapab.schema
 
+Be sure to enable the extended option in config.php.
+
 To setup the access rights add the following statement to your slapd.conf. Of
 course you have to replace "o=cosmocode,c=de" with your own root DN. The first
 entry may have to adjusted also if your users aren't stored in a ou=people
diff --git a/TODO b/TODO
new file mode 100644 (file)
index 0000000..1d59947
--- /dev/null
+++ b/TODO
@@ -0,0 +1,2 @@
+  - clean up the code
+  - clean up the HTML
index 23cd9e69c25e1972137e5807685abd2f87822d2b..290dd366b8e7bf18d5012e757026de8da0a26bb4 100644 (file)
@@ -1,6 +1,6 @@
 <html>
 <head>
-  <title>LDAPab - {$lang.ldapab}</title>
+  <title>ConTagged - {$lang.ldapab}</title>
   <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
 
   <link rel="stylesheet" type="text/css" href="templates/layout.css" />
@@ -23,7 +23,7 @@
 <div id="ldapab">
 
   <div id="titlerow">
-    <a href="{$home}" class="logo">LDAPab</a>
+    <a href="{$home}" class="logo">ConTagged</a>
     <span class="logosmall">- {$lang.ldapab}</span>
   </div>
 
index feb0135759e3492ee7502db1b17553a3fd4f39c3..b0f4a58188d4eec94f5f49b74a7088e60afe88eb 100644 (file)
@@ -109,10 +109,6 @@ div.autocomplete ul {
   padding: 0;
 }
 
-div.autocomplete li {
-  margin: 1px, 2px, 0, 2px;
-}
-
 div.autocomplete li.selected {
   background-color: #03c;
   color: #fff;