Changes between Version 9 and Version 10 of ExternalLinksNewWindowPlugin

Show
Ignore:
Author:
martin_s (IP: 193.1.104.7)
Timestamp:
11/14/08 09:57:43 (3 weeks ago)
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • ExternalLinksNewWindowPlugin

    v9 v10  
    2222You can check out ExternalLinksNewWindowPlugin from [http://trac-hacks.org/svn/externallinksnewwindowplugin here] using Subversion, or [source:externallinksnewwindowplugin browse the source] with Trac. 
    2323 
    24  
    25 == Installation == 
    26  
    27 Use can `easy_install` this plugin: 
    28 {{{  
    29 easy_install http://trac-hacks.org/svn/externallinksnewwindowplugin/0.11 
    30 }}} 
    31  
    32 If you use Subversion 1.5.x you might get an error, then just try: 
    33 {{{ 
    34 svn export http://trac-hacks.org/svn/externallinksnewwindowplugin/0.11 externallinksnewwindowplugin 
    35 easy_install externallinksnewwindowplugin 
    36 }}} 
    37 Afterwards you can remove the `externallinksnewwindowplugin` folder. 
    38  
    39 On some Linux systems you might need to run `easy_install` using `sudo`, e.g: `sudo easy_install ....`  
    40  
    4124== Configuration == 
    4225To enable this plugin put the following into your `trac.ini` configuration file: