[Zope] Generating products that perform a smart clone of a master site?
Dieter Maurer
dieter@handshake.de
Mon, 26 Jun 2000 20:31:01 +0200 (CEST)
=?iso-8859-1?q?Hamish=20Lawson?= writes:
> I'm exploring the use of Zope for creating learning environments in
> higher education.
>
> One of the requirements is for a tutor to be able to create a mini
> site that includes static files along with more active objects like
> discussion boards. Furthermore they need to be able to make
> different 'instances' of this site for use by different groups, such
> that each instance of the site conatins unique instances of any
> contained active objects (such as a discussion board).
You want look at ZClasses (zope.org -> Documentation).
Dieter