Changes between Version 1 and Version 2 of TracPluginTemplateScript


Ignore:
Timestamp:
Jul 3, 2008, 5:59:20 PM (16 years ago)
Author:
Jeff Hammel
Comment:

flushing out wiki page

Legend:

Unmodified
Added
Removed
Modified
  • TracPluginTemplateScript

    v1 v2  
    33== Description ==
    44
    5 this package enables the creation of a trac plugin skeleton for ease of starting developing a new plugin via a PasteScript Template.  it doesn't provide much flesh....just putting the right entry point and getting names setup up in the created files
     5this 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.
     6
     7For more about PasteScript see http://pythonpaste.org/script/
    68
    79== Bugs/Feature Requests ==
     
    1921== Source ==
    2022
    21 You can check out TracPluginTemplateScript from [http://trac-hacks.org/svn/tracplugintemplatescript here] using Subversion, or [source:tracplugintemplatescript browse the source] with Trac.
     23You 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.
    2224
    2325== Example ==
     
    2628
    2729{{{
    28 > paster create --list-templates
     30$ paster create --list-templates
    2931Available templates:
    3032  basic_package:  A basic setuptools-enabled package
     
    3638
    3739{{{
    38 > paster create -t trac_plugin Foo
     40$ paster create -t trac_plugin Foo
    3941}}}
    4042
    41 paster will then ask you about details for the description, author name, and other details.
     43[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.
    4244
    4345== Recent Changes ==
     
    4749== Author/Contributors ==
    4850
     51''Originally developed at [http://topp.openplans.org The Open Planning Project]''
     52
    4953'''Author:''' [wiki:k0s] [[BR]]
    5054'''Contributors:'''