= TracTabPlugin = [[TOC]] == 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 == '''[report:9?COMPONENT=TracTabPlugin Open Tickets] | [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 == [source:/tractabplugin Browse the source] Subversion Checkout: {{{ svn co http://trac-hacks.org/svn/tractabplugin/ }}} == Example == see above configuration == Recent Changes == See [attachment:ticket:3527:tractabplugin.zip] for a Genshi port. [[ChangeLog(tractabplugin, 3)]] == Author/Contributors == '''Author:''' [wiki:bobbysmith007] [[BR]] '''Contributors:'''