Finally, and still responding to myself, > > Now, I'd like to go a step further and use custom javascript code. > > > > I've found the FlexJS plugin in track-hacks, and installed it using > > python's easyinstall > > script (easy enough), but the plugin does not seem to be working. > > > > http://trac-hacks.org/wiki/FlexJsPlugin > > Just to add a little bit more info: > > I also downloaded the flexjs.py directly from the trac-hacks svn > repo and put it under both the global and local 'plugins' directory. > > After running the tracd server, a byte-compliled flexjs.pyc file appeared > in each directory ... which suggests to me that at lest it's being > detected. > > In any case, no extra headers are included in the pages served by trac.
This was on trac-011dev. Just FYI, the FlexJS plugin does not seem to work with this version. Probably because of the switch to genshi? In a 0.10.2 trac, I dropped the plugin in the local plugins directory, added the [flexjs] section in trac.ini as explained in track-hacks and the js files in my htdocs/js directory and voila! Everything now works beautifully! me: thanks! myself: you're welcome! and irene: mmm ... where's Irene? :) -- fernan --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
