Changes between Version 5 and Version 6 of WikiCssPlugin


Ignore:
Timestamp:
Jul 24, 2015, 9:32:12 AM (9 years ago)
Author:
figaro
Comment:

Cosmetic changes, retagged license

Legend:

Unmodified
Added
Removed
Modified
  • WikiCssPlugin

    v5 v6  
    11[[PageOutline(2-5,Contents,pullout)]]
    2 = Set CSS styles using a wiki page =
    32
    4 == Description ==
     3= Set CSS styles using a wiki page
    54
    6 This plug-in allows one wiki page to be used as global CSS style file for Trac. The CSS file is provided at `[/projectdir]/wikicss.css` and a `link` HTML header is inserted which directs browsers to it.
     5== Description
    76
    8 This plug-in got requested by Request-a-Hack #1714.
     7This plugin allows one wiki page to be used as global CSS style file for Trac. The CSS file is provided at `[/projectdir]/wikicss.css` and a `link` HTML header is inserted which directs browsers to it.
    98
    10 == Bugs/Feature Requests ==
     9This plugin got requested by Request-a-Hack #1714.
     10
     11== Bugs/Feature Requests
    1112
    1213Existing bugs and feature requests for WikiCssPlugin are [report:9?COMPONENT=WikiCssPlugin here].
    1314
    14 If you have any issues, create a [../newticket?component=WikiCssPlugin&owner=martin_s new ticket].
     15If you have any issues, create a [/newticket?component=WikiCssPlugin new ticket].
    1516
    16 == Download and Source ==
     17[[TicketQuery(component=WikiCssPlugin&group=type,format=progress)]]
     18
     19== Download and Source
    1720
    1821Download the zipped source from [download:wikicssplugin here].
     
    2023You can check out WikiCssPlugin from [../svn/wikicssplugin here] using Subversion, or [source:wikicssplugin browse the source] with Trac.
    2124
    22 == Install ==
     25== Installation
    2326
    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  }}}
     27 1. With easy_install:
     28 {{{ #!sh
     29easy_install http://trac-hacks.org/svn/wikicssplugin/0.11
     30}}}
     31 1. Restart web server (in this example, was used Apache, on Ubuntu OS):
     32 {{{ #!sh
     33sudo /etc/init.d/apache2 restart
     34}}}
     35 1. Enable plugin through {{{../admin/general/plugin }}} or modify `trac.ini` file to include:
     36 {{{ #!ini
     37[components]
     38tracwikicss.* = enabled
     39}}}
    4040
    41 == Configuration ==
     41== Configuration
    4242
    4343Put the following into your trac configuration file `trac.ini`:
    44 {{{
    45 #!ini
     44{{{#!ini
    4645[wikicss]
    4746# configure wiki page to be used as CSS file as `[/projectdir]/wikicss.css`.
    4847wikipage = SiteStyle
    4948}}}
     49
    5050This uses the `wiki:SiteStyle` page as CSS style file.
    5151
    52 == Recent Changes ==
     52== Recent Changes
    5353
    5454[[ChangeLog(wikicssplugin, 3)]]
    5555
    56 == Author/Contributors ==
     56== Author/Contributors
    5757
    5858'''Author:''' [wiki:martin_s] [[BR]]
    59 '''Maintainer:''' [wiki:martin_s] [[BR]]
     59'''Maintainer:''' [[Maintainer]] [[BR]]
    6060'''Contributors:'''