Posts Tagged ‘policy’
Posted By: Vilmos Somogyi
1. Go to src/ directory of the buildout
2. Run:
$ paster create -t plone3_theme [project].theme
Namespace: [project]
Package: theme
Skinname: [project] Theme
Skinbase: Plone Default
Zip safe flag: False
The rest isn't important.
... Read Full Post >>
Posted By: Vilmos Somogyi
1. Go to src/ directory of the buildout
2. Run:
$ paster create -t plone [project].policy
Namespace: [project]
Package: policy
Zope2product: True
Zip safe flag: False
The rest isn't important in this step.
... Read Full Post >>