Changeset 46704

Show
Ignore:
Timestamp:
06/22/06 09:08:54 (4 years ago)
Author:
ogrisel
Message:

cosmit

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • CPS3/examples/MyProject/trunk/README.txt

    r46679 r46704  
    6464 
    6565- doc/ 
     66 
    6667  Instructions to help you build your own customization product for CPS. 
    6768 
    6869- __init__.py 
     70 
    6971  python initialization of the product (registers the GenericStup profiles 
    7072  and the new widget for the product). 
     
    7476 
    7577- widgets.py 
     78 
    7679  python code that define our new widget types behavior. 
    7780 
    7881- tool.py 
     82 
    7983  python code for our poetry generator system. 
    8084 
    8185- skins/ 
     86 
    8287  hold python scripts, page templates, images and CSS files that are used by 
    8388  other components. These files can then be easily accessed thanks to the 
     
    8792 
    8893- i18n/ 
     94 
    8995  hold the message translations for the i18n of UI 
    9096 
    9197- tests/ 
    92   gather the suite of automated tests to check the valididy of the code in 
     98 
     99  gather the suite of automated tests to check the validity of the code in 
    93100  written in this products 
    94101 
    95102- profiles/default/ 
     103 
    96104  hold the XML files for the GenericSetup configuration of the previous 
    97   components + custom documents schemas, layout, types, worflows, and the 
     105  components + custom documents schemas, layout, types, workflows, and the 
    98106  CPSSkins theme. 
    99107 
    100108  To get more info on how to use GenericSetup please refer to this blog: 
    101   http://blogs.nuxeo.com/sections/blogs/florent_guillaume/2006_01_24_genericsetup-for-cps-cmf 
     109 
     110    http://blogs.nuxeo.com/sections/blogs/florent_guillaume/2006_01_24_genericsetup-for-cps-cmf 
    102111 
    103112- exportimport.py 
     113 
    104114  hosts the XML adapter that handles the GenericSetup support for the vogon tool 
    105115  defined in tool.py 
    106116 
    107117- gimp/ 
     118 
    108119  some gimp files used to design the CPSSkins theme of the product. These files 
    109120  are not actually used by the product, they are only provided for reference.