Browser/editor for Zope annotations
Project description
collective.annotationbrowser
This package allows to browse zope.annotation based items. Package provides “ann_view” browser view which lists all available (and allowed) annotation keys and their values.
By default, all annotation keys are shown. It is possible to define blacklist and whitelist. Go to /Plone Site/manage_propertiesForm and add ‘annbrowser.blacklist’ and/or ‘annbrowser.whitelist’ properties (type: list). If no whitelist is defined, .* is used. There is no blacklist by default.
Annotation editor
Page /ann_edit allows site manager to edit basic annotation values (strings, integers and floats currently).
Changelog
0.2 - 2010/08/24
added ++annotation++KEYNAME view - allows to display required key directly and without length limitations. pprint is used for rendering the key content. The traverser idea and code is stolen from archetypes.fieldtraverser.
added ann_remove?keyname=KEYNAME view - immediately removes the key
added links to ++annotation++ traverser and to ann_remove view to ann_view page so it is really easy to accidentaly remove any annotation key.
0.1 - 2010/08/06
Initial release
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Hashes for collective.annotationbrowser-0.2.zip
Algorithm | Hash digest | |
---|---|---|
SHA256 | 32028de45bc3e1553d9c15bdb52bd7ea79bb5b87feced6f5fa3c361d39faf5e4 |
|
MD5 | 1e74cb6435906e2780989b2a6089bdd3 |
|
BLAKE2b-256 | e7a1102d3699a2d17d83221d6326394a666a2e3953294acfe23f6ac1d80ba596 |