- Projects
- Computer security
- jQuery code
- qpsmtpd code
Steve Kemp's Homepage
|
Free Software
|
milli is a simple bug tracking system, written in perl, which allows you to store reported bugs within your projects. This makes it trivially usable in a distributed fashion. To allow easy sharing of bugs the system will create a .milli/ directory beneath your project, containing a single text file for each bug. The intention is that you'll add the .milli directory to your revision control system, so that anybody who can currently checkout, view, or commit updates may also do the same with bug reports. To get started using milli is very simple. Most of the time you'll only need to learn and use a few of the available sub-commands:
There are more options which are available, allowing you to add comments to bug reports, reopen closed reports, and similar things. These are described in the included documentation, available if you run "milli --manual". You may download milli via the following links: As the code is a single self-contained Perl secript you could add the milli script directly to your repository. |