[[TOC]] = ExternalLinksNewWindowPlugin - Open external links in new windows (XHTML conform) = == Description == This plugin uses a simple javascript file to open all external links on TracWiki pages in a new window or, depending on your browser and its settings, in a new tab. == Bugs/Feature Requests == Existing bugs and feature requests for ExternalLinksNewWindowPlugin are [report:9?COMPONENT=ExternalLinksNewWindowPlugin here]. If you have any issues, create a [http://trac-hacks.org/newticket?component=ExternalLinksNewWindowPlugin&owner=martin_s new ticket]. == Download == Download the zipped source from [download:externallinksnewwindowplugin here]. == Source == You can check out ExternalLinksNewWindowPlugin from [http://trac-hacks.org/svn/externallinksnewwindowplugin here] using Subversion, or [source:externallinksnewwindowplugin browse the source] with Trac. == Installation == Use can `easy_install` this plugin: {{{ easy_install http://trac-hacks.org/svn/externallinksnewwindowplugin/0.11 }}} If you use Subversion 1.5.x you might get an error, then just try: {{{ svn export http://trac-hacks.org/svn/externallinksnewwindowplugin/0.11 externallinksnewwindowplugin easy_install externallinksnewwindowplugin }}} Afterwards you can remove the `externallinksnewwindowplugin` folder. On some Linux systems you might need to run `easy_install` using `sudo`, e.g: `sudo easy_install ....` == Configuration == To enable this plugin put the following into your `trac.ini` configuration file: {{{ [components] tracextlinksnewwindow.* = enabled }}} == Example == Click on any external link and see how it gets opened in a new window. :-) == Recent Changes == [[ChangeLog(externallinksnewwindowplugin, 3)]] == Author/Contributors == '''Author:''' [wiki:martin_s] [[BR]] '''Contributors:'''