gecko-dev/calendar
2005-11-12 23:12:09 +00:00
..
base show location in the alarm dialog. 2005-11-10 21:52:06 +00:00
import-export Parse multiple vcalendar components for importing. 2005-10-24 18:00:03 +00:00
installer removing references to necko_data.xpt 2005-11-12 23:12:09 +00:00
libical make adding a duration be done in parts, instead of converting to seconds. 2005-09-01 19:21:16 +00:00
lightning Make Lightning localizable (bug 298348); patch=bugzilla@babylonsounds.com,robin.edrenius@gmail.com; r=mvl,dmose 2005-11-09 00:35:57 +00:00
linux/icons/default
os2/icons/default
providers Bug 314345 Events and tasks still seen if all calendars is deselected, r=mvl 2005-11-07 17:55:05 +00:00
resources Bug 267160 Visit URL button doesn't work in sunbird. patch by gekacheka, r=jminta 2005-11-11 20:44:40 +00:00
sunbird Bug 315373 Help -> Release notes greyed out/ 2005-11-12 16:48:46 +00:00
test
windows/icons/default
xpi
.cvsignore
createBuildId.pl
INSTALL
install.js
install.rdf
Makefile.in Make builds of Sunbird not also attempt to implicitly build the xpi (bug 307749); patch=mozilla@rosenauer.org, r=mvl 2005-11-09 23:36:44 +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.