-
Book Overview & Buying
-
Table Of Contents
-
Feedback & Rating
Plone 3 Products Development Cookbook
There are several steps to take with paster to produce a full and useful content type. The first one should be the creation of the structure, meaning the product directory organization.
The final destination of this product, at least at development stage, is the src folder of our buildout directory. There is where we place our packages source code while we are working on them, until they become eggs
(to see how to turn them into eggs read Submitting products to an egg repository). Thus go to your buildout directory and then get inside the src folder:
cd ./src
Make sure you have the latest ZopeSkel installed. ZopeSkel
is the name of a Python package with a collection of skeletons and templates to create commonly used Zope and Plone projects via a paster command.
easy_install -U ZopeSkel
Create a package for the new add-on product:
We are going to create a new package called pox.video
. The pox prefix is taken from PloneOpenX...
Change the font size
Change margin width
Change background colour