Build a new project from archetype

This recipe allows you to add a product that will contain Archetypes. It allows you to have "2-namespaced-names", like "plone.foo".

Questions

* name:

Enter your project name.

title:

The title of the project

* 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.