This commit is contained in:
mikep%oeone.com 2001-11-07 20:41:11 +00:00
Родитель 1fe65d6f56
Коммит f8a413c658
7 изменённых файлов: 39 добавлений и 0 удалений

18
calendar/INSTALL Normal file
Просмотреть файл

@ -0,0 +1,18 @@
Easy Install Instructions:
1) Install a clean copy of Mozilla 0.9.5.
1b) If you have a copy of Mozilla 0.9.5, ensure you last had the modern skin running. Or, if you've just installed it, run with Modern.
If you can install RPMS:
2) Install the libical RPM as root.
Otherwise:
2) Download http://www.softwarestudio.org/download/libical-0.23.tar.gz , untar and run make / make install
3) Unzip the calendar zip somewhere sensible. You'll need to keep the files around wherever you put them.
4) Edit the MOZ_PATH variable in the "calendar" and "setupcalendar" scripts to point to your 0.9.5 directory.
5) From the calendar directory, run ./setupcalendar.
6) Edit the file content/penglobal/penroot.js and change "/home/mikep" to your home directory.
7) Run ./calendar to run the calendar.
Head to irc.mozilla.org #calendar to talk about any problems you encounter.

21
calendar/README Normal file
Просмотреть файл

@ -0,0 +1,21 @@
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.

Просмотреть файл

Просмотреть файл

Просмотреть файл

Просмотреть файл