gecko-dev/calendar
mostafah%oeone.com bf848dbc2f Fixing bug 227730 again since bug 228597 changed the number of arguments
to SendMsg again.
2004-02-13 19:23:17 +00:00
..
libxpical Fixed bug 234069: Add a Last-Modified attribute to oeIICalEvent 2004-02-12 22:42:32 +00:00
linux/icons/default Fixed bug 212520: Calendar xpi should follow the standar xpi structure 2004-02-06 20:13:15 +00:00
mac
resources Fixing bug 227730 again since bug 228597 changed the number of arguments 2004-02-13 19:23:17 +00:00
sunbird Removing the need for the "-calendar" argument 2004-02-11 15:11:51 +00:00
windows/icons/default Fixed bug 212520: Calendar xpi should follow the standar xpi structure 2004-02-06 20:13:15 +00:00
.cvsignore
INSTALL
Makefile.in Fixing minor problem with xpi build script 2004-02-06 20:28:59 +00:00
README Removing unnecessary lines 2003-11-24 17:11:21 +00:00
copyToServer.sh
createBuildId.pl
createXPI.sh
install.js Fixed bug 212520: Calendar xpi should follow the standar xpi structure 2004-02-06 20:13:15 +00:00

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.