MailNews:Address Book Code Structure: Difference between revisions
Jump to navigation
Jump to search
(Initial page for the structure of the address book in cvs) |
(Add theme locations) |
||
Line 11: | Line 11: | ||
* [http://lxr.mozilla.org/seamonkey/source/directory/c-sdk/ mozilla/directory/c-sdk] - The Mozilla C Software Development Kit for LDAP. | * [http://lxr.mozilla.org/seamonkey/source/directory/c-sdk/ mozilla/directory/c-sdk] - The Mozilla C Software Development Kit for LDAP. | ||
* [http://lxr.mozilla.org/seamonkey/source/directory/xpcom/ mozilla/directory/xpcom] - Interfaces to the c-sdk for use with address book and other ldap items. | * [http://lxr.mozilla.org/seamonkey/source/directory/xpcom/ mozilla/directory/xpcom] - Interfaces to the c-sdk for use with address book and other ldap items. | ||
Theme Locations: | |||
* [http://lxr.mozilla.org/seamonkey/source/themes/classic/messenger/addressbook/ themes/classic/messenger/addressbook] - Classic theme for SeaMonkey | |||
* [http://lxr.mozilla.org/seamonkey/source/themes/modern/messenger/addressbook/ themes/modern/messenger/addressbook] - Modern theme for SeaMonkey | |||
* [http://lxr.mozilla.org/seamonkey/source/mail/themes/pinstripe/mail/addrbook/ mail/themes/pinstripe/mail/addrbook] - pinstripe theme for Thunderbird. | |||
* [http://lxr.mozilla.org/seamonkey/source/mail/themes/qute/mail/addrbook/ mail/themes/qute/mail/addrbook] - qute theme for Thunderbird. |
Revision as of 14:45, 21 October 2006
This page details the structure of the Address Book in CVS:
- mozilla/mailnews/addrbook/public - Public Interfaces.
- mozilla/mailnews/addrbook/src - Back-end Source Code.
- mozilla/mailnews/addrbook/resources - UI code shared between SeaMonkey and Thunderbird, though mainly specific to SeaMonkey.
- mozilla/mailnews/addrbook/prefs - Prefs UI code shared between SeaMonkey and Thunderbird.
- mozilla/mail/components/addrbook - UI code specific to Thunderbird.
Also closely integrated to the address book are:
- mozilla/directory/c-sdk - The Mozilla C Software Development Kit for LDAP.
- mozilla/directory/xpcom - Interfaces to the c-sdk for use with address book and other ldap items.
Theme Locations:
- themes/classic/messenger/addressbook - Classic theme for SeaMonkey
- themes/modern/messenger/addressbook - Modern theme for SeaMonkey
- mail/themes/pinstripe/mail/addrbook - pinstripe theme for Thunderbird.
- mail/themes/qute/mail/addrbook - qute theme for Thunderbird.