Changes between Version 7 and Version 8 of TracReportInplaceEditPlugin


Ignore:
Timestamp:
Jul 30, 2014, 11:49:35 PM (10 years ago)
Author:
Ryan J Ollos
Comment:

Code block highlighting.

Legend:

Unmodified
Added
Removed
Modified
  • TracReportInplaceEditPlugin

    v7 v8  
    4040
    4141 2. Change to the directory containning setup.py.
    42  {{{
     42 {{{#!sh
    4343python setup.py compile_catalog -f
    4444}}}
     
    5050  * python setup.py bdist_egg
    5151  * copy the generated egg file to the trac instance's plugin directory
    52   {{{
     52  {{{#!sh
    5353cp dist/*.egg /srv/trac/env/plugins
    5454}}}
    5555
    5656 5. Config trac.ini:
    57   {{{
     57  {{{#!ini
    5858[components]
    5959ripe.* = enabled