Changes between Version 1 and Version 2 of PLUGIN_MODULE_STRUCTURE
- Timestamp:
- 01/10/09 21:08:10 (16 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
PLUGIN_MODULE_STRUCTURE
v1 v2 3 3 = '''PLUGIN MODULE STRUCTURE''' = 4 4 5 == = Module Structure ===5 == Module Structure == 6 6 The structure of Sophie 2 module can be seen on [wiki:PLATFORM_STRUCTURE] page, second table. 7 7 === Proto Project === … … 14 14 * 15 15 16 == = Sophie Modules ===16 == Sophie Modules == 17 17 The current sophie2-platform modules are listed in [source:/trunk/sophie2-platform/modules] folder. 18 18 === Diagram === 19 Here is a diagram with all the current modules and their dependencies: 20 [wiki:(link to the plugin decomposition diagram)] 19 Here is a diagram with all the current modules and the dependencies between them:[[BR]] 20 [source:/trunk/sophie2-platform/doc/uml-design-diagrams/Plugin_Dependency_Diagram.png] 21 21 22 === Functionality === 22 23 The list of modules and their functionality in few words: 23 24 * org.sophie2.author - 25 * org.sophie2. 24 26 25 27 |_Basic module structure