Changes between Version 7 and Version 8 of AddHeadersPlugin


Ignore:
Timestamp:
Nov 2, 2008, 6:16:48 PM (15 years ago)
Author:
Martin Scharrer
Comment:

Added new installation info.

Legend:

Unmodified
Added
Removed
Modified
  • AddHeadersPlugin

    v7 v8  
    77
    88== Installation ==
    9 Copy the single python file into the '`plugins`' directory of your trac installation and add the following into the config file (normally '`conf/trac.ini`'):
     9Use can `easy_install` this plugin:
     10{{{
     11easy_install http://trac-hacks.org/svn/addheadersplugin/0.11
     12}}}
     13
     14If you use Subversion 1.5.x you might get an error, then just try:
     15{{{
     16svn export http://trac-hacks.org/svn/addheadersplugin/0.11 addheadersplugin
     17easy_install addheadersplugin
     18}}}
     19Afterwards you can remove the `addheadersplugin` folder.
     20
     21To enable this plug-in add the following into the config file (normally '`conf/trac.ini`'):
    1022
    1123{{{
    1224[components]
    13 addheaders.* = enabled
     25tracaddheaders.* = enabled
    1426}}}
    1527