From tom@bns.ee Mon Apr 9 15:45:44 2001 From: tom@bns.ee (Toomas Vann) Date: Mon, 9 Apr 2001 16:45:44 +0200 Subject: HORDE Message-ID: <71C93006DC95D411942300105AF515BD02BA60@SHUTDOWN> Hi! I installed just few days ago Horde cvs. What settings should i put to make auth work properly useing imap. I have installed Apache 1.3.12-25 from rpm and php 4.04-pl1 /** ** Horde Authentication **/ // What backend should we use for authenticating users to Horde? Valid // options are currently 'imap', 'ldap', 'mcal', 'sql', and 'ftp'. $conf['auth']['driver'] = 'imap'; What other parameters should i add. Or would it be more effective to use sql ? Regards, Toomas From chuck@horde.org Mon Apr 9 17:00:59 2001 From: chuck@horde.org (Chuck Hagenbuch) Date: Mon, 9 Apr 2001 12:00:59 -0400 Subject: [horde] HORDE In-Reply-To: <71C93006DC95D411942300105AF515BD02BA60@SHUTDOWN> References: <71C93006DC95D411942300105AF515BD02BA60@SHUTDOWN> Message-ID: <986832059.3ad1dcbb9c55b@marina.horde.org> Quoting Toomas Vann : > What settings should i put to make auth work properly useing imap. > I have installed Apache 1.3.12-25 from rpm > and php 4.04-pl1 > > /** > ** Horde Authentication > **/ > > // What backend should we use for authenticating users to Horde? Valid > // options are currently 'imap', 'ldap', 'mcal', 'sql', and 'ftp'. > $conf['auth']['driver'] = 'imap'; $conf['auth']['params']['server'] = 'imap.example.com'; ... is all you need if you're running standard IMAP on a standard port. > Or would it be more effective to use sql ? Depends on what you mean by "more effective". -chuck -- Charles Hagenbuch, Number of U.S. nuclear bombs lost in accidents and never recovered: 11 From aghaffar@developer.ch Mon Apr 9 23:59:29 2001 From: aghaffar@developer.ch (Atif Ghaffar) Date: Tue, 10 Apr 2001 00:59:29 +0200 Subject: documentation about Horde Message-ID: <3AD23ED1.326D6A1A@developer.ch> Hi. Where can I find some docs on how to write apps using Horde framework. Example. Where can I find documentation on registry.php that explains the syntax of = $this->services['imp']['mail']['compose'] =3D array( 'callback' =3D> "javascript:open_compose_win('popup=3D1&to=3D|to|&cc=3D|cc|&bcc=3D|bcc|&m= sg=3D|msg|&subject=3D|subject||extra|');", 'includeFile' =3D> '%application%/templates/javascript/open_compose_win.js', 'invocation' =3D> "" ); what are the |constants? Are they replaced by something. %application% is obvious but is this also documented somewhere? thanks. -- = Atif Ghaffar Internet Development Manager 4unet AG/SA/Ltd. -------------------------. +41 21 351 53 60 =A6 voice +41 78 787 51 45 =A6 mobile +41 86 0796598972=A6 fax http://www.4unet.net =A6 www http://atif.developer.ch =A6 homepage atif.ghaffar@4unet.net =A6 email From tom@bns.ee Tue Apr 10 08:49:51 2001 From: tom@bns.ee (Toomas Vann) Date: Tue, 10 Apr 2001 09:49:51 +0200 Subject: [horde] HORDE Message-ID: <71C93006DC95D411942300105AF515BD02BA62@SHUTDOWN> Hi! First of all, thank you. This was the problem and helped me out. Regards, Toomas -----Original Message----- From: Chuck Hagenbuch [mailto:chuck@horde.org] Sent: Monday, April 09, 2001 6:01 PM To: horde@lists.horde.org Subject: Re: [horde] HORDE Quoting Toomas Vann : > What settings should i put to make auth work properly useing imap. > I have installed Apache 1.3.12-25 from rpm > and php 4.04-pl1 > > /** > ** Horde Authentication > **/ > > // What backend should we use for authenticating users to Horde? Valid > // options are currently 'imap', 'ldap', 'mcal', 'sql', and 'ftp'. > $conf['auth']['driver'] = 'imap'; $conf['auth']['params']['server'] = 'imap.example.com'; ... is all you need if you're running standard IMAP on a standard port. > Or would it be more effective to use sql ? Depends on what you mean by "more effective". -chuck -- Charles Hagenbuch, Number of U.S. nuclear bombs lost in accidents and never recovered: 11 -- Horde mailing list: http://horde.org/horde/ Frequently Asked Questions: http://horde.org/faq/ To unsubscribe, mail: horde-unsubscribe@lists.horde.org From aghaffar@developer.ch Tue Apr 10 16:22:16 2001 From: aghaffar@developer.ch (Atif Ghaffar) Date: Tue, 10 Apr 2001 17:22:16 +0200 Subject: Horde Style Sheet Editor Message-ID: <3AD32528.DD9EE749@developer.ch> Hi, Please try this out and let me know if this tool will be of any use the HordeApp users. http://atifghaffar.com/tmp/horde/csseditor/ thanks As soon as I am finished cleaning it up, ill put the sources online. cheers. -- = Atif Ghaffar Internet Development Manager 4unet AG/SA/Ltd. -------------------------. +41 21 351 53 60 =A6 voice +41 78 787 51 45 =A6 mobile +41 86 0796598972=A6 fax http://www.4unet.net =A6 www http://atif.developer.ch =A6 homepage atif.ghaffar@4unet.net =A6 email From chuck@horde.org Tue Apr 10 16:36:11 2001 From: chuck@horde.org (Chuck Hagenbuch) Date: Tue, 10 Apr 2001 11:36:11 -0400 Subject: [horde] Horde Style Sheet Editor In-Reply-To: <3AD32528.DD9EE749@developer.ch> References: <3AD32528.DD9EE749@developer.ch> Message-ID: <986916971.3ad3286baf258@marina.horde.org> Quoting Atif Ghaffar : > Please try this out and let me know if this tool will be of any use the > HordeApp users. > http://atifghaffar.com/tmp/horde/csseditor/ Looks useful to me - I'd like to see the sources included. It'd be neat to do a bit more previewing, also. -chuck -- Charles Hagenbuch, Number of U.S. nuclear bombs lost in accidents and never recovered: 11 From chuck@horde.org Tue Apr 10 22:03:39 2001 From: chuck@horde.org (Chuck Hagenbuch) Date: Tue, 10 Apr 2001 17:03:39 -0400 Subject: [horde] documentation about Horde In-Reply-To: <3AD23ED1.326D6A1A@developer.ch> References: <3AD23ED1.326D6A1A@developer.ch> Message-ID: <986936619.3ad3752b31a4f@marina.horde.org> Quoting Atif Ghaffar : > Where can I find some docs on how to write apps using Horde framework. Well, they're going to exist soon, since Jon and I are writing a presentation for the O'Reilly Open Source conference. But until then, they're a bit scarce. > Where can I find documentation on registry.php that explains the syntax of > > $this->services['imp']['mail']['compose'] = array( > 'callback' => "javascript:open_compose_win ('popup=1&to=|to|&cc=|cc|&bcc=|bcc|&msg=|msg|&subject=|subject||extra|');", > 'includeFile' => > '%application%/templates/javascript/open_compose_win.js', > 'invocation' => "" > ); > > what are the |constants? > Are they replaced by something. Yes. They are all the names of parameters. You call: $registry->link('mail/compose', array('foo' => 'bar', 'baz' => 'qux')); where the first argument is the name of the link method to call, and the second is an array of parameters, where the name of each index in the name of a parameter to replace. So for the mail/compose example, calling the link method with array('to' => 'chuck@horde.org') would replace the |to| parameter with my email address. The difference between |foo| and %foo% is that the value of %foo% is run through htmlentities, while the value of |foo| is run through urlencode. How's that? -chuck -- Charles Hagenbuch, Number of U.S. nuclear bombs lost in accidents and never recovered: 11 From derek@netsimple.net Wed Apr 11 22:36:44 2001 From: derek@netsimple.net (Derek Colley) Date: Wed, 11 Apr 2001 22:36:44 +0100 Subject: Browser prompts me to download the index.php3 file References: <3AD2E957.3DD8DC24@netsimple.net> <3AD4CD8B.12D1FB13@netsimple.net> Message-ID: <3AD4CE6C.2896F28A@netsimple.net> Hi, I have a Cobalt Qube3 (includes php-4.0.1-C7q3) with the following apache settings: httpd.conf: LoadModule php4_module modules/libphp4.so AddModule mod_php4.c srm.conf: AddType application/x-httpd-php4 .php .php3 I added the .php3 to the AddType line in an attempt to get Horde (http://www.horde.org) and IMP (http://www.horde.org/imp) to work. When I browse to the URL I get prompted to download the index.php3 file. I know the Qube3 comes with its own WebMail solution, but I'm trying to get IMP working on this box as a facility for another mail server. I also don't want to mess with the Qube's config too much (i.e. I don't want to have to rebuild apache and php as the box is still under warranty). Other things I have tried: Renaming the .php3 files to .php - the scripts insist that setup.php(3) is readable. Not so! I think this is a php<3 problem and the message is a red herring, but I'm not sure. Can anyone help? Many thanks Derek From chuck@horde.org Wed Apr 11 01:33:09 2001 From: chuck@horde.org (Chuck Hagenbuch) Date: Tue, 10 Apr 2001 20:33:09 -0400 Subject: [horde] Browser prompts me to download the index.php3 file In-Reply-To: <3AD4CE6C.2896F28A@netsimple.net> References: <3AD2E957.3DD8DC24@netsimple.net> <3AD4CD8B.12D1FB13@netsimple.net> <3AD4CE6C.2896F28A@netsimple.net> Message-ID: <986949189.3ad3a645b7f8f@marina.horde.org> Quoting Derek Colley : > AddType application/x-httpd-php4 .php .php3 This should be application/x-httpd-php. -chuck -- Charles Hagenbuch, Number of U.S. nuclear bombs lost in accidents and never recovered: 11 From chuck@horde.org Wed Apr 11 14:19:19 2001 From: chuck@horde.org (Chuck Hagenbuch) Date: Wed, 11 Apr 2001 09:19:19 -0400 Subject: [horde] Browser prompts me to download the index.php3 file In-Reply-To: References: Message-ID: <986995159.3ad459d7620d5@marina.horde.org> Quoting Derek Colley : > Will this not force PHP < 3 to be used? No. http://www.php.net/manual/en/install.apache.php > I have tried this, but then PHP seems to think setup.php3 is readable. When > you click on the "setup.php3" hyperlink I get a "Forbidden!" error message, > i.e. the permissions on the file are 000. Well, this is an unrelated error then. Please give more details, and keep your replies on the mailing list. -chuck -- Charles Hagenbuch, Number of U.S. nuclear bombs lost in accidents and never recovered: 11 From aghaffar@developer.ch Wed Apr 11 23:48:24 2001 From: aghaffar@developer.ch (Atif Ghaffar) Date: Thu, 12 Apr 2001 00:48:24 +0200 Subject: [horde] Horde Style Sheet Editor (sourcecode) References: <3AD32528.DD9EE749@developer.ch> <986916971.3ad3286baf258@marina.horde.org> Message-ID: <3AD4DF38.D13E207D@developer.ch> Chuck Hagenbuch wrote: > = > Quoting Atif Ghaffar : > = > > Please try this out and let me know if this tool will be of any use t= he > > HordeApp users. > > http://atifghaffar.com/tmp/horde/csseditor/ > = > Looks useful to me - I'd like to see the sources included. It'd be neat= to do a > bit more previewing, also. The source code is http://atifghaffar.com/tmp/horde/csseditor/index.phps I will think about adding the preview stuff, = currently I want to add the ability to add attributes to styles and new styles. -- = Atif Ghaffar Internet Development Manager 4unet AG/SA/Ltd. -------------------------. +41 21 351 53 60 =A6 voice +41 78 787 51 45 =A6 mobile +41 86 0796598972=A6 fax http://www.4unet.net =A6 www http://atif.developer.ch =A6 homepage atif.ghaffar@4unet.net =A6 email From jon@csh.rit.edu Sun Apr 15 05:23:31 2001 From: jon@csh.rit.edu (Jon Parise) Date: Sun, 15 Apr 2001 00:23:31 -0400 Subject: New Nag mailing list Message-ID: <20010415002330.A14316@csh.rit.edu> I've created a new Nag mailing list (nag@lists.horde.org) for discussion of the new task list manager application. To subscribe, send a blank email to: nag-subscribe@lists.horde.org There's a little bit of information available at: http://horde.org/nag/ -- Jon Parise (jon@csh.rit.edu) . Rochester Inst. of Technology http://www.csh.rit.edu/~jon/ : Computer Science House Member From tom@bns.ee Mon Apr 9 15:45:44 2001 From: tom@bns.ee (Toomas Vann) Date: Mon, 9 Apr 2001 16:45:44 +0200 Subject: HORDE Message-ID: <71C93006DC95D411942300105AF515BD02BA60@SHUTDOWN> Hi! I installed just few days ago Horde cvs. What settings should i put to make auth work properly useing imap. I have installed Apache 1.3.12-25 from rpm and php 4.04-pl1 /** ** Horde Authentication **/ // What backend should we use for authenticating users to Horde? Valid // options are currently 'imap', 'ldap', 'mcal', 'sql', and 'ftp'. $conf['auth']['driver'] = 'imap'; What other parameters should i add. Or would it be more effective to use sql ? Regards, Toomas >From chuck@horde.org Date: Mon, 9 Apr 2001 12:00:59 -0400 Return-Path: Mailing-List: contact horde-help@lists.horde.org; run by ezmlm Delivered-To: mailing list horde@lists.horde.org Received: (qmail 4352 invoked from network); 9 Apr 2001 16:02:10 -0000 Received: from 208-59-250-206.c3-0.smr-ubr1.sbo-smr.ma.cable.rcn.com (HELO marina.horde.org) (208.59.250.206) by horde.org with SMTP; 9 Apr 2001 16:02:10 -0000 Received: by marina.horde.org (Postfix, from userid 33) id B56B03CA4; Mon, 9 Apr 2001 12:00:59 -0400 (EDT) Received: from 206.243.191.252 ( [206.243.191.252]) as user chuck@localhost by marina.horde.org with HTTP; Mon, 9 Apr 2001 12:00:59 -0400 Message-ID: <986832059.3ad1dcbb9c55b@marina.horde.org> Date: Mon, 9 Apr 2001 12:00:59 -0400 From: Chuck Hagenbuch To: horde@lists.horde.org References: <71C93006DC95D411942300105AF515BD02BA60@SHUTDOWN> In-Reply-To: <71C93006DC95D411942300105AF515BD02BA60@SHUTDOWN> MIME-Version: 1.0 Content-Type: text/plain Content-Transfer-Encoding: 8bit User-Agent: Internet Messaging Program (IMP) 2.3.7-cvs Subject: Re: [horde] HORDE Quoting Toomas Vann : > What settings should i put to make auth work properly useing imap. > I have installed Apache 1.3.12-25 from rpm > and php 4.04-pl1 > > /** > ** Horde Authentication > **/ > > // What backend should we use for authenticating users to Horde? Valid > // options are currently 'imap', 'ldap', 'mcal', 'sql', and 'ftp'. > $conf['auth']['driver'] = 'imap'; $conf['auth']['params']['server'] = 'imap.example.com'; ... is all you need if you're running standard IMAP on a standard port. > Or would it be more effective to use sql ? Depends on what you mean by "more effective". -chuck -- Charles Hagenbuch, Number of U.S. nuclear bombs lost in accidents and never recovered: 11 From aghaffar@developer.ch Mon Apr 9 23:59:29 2001 From: aghaffar@developer.ch (Atif Ghaffar) Date: Tue, 10 Apr 2001 00:59:29 +0200 Subject: documentation about Horde Message-ID: <3AD23ED1.326D6A1A@developer.ch> Hi. Where can I find some docs on how to write apps using Horde framework. Example. Where can I find documentation on registry.php that explains the syntax of = $this->services['imp']['mail']['compose'] =3D array( 'callback' =3D> "javascript:open_compose_win('popup=3D1&to=3D|to|&cc=3D|cc|&bcc=3D|bcc|&m= sg=3D|msg|&subject=3D|subject||extra|');", 'includeFile' =3D> '%application%/templates/javascript/open_compose_win.js', 'invocation' =3D> "" ); what are the |constants? Are they replaced by something. %application% is obvious but is this also documented somewhere? thanks. -- = Atif Ghaffar Internet Development Manager 4unet AG/SA/Ltd. -------------------------. +41 21 351 53 60 =A6 voice +41 78 787 51 45 =A6 mobile +41 86 0796598972=A6 fax http://www.4unet.net =A6 www http://atif.developer.ch =A6 homepage atif.ghaffar@4unet.net =A6 email From tom@bns.ee Tue Apr 10 08:49:51 2001 From: tom@bns.ee (Toomas Vann) Date: Tue, 10 Apr 2001 09:49:51 +0200 Subject: [horde] HORDE Message-ID: <71C93006DC95D411942300105AF515BD02BA62@SHUTDOWN> Hi! First of all, thank you. This was the problem and helped me out. Regards, Toomas -----Original Message----- From: Chuck Hagenbuch [mailto:chuck@horde.org] Sent: Monday, April 09, 2001 6:01 PM To: horde@lists.horde.org Subject: Re: [horde] HORDE Quoting Toomas Vann : > What settings should i put to make auth work properly useing imap. > I have installed Apache 1.3.12-25 from rpm > and php 4.04-pl1 > > /** > ** Horde Authentication > **/ > > // What backend should we use for authenticating users to Horde? Valid > // options are currently 'imap', 'ldap', 'mcal', 'sql', and 'ftp'. > $conf['auth']['driver'] = 'imap'; $conf['auth']['params']['server'] = 'imap.example.com'; ... is all you need if you're running standard IMAP on a standard port. > Or would it be more effective to use sql ? Depends on what you mean by "more effective". -chuck -- Charles Hagenbuch, Number of U.S. nuclear bombs lost in accidents and never recovered: 11 -- Horde mailing list: http://horde.org/horde/ Frequently Asked Questions: http://horde.org/faq/ To unsubscribe, mail: horde-unsubscribe@lists.horde.org From aghaffar@developer.ch Tue Apr 10 16:22:16 2001 From: aghaffar@developer.ch (Atif Ghaffar) Date: Tue, 10 Apr 2001 17:22:16 +0200 Subject: Horde Style Sheet Editor Message-ID: <3AD32528.DD9EE749@developer.ch> Hi, Please try this out and let me know if this tool will be of any use the HordeApp users. http://atifghaffar.com/tmp/horde/csseditor/ thanks As soon as I am finished cleaning it up, ill put the sources online. cheers. -- = Atif Ghaffar Internet Development Manager 4unet AG/SA/Ltd. -------------------------. +41 21 351 53 60 =A6 voice +41 78 787 51 45 =A6 mobile +41 86 0796598972=A6 fax http://www.4unet.net =A6 www http://atif.developer.ch =A6 homepage atif.ghaffar@4unet.net =A6 email From chuck@horde.org Tue Apr 10 16:36:11 2001 From: chuck@horde.org (Chuck Hagenbuch) Date: Tue, 10 Apr 2001 11:36:11 -0400 Subject: [horde] Horde Style Sheet Editor In-Reply-To: <3AD32528.DD9EE749@developer.ch> References: <3AD32528.DD9EE749@developer.ch> Message-ID: <986916971.3ad3286baf258@marina.horde.org> Quoting Atif Ghaffar : > Please try this out and let me know if this tool will be of any use the > HordeApp users. > http://atifghaffar.com/tmp/horde/csseditor/ Looks useful to me - I'd like to see the sources included. It'd be neat to do a bit more previewing, also. -chuck -- Charles Hagenbuch, Number of U.S. nuclear bombs lost in accidents and never recovered: 11 From chuck@horde.org Tue Apr 10 22:03:39 2001 From: chuck@horde.org (Chuck Hagenbuch) Date: Tue, 10 Apr 2001 17:03:39 -0400 Subject: [horde] documentation about Horde In-Reply-To: <3AD23ED1.326D6A1A@developer.ch> References: <3AD23ED1.326D6A1A@developer.ch> Message-ID: <986936619.3ad3752b31a4f@marina.horde.org> Quoting Atif Ghaffar : > Where can I find some docs on how to write apps using Horde framework. Well, they're going to exist soon, since Jon and I are writing a presentation for the O'Reilly Open Source conference. But until then, they're a bit scarce. > Where can I find documentation on registry.php that explains the syntax of > > $this->services['imp']['mail']['compose'] = array( > 'callback' => "javascript:open_compose_win ('popup=1&to=|to|&cc=|cc|&bcc=|bcc|&msg=|msg|&subject=|subject||extra|');", > 'includeFile' => > '%application%/templates/javascript/open_compose_win.js', > 'invocation' => "" > ); > > what are the |constants? > Are they replaced by something. Yes. They are all the names of parameters. You call: $registry->link('mail/compose', array('foo' => 'bar', 'baz' => 'qux')); where the first argument is the name of the link method to call, and the second is an array of parameters, where the name of each index in the name of a parameter to replace. So for the mail/compose example, calling the link method with array('to' => 'chuck@horde.org') would replace the |to| parameter with my email address. The difference between |foo| and %foo% is that the value of %foo% is run through htmlentities, while the value of |foo| is run through urlencode. How's that? -chuck -- Charles Hagenbuch, Number of U.S. nuclear bombs lost in accidents and never recovered: 11 From derek@netsimple.net Wed Apr 11 22:36:44 2001 From: derek@netsimple.net (Derek Colley) Date: Wed, 11 Apr 2001 22:36:44 +0100 Subject: Browser prompts me to download the index.php3 file References: <3AD2E957.3DD8DC24@netsimple.net> <3AD4CD8B.12D1FB13@netsimple.net> Message-ID: <3AD4CE6C.2896F28A@netsimple.net> Hi, I have a Cobalt Qube3 (includes php-4.0.1-C7q3) with the following apache settings: httpd.conf: LoadModule php4_module modules/libphp4.so AddModule mod_php4.c srm.conf: AddType application/x-httpd-php4 .php .php3 I added the .php3 to the AddType line in an attempt to get Horde (http://www.horde.org) and IMP (http://www.horde.org/imp) to work. When I browse to the URL I get prompted to download the index.php3 file. I know the Qube3 comes with its own WebMail solution, but I'm trying to get IMP working on this box as a facility for another mail server. I also don't want to mess with the Qube's config too much (i.e. I don't want to have to rebuild apache and php as the box is still under warranty). Other things I have tried: Renaming the .php3 files to .php - the scripts insist that setup.php(3) is readable. Not so! I think this is a php<3 problem and the message is a red herring, but I'm not sure. Can anyone help? Many thanks Derek From chuck@horde.org Wed Apr 11 01:33:09 2001 From: chuck@horde.org (Chuck Hagenbuch) Date: Tue, 10 Apr 2001 20:33:09 -0400 Subject: [horde] Browser prompts me to download the index.php3 file In-Reply-To: <3AD4CE6C.2896F28A@netsimple.net> References: <3AD2E957.3DD8DC24@netsimple.net> <3AD4CD8B.12D1FB13@netsimple.net> <3AD4CE6C.2896F28A@netsimple.net> Message-ID: <986949189.3ad3a645b7f8f@marina.horde.org> Quoting Derek Colley : > AddType application/x-httpd-php4 .php .php3 This should be application/x-httpd-php. -chuck -- Charles Hagenbuch, Number of U.S. nuclear bombs lost in accidents and never recovered: 11 From chuck@horde.org Wed Apr 11 14:19:19 2001 From: chuck@horde.org (Chuck Hagenbuch) Date: Wed, 11 Apr 2001 09:19:19 -0400 Subject: [horde] Browser prompts me to download the index.php3 file In-Reply-To: References: Message-ID: <986995159.3ad459d7620d5@marina.horde.org> Quoting Derek Colley : > Will this not force PHP < 3 to be used? No. http://www.php.net/manual/en/install.apache.php > I have tried this, but then PHP seems to think setup.php3 is readable. When > you click on the "setup.php3" hyperlink I get a "Forbidden!" error message, > i.e. the permissions on the file are 000. Well, this is an unrelated error then. Please give more details, and keep your replies on the mailing list. -chuck -- Charles Hagenbuch, Number of U.S. nuclear bombs lost in accidents and never recovered: 11 From aghaffar@developer.ch Wed Apr 11 23:48:24 2001 From: aghaffar@developer.ch (Atif Ghaffar) Date: Thu, 12 Apr 2001 00:48:24 +0200 Subject: [horde] Horde Style Sheet Editor (sourcecode) References: <3AD32528.DD9EE749@developer.ch> <986916971.3ad3286baf258@marina.horde.org> Message-ID: <3AD4DF38.D13E207D@developer.ch> Chuck Hagenbuch wrote: > = > Quoting Atif Ghaffar : > = > > Please try this out and let me know if this tool will be of any use t= he > > HordeApp users. > > http://atifghaffar.com/tmp/horde/csseditor/ > = > Looks useful to me - I'd like to see the sources included. It'd be neat= to do a > bit more previewing, also. The source code is http://atifghaffar.com/tmp/horde/csseditor/index.phps I will think about adding the preview stuff, = currently I want to add the ability to add attributes to styles and new styles. -- = Atif Ghaffar Internet Development Manager 4unet AG/SA/Ltd. -------------------------. +41 21 351 53 60 =A6 voice +41 78 787 51 45 =A6 mobile +41 86 0796598972=A6 fax http://www.4unet.net =A6 www http://atif.developer.ch =A6 homepage atif.ghaffar@4unet.net =A6 email From jon@csh.rit.edu Sun Apr 15 05:23:31 2001 From: jon@csh.rit.edu (Jon Parise) Date: Sun, 15 Apr 2001 00:23:31 -0400 Subject: New Nag mailing list Message-ID: <20010415002330.A14316@csh.rit.edu> I've created a new Nag mailing list (nag@lists.horde.org) for discussion of the new task list manager application. To subscribe, send a blank email to: nag-subscribe@lists.horde.org There's a little bit of information available at: http://horde.org/nag/ -- Jon Parise (jon@csh.rit.edu) . Rochester Inst. of Technology http://www.csh.rit.edu/~jon/ : Computer Science House Member From tom at bns.ee Mon Apr 9 07:45:44 2001 From: tom at bns.ee (Toomas Vann) Date: Fri Feb 4 10:03:47 2005 Subject: HORDE Message-ID: <71C93006DC95D411942300105AF515BD02BA60@SHUTDOWN> Hi! I installed just few days ago Horde cvs. What settings should i put to make auth work properly useing imap. I have installed Apache 1.3.12-25 from rpm and php 4.04-pl1 /** ** Horde Authentication **/ // What backend should we use for authenticating users to Horde? Valid // options are currently 'imap', 'ldap', 'mcal', 'sql', and 'ftp'. $conf['auth']['driver'] = 'imap'; What other parameters should i add. Or would it be more effective to use sql ? Regards, Toomas >From chuck@horde.org Date: Mon, 9 Apr 2001 12:00:59 -0400 Return-Path: Mailing-List: contact horde-help@lists.horde.org; run by ezmlm Delivered-To: mailing list horde@lists.horde.org Received: (qmail 4352 invoked from network); 9 Apr 2001 16:02:10 -0000 Received: from 208-59-250-206.c3-0.smr-ubr1.sbo-smr.ma.cable.rcn.com (HELO marina.horde.org) (208.59.250.206) by horde.org with SMTP; 9 Apr 2001 16:02:10 -0000 Received: by marina.horde.org (Postfix, from userid 33) id B56B03CA4; Mon, 9 Apr 2001 12:00:59 -0400 (EDT) Received: from 206.243.191.252 ( [206.243.191.252]) as user chuck@localhost by marina.horde.org with HTTP; Mon, 9 Apr 2001 12:00:59 -0400 Message-ID: <986832059.3ad1dcbb9c55b@marina.horde.org> Date: Mon, 9 Apr 2001 12:00:59 -0400 From: Chuck Hagenbuch To: horde@lists.horde.org References: <71C93006DC95D411942300105AF515BD02BA60@SHUTDOWN> In-Reply-To: <71C93006DC95D411942300105AF515BD02BA60@SHUTDOWN> MIME-Version: 1.0 Content-Type: text/plain Content-Transfer-Encoding: 8bit User-Agent: Internet Messaging Program (IMP) 2.3.7-cvs Subject: Re: [horde] HORDE Quoting Toomas Vann : > What settings should i put to make auth work properly useing imap. > I have installed Apache 1.3.12-25 from rpm > and php 4.04-pl1 > > /** > ** Horde Authentication > **/ > > // What backend should we use for authenticating users to Horde? Valid > // options are currently 'imap', 'ldap', 'mcal', 'sql', and 'ftp'. > $conf['auth']['driver'] = 'imap'; $conf['auth']['params']['server'] = 'imap.example.com'; ... is all you need if you're running standard IMAP on a standard port. > Or would it be more effective to use sql ? Depends on what you mean by "more effective". -chuck -- Charles Hagenbuch, Number of U.S. nuclear bombs lost in accidents and never recovered: 11 From aghaffar at developer.ch Mon Apr 9 15:59:29 2001 From: aghaffar at developer.ch (Atif Ghaffar) Date: Fri Feb 4 10:03:48 2005 Subject: documentation about Horde Message-ID: <3AD23ED1.326D6A1A@developer.ch> Hi. Where can I find some docs on how to write apps using Horde framework. Example. Where can I find documentation on registry.php that explains the syntax of $this->services['imp']['mail']['compose'] = array( 'callback' => "javascript:open_compose_win('popup=1&to=|to|&cc=|cc|&bcc=|bcc|&msg=|msg|&subject=|subject||extra|');", 'includeFile' => '%application%/templates/javascript/open_compose_win.js', 'invocation' => "" ); what are the |constants? Are they replaced by something. %application% is obvious but is this also documented somewhere? thanks. -- Atif Ghaffar Internet Development Manager 4unet AG/SA/Ltd. -------------------------. +41 21 351 53 60 ? voice +41 78 787 51 45 ? mobile +41 86 0796598972? fax http://www.4unet.net ? www http://atif.developer.ch ? homepage atif.ghaffar@4unet.net ? email From tom at bns.ee Tue Apr 10 00:49:51 2001 From: tom at bns.ee (Toomas Vann) Date: Fri Feb 4 10:03:48 2005 Subject: [horde] HORDE Message-ID: <71C93006DC95D411942300105AF515BD02BA62@SHUTDOWN> Hi! First of all, thank you. This was the problem and helped me out. Regards, Toomas -----Original Message----- From: Chuck Hagenbuch [mailto:chuck@horde.org] Sent: Monday, April 09, 2001 6:01 PM To: horde@lists.horde.org Subject: Re: [horde] HORDE Quoting Toomas Vann : > What settings should i put to make auth work properly useing imap. > I have installed Apache 1.3.12-25 from rpm > and php 4.04-pl1 > > /** > ** Horde Authentication > **/ > > // What backend should we use for authenticating users to Horde? Valid > // options are currently 'imap', 'ldap', 'mcal', 'sql', and 'ftp'. > $conf['auth']['driver'] = 'imap'; $conf['auth']['params']['server'] = 'imap.example.com'; ... is all you need if you're running standard IMAP on a standard port. > Or would it be more effective to use sql ? Depends on what you mean by "more effective". -chuck -- Charles Hagenbuch, Number of U.S. nuclear bombs lost in accidents and never recovered: 11 -- Horde mailing list: http://horde.org/horde/ Frequently Asked Questions: http://horde.org/faq/ To unsubscribe, mail: horde-unsubscribe@lists.horde.org From aghaffar at developer.ch Tue Apr 10 08:22:16 2001 From: aghaffar at developer.ch (Atif Ghaffar) Date: Fri Feb 4 10:03:48 2005 Subject: Horde Style Sheet Editor Message-ID: <3AD32528.DD9EE749@developer.ch> Hi, Please try this out and let me know if this tool will be of any use the HordeApp users. http://atifghaffar.com/tmp/horde/csseditor/ thanks As soon as I am finished cleaning it up, ill put the sources online. cheers. -- Atif Ghaffar Internet Development Manager 4unet AG/SA/Ltd. -------------------------. +41 21 351 53 60 ? voice +41 78 787 51 45 ? mobile +41 86 0796598972? fax http://www.4unet.net ? www http://atif.developer.ch ? homepage atif.ghaffar@4unet.net ? email From chuck at horde.org Tue Apr 10 08:36:11 2001 From: chuck at horde.org (Chuck Hagenbuch) Date: Fri Feb 4 10:03:48 2005 Subject: [horde] Horde Style Sheet Editor In-Reply-To: <3AD32528.DD9EE749@developer.ch> References: <3AD32528.DD9EE749@developer.ch> Message-ID: <986916971.3ad3286baf258@marina.horde.org> Quoting Atif Ghaffar : > Please try this out and let me know if this tool will be of any use the > HordeApp users. > http://atifghaffar.com/tmp/horde/csseditor/ Looks useful to me - I'd like to see the sources included. It'd be neat to do a bit more previewing, also. -chuck -- Charles Hagenbuch, Number of U.S. nuclear bombs lost in accidents and never recovered: 11 From chuck at horde.org Tue Apr 10 14:03:39 2001 From: chuck at horde.org (Chuck Hagenbuch) Date: Fri Feb 4 10:03:48 2005 Subject: [horde] documentation about Horde In-Reply-To: <3AD23ED1.326D6A1A@developer.ch> References: <3AD23ED1.326D6A1A@developer.ch> Message-ID: <986936619.3ad3752b31a4f@marina.horde.org> Quoting Atif Ghaffar : > Where can I find some docs on how to write apps using Horde framework. Well, they're going to exist soon, since Jon and I are writing a presentation for the O'Reilly Open Source conference. But until then, they're a bit scarce. > Where can I find documentation on registry.php that explains the syntax of > > $this->services['imp']['mail']['compose'] = array( > 'callback' => "javascript:open_compose_win ('popup=1&to=|to|&cc=|cc|&bcc=|bcc|&msg=|msg|&subject=|subject||extra|');", > 'includeFile' => > '%application%/templates/javascript/open_compose_win.js', > 'invocation' => "" > ); > > what are the |constants? > Are they replaced by something. Yes. They are all the names of parameters. You call: $registry->link('mail/compose', array('foo' => 'bar', 'baz' => 'qux')); where the first argument is the name of the link method to call, and the second is an array of parameters, where the name of each index in the name of a parameter to replace. So for the mail/compose example, calling the link method with array('to' => 'chuck@horde.org') would replace the |to| parameter with my email address. The difference between |foo| and %foo% is that the value of %foo% is run through htmlentities, while the value of |foo| is run through urlencode. How's that? -chuck -- Charles Hagenbuch, Number of U.S. nuclear bombs lost in accidents and never recovered: 11 From derek at netsimple.net Wed Apr 11 14:36:44 2001 From: derek at netsimple.net (Derek Colley) Date: Fri Feb 4 10:03:48 2005 Subject: Browser prompts me to download the index.php3 file References: <3AD2E957.3DD8DC24@netsimple.net> <3AD4CD8B.12D1FB13@netsimple.net> Message-ID: <3AD4CE6C.2896F28A@netsimple.net> Hi, I have a Cobalt Qube3 (includes php-4.0.1-C7q3) with the following apache settings: httpd.conf: LoadModule php4_module modules/libphp4.so AddModule mod_php4.c srm.conf: AddType application/x-httpd-php4 .php .php3 I added the .php3 to the AddType line in an attempt to get Horde (http://www.horde.org) and IMP (http://www.horde.org/imp) to work. When I browse to the URL I get prompted to download the index.php3 file. I know the Qube3 comes with its own WebMail solution, but I'm trying to get IMP working on this box as a facility for another mail server. I also don't want to mess with the Qube's config too much (i.e. I don't want to have to rebuild apache and php as the box is still under warranty). Other things I have tried: Renaming the .php3 files to .php - the scripts insist that setup.php(3) is readable. Not so! I think this is a php<3 problem and the message is a red herring, but I'm not sure. Can anyone help? Many thanks Derek From chuck at horde.org Tue Apr 10 17:33:09 2001 From: chuck at horde.org (Chuck Hagenbuch) Date: Fri Feb 4 10:03:48 2005 Subject: [horde] Browser prompts me to download the index.php3 file In-Reply-To: <3AD4CE6C.2896F28A@netsimple.net> References: <3AD2E957.3DD8DC24@netsimple.net> <3AD4CD8B.12D1FB13@netsimple.net> <3AD4CE6C.2896F28A@netsimple.net> Message-ID: <986949189.3ad3a645b7f8f@marina.horde.org> Quoting Derek Colley : > AddType application/x-httpd-php4 .php .php3 This should be application/x-httpd-php. -chuck -- Charles Hagenbuch, Number of U.S. nuclear bombs lost in accidents and never recovered: 11 From chuck at horde.org Wed Apr 11 06:19:19 2001 From: chuck at horde.org (Chuck Hagenbuch) Date: Fri Feb 4 10:03:48 2005 Subject: [horde] Browser prompts me to download the index.php3 file In-Reply-To: References: Message-ID: <986995159.3ad459d7620d5@marina.horde.org> Quoting Derek Colley : > Will this not force PHP < 3 to be used? No. http://www.php.net/manual/en/install.apache.php > I have tried this, but then PHP seems to think setup.php3 is readable. When > you click on the "setup.php3" hyperlink I get a "Forbidden!" error message, > i.e. the permissions on the file are 000. Well, this is an unrelated error then. Please give more details, and keep your replies on the mailing list. -chuck -- Charles Hagenbuch, Number of U.S. nuclear bombs lost in accidents and never recovered: 11 From aghaffar at developer.ch Wed Apr 11 15:48:24 2001 From: aghaffar at developer.ch (Atif Ghaffar) Date: Fri Feb 4 10:03:48 2005 Subject: [horde] Horde Style Sheet Editor (sourcecode) References: <3AD32528.DD9EE749@developer.ch> <986916971.3ad3286baf258@marina.horde.org> Message-ID: <3AD4DF38.D13E207D@developer.ch> Chuck Hagenbuch wrote: > > Quoting Atif Ghaffar : > > > Please try this out and let me know if this tool will be of any use the > > HordeApp users. > > http://atifghaffar.com/tmp/horde/csseditor/ > > Looks useful to me - I'd like to see the sources included. It'd be neat to do a > bit more previewing, also. The source code is http://atifghaffar.com/tmp/horde/csseditor/index.phps I will think about adding the preview stuff, currently I want to add the ability to add attributes to styles and new styles. -- Atif Ghaffar Internet Development Manager 4unet AG/SA/Ltd. -------------------------. +41 21 351 53 60 ? voice +41 78 787 51 45 ? mobile +41 86 0796598972? fax http://www.4unet.net ? www http://atif.developer.ch ? homepage atif.ghaffar@4unet.net ? email From jon at csh.rit.edu Sat Apr 14 21:23:31 2001 From: jon at csh.rit.edu (Jon Parise) Date: Fri Feb 4 10:03:48 2005 Subject: New Nag mailing list Message-ID: <20010415002330.A14316@csh.rit.edu> I've created a new Nag mailing list (nag@lists.horde.org) for discussion of the new task list manager application. To subscribe, send a blank email to: nag-subscribe@lists.horde.org There's a little bit of information available at: http://horde.org/nag/ -- Jon Parise (jon@csh.rit.edu) . Rochester Inst. of Technology http://www.csh.rit.edu/~jon/ : Computer Science House Member