gecko-dev/calendar
2006-05-30 01:51:55 +00:00
..
base Bug 335264 hard-code the xul we want, rather than creating it with js, r=dmose 2006-05-30 01:51:55 +00:00
import-export Bug 337195 problem with all day events imported from outlook. r=mvl 2006-05-15 20:54:40 +00:00
installer bug 338311 remove unneeded files from Add-ons Manager migration. r=rob_scott, sr=jminta 2006-05-23 01:13:35 +00:00
libical
lightning Bug 335129 remove unused calIObserver.onAlarm, r=dmose 2006-05-30 00:18:22 +00:00
linux/icons/default
locales Updated Sunbird release-notes URL (bug 333693); thanks to Robin Edrenius <robin.edrenius@gmail.com> for the patch. 2006-04-22 00:01:18 +00:00
os2/icons/default
providers Bug 335129 remove unused calIObserver.onAlarm, r=dmose 2006-05-30 00:18:22 +00:00
resources Bug 335129 remove unused calIObserver.onAlarm, r=dmose 2006-05-30 00:18:22 +00:00
sunbird Bug 339300 Rename JavaScript Console to Error Console, patch by ssitter, r=jminta 2006-05-30 00:10:38 +00:00
test
windows/icons/default
xpi
.cvsignore
createBuildId.pl
INSTALL
Makefile.in
README

Mozilla Calendar Readme
-----------------------

Directory Explanation:

resources/
	 content/ - This directory contains all the XUL and JS files needed for the calendar.
               /test      - Test files for the calendar. These are not needed to run it.
         locale/  - Where the text for the calendar ends up, as well as definitions for dates and date formats.
            en-US/
         skin/    - Graphics and CSS files defining the look of the calendar.
            modern/
               ca-event-dialog/ - Graphics and CSS files for the dialog which adds and edits events.
            classic/
               ca-event-dialog/ - Graphics and CSS files for the dialog which adds and edits events.
   
libxpical/ - An XPCOM interface to the libical library. This is needed to retreive and write calendar information to a file.