Changes between Version 79 and Version 80 of PeerReviewPlugin


Ignore:
Timestamp:
Nov 21, 2015, 12:03:29 PM (8 years ago)
Author:
figaro
Comment:

Cosmetic changes

Legend:

Unmodified
Added
Removed
Modified
  • PeerReviewPlugin

    v79 v80  
    55== Description
    66
    7 This plugin allows an integrated distributed peer review system for software developers. 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. The interface integrates seamlessly with Subversion 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.
     7This 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.
    88
    99Further documentation:
     
    1818
    1919Existing bugs and feature requests for PeerReviewPlugin are
    20 [query:?status=new&status=assigned&status=reopened&group=&component=PeerReviewPlugin&order=priority here].
     20[report:9?COMPONENT=PeerReviewPlugin here].
    2121
    2222If you have any issues, create a
     
    2525[[TicketQuery(component=PeerReviewPlugin&group=type,format=progress)]]
    2626
    27 If you have any comments about the plugin or/and you would like to join the discussion, please see [http://trac-hacks.org/ticket/2850 this ticket].
     27If you have any comments about the plugin or/and you would like to join the discussion, please see [#2850 this ticket].
    2828
    29 == Download and Source
     29== Download
    3030
    31 Download the [download:peerreviewplugin zipped source], check out [/svn/peerreviewplugin using Subversion], or [source:peerreviewplugin browse the source] with Trac.
     31Download the zipped source from [export:peerreviewplugin here].
     32
     33== Source
     34
     35Check out PeerReviewPlugin from [/svn/peerreviewplugin here] using Subversion, or [source:peerreviewplugin browse the source] with Trac.
    3236
    3337== Installation
    3438
    35  * Follow the standard Trac [http://projects.edgewall.com/trac/wiki/TracPlugins plugin installation] instructions.
     39 * Follow the standard Trac [t:TracPlugins plugin installation] instructions.
    3640 * Enable the plugin in your `trac.ini` file:
    3741 {{{#!ini