Changes between Version 31 and Version 32 of IniAdminPlugin


Ignore:
Timestamp:
Nov 7, 2015, 1:12:20 PM (8 years ago)
Author:
figaro
Comment:

Cosmetic changes

Legend:

Unmodified
Added
Removed
Modified
  • IniAdminPlugin

    v31 v32  
    1919
    2020If you have any issues, create a
    21 [http://trac-hacks.org/newticket?component=IniAdminPlugin&owner=jun66j5&cc=rjollos new ticket].
     21[/newticket?component=IniAdminPlugin&cc=rjollos new ticket].
    2222
    2323[[TicketQuery(component=IniAdminPlugin&group=type,format=progress)]]
     
    2525== Download
    2626
    27 Download the zipped source for Trac 0.10 from [download:iniadminplugin/0.10 here] or for Trac 0.11 from [download:iniadminplugin/0.11 here].
     27Download the zipped source for Trac 0.10 from [export:iniadminplugin/0.10 here] or for Trac 0.11 from [export:iniadminplugin/0.11 here].
    2828
    2929== Source
    3030
    31 You can check out IniAdminPlugin from [http://trac-hacks.org/svn/iniadminplugin here] using Subversion, or [source:iniadminplugin browse the source] with Trac.
     31You can check out IniAdminPlugin from [/svn/iniadminplugin here] using Subversion, or [source:iniadminplugin browse the source] with Trac.
    3232
    3333== Installation
    3434
    3535Alternatively for Trac 0.10:
    36 {{{
    37 #!sh
     36{{{#!sh
    3837sudo easy_install http://trac-hacks.org/svn/iniadminplugin/0.10
    3938}}}
    4039
    4140or for Trac 0.11, 0.12 and 1.0:
    42 {{{
    43 #!sh
     41{{{#!sh
    4442sudo easy_install http://trac-hacks.org/svn/iniadminplugin/0.11
    4543}}}
    4644
    4745To install in your Trac environment:
    48 {{{
    49 #!sh
     46{{{#!sh
    5047cd /path/to/tracenv/plugins
    5148ln -s /path/to/the/IniAdmin-###-py##.egg
    5249}}}
    5350
    54 After adding the plugin to your plugins directory, enable it in `trac.ini` by adding the following:
    55 {{{
    56 #!ini
     51After adding the plugin to your plugins directory, enable it by adding the following in your `trac.ini` file:
     52{{{#!ini
    5753[components]
    5854iniadmin.* = enabled