p4a.subtyper is a Plone subtyping framework. In this context, subtyping means to provide additional specific types onto existing content types. An example to standard Plone would be to have only one File content type (and no Image content type). The Image content type would then become a sub-type of the File content type.
It also exposes the possible sub-types for a given object in the content menu with a sub-types dropdown menu.
See browser/browser.txt for example usage.
Product's homepage
Requirements:
· Python
· Plone CMS
What's New in This Release: [ read full changelog ]
· To make the uninstall script run, I made p4a.subtyper a Zope product, so it shows up in the control panel, which is necessary to find the Extensions folder, which I added and put an uninstall script into. [regebro]
· Uninstall now also removes the persistent component. [regebro]