1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23
|
Source: zope-atseng
Section: web
Priority: optional
Maintainer: Debian/Ubuntu Zope Team <pkg-zope-developers@lists.alioth.debian.org>
Uploaders: Fabio Tranchitella <kobold@debian.org>
Build-Depends: debhelper (>= 5.0.0)
Build-Depends-Indep: zope-debhelper (>= 0.3.2.7)
Standards-Version: 3.7.2
Package: zope-atseng
Architecture: all
Depends: ${zope:Depends}, zope-cmfplone (>= 2.1), zope-archetypes (>= 1.3.2)
Description: framework to provide flexible schema editing for AT content-types
ATSchemaEditorNG provides a means of allowing through the web (TTW)
management of Archetypes schemas.
.
Features include:
.
* containment- or tool-based schema management
* different schemas for the same content type in different locations
* hooks for add TTW support for custom fields, widgets, or storages
* hooks for extending the editor UI to supply custom attributes to fields
* schema caching for performance
|