Sample package to demonstrate development of add-ons for the Plone CMS
Project description
Introduction
collective.package is a sample add-on package for Plone developers.
Motivation
Boilerplate code from ZopeSkel is nice; but not quite as nice as example code.
Installation
You may install this add-on via Buildout, like so:
virtualenv-2.7 . bin/pip install zc.buildout bin/buildout init cat << EOF > buildout.cfg [buildout] extends = http://build.pythonpackages.com/buildout/plone/latest [plone] eggs += collective.package EOF bin/buildout bin/plone fg
Examples
This package contains code examples for common add-on package tasks in Plone. For example, creating a Python package that “shows up” as an installable add-on in the Plone control panel. Or installing an authentication plugin.
Here is a list of examples:
How do I make my package “show up” in Plone?
Use the Quick Installer.
How do I create an authentication plugin?
Use the Pluggable Auth Service.
Changelog
0.3.1 (2012-04-07)
Clean up package [aclark]
0.3.0 (2012-04-07)
Clean up package [aclark]
0.2 (12/01/2010)
Add PAS example
Rename Products.product to collective.package
0.1 - Unreleased
Initial release
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
File details
Details for the file collective.package-0.3.1.zip
.
File metadata
- Download URL: collective.package-0.3.1.zip
- Upload date:
- Size: 26.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 5474f0c9f0b016d60dbd41be1ea6e87f39f915a9925c72465d13ac7852ccb38c |
|
MD5 | 8dc9e7ccc30624da0440f3be852f079e |
|
BLAKE2b-256 | cb260f0d4427e452f782f93a477d74314449817ed05f7e7ba9798bb4d6a6cd5e |