Changes between Version 3 and Version 4 of DiskUsagePlugin

Show
Ignore:
Author:
rjollos (IP: 0.0.0.0)
Timestamp:
08/01/12 05:02:09 (10 months ago)
Comment:

Syntax highlighting.

Legend:

Unmodified
Added
Removed
Modified
  • DiskUsagePlugin

    v3 v4  
    2727make the egg package 
    2828{{{ 
     29#!sh 
    2930python setup.py bdist_egg 
    3031}}} 
    3233 
    3334{{{ 
     35#!sh 
    3436cp dist/*.egg /where/to/trac/plugins/ 
    3537}}} 
     38 
    3639To activate the plugin, edit conf/trac.ini: 
    3740{{{ 
     41#!ini 
    3842[components] 
    3943diskusage.diskusage.diskusage = enabled