2003-11-24 17:11:21 +00:00
|
|
|
Mozilla Calendar Readme
|
2001-11-07 20:41:11 +00:00
|
|
|
-----------------------
|
|
|
|
|
|
|
|
Directory Explanation:
|
|
|
|
|
2002-04-05 14:27:07 +00:00
|
|
|
resources/
|
|
|
|
content/ - This directory contains all the XUL and JS files needed for the calendar.
|
2001-11-07 20:41:11 +00:00
|
|
|
/test - Test files for the calendar. These are not needed to run it.
|
2002-04-05 14:27:07 +00:00
|
|
|
locale/ - Where the text for the calendar ends up, as well as definitions for dates and date formats.
|
2001-11-07 20:41:11 +00:00
|
|
|
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.
|
2002-04-05 14:27:07 +00:00
|
|
|
classic/
|
|
|
|
ca-event-dialog/ - Graphics and CSS files for the dialog which adds and edits events.
|
2001-11-07 20:41:11 +00:00
|
|
|
|
2002-04-05 14:27:07 +00:00
|
|
|
libxpical/ - An XPCOM interface to the libical library. This is needed to retreive and write calendar information to a file.
|