Changes between Version 6 and Version 7 of TracExampleTheme


Ignore:
Timestamp:
Aug 21, 2015, 7:34:25 AM (9 years ago)
Author:
figaro
Comment:

Cosmetic changes: pypi intertrac link

Legend:

Unmodified
Added
Removed
Modified
  • TracExampleTheme

    v6 v7  
    55== Description
    66
    7 This theme contains just the minimal code base needed to implement a custom theme for [http://trac.edgewall.org Trac].
     7This theme contains the minimal code base needed to implement a custom theme for [http://trac.edgewall.org Trac].
    88
    99== Bugs/Feature Requests
     
    1414If you have any issues, create a
    1515[/newticket?component=TracExampleTheme new ticket].
     16
    1617If you want to submit patches, please read the
    1718[wiki:olemis#Guidelinestocollaborate patch submission guidelines].
     
    2122== Download
    2223
    23 Download the zipped source from [http://pypi.python.org/pypi/TracExampleTheme here].
     24Download the zipped source from [pypi:TracExampleTheme here].
    2425
    2526== Source
     
    2728You can check out TracExampleTheme from [http://trac-hacks.org/svn/tracexampletheme here] using Subversion, or [source:tracexampletheme browse the source] with Trac.
    2829
    29 == Example
     30== Installation
    3031
    31 You only need to do this in order to build your own theme:
     32To build your own theme, perform the following steps:
    3233
    33  - Install ThemeEnginePlugin
    34  - Enable it
    35  - Modify the css file in TracExampleTheme or include a new template file
    36  - Install it
    37  - Enable it
    38  - Take a look to the docs, and [wiki:ThemeEnginePlugin#Options select the new theme], or [wiki:ThemeEnginePlugin#ChoosingaTheme use the WebAdmin interface]
     34 - Install ThemeEnginePlugin.
     35 - Enable it.
     36 - Modify the css file in TracExampleTheme or include a new template file .
     37 - Install it.
     38 - Enable it.
     39 - Take a look to the docs, and [wiki:ThemeEnginePlugin#Options select the new theme], or [wiki:ThemeEnginePlugin#ChoosingaTheme use the WebAdmin interface].
    3940
    4041== Recent Changes