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
More about this release…

Download fileGet SubPlone for all platforms (0 kB)

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 ProxyReference, which makes a remote object appear to be on the local folder without physically being there. Much like the old BlackHole product.