Changes between Version 4 and Version 5 of PLUGIN_EDITIONS_STRUCTURE_R0
- Timestamp:
- 09/25/08 16:12:40 (17 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
PLUGIN_EDITIONS_STRUCTURE_R0
v4 v5 1 1 [[BackLinksMenu]] 2 2 = Analysis = 3 == Overview == 3 4 This task '''Depends on''' PLUGIN_DECOMPOSITION task.[[BR]] 4 PLUGIN_DECOMPOSITION represents a set of all plug-ins. Furthermore we should define a union of elements from that set, which is packed and combined to construct the three main parts of Sophie2 Project. These include: The Author, The Reader and The Server. If we define the three parts as a union of plugins their intersection is NOT null or void.5 PLUGIN_DECOMPOSITION represents a set of all plug-ins. Furthermore we should define three unions of elements from that set, which are packed and combined to construct the three main parts of Sophie2 Project. These include: The Author, The Reader and The Server. If we define the three parts as three unions of plugins their intersection is NOT null or void. This means that a plugin which is part of the Author may also be part of the Reader. 5 6 6 == Overview ==7 7 == Task requirements == 8 * We should have three parts of plugins that define the Author, Reader and Server. 9 * Every plugins should be part of at least one of the three. 8 10 == Task Result == 11 * Wiki page with the three editions' structure of plugins. 9 12 == Implementation idea == 13 * Start 'iterating' over the set of plugins and put every one of them in its place(Note that it may be part of more than one edition). 10 14 == How to demo == 15 * Go to the corresponding wiki page and explain the three editions and their structure. 11 16 = Design = 12 17 = Implementation = … … 14 19 = Log = 15 20 [[Include(wiki:PLUGIN_EDITIONS_STRUCTURE_R0_LOG)]] 16 17 18 19 '''Depends on''' PLUGIN_DECOMPOSITION task.[[BR]]20 21 Run author edition with current code base.[[BR]]22 23 Make documentation how-to(how should reader and author applications be run).[[BR]]24 25 Think about what reader application will be and how to be run.