Changes between Version 6 and Version 7 of WikiCssPlugin


Ignore:
Timestamp:
Nov 19, 2015, 9:04:40 AM (8 years ago)
Author:
figaro
Comment:

Cosmetic changes

Legend:

Unmodified
Added
Removed
Modified
  • WikiCssPlugin

    v6 v7  
    1717[[TicketQuery(component=WikiCssPlugin&group=type,format=progress)]]
    1818
    19 == Download and Source
     19== Download
    2020
    21 Download the zipped source from [download:wikicssplugin here].
     21Download the zipped source from [export:wikicssplugin here].
    2222
    23 You can check out WikiCssPlugin from [../svn/wikicssplugin here] using Subversion, or [source:wikicssplugin browse the source] with Trac.
     23== Source
     24
     25You can check out WikiCssPlugin from [/svn/wikicssplugin here] using Subversion, or [source:wikicssplugin browse the source] with Trac.
    2426
    2527== Installation
    2628
    2729 1. With easy_install:
    28  {{{ #!sh
     30 {{{#!sh
    2931easy_install http://trac-hacks.org/svn/wikicssplugin/0.11
    3032}}}
    31  1. Restart web server (in this example, was used Apache, on Ubuntu OS):
    32  {{{ #!sh
     33 1. Restart web server (in this example using Apache on Ubuntu OS):
     34 {{{#!sh
    3335sudo /etc/init.d/apache2 restart
    3436}}}
    3537 1. Enable plugin through {{{../admin/general/plugin }}} or modify `trac.ini` file to include:
    36  {{{ #!ini
     38 {{{#!ini
    3739[components]
    3840tracwikicss.* = enabled