Changes between Version 7 and Version 8 of BluePrint/Plugins
- Timestamp:
- 06/21/13 18:25:38 (12 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
BluePrint/Plugins
v7 v8 3 3 4 4 == Introduction == 5 Plugins allow people to extend Sahana Eden without their code needing to be added to Trunk & yet keeping their Trunk install conmpletely clean.6 5 7 This helps prevent merge conflicts between different deployment branches & hence reduces the risk of forking. 6 A plugin is any modification to a system that can be applied independent of the base installation. Supporting plugins would allow people to extend Sahana Eden without their code needing to be added to trunk, and keeping their trunk install clean. This helps prevent merge conflicts between a customized site and trunk, and reduces the pressure to fork. It is possible that even some features offered by Sahana could be delivered as plugins. 7 8 8 9 9 10 == Use-Cases ==