// 'format' => '%s %s'),
'alias' => 'object_alias',
'birthday' => 'object_bday',
- // The photo field requires at least Horde 3.3 and a matching type
- // field.
- // 'photo' => 'object_photo',
- // 'phototype' => 'object_phototype',
+ 'photo' => 'object_photo',
+ 'phototype' => 'object_phototype',
'homeStreet' => 'object_homestreet',
'homePOBox' => 'object_homepob',
'homeCity' => 'object_homecity',
'title' => 'object_title',
'role' => 'object_role',
'company' => 'object_company',
- // The logo field requires at least Horde 3.3 and a matching type
- // field.
- // 'logo' => 'object_logo',
- // 'logotype' => 'object_logotype',
+ 'logo' => 'object_logo',
+ 'logotype' => 'object_logotype',
'category' => 'object_category',
'notes' => 'object_notes',
'website' => 'object_url',
http://www.horde.org/mirrors.php
-Bleeding-edge development versions of Turba are available via CVS; see the
+Bleeding-edge development versions of Turba are available via Git; see the
file `docs/HACKING`_ in the Horde distribution, or the website
-http://www.horde.org/source/, for information on accessing the Horde CVS
+http://www.horde.org/source/, for information on accessing the Horde Git
repository.
at
http://www.horde.org/horde/
-
ftp://ftp.horde.org/pub/horde/
Many of Turba's prerequisites are also Horde prerequisites.
.. Important:: Be sure to have completed all of the steps in the
`horde/docs/INSTALL`_ file for the Horde Framework before
- installing IMP.
+ installing Turba.
.. _`Horde Application Framework`: http://www.horde.org/horde/
Horde, either in the URL, in the filesystem or both, you must update the
``fileroot`` and ``webroot`` settings to their correct values.
- b. Optional: Provide Turba access from IMP
-
- If you wish to have Turba appear in IMP's menubar, edit IMP's
- configuration and select Turba in ``Administration/Configuration/Menu
- Settings``.
-
2. Creating databases
The specific steps to create Turba databases depend on which database
**examples**. Please remove or comment out those examples that **you don't
need**.
- A few advanced attribute definitions have been commented out in
- ``config/attributes.php`` by default because they require Horde 3.2 or
- later to be installed. If you have a sufficiently recent Horde version you
- can uncomment those lines in ``attributes.php``.
-
You must login to Horde as a Horde Administrator to finish the
configuration of Turba. Use the Horde ``Administration`` menu item to get
to the administration page, and then click on the ``Configuration`` icon to
choose one of the other methods to create the configuration file
``turba/config/conf.php``.
- Note for international users: IMP uses GNU gettext to provide local
+ Note for international users: Turba uses GNU gettext to provide local
translations of text displayed by applications; the translations are found
in the po/ directory. If a translation is not yet available for your
locale (and you wish to create one), see the ``horde/po/README`` file, or
4. Securing Turba
- Before you can secure IMP, you need a secure Horde installation. Please
+ Before you can secure Turba, you need a secure Horde installation. Please
read the file in `horde/docs/SECURITY`_ for Horde security information
before proceeding.
create and then look up a new entry in each data source which allows users
to create new entries.
- If appropriate, ensure that Turba appears in the IMP menu bar.
-
Obtaining Support
=================