7ff01bc694
management interface. Turba also provides an API for external applications to interface with address books, providing adding and searching features that can be hooked right into other applications. Turba is a complete basic contact management application. SQL, LDAP, and Horde Preferences backends are available and are well tested. The fields in the address books can be defined in a very flexible way, just by changing the config files. Import/export from/to Pine, Mulberry, CSV, TSV, and vCard contacts. You can create distribution lists from your addressbooks, which are handled transparently by IMP and other Horde applications. And there are Horde API functions to add and search for contacts. This also addresses PR# 22809 - Thanks for the PR.
22 lines
760 B
Text
22 lines
760 B
Text
===========================================================================
|
|
$NetBSD: MESSAGE,v 1.1.1.1 2005/03/25 13:21:43 adrianp Exp $
|
|
|
|
Please refer to the file:
|
|
|
|
${PREFIX}/share/doc/turba/INSTALL
|
|
|
|
on how to setup your Turba installation. You need to at least edit
|
|
|
|
${PREFIX}/share/horde/config/registry.php
|
|
|
|
to enable Turba in the horde framework. You will also need to configure Turba
|
|
by using the Horde administrative interface.
|
|
|
|
Finally you will also need to make Turba accessible through your HTTP server.
|
|
If you are running Apache and ap-php, then you can add the following lines
|
|
to httpd.conf:
|
|
|
|
Include ${PKG_SYSCONFDIR}/horde.conf
|
|
Include ${PKG_SYSCONFDIR}/turba.conf
|
|
|
|
===========================================================================
|