[[PageOutline(2-3, Categories, pullout)]] = Distributed Peer Review Plugin == Description This plugin integrates a distributed peer review system for software developers into Trac. 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 and in a distributed manner. This program is written primarily in Python. The interface integrates seamlessly with Subversion, thereby allowing users to browse the repository for reviewable files. Genshi is used as the server-side web-based scripting language with Javascript and AJAX to modernize the user interface. Further documentation: * [wiki:PeerReviewPlugin/Documentation UserGuide] * [wiki:PeerReviewPlugin/Screenshots Screenshots] See also: [[ListTagged(codereview)]] == Bugs/Feature Requests Existing bugs and feature requests for PeerReviewPlugin are [report:9?COMPONENT=PeerReviewPlugin here]. If you have any issues, create a [/newticket?component=PeerReviewPlugin&owner=olemis&cc=rjollos new ticket]. [[TicketQuery(component=PeerReviewPlugin&group=type,format=progress)]] If you have any comments about the plugin or/and you would like to join the discussion, please see [#2850 this ticket]. == Download Download the zipped source from [export:peerreviewplugin here]. == Source Check out PeerReviewPlugin from [/svn/peerreviewplugin here] using Subversion, or [source:peerreviewplugin browse the source] with Trac. == Installation * Follow the standard Trac [t:TracPlugins plugin installation] instructions. * Enable the plugin in your `trac.ini` file: {{{#!ini [components] codereview.* = enabled }}} * The permission `CODE_REVIEW_DEV` and `CODE_REVIEW_MGR` must be assigned as appropriate. == Recent Changes [[ChangeLog(peerreviewplugin, 3)]] == Author/Contributors '''Author:''' [wiki:Team5] [[BR]] '''Maintainer:''' [[Maintainer]] [[BR]] '''Contributors:''' [wiki:sontek], [wiki:djeebus], [wiki:proofek], [wiki:blongden], [wiki:bselby], [wiki:Rys], [wiki:andersm], [wiki:rjollos], [wiki:yudivian], [wiki:Cinc-th]