Changes between Version 2 and Version 3 of WikiCssPlugin


Ignore:
Timestamp:
Jan 3, 2010, 4:32:25 AM (14 years ago)
Author:
Adrian Fritz
Comment:

Complete install instructions.

Legend:

Unmodified
Added
Removed
Modified
  • WikiCssPlugin

    v2 v3  
    1010== Bugs/Feature Requests ==
    1111
    12 Existing bugs and feature requests for WikiCssPlugin are
    13 [report:9?COMPONENT=WikiCssPlugin here].
     12Existing bugs and feature requests for WikiCssPlugin are [report:9?COMPONENT=WikiCssPlugin here].
    1413
    15 If you have any issues, create a
    16 [http://trac-hacks.org/newticket?component=WikiCssPlugin&owner=martin_s new ticket].
     14If you have any issues, create a [../newticket?component=WikiCssPlugin&owner=martin_s new ticket].
    1715
    18 == Download ==
     16== Download and Source ==
    1917
    2018Download the zipped source from [download:wikicssplugin here].
    2119
    22 == Source ==
     20You can check out WikiCssPlugin from [../svn/wikicssplugin here] using Subversion, or [source:wikicssplugin browse the source] with Trac.
    2321
    24 You can check out WikiCssPlugin from [http://trac-hacks.org/svn/wikicssplugin here] using Subversion, or [source:wikicssplugin browse the source] with Trac.
     22== Install ==
     23
     24   1. With easy_install :
     25{{{
     26      #!sh
     27      easy_install http://trac-hacks.org/svn/sectioneditplugin/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]
     37tracwikicss.* = enabled
     38}}}
    2539
    2640== Configuration ==
     
    2842Put the following into your trac configuration file `trac.ini`:
    2943{{{
    30 [components]
    31 tracwikicss.* = enabled
    32 
    3344[wikicss]
    3445# configure wiki page to be used as CSS file as `[/projectdir]/wikicss.css`.
     
    3647}}}
    3748This uses the `wiki:SiteStyle` page as CSS style file.
    38 
    39 
    4049
    4150== Recent Changes ==