Changes between Version 3 and Version 4 of NoteBoxMacro


Ignore:
Timestamp:
Mar 2, 2015, 7:27:12 PM (9 years ago)
Author:
figaro
Comment:

Cosmetic changes to installation steps

Legend:

Unmodified
Added
Removed
Modified
  • NoteBoxMacro

    v3 v4  
    3838== Installation ==
    3939
    40 For detailed installation steps, please refer to t:TracPlugins. The following steps should work for most Trac configurations.
     40For detailed installation steps, please refer to t:TracPlugins. The following steps should work for most Trac configurations:
    4141
    42  1. Unzip the code and type
     42 1. unzip the code and type:
    4343{{{
    4444#!sh
    45 $>python setup.py install
     45python setup.py install
    4646}}}
    47  2. or use {{{easy_install}}} as below then, restart web server, finally enable it at {{{admin/general/plugins}}}
     47 [[br]]or use {{{easy_install}}}:
    4848{{{
    4949#!sh
    5050easy_install http://trac-hacks.org/svn/noteboxmacro/0.11
    5151}}}
    52 
    53 If the plugin is installed and functioning correctly, you should see example of its use at WikiMacros#NoteBox-macro.
     52 1. restart web server
     53 1. enable it at {{{admin/general/plugins}}}
     54If the plugin is installed and functioning correctly, you can see examples of its use at WikiMacros#NoteBox-macro.
    5455
    5556== Example ==