Changes between Version 3 and Version 4 of TracQuickPluginTemplateScript


Ignore:
Timestamp:
Nov 10, 2015, 8:52:27 AM (8 years ago)
Author:
figaro
Comment:

Cosmetic changes, tagged with license

Legend:

Unmodified
Added
Removed
Modified
  • TracQuickPluginTemplateScript

    v3 v4  
    11[[PageOutline(2-5,Contents,pullout)]]
    22
    3 = Trac quick plugin template script =
     3= Trac quick plugin template script
    44
    5 == Description ==
     5== Description
    66
    7 Another trac plugin template, inspired by TracPluginTemplateScript, which generate a pretty barebone plugin.
    8 This script generate a more fleshing plugin, providing:
     7Another Trac plugin template, inspired by TracPluginTemplateScript, which generates a barebones plugin.
     8This script generates a more detailed plugin, providing:
    99 * permission requestor
    1010  * VIEW
     
    2424  * version.txt
    2525
    26 
    27 == Bugs/Feature Requests ==
     26== Bugs/Feature Requests
    2827
    2928Existing bugs and feature requests for TracQuickPluginTemplateScript are
     
    3130
    3231If you have any issues, create a
    33 [http://trac-hacks.org/newticket?component=TracQuickPluginTemplateScript&owner=richard new ticket].
     32[/newticket?component=TracQuickPluginTemplateScript new ticket].
    3433
    35 == Download ==
     34[[TicketQuery(component=TracQuickPluginTemplateScript&group=type,format=progress)]]
    3635
    37 Download the zipped source from [download:tracquickplugintemplatescript here].
     36== Download
    3837
    39 == Source ==
     38Download the zipped source from [export:tracquickplugintemplatescript here].
    4039
    41 You can check out TracQuickPluginTemplateScript from [http://trac-hacks.org/svn/tracquickplugintemplatescript here] using Subversion, or [source:tracquickplugintemplatescript browse the source] with Trac.
     40== Source
    4241
    43 == Example ==
     42You can check out TracQuickPluginTemplateScript from [/svn/tracquickplugintemplatescript here] using Subversion, or [source:tracquickplugintemplatescript browse the source] with Trac.
     43
     44== Example
    4445
    4546After the package is installed, the template should be listed among the options for paster:
    4647
    47 {{{
     48{{{#!sh
    4849$ paster create --list-templates
    4950Available templates:
     
    5556To create a plugin called {{{Foo}}} (the class name of the Component will be {{{FooPlugin}}} by default), run:
    5657
    57 {{{
     58{{{#!sh
    5859$ paster create -t trac_quick_plugin Foo
    5960}}}
     
    6162[http://pythonpaste.org paster] will then ask you about details for the description, author name, and other details.  You will then get a '''ready to deploy''' new plugin {{{Foo}}} that you may now deploy for test, edit and implement.
    6263
    63 == Recent Changes ==
     64== Recent Changes
    6465
    6566[[ChangeLog(tracquickplugintemplatescript, 3)]]
    6667
    67 == Author/Contributors ==
     68== Author/Contributors
    6869
    6970'''Author:''' [wiki:richard] [[BR]]
    70 '''Maintainer:''' [wiki:richard] [[BR]]
     71'''Maintainer:''' [[Maintainer]] [[BR]]
    7172'''Contributors:'''