gecko-dev/calendar
mostafah%oeone.com de659aa2bf Updated translation. Patch by Cedric Corazza (cedric.corazza@wanadoo.fr) 2005-11-22 18:11:50 +00:00
..
base Bug 309734 Double clicking on an empty space in the calendar should create a new event. r=dmose 2005-11-22 01:49:28 +00:00
import-export Bug 316756 option is listed twice in type dropdown box for export. 2005-11-19 10:17:19 +00:00
installer removing references to necko_data.xpt 2005-11-12 23:12:09 +00:00
libical
lightning Bug 309734 Double clicking on an empty space in the calendar should create a new event. r=dmose 2005-11-22 01:49:28 +00:00
linux/icons/default
os2/icons/default
providers b=273050, storage module interface review, r=darin 2005-11-15 00:35:50 +00:00
resources Updated translation. Patch by Cedric Corazza (cedric.corazza@wanadoo.fr) 2005-11-22 18:11:50 +00:00
sunbird create calendar.manifest. 2005-11-19 17:48:09 +00:00
test
windows/icons/default
xpi
.cvsignore
INSTALL
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
createBuildId.pl
install.js
install.rdf

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.