Changes between Version 7 and Version 8 of TracPluginTemplateScript


Ignore:
Timestamp:
Apr 21, 2015, 10:32:04 AM (9 years ago)
Author:
figaro
Comment:

Cosmetic changes, tagged with license

Legend:

Unmodified
Added
Removed
Modified
  • TracPluginTemplateScript

    v7 v8  
    1 = paste template to create a trac plugin skeleton =
     1[[PageOutline(2-5,Contents,pullout)]]
    22
    3 == Description ==
     3= Paste template to create a Trac plugin skeleton
    44
    5 this package enables the creation of a trac plugin skeleton for ease of starting developing a new plugin via a [http://pypi.python.org/pypi/PasteScript PasteScript] Template.  it doesn't provide much flesh....just putting the right entry point and getting names setup in the created files.
     5== Description
    66
    7 For more about [http://pypi.python.org/pypi/PasteScript PasteScript] see http://pythonpaste.org/script/
     7This package enables the creation of a Trac plugin skeleton for ease of starting developing a new plugin via a [http://pypi.python.org/pypi/PasteScript PasteScript] Template.
    88
    9 == Bugs/Feature Requests ==
     9For more about [pypi:PasteScript], see http://pythonpaste.org/script/.
     10
     11== Bugs/Feature Requests
    1012
    1113Existing bugs and feature requests for TracPluginTemplateScript are
     
    1517[http://trac-hacks.org/newticket?component=TracPluginTemplateScript&owner=olemis new ticket].
    1618
    17 This is a pretty bare-bones (pun intended) template.  If anyone would like it to do more, please let me know.  Patches encouraged!
    18 If you want to submit patches, please read the
    19 [wiki:olemis#Guidelinestocollaborate patch submission guidelines].
     19If anyone would like it to do more, please let me know. Patches encouraged!
     20If you want to submit patches, please read the [wiki:olemis#Guidelinestocollaborate patch submission guidelines].
    2021
     22[[TicketQuery(component=TracPluginTemplateScript&group=type,format=progress)]]
    2123
    22 == Download ==
     24== Download
    2325
    2426Download the zipped source from [download:tracplugintemplatescript here].
    2527
    26 == Source ==
     28== Source
    2729
    2830You can check out TracPluginTemplateScript from [http://trac-hacks.org/svn/tracplugintemplatescript/0.11 here] using Subversion, or [source:tracplugintemplatescript/0.11 browse the source] with Trac.
    2931
    30 == Example ==
     32== Example
    3133
    3234After the package is installed, the template should be listed among the options for paster:
    3335
    34 {{{
     36{{{#!sh
    3537$ paster create --list-templates
    3638Available templates:
     
    4244To create a plugin called {{{Foo}}} (the class name of the Component will be {{{FooPlugin}}} by default), run:
    4345
    44 {{{
     46{{{#!sh
    4547$ paster create -t trac_plugin Foo
    4648}}}
    4749
    48 [http://pythonpaste.org paster] will then ask you about details for the description, author name, and other details.  You will then have a skeleton for your new plugin {{{Foo}}} that you may now edit and implement.
     50[http://pythonpaste.org paster] will then ask you about details for the description, author name, and other details. You will then have a skeleton for your new plugin {{{Foo}}} that you may now edit and implement.
    4951
    50 == Recent Changes ==
     52== Recent Changes
    5153
    5254[[ChangeLog(tracplugintemplatescript, 3)]]
    5355
    54 == Author/Contributors ==
     56== Author/Contributors
    5557
    5658''Originally developed at [http://topp.openplans.org The Open Planning Project]''
    5759
    5860'''Author:''' [wiki:k0s] [[BR]]
    59 '''Maintainer:''' [wiki:olemis Olemis Lang] [[BR]]
     61'''Maintainer:''' [[Maintainer]] [[BR]]
    6062'''Contributors:''' [wiki:olemis Olemis Lang] [[BR]]