Changes between Initial Version and Version 1 of PeerReviewPlugin


Ignore:
Timestamp:
Mar 10, 2006, 5:18:29 AM (18 years ago)
Author:
Team5
Comment:

New hack PeerReviewPlugin, created by Team5

Legend:

Unmodified
Added
Removed
Modified
  • PeerReviewPlugin

    v1 v1  
     1= Distributed Peer Review Plugin =
     2
     3== Description ==
     4
     5This system uses Trac's newly implemented plugin system allowing an integrated distributed peer review system for software developers. With Trac's current set of features, a peer review plugin fits nicely into its lineup. This plugin's goal is to eliminate the need for time consuming code review meetings by giving developers the ability to review code in a user-friendly web-based environment during their own time. This program is written primarily in python using many of Trac's plugin components. The interface integrates seemlessly with Subversion allowing users to browse the repository for reviewable files. Clearsilver is used as the server-side web-based scripting language with Javascript and AJAX to modernize the user interface. This program uses Trac's SQLite database and requires no changes to the user's original Trac installation.
     6
     7== Bugs/Feature Requests ==
     8
     9Existing bugs and feature requests for PeerReviewPlugin are
     10[report:9?COMPONENT=PeerReviewPlugin here].
     11
     12If you have any issues, create a
     13[http://trac-hacks.org/newticket?component=PeerReviewPlugin&owner=Team5 new ticket].
     14
     15== Download ==
     16
     17Download the zipped source from [download:peerreviewplugin here].
     18
     19== Source ==
     20
     21You can check out PeerReviewPlugin from [http://trac-hacks.org/svn/peerreviewplugin here] using Subversion, or [source:peerreviewplugin browse the source] with Trac.
     22
     23== Example ==
     24
     25See user documentation
     26
     27== Recent Changes ==
     28
     29[[ChangeLog(peerreviewplugin, 3)]]
     30
     31== Author/Contributors ==
     32
     33'''Author:''' [wiki:Team5] [[BR]]
     34'''Contributors:'''
     35
     36[[TagIt(plugin,Team5,beta,0.9)]]