phpgroupware-cvs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Phpgroupware-cvs] old/cdb index.php,1.1


From: skwashd
Subject: [Phpgroupware-cvs] old/cdb index.php,1.1
Date: Thu, 5 May 2005 02:56:00 +0200

Update of old/cdb

Added Files:
     Branch: MAIN
            index.php 

Log Message:
cvs clean up

====================================================
Index: index.php
<?php
  /**************************************************************************\
  * phpGroupWare - Contact Database (cdb)                                    *
  * http://www.phpgroupware.org                                              *
  * Written by Patrick Walsh <address@hidden>                      *
  * --------------------------------------------                             *
  *  This program is free software; you can redistribute it and/or modify it *
  *  under the terms of the GNU General Public License as published by the   *
  *  Free Software Foundation; either version 2 of the License, or (at your  *
  *  option) any later version.                                              *
  \**************************************************************************/

  /* $Id: index.php,v 1.1 2005/05/05 00:56:39 skwashd Exp $ */

        $GLOBALS['phpgw_info']['flags']['currentapp'] = 'cdb';
        $GLOBALS['cdb_ver'] = 0.99;

        if (isset($friendly) && $friendly)
        {
                $GLOBALS['phpgw_info']['flags']['noheader'] = True;
                $GLOBALS['phpgw_info']['flags']['nonavbar'] = True;
                $GLOBALS['phpgw_info']['flags']['nocalendarheader'] = True;
        }
        else
        {
                $friendly = 0;
        }

        include('../header.inc.php');
        CreateObject('cdb.cdb_generic');

        echo '<center>' . lang('Contact Database'). '<br>';
?>

cdb stands for Contact Database.  It is an ambitious project that aims to be 
the final word in contact management.  And most importantly, it aims to kill 
the unseemly dependence many of us have on Outlook.
<P>
Currently it is a well formulated blueprint, but is so far short on code.  
Check out the <a href="doc/">doc</a> directory to read some of the goals and 
plans.
<P>
As a side project, I have created a little program for migrating from Outlook 
to LDAP.  This simply ports your data.  You will still need to find a program 
that allows you to edit the ldap data.  And you may have to tweak the code a 
little bit for your particular needs.  It is an open framework so someone can 
come in and use it to convert from outlook to phpgw's addressbook or anything 
else.  If you are interested, you can find it in the

<?php
        echo '<a 
href="'.$GLOBALS['phpgw']->link('/cdb/outlook2xyz/','').'">outlook2xyz 
subdirectory</a>.';
?>
<P>
..Patrick Walsh &lt;<a href="mailto:address@hidden";>address@hidden</a>&gt;
<?php
        $GLOBALS['phpgw']->common->phpgw_footer();
?>






reply via email to

[Prev in Thread] Current Thread [Next in Thread]