Changes between Version 7 and Version 8 of CreatePluginScript
- Timestamp:
- 08/01/12 04:20:08 (10 months ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
CreatePluginScript
v7 v8 1 = create a trac plugin skeleton given a list of interfaces = 1 [[PageOutline(2-5,Contents,pullout)]] 2 3 = Create a trac plugin skeleton given a list of interfaces = 2 4 3 5 == Description == 32 34 33 35 {{{ 36 #!sh 34 37 $ create-trac-plugin 35 38 Usage: 77 80 78 81 {{{ 82 #!sh 79 83 $ create-trac-plugin NewPlugin ITemplateStreamFilter IWikiSyntaxProvider 80 84 }}} 94 98 95 99 {{{ 100 #!python 96 101 """ 97 102 NewPlugin: 149 154 150 155 {{{ 156 #!sh 151 157 $ create-trac-component NewPlugin ITemplateStreamFilter IWikiSyntaxProvider 152 158 }}}

