Readme for ReviewBoard-0.1

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 - GHC (http://www.haskell.org/ghc/) - HTTP package (http://hackage.haskell.org/cgi-bin/hackage-scripts/package/HTTP-3001.0.4) - JSON package (http://hackage.haskell.org/cgi-bin/hackage-scripts/package/json-0.3.3) INSTALLATION 1. Configure: runhaskell Setup.lhs configure 2. Compile: runhaskell Setup.lhs build 3. Install: runhaskell Setup.lhs install (as root)