[dev] Palm(c) datebook import to kronolith - patch
Clabaut Mathieu
mathieu.clabaut@free.fr
Fri, 12 Apr 2002 10:02:57 +0200
Le Jeudi 11 Avril 2002 18:32, vous avez écrit :
> I'm definitely interested. Ideally, I'd like to write actual syncing
> code for Nag, Kronolith, Turba, etc., instead of just importing raw
> Palm files.
Ok.... are you thinking about network syncing ? In this case, it could
be nice to have both, because not everybody is able to put his palm onto
IP network...
> I just haven't had a chance to look at it yet. It's up there on my
> list, though.
Ok... I'm not in a hurry anyway ;-)
bye
--
__________________________________________________________________________
Mathieu CLABAUT mailto:mathieu.clabaut@free.fr
DIGINEXT
http://mathieu.clabaut.free.fr
45, impasse de la draille, P.A. La Duranne, tel: 04 42 90 82 91
13857 Aix En Provence - cedex 3 fax: 04 42 90 82 80
>From pgc@ucecom.com Date: 12 Apr 2002 09:21:34 -0400
Return-Path: <pgc@ucecom.com>
Mailing-List: contact dev-help@lists.horde.org; run by ezmlm
Delivered-To: mailing list dev@lists.horde.org
Received: (qmail 33569 invoked from network); 12 Apr 2002 08:13:05 -0000
Received: from unknown (HELO ucecom.com) (195.8.161.130)
by clark.horde.org with SMTP; 12 Apr 2002 08:13:05 -0000
Received: from hankey.ucecom.com ([140.4.2.19]) by stan.ucecom.com
(Netscape Messaging Server 3.6) with ESMTP id AAA682C3
for <dev@lists.horde.org>; Fri, 12 Apr 2002 14:26:29 +0000
From: "Paul Cooper" <pgc@ucecom.com>
To: dev@lists.horde.org
In-Reply-To: <1018542618.3cb5ba1ab7fcb@marina.horde.org>
References: <1018542618.3cb5ba1ab7fcb@marina.horde.org>
Content-Type: text/plain
Content-Transfer-Encoding: 7bit
X-Mailer: Ximian Evolution 1.0.3
Date: 12 Apr 2002 09:21:34 -0400
Message-Id: <1018617694.19567.7.camel@hankey.ucecom.com>
Mime-Version: 1.0
Subject: Re: [dev] shared resource naming
On Thu, 2002-04-11 at 12:30, Chuck Hagenbuch wrote:
> We need a convention for naming calendars/task lists/etc. which are shared
> and aren't simply a user's calendar. I'm leaning towards
> prepending 'shared.' to those names as the way of distinguishing them from
> user names; anyone see any problems with that?
Fine until someone has as user called shared :) horde_shared or
kron_shared or something less name like?
Paul
> This doesn't impact how permissions/access will be stored, btw; that's all
> taken care of by Perms::.
>
> -chuck
>
> --
> Charles Hagenbuch, <chuck@horde.org>
> "A dream which helps you to live your reality with dignity
> and justice is a good dream." - Tariq Ramadan
>
> --
> Horde Developers mailing list: http://horde.org/
> Frequently Asked Questions: http://horde.org/faq/
> To unsubscribe, mail: dev-unsubscribe@lists.horde.org
--
-----------------------------------------------------------------
Paul Cooper | Tel: 0121 331 7858
Senior Programmer and Database Engineer | Fax: 0121 331 7859
UCEcom | mailto:pgc@ucecom.com
University of Central England | http://www.ucecom.com
Birmingham, B4 7DX |
-----------------------------------------------------------------
>From nuno@eth.pt Date: 12 Apr 2002 15:13:29 +0100
Return-Path: <nuno@co.eth.pt>
Mailing-List: contact dev-help@lists.horde.org; run by ezmlm
Delivered-To: mailing list dev@lists.horde.org
Received: (qmail 55627 invoked from network); 12 Apr 2002 14:13:09 -0000
Received: from hq.eth.pt (root@194.65.84.1)
by clark.horde.org with SMTP; 12 Apr 2002 14:13:09 -0000
Received: from dev.hq.eth.pt (dev.hq.eth.pt [10.1.1.10])
by hq.eth.pt (8.11.6/8.11.6) with ESMTP id g3CEDQ106793
for <dev@lists.horde.org>; Fri, 12 Apr 2002 15:13:26 +0100
From: Nuno Loureiro <nuno@eth.pt>
To: dev@lists.horde.org
In-Reply-To: <1018561058.3cb602221f6c7@marina.horde.org>
References: <1018367784.1114.72.camel@dev.hq.eth.pt>
<1018561058.3cb602221f6c7@marina.horde.org>
Content-Type: text/plain; charset=ISO-8859-1
Content-Transfer-Encoding: quoted-printable
X-Mailer: Ximian Evolution 1.0.3
Date: 12 Apr 2002 15:13:29 +0100
Message-Id: <1018620809.1130.148.camel@dev.hq.eth.pt>
Mime-Version: 1.0
Subject: Re: [dev] IMP using Horde's Auth
On Thu, 2002-04-11 at 22:37, Chuck Hagenbuch wrote:
> Quoting Nuno Loureiro <nuno@eth.pt>:
>
> > - Horde's login:
> > . Check if IMP is installed and if $conf['auth']['driver'] = 'hord=
e'
> > . If so, check $conf['server']['server_list'], etc, and adjust
> > horde's login so it asks the relevant information for logging in IMP...
>
> Horde should not depend on any application, so this step/assumption break=
s
> the design paramters and isn't acceptable.
Yep, I realized that after send the email, and I've been thinking about
this on the last days.
> Marcus had some suggestions on how to do this that seemed pretty good;
> check the list archives.
Marcus suggestions are good, but they seem to not solve my needs. As I
understood, I can't choose between servers with his sugestion and I need
that.
As I said earlier, I've been thinking about this, and I have a new
sugestion. My new sugestion is like the way hordeSummary is implemented.
I would need to change config/registry.php like this:
(added hordeauth to the array)
$this->application['imp'] = array(
'fileroot' => dirname(__FILE__) . '/../imp',
'webroot' => $this->applications['horde']['webroot'] . '/imp',
'icon' => $this->applications['horde']['webroot'] .
'/imp/graphics/imp.gif',
'name' => _("Mail"),
'allow_guests' => false,
'show' => true,
'hordeauth' => true
);
and add this to the same file:
$this->services['imp']['horde']['login'] = array(
'file' => '%application%/lib/api.php',
'function' => 'impLogin',
'args' => array(),
'type' => 'string'
);
Then I'd implement impLogin() with the necessary questions for logging
in IMP, like server list, etc...
I think, this way would be more generic, wouldn't break horde's
independency, and it serves gollem needs too and other apps in the
future...
These are just thoughts..
Comments please?
Regards,
Nuno
--
Nuno Loureiro <nuno@eth.pt>
Ethernet, Soluções Informáticas, LDA
http://www.eth.pt