You are here: Home Plone products Annotatable Metadata

Annotatable Metadata (0.2)

1
by Olha Pelishok last modified 2008-05-22
0.0
0.0
0.0
0.0
Released on 2007-08-30 by Alexander Pilz for Plone 2.5 under GPL - GNU General Public License available for All platforms.
Software development stage: alpha
Annotatable Metadata allows you to maintain a separate schema for your metadata and provides a metadata edit form which uses this schema to set attributes on your objects using zope3 annotations.

Annotatable Metadata allows you to maintain a separate schema for your metadata and provides a metadata edit form which uses this schema to set attributes on your objects using zope3 annotations.

Required Products

  • Plone 2.5 (does not yet work with Plone 3)
  • ATSchemaEditorNG 0.4.6 from http://plone.org/products/atseng. It depends on this to manage the metadata schema.
    >>> from Products.ATSchemaEditorNG.ParentManagedSchema import ParentManagedSchema
  • ProxyIndex 1.1.2 from https://svn.plone.org/svn/collective/ProxyIndex/tags/ProxyIndex-1_1_2. This is required to make it possible to search for metadata elements.
    >>> from Products.ProxyIndex import ProxyIndex
  • Optional: ATVocabularyManager 1.2 from http://plone.org/products/atvocabularymanager. If you install this you will be able to select these vocabularies from the ATSchemaEditorNG.
Document Actions
Powered by Plone