Changeset 1841 in products


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

Documentation files prepared for initial public release.

Location:
quintagroup.catalogupdater/trunk
Files:
3 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 
  • quintagroup.catalogupdater/trunk/docs/HISTORY.txt

    r1800 r1841  
    22========= 
    33 
    4 0.2 (unrealeased) 
     40.2 - Mar 3, 2010 
    55----------------- 
    66 
    7 * Documentation fixed for initial public release [olha] 
     7* Documentation files updated initial public release [olha] 
    88 
    99 
    10 0.1 (2010-02-17) 
    11 ---------------- 
     100.1 - Feb 17, 2010 
     11------------------ 
    1212Initial release: 
    1313 
  • quintagroup.catalogupdater/trunk/docs/INSTALL.txt

    r1800 r1841  
    2929* Restart the Zope server, e.g with the following command in the terminal:: 
    3030 
    31    $ ./bin/instance restart 
    32     
    33 * Install ``quintagroup.catalogupdater`` with Quickinstaller in Plone (Site Setup -> Add/Remove Products)  
     31   $ ./bin/instance restart  
    3432         
    3533Traditional Zope 2 instance 
     
    5149   $ ./bin/zopectl restart 
    5250 
    53 * Install ``quintagroup.catalogupdater`` with Quickinstaller in Plone (Site Setup -> Add/Remove Products)  
    54  
    55      
    56      
    57  
     51quintagroup.catalogupdater does not require additional installation in Plone - actually it 
     52is not possible to see that it was installed via Plone interface.  
Note: See TracChangeset for help on using the changeset viewer.