gecko-dev/calendar/README

21 строка
1.1 KiB
Plaintext
Исходник Обычный вид История

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