= TracTabPlugin = == Description == Adds a button to the mainmenu and serves a page in the trac template that has an Iframe linking to the appropriate url. This will work for any number of urls specified in the following format. Configured via the trac.ini file, the following config, will create 2 new tabs on the mainmenu (One named 'Google' and one named 'My Blog') with the respective URLS and requiring the permissions specified (IE google requires WIKI_VIEW while MyBlog requires TRAC_ADMIN). {{{ [components] tractab.*=enabled [tractab] names=Google,My Blog urls=http://www.google.com, http://blogs.acceleration.net/russ perms=WIKI_VIEW, TRAC_ADMIN }}} NB:The perms config is optional, but if left unspecified, it requires TRAC_ADMIN permissions to view the tabs. == Bugs/Feature Requests == Existing bugs and feature requests for TracTabPlugin are [report:9?COMPONENT=TracTabPlugin here]. If you have any issues, create a [http://trac-hacks.org/newticket?component=TracTabPlugin&owner=bobbysmith007 new ticket]. == Download == Download the egg from [http://trac-hacks.org/attachment/wiki/TracTabPlugin/tractab-0.1-py2.3.egg?format=raw here]. Download the zipped source from [http://trac-hacks.org/attachment/wiki/TracTabPlugin/TracTabPlugin.zip?format=raw here]. == Source == I dont currently have a publicly addressable svn repo and Im not sure how to go about putting it in the TracHacks Repo, or if thats even an option. For the moment, I suggest you check out the zipped source [http://trac-hacks.org/attachment/wiki/TracTabPlugin/TracTabPlugin.zip?format=raw here]. == Example == see above configuration == Recent Changes == [[ChangeLog(tractabplugin, 3)]] == Author/Contributors == '''Author:''' [wiki:bobbysmith007] [[BR]] '''Contributors:'''