Changes between Version 1 and Version 2 of EditorGuidePlugin


Ignore:
Timestamp:
Mar 22, 2009, 2:08:04 AM (15 years ago)
Author:
Alexey Kinyov
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • EditorGuidePlugin

    v1 v2  
    1919Download the zipped source from [download:editorguideplugin here].
    2020
     21== Installation ==
     22 1. Run: python setup.py compile_catalog -f ('''only for Trac 0.12''')
     23 2. Run: python setup.py bdist_egg
     24 3. If necessary create a folder called "plugins" in your Trac environment.
     25 4. Copy the .egg file from the dist folder created by step 1 into the "plugins"
     26    directory of your Trac environment.
     27
     28== Configuration ==
     29If necessary, edit trac.ini section as in the example below. By default
     30item links to page !EditorGuide
     31
     32{{{
     33[editorguide]
     34page = MyEditorGuide
     35}}}
     36
    2137== Source ==
    2238