On Mar 26, 9:44 pm, "Deen Sethanandha" <[EMAIL PROTECTED]> wrote: > I finished the GSoC proposal. Please see if any of you are interested in > the > ideahttps://projects.cecs.pdx.edu/~bhuricha/SCOPE/index.cgi/wiki/TracMetrix. > I > have identified a few TracHacks tickets that is related to the plug in > capability. > > I tried to ask some question at #trac but has no luck. I am not sure if > people see my message or everyone on the list is afk.
I haven't been on IRC much lately, but frequently when I am IRC is simply open in the background somewhere. A lot of people will leave it open and only check in periodically. > I try very hard not to spam the mailing list but I need some help getting > started. Not a problem. We're glad to see new community members involved in Trac development. > I am trying to setup the work environment and take a crack at plug-in > implementation. > > I tried to browse through both Trac and Trac Hack to find developer guide > but no luck. If anyone could give me some advice on where to start, it > would be great. I am trying to setup the development environment for this. > I really need advice on what softwere version should I use. It seems that > there are quite a few compatibility issues. There's not an extensive developer guide, but what's been written is here: http://trac.edgewall.org/wiki/TracDev There are also some example plugins on trac-hacks: http://trac-hacks.org/wiki/example I'm also hoping to write a beginner's guide to installing the Trac trunk for writing patches some time this week. If you'd like to provide some feedback as I work on this document please contact me off- list. > What Python version should I use? Does it have any impace on what version > of Trac I can support? Trac 0.10 and 0.11dev require Python 2.3 or later. For your plugin you'd be free to use a later version of Python if it helps you get the work done. Once it's done you could probably get some help backporting to Python 2.3 if there's user demand to support it. > I need to know which version I should start the development on. My school > server runs on 0.9.6. I might be able to setup another version of Trac. > Should I go for 0.10 or 0.11? Probably 0.11. We'll certainly release it before you're done, and hopefully even before the summer starts. It should make the development easier and you won't need to deal with converting it to 0.11 later on. I hope this gets accepted. -- Matt Good --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
