gecko-dev/calendar
colinp%oeone.com 35b419e8b7 removed all the watch files 2002-03-28 21:00:23 +00:00
..
libxpical Fixed ConvertFromPrtime() not initializing return value of icaltimetype properly 2002-03-23 00:15:05 +00:00
linux Adding in files for install. 2002-03-27 21:33:39 +00:00
resources removed all the watch files 2002-03-28 21:00:23 +00:00
windows Adding in files for install. 2002-03-27 21:33:39 +00:00
.cvsignore Don't worry about the auto-generated Makefile's 2002-02-13 20:20:18 +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
copyToServer.sh Adding in files for install. 2002-03-27 21:33:39 +00:00
install.js Fixing bug 128822. 2002-03-05 14:03:26 +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.