[Zope] CMF and standalone product in python
sean.upton@uniontrib.com
sean.upton@uniontrib.com
Fri, 20 Sep 2002 08:39:30 -0700
Simply write a vanilla Zope product class for each content type that
implements your own DublinCore interface implementation; create all the Z=
ope
Management Interface-based UI tabs that you need for your item class. To
make it work in Zope with the CMF, create a ZClass that inherits from
(first) said class, and (secondly) CMFCore.PortalContent. Follow
instructions similar to the FAQ content type howto on cmf.zope.org (creat=
e
the zclass; add needed methods; add factory type information object to ty=
pes
tool; create skins; test/tweak).
You may also get more mileage asking this same question in the Zope-cmf
list.
Sean
-----Original Message-----
From: Roger [mailto:roger@projekt01.ch]
Sent: Friday, September 20, 2002 3:09 AM
To: zope@zope.org
Subject: [Zope] CMF and standalone product in python
Hello=20
How is the best way to make a product working in CMF and without CMF in
ZOPE.
I whould like to make my product working for both oppurtunity for the
CMF/plone and just ZOPE without CMF/plone.
Mit freundlichen Gr=FCssen
Roger Ineichen
___________________________
Projekt01 GmbH
www.projekt01.ch
Langackerstrasse 8
6330 Cham
phone +41 (0)41 781 01 78
mobile +41 (0)79 340 52 32
fax +41 (0)41 781 00 78
email r.ineichen@projekt01.ch
___________________________
END OF MESSAGE
_______________________________________________
Zope maillist - Zope@zope.org
http://lists.zope.org/mailman/listinfo/zope
** No cross posts or HTML encoding! **
(Related lists -
http://lists.zope.org/mailman/listinfo/zope-announce
http://lists.zope.org/mailman/listinfo/zope-dev )