Changes between Version 7 and Version 8 of CreatePluginScript

Show
Ignore:
Author:
rjollos (IP: 0.0.0.0)
Timestamp:
08/01/12 04:20:08 (10 months ago)
Comment:

Added page outline and maintainer.

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 = 
    24 
    35== Description == 
    3234 
    3335{{{ 
     36#!sh 
    3437$ create-trac-plugin  
    3538Usage:  
    7780 
    7881{{{ 
     82#!sh 
    7983$ create-trac-plugin NewPlugin ITemplateStreamFilter IWikiSyntaxProvider 
    8084}}} 
    9498 
    9599{{{ 
     100#!python 
    96101""" 
    97102NewPlugin: 
    149154 
    150155{{{ 
     156#!sh 
    151157$ create-trac-component NewPlugin ITemplateStreamFilter IWikiSyntaxProvider 
    152158}}}