first attempt of syntax plugins
The first version of the new plugin system. Syntax plugins only yet. A very simple example plugin called info (doing nothig useful yet) is included. Missing Features - Doku_Block_Handler needs work (doesn't honur plugins yet) - there is no way to specify the order of plugins and other modes yet - useful output from the info plugin - bug testing and fixing - code cleanup - documentation darcs-hash:20050519201009-9977f-f793dbfc6a39d8a9643b610927d93cd3288bdd6b.gz
Showing
- inc/html.php 1 addition, 1 deletioninc/html.php
- inc/init.php 5 additions, 0 deletionsinc/init.php
- inc/parser/handler.php 19 additions, 0 deletionsinc/parser/handler.php
- inc/parser/lexer.php 7 additions, 0 deletionsinc/parser/lexer.php
- inc/parser/parser.php 94 additions, 40 deletionsinc/parser/parser.php
- inc/parser/xhtml.php 9 additions, 1 deletioninc/parser/xhtml.php
- inc/parserutils.php 23 additions, 5 deletionsinc/parserutils.php
- inc/plugins/info/syntax.php 63 additions, 0 deletionsinc/plugins/info/syntax.php
- inc/plugins/syntax.php 66 additions, 0 deletionsinc/plugins/syntax.php
- inc/pluginutils.php 62 additions, 0 deletionsinc/pluginutils.php
- inc/template.php 1 addition, 1 deletioninc/template.php
Loading
Please register or sign in to comment