Changes between Version 4 and Version 5 of WikiCssPlugin


Ignore:
Timestamp:
Oct 19, 2012, 6:50:17 AM (11 years ago)
Author:
Ryan J Ollos
Comment:

Added page outline and maintainer.

Legend:

Unmodified
Added
Removed
Modified
  • WikiCssPlugin

    v4 v5  
    1 [[TOC]]
     1[[PageOutline(2-5,Contents,pullout)]]
    22= Set CSS styles using a wiki page =
    33
     
    2222== Install ==
    2323
    24    1. With easy_install :
    25 {{{
    26       #!sh
    27       easy_install http://trac-hacks.org/svn/wikicssplugin/0.11
    28 }}}
    29    2. restart web server (in this example, was used Apache, on Ubuntu OS)
    30 {{{
    31       #!sh
    32       sudo /etc/init.d/apache2 restart
    33 }}}
    34    3. enable plugin through {{{../admin/general/plugin }}} or modify `trac.ini` file to include:
    35 {{{
    36 [components]
    37 tracwikicss.* = enabled
    38 }}}
     24 1. With easy_install :
     25 {{{
     26 #!sh
     27 easy_install http://trac-hacks.org/svn/wikicssplugin/0.11
     28 }}}
     29 1. restart web server (in this example, was used Apache, on Ubuntu OS)
     30 {{{
     31 #!sh
     32 sudo /etc/init.d/apache2 restart
     33 }}}
     34 1. enable plugin through {{{../admin/general/plugin }}} or modify `trac.ini` file to include:
     35 {{{
     36 #!ini
     37 [components]
     38 tracwikicss.* = enabled
     39 }}}
    3940
    4041== Configuration ==
     
    4243Put the following into your trac configuration file `trac.ini`:
    4344{{{
     45#!ini
    4446[wikicss]
    4547# configure wiki page to be used as CSS file as `[/projectdir]/wikicss.css`.
     
    5557
    5658'''Author:''' [wiki:martin_s] [[BR]]
     59'''Maintainer:''' [wiki:martin_s] [[BR]]
    5760'''Contributors:'''