Trac Downloads
A Trac plugin for listing released downloads
Status
First release, simple functionality that works - no snazzy features...
Requirements
- Trac >= 0.10
- A web server (to serve up the files)
Installation (source)
- Check out https://svn.rectang.com/tracdown
- Run: python setup.py bdist_egg
- Copy the created egg from the dist folder into the plugins directory of your Trac environment.
- Add the following section to your trac.ini
[components] tracdown.* = enabled [download] path = /path/to/release/project url = http://server.com/releases/project
- Check out other ConfigOptions too :)
- If you use Trac to manage your whole site you might need to read TracDownInRootUrl
- Check if your trac installation is configured for python egg plugins (see Setting up the Plugin Cache)
- Restart trac / webserver.
- Add tne DOWNLOADS_VIEW permission to the anonymous user, or whoever you want to be able to see this download listing
Planned Features
Download counting
Author
Andy "HandyAndE" Williams
License
The TracDown Plugin is licensed under GPL
Bugs & Ideas
Create a new Ticket.
