You are not logged in Log in Join
You are here: Home » Members » malikz's Home » Corp Calendar » README.txt

Log in
Name

Password

 

README.txt

--- Corp Calendar by Fry-IT Ltd. ---

* www.fry-it.com, 2004-2005
* zope.org/Members/malikz/CorpCalendar
* License: ZPL


ABOUT

Corp Calendar is a simple Python product for Zope that enables a
very simple calendar that can be shared.
In fact you can use it to whatever you like.


FEEDBACK

All feedback to peter@fry-it.com


INSTALL

- Install CalendarTag (see DEPENDENCIES below)

- Optionally install CheckoutableTemplates (see RECOMMENDED ADDON below)
if you want to be able to change the templates used in CorpCalendar.

- Unzip package in your Products folder,

- Restart Zope,

- Create an object of type "Corporate Calendar",

- Enjoy!

NB: You have to create the appropriate ACL users yourself.


FOR AMERICANS

If you prefer the week to start on a Sunday you'll have to do some
tweaking to one template file. This is due to a limitation in the
CalendarTag product. For this to be possible you have to have
CheckoutableTemplates installed (see DEPENDENCIES below) otherwise
install it.

o If you have an instance on say http://localhost:8080/corpcalendar
then go to http://localhost:8080/corpcalendar/showCheckoutableTemplates
(this only works if you install CheckoutableTemplates)

o Check out the DTML template called 'index_html.dtml' and edit it.

o Where it says: '<dtml-calendar theme=yb weekdays="17" tablewidth="100%">'
change it to '<dtml-calendar theme=yb weekdays="07" tablewidth="100%">'
Notice the '07' instead of '17'.

That's all.


TEMPLATES

This product depends on CheckoutableTemplates which will enable you
to chanage the templates that this product defines.
Suppose you have created an instance in
http://localhost:8080/corpcal
Then you can visit
http://localhost:8080/corpcal/showCheckoutableTemplates
and from there you can check out the templates you want to make
exceptions to.

DEPENDENCIES

* CalendarTag *
http://www.zope.org/Members/teyc/CalendarTag
(version 1.0.17 was used last time I was developing CorpCalendar)

RECOMMENDED ADDON

* CheckoutableTemplates *
http://zope.org/Members/peterbe/CheckoutableTemplates/