Changeset 413

Show
Ignore:
Timestamp:
07/20/06 10:47:48
Author:
chervol
Message:

updated readme

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • qTopic/branches/plone2.1/readme.txt

    r412 r413  
    1 qTopic is ATCTTopic extending class. qTopic allows query custom  
    2 catalogs besides portal_catalog, export query result to csv file.  
     1qTopic  
     2 
     3The idea of qTopic is to allow building SmartFolder queries on custom catalogs  
     4added to Plone site. We had to update atct tool to keep the track of all catalogs  
     5indexes and metadata, cause standard implementation supports only portal_catalog. 
     6 
     7Also we often had a need to return SmartFolder results in csv format,  
     8so simple one click exporter action was added. 
     9 
     10qTopic itself is ATCTTopic extending class which allows to select catalog to be queried, 
     11and has extra csv setup properties. 
     12 
     13The atct monkey patch was tested with Plone tests, beside own test. 
    314 
    415qTopic 0.1.3 is designed for Plone 2.0.5 
    5 qTopic 1.0 does support Plone 2.1.x and Plone 2.5 
     16qTopic 1.0 is for Plone 2.1.x and Plone 2.5 
    617 
    7 New features added for Plone 2.1.x Plone 2.5: 
    8 atct tool catalogs metadata registry extended to allow custom catalog indexes and metadata registration.  
    9 added new action for SmartFolders export to CSV. 
    10 added tests. 
    1118 
    1219