Archetypes is a framework for developing new content types in Plone. The power of Archetypes is first in automatically generating forms, second in providing a library of stock field types, form widgets, and field validators, third in easily integrating custom fields, widgets, and validators, and fourth in automating transformations of rich content.
| Tags | Text Processing Software Development Widget Sets User Interfaces Localization Libraries Application Frameworks Internationalization Code Generators Internet Web Dynamic Content |
|---|---|
| Licenses | GPL BSD Revised |
| Operating Systems | OS Independent |
| Implementation | Zope Python |
Recent releases


No changes have been submitted for this release.


Release Notes: This release includes automatic search widgets with supporting documentation.


No changes have been submitted for this release.


No changes have been submitted for this release.


Release Notes: KeywordWidget was not behaving accordingly. BaseObject.get_size() was completely broken, because of a undefined variable Some templates were missing a closing '"', which was lost during the conversion to the Plone 2.0 style. Tests have been added for KeywordWidget and RichWidget, with more widget tests to come. The default view on Article of ArchExample has been fixed (it was pointing to the wrong URL).