Skip to content.
Iscrizione corsi Plone Maggiori informazioni
home » English » Technology » ArcheTypes

ArcheTypes

Document Actions
ArcheTypes is a framework allowing to develop in a easy way new content types in Plone, even complex ones.
ArcheTypes, formerly known as CMFTypes, is content manager of working areas (CMF, Content Management Framework), useful in order to simplify the creation of new content types under Zope 2.

The ArcheTypes Project is hosted by SourceForge.

ArcheTypes allows to manage easily working areas, even complex ones. In this way, it will be possible to easily create models you can fill with contents.

Compared to traditional CMF, it has the following advantages:
  • it generates authomatically masks;
  • it provides a basic library of fields, visual objects (widget) and field validators;
  • it allows the personalization of types, widgets and validator;
  • it automates the “rich” transformation of contents.
In the simplest cases, ArcheTypes does not have any particular learning difficulties.