Jason Winnebeck wrote: > Yes but don't plugins have to be compiled and installed using setuptools > and all that? Right now I have a neat system where macros are placed in > the directory from SVN so I edit macros in the SVN and they pop up in > all Trac projects when I update the server. >
Single file plugins can be deployed as easily as old-style macros were: simply put the .py file in the plugins subdirectory of your Trac env, instead of the macros directory used for old-style macros (for which support is deprecated anyway; as they can't work in 0.11 anymore). Again, see the link below. -- Christian > -----Original Message----- > From: [email protected] [mailto:[EMAIL PROTECTED] > ... > > You'd have to use the "new style" macros for that, i.e. write a plugin > (a single file plugin would do in this case). > The conversion is not that hard: see > http://trac.edgewall.org/wiki/MacroBazaar#AutoNav for an example. > --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Trac Users" 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-users?hl=en -~----------~----~----~----~------~----~------~--~---
