MailNews:Address Book Code Structure: Difference between revisions

From MozillaWiki
Jump to navigation Jump to search
(Initial page for the structure of the address book in cvs)
 
(Change links from lxr to mxr, add locale file locations.)
 
(4 intermediate revisions by the same user not shown)
Line 1: Line 1:
{{Template:Mailnews Address Book Resources}}
This page details the structure of the Address Book in CVS:
This page details the structure of the Address Book in CVS:


* [http://lxr.mozilla.org/seamonkey/source/mailnews/addrbook/public/ mozilla/mailnews/addrbook/public] - Public Interfaces.
* [http://mxr.mozilla.org/seamonkey/source/mailnews/addrbook/public/ mozilla/mailnews/addrbook/public] - Public Interfaces.
* [http://lxr.mozilla.org/seamonkey/source/mailnews/addrbook/src/ mozilla/mailnews/addrbook/src] - Back-end Source Code.
* [http://mxr.mozilla.org/seamonkey/source/mailnews/addrbook/src/ mozilla/mailnews/addrbook/src] - Back-end Source Code.
* [http://lxr.mozilla.org/seamonkey/source/mailnews/addrbook/resources/ mozilla/mailnews/addrbook/resources] - UI code shared between SeaMonkey and Thunderbird, though mainly specific to SeaMonkey.
* [http://mxr.mozilla.org/seamonkey/source/mailnews/addrbook/resources/content/ mozilla/mailnews/addrbook/resources/content] - UI code shared between SeaMonkey and Thunderbird, though mainly specific to SeaMonkey.
* [http://lxr.mozilla.org/seamonkey/source/mailnews/addrbook/prefs/ mozilla/mailnews/addrbook/prefs] - Prefs UI code shared between SeaMonkey and Thunderbird.
* [http://mxr.mozilla.org/seamonkey/source/mailnews/addrbook/prefs/resources/content/ mozilla/mailnews/addrbook/prefs/resources/content] - Prefs UI code shared between SeaMonkey and Thunderbird.
* [http://lxr.mozilla.org/seamonkey/source/mail/components/addrbook/ mozilla/mail/components/addrbook] - UI code specific to Thunderbird.
* [http://mxr.mozilla.org/seamonkey/source/mail/components/addrbook/ mozilla/mail/components/addrbook] - UI code specific to Thunderbird.
 
Locale files for the address book code can be found under:
 
* [http://mxr.mozilla.org/seamonkey/source/suite/locales/en-US/chrome/mailnews/addressbook suite/locales/en-US/chrome/mailnews/addressbook] - SeaMonkey specific locale files
* [http://mxr.mozilla.org/seamonkey/source/mail/locales/en-US/chrome/messenger/addressbook mail/locales/en-US/chrome/messenger/addressbook] - Thunderbird specific locale files


Also closely integrated to the address book are:
Also closely integrated to the address book are:


* [http://lxr.mozilla.org/seamonkey/source/directory/c-sdk/ mozilla/directory/c-sdk] - The Mozilla C Software Development Kit for LDAP.
* [http://mxr.mozilla.org/seamonkey/source/directory/c-sdk/ mozilla/directory/c-sdk] - The [[LDAP_C_SDK|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://mxr.mozilla.org/seamonkey/source/directory/xpcom/ mozilla/directory/xpcom] - Interfaces to the c-sdk for use with address book and other ldap items.
* [http://mxr.mozilla.org/seamonkey/source/mailnews/extensions/palmsync/ mozilla/mailnews/extensions/palmsync] - The palm sync extension (adds sync capabilities for palm devices)
* [http://mxr.mozilla.org/seamonkey/source/xpinstall/wizard/windows/palmsync/ xpinstall/wizard/windows/palmsync/] - Conduit installer for the palm sync extension
 
Theme Locations:
 
* [http://mxr.mozilla.org/seamonkey/source/themes/classic/messenger/addressbook/ themes/classic/messenger/addressbook] - Classic theme for SeaMonkey
* [http://mxr.mozilla.org/seamonkey/source/themes/modern/messenger/addressbook/ themes/modern/messenger/addressbook] - Modern theme for SeaMonkey
* [http://mxr.mozilla.org/seamonkey/source/mail/themes/pinstripe/mail/addrbook/ mail/themes/pinstripe/mail/addrbook] - pinstripe theme for Thunderbird.
* [http://mxr.mozilla.org/seamonkey/source/mail/themes/qute/mail/addrbook/ mail/themes/qute/mail/addrbook] - qute theme for Thunderbird.

Latest revision as of 18:52, 10 May 2007

Resources
MailNews Homepage
Address Book Homepage
Roadmap
Help Wanted
LDAP Address Books
Code Structure
Bug Locations
Related Standards

This page details the structure of the Address Book in CVS:

Locale files for the address book code can be found under:

Also closely integrated to the address book are:

Theme Locations: