Changeset 46704
- Timestamp:
- 06/22/06 09:08:54 (4 years ago)
- Files:
-
- CPS3/examples/MyProject/trunk/README.txt (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
CPS3/examples/MyProject/trunk/README.txt
r46679 r46704 64 64 65 65 - doc/ 66 66 67 Instructions to help you build your own customization product for CPS. 67 68 68 69 - __init__.py 70 69 71 python initialization of the product (registers the GenericStup profiles 70 72 and the new widget for the product). … … 74 76 75 77 - widgets.py 78 76 79 python code that define our new widget types behavior. 77 80 78 81 - tool.py 82 79 83 python code for our poetry generator system. 80 84 81 85 - skins/ 86 82 87 hold python scripts, page templates, images and CSS files that are used by 83 88 other components. These files can then be easily accessed thanks to the … … 87 92 88 93 - i18n/ 94 89 95 hold the message translations for the i18n of UI 90 96 91 97 - 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 93 100 written in this products 94 101 95 102 - profiles/default/ 103 96 104 hold the XML files for the GenericSetup configuration of the previous 97 components + custom documents schemas, layout, types, wor flows, and the105 components + custom documents schemas, layout, types, workflows, and the 98 106 CPSSkins theme. 99 107 100 108 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 102 111 103 112 - exportimport.py 113 104 114 hosts the XML adapter that handles the GenericSetup support for the vogon tool 105 115 defined in tool.py 106 116 107 117 - gimp/ 118 108 119 some gimp files used to design the CPSSkins theme of the product. These files 109 120 are not actually used by the product, they are only provided for reference.
