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. |
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>
|