Changes between Version 5 and Version 6 of EditorGuidePlugin


Ignore:
Timestamp:
Aug 25, 2015, 9:15:51 AM (9 years ago)
Author:
figaro
Comment:

Cosmetic changes, tagged with license

Legend:

Unmodified
Added
Removed
Modified
  • EditorGuidePlugin

    v5 v6  
    11[[PageOutline(2-5,Contents,pullout)]]
    2 = Adds an Editor's Guide link to the metanav bar =
    32
    4 == Description ==
     3= Adds an Editor's Guide link to the metanav bar
     4
     5== Description
    56
    67Editor's Guide navigation item plugin for Trac.
     
    89Plugin adds extra navigation item to '''metanav'''. This is a link to Editor's Guide, which is visible only for users who have permission to edit wiki pages.
    910
    10 == Bugs/Feature Requests ==
     11== Bugs/Feature Requests
    1112
    1213Existing bugs and feature requests for EditorGuidePlugin are
     
    1415
    1516If you have any issues, create a
    16 [http://trac-hacks.org/newticket?component=EditorGuidePlugin&owner=rudyryk new ticket].
     17[/newticket?component=EditorGuidePlugin new ticket].
    1718
    18 == Download ==
     19[[TicketQuery(component=EditorGuidePlugin&group=type,format=progress)]]
     20
     21== Download
    1922
    2023Download the zipped source from [download:editorguideplugin here].
    2124
    22 == Installation ==
    23  1. Run: python setup.py compile_catalog -f ('''only for Trac 0.12''')
    24  2. Run: python setup.py bdist_egg
     25== Source
     26
     27You can check out EditorGuidePlugin from [http://trac-hacks.org/svn/editorguideplugin here] using Subversion, or [source:editorguideplugin browse the source] with Trac.
     28
     29== Installation
     30
     31 1. Run: python setup.py compile_catalog -f ('''only for Trac 0.12''').
     32 2. Run: python setup.py bdist_egg.
    2533 3. If necessary create a folder called "plugins" in your Trac environment.
    26  4. Copy the .egg file from the dist folder created by step 1 into the "plugins"
    27     directory of your Trac environment.
     34 4. Copy the .egg file from the dist folder created by step 1 into the `plugins` directory of your Trac environment.
    2835
    29 == Configuration ==
    30 If necessary, edit trac.ini section as in the example below. By default
    31 item links to page !EditorGuide.
     36== Configuration
    3237
    33 {{{
    34 #!ini
     38If necessary, edit your `trac.ini` file as follows:
     39
     40{{{#!ini
    3541[editorguide]
    3642page = MyEditorGuide
    3743}}}
    3844
    39 == Source ==
     45By default item links to page !EditorGuide.
    4046
    41 You can check out EditorGuidePlugin from [http://trac-hacks.org/svn/editorguideplugin here] using Subversion, or [source:editorguideplugin browse the source] with Trac.
    42 
    43 == Example ==
     47== Example
    4448
    4549Just install plugin and you'll see Editor's Guide item in metanav.
    4650
    47 == Recent Changes ==
     51== Recent Changes
    4852
    4953[[ChangeLog(editorguideplugin, 3)]]
    5054
    51 == Author/Contributors ==
     55== Author/Contributors
    5256
    5357'''Author:''' [wiki:rudyryk] [[BR]]