[CMF-checkins] CVS: CMF/CMFCalendar - DEPENDENCIES.txt:1.3.4.1 INSTALL.txt:1.3.4.1 VERSION.txt:1.2.8.2 __init__.py:1.2.2.1
Andrew Sawyers
andrew@zope.com
Wed, 16 Jan 2002 16:35:30 -0500
Update of /cvs-repository/CMF/CMFCalendar
In directory cvs.zope.org:/tmp/cvs-serv17910/CMFCalendar
Modified Files:
Tag: CMF-1_2-branch
DEPENDENCIES.txt INSTALL.txt VERSION.txt __init__.py
Log Message:
*Updated more documentation...
*Updated CMFCalendar to 0.3b for use with CMF 1.2
=== CMF/CMFCalendar/DEPENDENCIES.txt 1.3 => 1.3.4.1 ===
=== CMF/CMFCalendar/INSTALL.txt 1.3 => 1.3.4.1 ===
steps it took to register and install the CMF Events into the CMF
Site instance.
-
- If you wish to use the zpt_calendar skins, you will need to
- have PageTemplates installed, and the CMFDecor product
- installed.
=== CMF/CMFCalendar/VERSION.txt 1.2.8.1 => 1.2.8.2 ===
+0.3b
=== CMF/CMFCalendar/__init__.py 1.2 => 1.2.2.1 ===
registerDirectory('skins', globals())
registerDirectory('skins/calendar', globals())
+registerDirectory('skins/zpt_calendar', globals())
def initialize( context ):
utils.initializeBasesPhase2( z_bases, context )