Personal tools
You are here: Home Plone products External Storage

External Storage (1.0)

Document Actions
Released on 2007-11-26 by Dorneles Treméa, Plone Solutions for Plone 2.0, Plone 2.1, Plone 2.5, Plone 3.0 under BSD License (revised) available for All platforms.
Software development stage: development
ExternalStorage is an additional storage implementation for Archetypes, to support storing the fields content outside the ZODB. It works in a fashion like ExternalFile or similar products.

Each field can use a different ExternalStorage instance as storage, featuring:

  • independent repositories:
    • content from field_1 is stored in a place
    • content from field_2 lives at another place (disk/partition)
  • flexible path policies:
    • files from field_1 uses an hierarchical path computed from the instance absolute_url.
    • files from field_2 uses a flat path containing the field content-type concatenated with the parent creation date
    • files from fields 2 and 3 receives fixed names, logo.jpg/jingle.mp3 and are stored inside a folder with the instance UID name.
    • files from field 4 call any method at instance context to get and even more customized name pattern.

There are currently no items in this folder.

Plone Themes
  • Schools Plone Theme
  • Lite Plone Theme
  • Techlight Plone Theme
 

Powered by Plone