Changes between Version 17 and Version 18 of SectionEditPlugin


Ignore:
Timestamp:
Nov 6, 2015, 3:09:26 PM (8 years ago)
Author:
figaro
Comment:

Cosmetic changes

Legend:

Unmodified
Added
Removed
Modified
  • SectionEditPlugin

    v17 v18  
    55== Description
    66
    7 Wiki section edit plugin provides the ability to edit one section, rather the whole wiki page (based on t:#6921, referenced in t:#1024).
     7This plugin provides the ability to edit one section in a Trac wiki page, rather the whole wiki page (based on t:#6921, referenced in t:#1024).
    88
    99An edit button appears at the end of a section heading when hovering over it.
     
    1515
    1616If you have any issues, create a
    17 [/newticket?component=SectionEditPlugin&owner=cbalan new ticket].
     17[/newticket?component=SectionEditPlugin new ticket].
    1818
    1919[[TicketQuery(component=SectionEditPlugin&group=type,format=progress)]]
    2020
    21 == Download and Source
     21== Download
    2222
    23 Download the [download:sectioneditplugin zipped source], check out [/svn/sectioneditplugin using Subversion], or [source:sectioneditplugin browse the source] with Trac.
     23Download the zipped source from [export:sectioneditplugin here].
     24
     25== Source
     26
     27Check out [/svn/sectioneditplugin using Subversion], or [source:sectioneditplugin browse the source] with Trac.
    2428
    2529== Installation
    2630
    2731This plugin can be installed with `easy_install`:
    28 {{{
    29 #!sh
     32{{{#!sh
    3033easy_install http://trac-hacks.org/svn/sectioneditplugin/0.12
    3134}}}
    3235
    3336Add the following to your `trac.ini`:
    34 {{{
    35 #!ini
     37{{{#!ini
    3638[components]
    3739tracsectionedit.* = enabled
    3840}}}
    3941
    40 or enable it though the {{{/admin/general/plugin}}} panel.
     42Alternatively, enable it though the {{{/admin/general/plugin}}} panel.
    4143
    4244A restart of the web server or Trac is not required.