= Opens 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 ....`
== Recent Changes ==
[[ChangeLog(externallinksnewwindowplugin, 3)]]
== Author/Contributors ==
'''Author:''' [wiki:martin_s] [[BR]]
'''Contributors:'''