Changes between Version 22 and Version 23 of AddHeadersPlugin


Ignore:
Timestamp:
Aug 10, 2016, 4:59:45 PM (8 years ago)
Author:
figaro
Comment:

Further cosmetic changes

Legend:

Unmodified
Added
Removed
Modified
  • AddHeadersPlugin

    v22 v23  
    11[[PageOutline(2-5,Contents,pullout)]]
    22
    3 = Add HTML Headers to Trac Pages in a simple way
     3= Add HTML Headers to Trac pages in a simple way
    44
    55== Description
     
    3636}}}
    3737
    38 == Usage
     38== Configuration
    3939
    4040The plugin is controlled through settings in the TracIni file. All settings must be put in the section `[addheaders]`.
    41 
    42 === Settings
    4341
    4442 `default_base = `''<path relative to base URL>'' (default: '`site/`'):: This is used as default base of the files relative to the base URL, which is eg `http://trac.example.org/project1/`. Note that URL paths are used, not local file paths. The default is `site/` which is the relative URL for the `htdocs` directory in your `$TRAC_PROJECT_DIR`.
     
    7775   * ''<name>''`.lang = `''<language of meta tag>''
    7876
    79 See also the [#Examples examples] below.
    80 
    8177== Examples
    8278
     
    120116}}}
    121117
    122 This will result in the following added headers, not necessary in that order:
     118This will result in the following added headers, not necessarily in that order:
    123119{{{#!html
    124120<link title="default" type="text/css" href="/chrome/site/style.css" rel="stylesheet" />