Demo Discussion
Forum Config Examples Contributions Vulnerabilities
  Configuration examples for ELOG  Not logged in ELOG logo
Message ID: 10     Entry time: Mon Mar 22 15:27:07 2004
Author: Stefan Ritt 
Author Email: stefan.ritt@psi.ch 
Category: Database like 
Configuration Name: Personal Address Book 
Last Revision:  
The attached simple elogd.cfg implements a personal address book. Since 
version 2.5.2, data can be incorporated into ELOG via the CSV format. This 
way I moved my address data from MS Outlook to ELOG.

The address book is sorted according to the attribute "LastName", and the 
EmailAddress field is converted into a "" link which can be clicked 
to start your email frontend directly. Using the CSV or XML export 
functionality, the address book contents can easily be exported to other 
programs through the "find" page.
Attachment 1: elogd.cfg  649 Bytes  | Hide | Hide all
Comment = Personal Address Book
Attributes = FirstName, LastName, Company, BusinessStreet, BusinessCity, BusinessState, BusinessPostalCode, BusinessCountry, HomeStreet, HomeCity, HomeState, HomePostalCode, HomeCountry, BusinessFax, BusinessPhone, BusinessPhone2, HomePhone, HomePhone2, MobilePhone, OtherPhone, Birthday, EmailAddress, Email2Address, Notes
Find menu commands = New, Find, Select, Config, Logout, CSV Import, Help
List display = LastName, FirstName, Company, BusinessPhone, HomePhone, MobilePhone, EmailAddress
Summary lines = 0
Start page = ?sort=LastName
Display EmailAddress = <a href="$EmailAddress">$EmailAddress</a>
ELOG V3.1.5-fe60aaf