Index of /ports/www/plone/work/Plone-2.5.3-final/ATContentTypes

      Name                    Last modified       Size  Description

[DIR] Parent Directory 16-May-2007 03:35 - [TXT] AUTHORS.txt 16-May-2007 03:35 1k [TXT] CHANGELOG.txt 16-May-2007 03:35 94k [DIR] Extensions/ 16-May-2007 03:35 - [TXT] HISTORY.txt 16-May-2007 03:35 57k [TXT] INSTALL.txt 16-May-2007 03:35 4k [   ] LICENSE.GPL 16-May-2007 03:35 12k [   ] LICENSE.ZPL 16-May-2007 03:35 2k [TXT] LICENSE.txt 16-May-2007 03:35 1k [   ] __init__.py 16-May-2007 03:35 4k [   ] __pkginfo__.py 16-May-2007 03:35 1k [   ] adapters.zcml 16-May-2007 03:35 1k [DIR] adapters/ 16-May-2007 03:35 - [   ] atct.py 16-May-2007 03:35 5k [   ] browser.zcml 16-May-2007 03:35 1k [DIR] browser/ 16-May-2007 03:35 - [   ] config.py 16-May-2007 03:35 5k [DIR] configuration/ 16-May-2007 03:35 - [   ] configure.zcml 16-May-2007 03:35 1k [DIR] content/ 16-May-2007 03:35 - [DIR] criteria/ 16-May-2007 03:35 - [DIR] etc/ 16-May-2007 03:35 - [   ] implements.zcml 16-May-2007 03:35 4k [DIR] interface/ 16-May-2007 03:35 - [   ] interfaces.py 16-May-2007 03:35 10k [DIR] lib/ 16-May-2007 03:35 - [DIR] migration/ 16-May-2007 03:35 - [   ] modulealiases.py 16-May-2007 03:35 4k [   ] permission.py 16-May-2007 03:35 3k [DIR] skins/ 16-May-2007 03:35 - [DIR] tests/ 16-May-2007 03:35 - [DIR] thirdparty/ 16-May-2007 03:35 - [IMG] tool.gif 16-May-2007 03:35 1k [DIR] tool/ 16-May-2007 03:35 - [   ] traversable.zcml 16-May-2007 03:35 1k [DIR] utilities/ 16-May-2007 03:35 - [   ] utils.py 16-May-2007 03:35 2k [TXT] version.txt 16-May-2007 03:35 1k [DIR] www/ 16-May-2007 03:35 - [DIR] z3/ 16-May-2007 03:35 -

AT Content Types

Installation

 Please read INSTALL.txt for a list of requirements before installing this
 product. ATContentTypes requires new versions of Python, Zope, Plone and
 Archetypes. Make sure you've updated all products.

Reporting bugs / feature requests

 Please use the Plone bug tracker at http://dev.plone.org/plone and use the
 Content Types component!

Comparing CMF types with ATContentTypes

 This is a very roughe and short list of differences between the old CMF types
 and the new ATContentTypes types.

  * Archetypes: All types are written with Archetypes and have all features
    default Archetypes based types have like:

     o autogenerated edit forms based on the schema

     o referenceable

     o Easily enhanceable by subclassing or adding fields to the schema

     o Transformations like restructured text, python source code highlighting,
       pdf to html, office to html and many more.

     o plugable validation of fields

  * Clean and documented API.

  * Translateable using LinguaPlone.
    
  * Dynamic Views: All types are using the new dynamic view FTI that allows you
    to choose the view template per instance. You can configure the templates in
    the portal_types tool. This features is used to turn an ordinary folder into
    a photo album by simple switching to a different view.
    
  * Permissions per type and feature: Every type has its own add permission and
    all features like template mixin have their own modify permission, too.

  * Numerous small adjustments and enhancements to all types for example:

    o Images can be rotated through the web and have exif informations

    o News Items have an image plus caption

    o Events have a body text

    o Documents have a history tab to show the last changes as an unified diff
      view using the ZODB history.