Changes between Version 5 and Version 6 of TseveTheme


Ignore:
Timestamp:
Feb 20, 2010, 5:06:57 AM (14 years ago)
Author:
Carlos Jenkins Pérez
Comment:

Extended and documented the installation process.

Legend:

Unmodified
Added
Removed
Modified
  • TseveTheme

    v5 v6  
    4545As always,
    4646
    47  1. Get the code.
    48  1. Build the python egg.
    49  1. Install the plugin.
    50  1. Enable the plugin.
     47 1. This plugin requires the ThemeEnginePlugin.
     48 1. Get the code: '''svn export http://trac-hacks.org/svn/tsevetheme'''
     49 1. Build the python egg: '''python setup.py bdist_egg'''.
     50 1. Install the plugin: Copy it to the plugins folder and grant web server user access.
     51 1. Enable the plugin:
     52{{{
     53[components]
     54tsevetheme.* = enabled
     55}}}
     56 1. Set the theme as the default theme:
     57{{{
     58[theme]
     59theme = Tseve
     60}}}
    5161
    5262== Recent Changes ==