Changes between Version 4 and Version 5 of TracQuickPluginTemplateScript


Ignore:
Timestamp:
Dec 30, 2016, 8:55:19 PM (7 years ago)
Author:
figaro
Comment:

Further cosmetic changes

Legend:

Unmodified
Added
Removed
Modified
  • TracQuickPluginTemplateScript

    v4 v5  
    55== Description
    66
    7 Another Trac plugin template, inspired by TracPluginTemplateScript, which generates a barebones plugin.
    8 This script generates a more detailed plugin, providing:
     7This is a template plugin, which generates a skeleton for a plugin for Trac. It is inspired by TracPluginTemplateScript.
     8
     9This script generates a detailed plugin, providing:
    910 * permission requestor
    1011  * VIEW
     
    1415 * templates provider
    1516 * request handler
    16  * adminpanel
     17 * admin panel
    1718 * i18n support
    1819 * database access support
     
    4243You can check out TracQuickPluginTemplateScript from [/svn/tracquickplugintemplatescript here] using Subversion, or [source:tracquickplugintemplatescript browse the source] with Trac.
    4344
    44 == Example
     45== Configuration
    4546
    4647After the package is installed, the template should be listed among the options for paster:
     
    6061}}}
    6162
    62 [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.
     63[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.
    6364
    6465== Recent Changes