gecko-dev/calendar
timeless%mozdev.org 32eeea0bbb Bug 238359 Linux installer does not install init.d/ directory
calendar patch by ajschult@mindspring.com r=mostafah a=chofmann
xpinstall patch by ajschult@mindspring.com r=gisburn a=mkaply
2004-03-26 15:57:58 +00:00
..
libxpical
linux/icons/default
mac
os2/icons/default OS/2 calendar icon 2004-03-18 21:47:50 +00:00
resources Checked in attachment 144574 for bug 220860 2004-03-23 14:33:00 +00:00
sunbird bug 129726 : add a pref. entry for always sending URLs in UTF-8 (r=darin, sr=bzbarsky, a=asa) 2004-03-26 12:28:38 +00:00
windows/icons/default
.cvsignore
copyToServer.sh
createBuildId.pl
createXPI.sh
INSTALL
install.js
Makefile.in Bug 238359 Linux installer does not install init.d/ directory 2004-03-26 15:57:58 +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.