What is a Zope Product ?
You can add new kinds of objects and functionality to Zope by installing special python packages called *Zope Products guide* in your zope instance's Products guide directory. Some products are shipped with Zope; hundreds more are available for download from zope.org and elsewhere.
To install a zope product, download and unpack it in your Products guide directory and restart zope. Check the product's installation instructions for any extra steps. CMF/CPS/Plone-related products must also be installed in each site where you want them to be active, by using CMFQuickInstallerTool, CPSInstaller or Plone Setup.
Some zope products are low-level components providing or extending zope infrastructure (ZCatalog?, MailHost). Others provide end-user applications or mini-apps (ZWiki, SquishDot, MPoll). Some larger applications/frameworks are composed of several products and may come with their own installers or all-in-one downloads (CMF/Plone/CPS). Some products depend on other products. A few of the "zope products" below are actually general python packages which go somewhere other than the Product directory.
See Products guide for a sampling of the products available.
This page is one of the WikiBadges used on this site; it identifies genuine Zope Products guide, as opposed to other kinds of package. If you make a product page, include a link to this page so that the product will be ranked on WikiStats.