Changes between Version 3 and Version 4 of DiskUsagePlugin


Ignore:
Timestamp:
Aug 1, 2012, 3:02:09 AM (12 years ago)
Author:
Ryan J Ollos
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