[kronolith] Still not able to get kronolith working.

Christopher Crowley ccrowley@tulane.edu
Mon, 3 Dec 2001 15:34:48 -0600


> What does config/conf.php look like?

/**
 ** Calendar Driver Settings
 **/

// What calendar backend is being used? Right now, the only options are
// 'mcal' and 'sql', but others may appear at some point in the future.
$conf['calendar']['driver'] = 'sql';

// What MCAL driver is being used? 'mstore' is the local file driver,
// and is the only one with extensive testing. There is also an ICAP
// driver, and theoretically an ICAP server, but Kronolith has not
// been tested with them.
$conf['calendar']['params']['driver'] = 'mstore';

// The mstore driver requires a username that is in /etc/mpasswd in
// order to access local calendars.
$conf['calendar']['params']['username'] = 'kronolith';

// This is the password of the user defined above.
$conf['calendar']['params']['password'] = 'the actual password';


/**
 ** Metadata Settings
 **/

// What should the label for the category field be?
$conf['metadata']['category']['label'] = _("Category");

// What kind of form field should the category field be? Valid values
// are 'text' (an <input type="text"> field) and 'systemList' (an
// <input type="select">, with the values defined in
// $conf['metadata']['category']['options']).
$conf['metadata']['category']['type'] = 'text';

// If the category field is a system-defined list, this parameter
// holds the array of options to give users. If it is an associative
// array, then the array keys will be the values actually
// stored. Otherwise, the array values will be used as the keys.
$conf['metadata']['category']['options'] = array(_("Personal"),
_("Business"));

// If this is true, then an array of keywords will be read from
// config/keywords.php and you will be able to assign any or all of
// them to events.
$conf['metadata']['keywords'] = false;


/**
 ** Menu settings
 **/

// Should we display a Import/Export link in de Horde application
// menus?
$conf['menu']['import_export'] = true;

// This is an array of applications (using the names defined in
// horde/config/registry.php) to include links to in the menubar. An
// example providing a link to Turba (an addressbook program) would
// be: $conf['menu']['apps'] = array('turba');
$conf['menu']['apps'] = array('turba');
$conf['menu']['apps'] = array('imp');

?>







>From chuck@horde.org Date: Mon,  3 Dec 2001 16:37:48 -0500
Return-Path: <chuck@horde.org>
Mailing-List: contact kronolith-help@lists.horde.org; run by ezmlm
Delivered-To: mailing list kronolith@lists.horde.org
Received: (qmail 12974 invoked from network); 3 Dec 2001 21:38:27 -0000
Received: from h00104bc60b3c.ne.mediaone.net (HELO marina.horde.org) (24.91.196.127)
  by clark.horde.org with SMTP; 3 Dec 2001 21:38:27 -0000
Received: by marina.horde.org (Postfix, from userid 33)
	id 1D40439B1; Mon,  3 Dec 2001 16:37:49 -0500 (EST)
Received: from 192.168.0.115 ( [192.168.0.115])
	as user chuck@localhost by marina.horde.org with HTTP;
	Mon,  3 Dec 2001 16:37:48 -0500
Message-ID: <1007415468.3c0bf0acea53d@marina.horde.org>
Date: Mon,  3 Dec 2001 16:37:48 -0500
From: Chuck Hagenbuch <chuck@horde.org>
To: kronolith@lists.horde.org
References: <1006808413.3c02ad5d18f2d@imp.riboflavin.net> <1006813006.3c02bf4e8fc9d@linux.wg.de> <1006896309.3c0404b568874@imp.riboflavin.net> <1006971631.3c052aefb46af@linux.wg.de> <1007064023.3c0693d79bcf8@imp.riboflavin.net> <1007238121.3c093be9b462e@marina.horde.org> <191a01c17c3b$9b33ea30$19775181@netview> <1007413151.3c0be79fd884b@marina.horde.org> <1a7401c17c42$591a0dd0$19775181@netview>
In-Reply-To: <1a7401c17c42$591a0dd0$19775181@netview>
MIME-Version: 1.0
Content-Type: text/plain; charset=ISO-8859-1
Content-Transfer-Encoding: 8bit
User-Agent: Internet Messaging Program (IMP) 4.0-cvs
Subject: Re: [kronolith] Still not able to get kronolith working.

Quoting Christopher Crowley <ccrowley@tulane.edu>:

> // What calendar backend is being used? Right now, the only options are
> // 'mcal' and 'sql', but others may appear at some point in the future.
> $conf['calendar']['driver'] = 'sql';
> 
> // What MCAL driver is being used? 'mstore' is the local file driver,
> // and is the only one with extensive testing. There is also an ICAP
> // driver, and theoretically an ICAP server, but Kronolith has not
> // been tested with them.
> $conf['calendar']['params']['driver'] = 'mstore';
> 
> // The mstore driver requires a username that is in /etc/mpasswd in
> // order to access local calendars.
> $conf['calendar']['params']['username'] = 'kronolith';
> 
> // This is the password of the user defined above.
> $conf['calendar']['params']['password'] = 'the actual password';

These examples are for the mcal driver. You need sql params - they pretty much 
look like the sql preferences configuration, etc.

-chuck

--
Charles Hagenbuch, <chuck@horde.org>
"What was and what may be, lie, like children whose faces we cannot see, in the
arms of silence. All we ever have is here, now." - Ursula K. Le Guin