gecko-dev/calendar
mostafah%oeone.com 79013e7a94 Fixed bug 198859: times of events are displayed 1 hour later than they should be 2003-04-02 19:34:47 +00:00
..
libxpical Fixed bug 198859: times of events are displayed 1 hour later than they should be 2003-04-02 19:34:47 +00:00
linux
mac
macbuild
resources Fixing bug 200085, adding in week numbers for month view and day view. 2003-04-02 14:20:42 +00:00
windows
.cvsignore
INSTALL
Makefile.in Added macxpi to Makefile to create XPI for mac 2003-03-10 19:26:06 +00:00
README
copyToServer.sh
createBuildId.pl
createXPI.sh Fixing build script. 2003-01-13 21:57:01 +00:00
install.js

README

Mozilla Calendar README
-----------------------

This file is meant to inform you about the status of files in this calendar tarball.  
This calendar, although functional, should not be considered fully functional and instead should be thought of only as an idea of what the calendar can do.

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.