Ignore:
Timestamp:
Mar 3, 2010 9:45:21 AM (14 years ago)
Author:
olha
Message:

Documentation files prepared for initial public release.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • quintagroup.catalogupdater/trunk/README.txt

    r1800 r1841  
    1 Introduction 
    2 ============ 
     1quintagroup.catalogupdater 
     2========================== 
    33 
    4 This package is intended for extending ZCatalog API with possiblity to 
    5 update selected columns only. This package registers 'catalog_updater' 
    6 utility for that. 
     4quintagroup.catalogupdater package is intended for extending ZCatalog API 
     5with possiblity to update selected columns only. This package registers 
     6'catalog_updater' utility for that. 
    77 
    8 To simplify usage of the utility, it extends GenericSetup's ZCatalog 
    9 XMLAdapter handler, which allows to *update* attribute usage in *column* 
    10 tag of *catalog.xml* file. 
     8To simplify usage of the utility, quintagroup.catalogupdater extends GenericSetup's ZCatalog XMLAdapter handler, which allows to *update* attribute usage in *column* tag of *catalog.xml* file. 
    119 
    1210So, when you add a new column to the catalog, you add catalog.xml file 
    13 in some profile with following part: 
     11in some profile with following part:: 
    1412 
    1513... 
     
    2119this step you can add 'update="True"' attribute to the tag. And this 
    2220will lead to column update after adding. Thus, result usage should look 
    23 like this: 
     21like this:: 
    2422 
    2523... 
     
    2725... 
    2826 
    29 Also supports subtransactions, based on threshold property of ZCatalog. 
     27It also supports subtransactions, based on threshold property of ZCatalog. 
     28 
     29Installation 
     30------------ 
     31 
     32See docs/INSTALL.txt for instructions 
     33 
     34Requirements 
     35------------ 
     36 
     37* Plone 3.x 
     38 
     39Author 
     40------ 
     41 
     42* Andriy Mylenkyi 
     43 
     44Copyright (c) "Quintagroup": http://quintagroup.com, 2004-2010 
Note: See TracChangeset for help on using the changeset viewer.