SubPlone
SubPlone - Simple, nested sites to go
Current release
SubPlone 1.0
Released May 23, 2005 — tested with Plone 2.1.3, Plone 2.1.2, Plone 2.1.1, Plone 2.1, Plone 2.0.5
Release 1.0
Experimental releases
Upcoming and alpha/beta/candidate releases
- Alpha releases should only be used for testing and development.
- Beta releases and Release Candidates are normally released for production testing, but should not be used on mission-critical sites.
- Always install on a separate test server first, and make sure you have proper backups before installing.
Project Description
- Provides simple mix-in classes for:
- Selecting per-folder skin on a CMF/Plone site
- Mixing normal content and stub references that get resolved at runtime
- Provides a simple example implementation of a Site object, which uses both mixins and has a simple minimally working UI for adding references and selecting a local skin.
- Provides a Pipe utility for piping methods together and getting results out of it with a pluggable strategy. This is used to minimize and simplify the code needed to delegate to different classes when using multiple inheritance.
- Reference types include PathRef and UIDRef. They implement referencing using relative paths and UIDs respectively. Note: When I mean reference here I'm talking about Proxy Reference, which makes a remote object appear to be on the local folder without physically being there. Much like the old Black Hole product.

