Introduction
Goals
The goal of this tutorial is to get you familiar with GenericSetup and Zope 3 techniques and help you understand how these tools can help you become a more efficient Plone developer.
Step by step you will learn how to
- create a Plone Product with minimal effort,
- register a new view for an existing content type,
- do something useful with that view and
- register a new content type that uses that view as its default view.
What do you need?
You'll need a Zope instance that has Plone 2.5 installed.
