Changes between Version 5 and Version 6 of DiskUsagePlugin


Ignore:
Timestamp:
Nov 11, 2015, 10:58:09 AM (8 years ago)
Author:
figaro
Comment:

Cosmetic changes

Legend:

Unmodified
Added
Removed
Modified
  • DiskUsagePlugin

    v5 v6  
    55== Description
    66
    7 This disk usage plugin makes Trac's and SVN's disk usage visible in the admin page.
     7This plugin makes Trac's and SVN's disk usage visible in the admin page:
     8
     9[[Image(ss.JPG)]]
    810
    911== Bugs/Feature Requests
     
    1315
    1416If you have any issues, create a
    15 [http://trac-hacks.org/newticket?component=DiskUsagePlugin&owner=lino new ticket].
     17[/newticket?component=DiskUsagePlugin new ticket].
    1618
    1719[[TicketQuery(component=DiskUsagePlugin&group=type,format=progress)]]
     
    1921== Download
    2022
    21 Download the zipped source from [download:diskusageplugin here].
     23Download the zipped source from [export:diskusageplugin here].
    2224
    2325== Source
    2426
    25 You can check out DiskUsagePlugin from [http://trac-hacks.org/svn/diskusageplugin here] using Subversion, or [source:diskusageplugin browse the source] with Trac.
     27You can check out DiskUsagePlugin from [/svn/diskusageplugin here] using Subversion, or [source:diskusageplugin browse the source] with Trac.
    2628
    2729== Installation / Configuration
    2830
    2931Make the egg package:
    30 {{{
    31 #!sh
     32{{{#!sh
    3233python setup.py bdist_egg
    3334}}}
    3435
    35 Then copy the egg into your trac plugins directory:
    36 {{{
    37 #!sh
     36Then copy the egg into your Trac plugins directory:
     37{{{#!sh
    3838cp dist/*.egg /where/to/trac/plugins/
    3939}}}
    4040
    4141To activate the plugin, edit `conf/trac.ini` as follows:
    42 {{{
    43 #!ini
     42{{{#!ini
    4443[components]
    4544diskusage.diskusage.diskusage = enabled
    4645}}}
    47 
    48 == Screenshot
    49 
    50 [[Image(ss.JPG)]]
    5146
    5247== Recent Changes