Changes between Version 6 and Version 7 of DiskUsagePlugin


Ignore:
Timestamp:
Nov 6, 2016, 10:42:17 AM (7 years ago)
Author:
figaro
Comment:

Further cosmetic changes

Legend:

Unmodified
Added
Removed
Modified
  • DiskUsagePlugin

    v6 v7  
    11[[PageOutline(2-5,Contents,pullout)]]
    22
    3 = Report project's disk usage
     3= Report project's disk space usage
    44
    55== Description
    66
    7 This plugin makes Trac's and SVN's disk usage visible in the admin page:
     7This plugin makes Trac's and SVN's disk space usage visible in the admin page:
    88
    99[[Image(ss.JPG)]]
     
    2727You can check out DiskUsagePlugin from [/svn/diskusageplugin here] using Subversion, or [source:diskusageplugin browse the source] with Trac.
    2828
    29 == Installation / Configuration
     29== Installation
    3030
    3131Make the egg package:
     
    3636Then copy the egg into your Trac plugins directory:
    3737{{{#!sh
    38 cp dist/*.egg /where/to/trac/plugins/
     38cp dist/*.egg /path/to/trac/plugins/
    3939}}}
    4040
    41 To activate the plugin, edit `conf/trac.ini` as follows:
     41To activate the plugin, edit your `conf/trac.ini` file as follows:
    4242{{{#!ini
    4343[components]