Changes between Version 11 and Version 12 of AddHeadersPlugin


Ignore:
Timestamp:
Nov 14, 2008, 3:56:36 PM (15 years ago)
Author:
Martin Scharrer
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • AddHeadersPlugin

    v11 v12  
    88
    99== Installation ==
    10 Use can `easy_install` this plugin:
    11 {{{
    12 easy_install http://trac-hacks.org/svn/addheadersplugin/0.11
    13 }}}
    14 
    15 If you use Subversion 1.5.x you might get an error, then just try:
    16 {{{
    17 svn export http://trac-hacks.org/svn/addheadersplugin/0.11 addheadersplugin
    18 easy_install addheadersplugin
    19 }}}
    20 Afterwards you can remove the `addheadersplugin` folder.
    21 
    22 To enable this plug-in add the following into the config file (normally '`conf/trac.ini`'):
    23 
     10Install as normal and enable this plug-in by adding the following into the config file (normally '`conf/trac.ini`'):
    2411{{{
    2512[components]