Changes between Version 22 and Version 23 of ThemeEnginePlugin


Ignore:
Timestamp:
Nov 3, 2015, 10:14:56 PM (8 years ago)
Author:
figaro
Comment:

Cosmetic changes

Legend:

Unmodified
Added
Removed
Modified
  • ThemeEnginePlugin

    v22 v23  
    1111
    1212If you have any issues, create a
    13 [http://trac-hacks.org/newticket?component=ThemeEnginePlugin new ticket].
     13[/newticket?component=ThemeEnginePlugin new ticket].
    1414
    1515[[TicketQuery(component=ThemeEnginePlugin&group=type,format=progress)]]
     
    1717== Download and Source
    1818
    19 Download the zipped source from [download:themeengineplugin here] or install from [https://pypi.python.org/pypi/TracThemeEngine PyPI]. You can check out ThemeEnginePlugin from [http://trac-hacks.org/svn/themeengineplugin here] using Subversion, or [source:themeengineplugin browse the source] with Trac.
     19Download the zipped source from [export:themeengineplugin here] or install from [pypi:TracThemeEngine PyPI]. You can check out ThemeEnginePlugin from [/svn/themeengineplugin here] using Subversion, or [source:themeengineplugin browse the source] with Trac.
    2020
    21 == Example
     21== Configuration
    2222
    23 To enable this plugin, add the following to the `trac.ini` file:
    24 {{{
    25 #!ini
     23To enable this plugin, add the following to your `trac.ini` file:
     24{{{#!ini
    2625[components]
    2726themeengine.* = enabled
    2827}}}
    2928
    30 To specify a theme, add the following to the `trac.ini` file:
    31 {{{
    32 #!ini
     29To specify a theme, add the following to your `trac.ini` file:
     30{{{#!ini
    3331[theme]
    3432theme = <Name>