Changes between Version 18 and Version 19 of PeerReviewPlugin/Documentation


Ignore:
Timestamp:
Apr 6, 2016, 7:02:12 PM (8 years ago)
Author:
figaro
Comment:

Further cosmetic changes

Legend:

Unmodified
Added
Removed
Modified
  • PeerReviewPlugin/Documentation

    v18 v19  
    99== Description
    1010
    11 Distributed peer review facilitates code review without the need for all team members to be present at the same time, thereby saving time. In addition, changes proposed under a distributed system are easier to implement. This project implements a distributed peer review system by creating a plugin for Trac, a browser-based content management system that includes bug-tracking. The plugin integrates with Subversion, a popular open-source version control system.
     11Distributed peer review facilitates code review without the need for all team members to be present at the same time, thereby saving time. In addition, changes proposed under a distributed system are easier to implement. This project implements a distributed peer review system for Trac, a browser-based content management system that includes bug-tracking. The plugin integrates with Subversion, a popular open-source version control system.
    1212
    1313'''Note:''' Since version 2.1 this plugin uses the new template engine Genshi, and supports SQLite, PostgreSQL and MySQL as database backends.