omda12 / akelosframework

Automatically exported from code.google.com/p/akelosframework
GNU Lesser General Public License v2.1
0 stars 0 forks source link

Document the plug-in system #3

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
The Akelos Framework has been designed to be easily extensible by custom
plug-ins, but there are many different types of plug-ins that need to be
documented in detail.

Documentation in how-to implement plug-ins should be prepared for:

    * AkActionController? (before and after filtering)
    * AkActiveView? (custom helpers, template engines)
    * AkActiveRecord? (observer pattern, act_as behaviours)
    * Application merging (drop-in an existing application to use its
functionality)
    * Default configuration overriding 

While documenting these we should find a convention that allows to drop-in
plug-ins into the app/components folders.

Original issue reported on code.google.com by bermifer...@gmail.com on 11 Nov 2006 at 7:41

GoogleCodeExporter commented 9 years ago

Original comment by bermifer...@gmail.com on 11 Nov 2006 at 8:03