@hackage ReviewBoard0.1

Haskell bindings to ReviewBoard

DESCRIPTION

Haskell bindings to ReviewBoard (http://code.google.com/p/reviewboard/)

From the project page: "Review Board is a web-based tool designed to help projects and companies keep track of pending code changes and make code reviews much less painful and time-consuming..."

This package contains:

  • The WebAPI binding to ReviewBoard.
  • Sample command line tool 'mkrr' demonstrating the usage of the bindings. Using 'mkrr' new review requests can be submitted from the local repository copy in the form: svn diff | mkrr -r [reviewers] For details see haddock documentation.

Implemented and tested for ReviewBoard 1.0 Beta (4/25/2008).

REQUIREMENTS

INSTALLATION

  1. Configure: runhaskell Setup.lhs configure
  2. Compile: runhaskell Setup.lhs build
  3. Install: runhaskell Setup.lhs install (as root)