gecko-dev/calendar
2005-07-06 06:52:48 +00:00
..
base
installer
libical
lightning Some random todo hacking I want to get out of my tree, so vlad can help me 2005-07-06 06:52:48 +00:00
linux/icons/default
os2/icons/default
providers
resources
sunbird
test
windows/icons/default
xpi
.cvsignore
createBuildId.pl
INSTALL
install.js
install.rdf
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.