Changes between Version 3 and Version 4 of FreeDocPlugin


Ignore:
Timestamp:
Nov 1, 2009, 2:32:20 PM (14 years ago)
Author:
RIck van der Zwet
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • FreeDocPlugin

    v3 v4  
    2828== Installation ==
    2929
    30  1. Download from [download:freedocplugin here]
    31  1. Install plugin by uploading to your plugins directory
     30 1. Download from [download:freedocplugin here] and unzip it
     31 1. Build like a general egg, for Trac version 0.11 use:
     32    {{{
     33$ cd freedocplugin/0.11
     34$ python setup.py bdist_egg
     35    }}}
     36 1. Copy the egg in your {{{plugins}}} by either uploading it using the admin panel. Or copy it on the command line.
    3237 1. Enable in your trac.ini, by adding {{{freedoc.* = enabled}}} to your {{{[components]}}} section. Like this:
    3338    {{{