Changes between Initial Version and Version 1 of DeveloperGuidelines/TemplatePlugins


Ignore:
Timestamp:
07/08/16 12:17:06 (9 years ago)
Author:
Dominic König
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • DeveloperGuidelines/TemplatePlugins

    v1 v1  
     1= Template Plugins =
     2[[TOC]]
     3
     4== Introduction ==
     5
     6Plugins for templates are Python modules (or packages) which are hooked into the request cycle and can thus extend the current template configuration.
     7
     8Those modules can be developed independently of Sahana, and are installed by simply placing them into the modules/plugins folder.
     9
     10== Installation ==
     11
     12 * ''tbw''
     13
     14== Implementation ==
     15
     16 * ''tbw''
     17
     18----
     19DeveloperGuidelines