On Fri, Jul 25, 2008 at 5:38 AM, Sergey Petrov <[EMAIL PROTECTED]> wrote: > > Would you be so kind to give me step-by-step explanation to > implementing plugin? I mean infrastructure issues, not code itself > (that i get). >
See http://trac.edgewall.org/wiki/TracDev/PluginDevelopment for all you need to get started. In the example I gave you would be writing a Component that implements the trac.perm.IPermissionPolicy interface which has one method that needs to be written: check_permission(). (Also note that the list of extension points on that wiki page is woefully incomplete--to get full documentation, use the source, as always). --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Trac Development" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/trac-dev?hl=en -~----------~----~----~----~------~----~------~--~---
