[Zope] Portal system similar to my.yahoo.com
Joachim Werner
joe@iuveno-net.de
Tue, 8 Jan 2002 12:40:00 +0100
Hi!
You can do things like that easily with Zope, e.g. using a few simple
"ZClasses".
Look at the Kontentor demo at www.iuveno.de to see an example of a
dynamically generated page that can be edited over the web.
We have built a couple of prototypes for a Portal system like the one you
describe, but there has been no real demand to finish them up as a product
yet.
Some commitment in cash or time could help with that ;-)
Joachim
> I'm looking for a good base to build a portal system and wonder if Zope
> is it. Basic requirements are...
> - my.yahoo style home page feature without all the news feed stuff,
> just our own widgets in portlets.
> - portlets can be added/removed by user.
> - user accounts with roles limiting which portlets may be added.
> - skinnable
> I've looked over some of the docs for Zope and CMF. What I haven't seen
> yet is a description of how to set up an editable home page with
> portlets. Is Zope what I'm looking for?