gecko-dev/calendar
mostafah%oeone.com 800a3e3f88 Changed the Id attribute from long to string to follow standard 2002-04-04 22:41:14 +00:00
..
libxpical Changed the Id attribute from long to string to follow standard 2002-04-04 22:41:14 +00:00
linux Adding in files for install. 2002-03-27 21:33:39 +00:00
resources fix to bug 135349 - Fix day view resizing 2002-04-04 22:07:36 +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 Fixing copyToServer. 2002-04-03 22:15:09 +00:00
createXPI.sh Adding in shell script to make the XPI. 2002-04-03 17:50:48 +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.