[[PageOutline(2-5,Contents,pullout)]] = Report project's disk usage == Description This disk usage plugin makes Trac's and SVN's disk usage visible in the admin page. == Bugs/Feature Requests Existing bugs and feature requests for DiskUsagePlugin are [report:9?COMPONENT=DiskUsagePlugin here]. If you have any issues, create a [http://trac-hacks.org/newticket?component=DiskUsagePlugin&owner=lino new ticket]. [[TicketQuery(component=DiskUsagePlugin&group=type,format=progress)]] == Download Download the zipped source from [download:diskusageplugin here]. == Source You can check out DiskUsagePlugin from [http://trac-hacks.org/svn/diskusageplugin here] using Subversion, or [source:diskusageplugin browse the source] with Trac. == Installation / Configuration Make the egg package: {{{ #!sh python setup.py bdist_egg }}} Then copy the egg into your trac plugins directory: {{{ #!sh cp dist/*.egg /where/to/trac/plugins/ }}} To activate the plugin, edit `conf/trac.ini` as follows: {{{ #!ini [components] diskusage.diskusage.diskusage = enabled }}} == Screenshot [[Image(ss.JPG)]] == Recent Changes [[ChangeLog(diskusageplugin, 3)]] == Author/Contributors '''Author:''' [wiki:lino] [[BR]] '''Maintainer:''' [[Maintainer]] [[BR]] '''Contributors:'''