This recipe allows you to create a normal Plone product. If you want a Plone product containing Archetypes, you should go back and use the archetype recipe. This recipe is for products that has "2-namespaced-names", like "plone.foo".
* name:
Enter your project name.
* namespace_package:
Namespace package (like plone)
* package:
The package contained namespace package (like example)
zope2product: True False
Are you creating a Zope 2 Product?
* version:
Version
description:
One-line description of the package
long_description:
Multi-line description (in reST)
author:
Author name
author_email:
Author email
keywords:
Space-separated keywords/tags
url:
URL of homepage
license_name:
License name
* zip_safe: True False
True/False: if the package can be distributed as a .zip file
PasteWeb by Joel Burton of PloneBootcamps.