gecko-dev/calendar
mikep%oeone.com 5cb5096276 Fixing bug 122673, recur forever events broken. 2002-01-31 19:40:44 +00:00
..
libxpical Wrapped all printf's in #ifdef ICAL_DEBUG statements. This fixes bug 110780 2002-01-08 15:20:47 +00:00
resources Fixing bug 122673, recur forever events broken. 2002-01-31 19:40:44 +00:00
INSTALL Moving files around. 2001-11-07 20:41:11 +00:00
Makefile.in Initial checkin of mozilla-style Makefile.in's for calendar. r/a=mikep@oeone.com. Not part of the build. 2001-11-08 21:00:34 +00:00
README Moving files around. 2001-11-07 20:41:11 +00:00
install.js Many xul bug fixes for adding events and small bug fix in the week view. 2002-01-30 15:22:19 +00:00
makefile.win Add Windows makefile for calendar. 2001-11-22 19:15:20 +00:00

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.
               /penglobal - This directory contains files that are needed to run the calendar. It is hoped that these files will all be removed at some point, once the calendar is integrated with Mozilla.
               /test      - Test files for the calendar. These are not needed to run it.
         locale/  - Where the text for the calendar should end up, as well as definitions for dates and date formats.
            en-US/
               penglobal/ - Contains text for items not related to the calendar directly. The files in this directory should be integrated into the calendar or removed once we have integrated with Mozilla.
               
         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.
               penglobal/       - Graphics and CSS files for items in the calendar which will be integrated into Mozilla later.
   
libxpical/ - An XPCOM interface to the libical library. This is needed to retreive and write calendar information to a file.