forked from rickardlindberg/simple-review
-
Notifications
You must be signed in to change notification settings - Fork 0
rogerlindberg/simple-review
Folders and files
| Name | Name | Last commit message | Last commit date | |
|---|---|---|---|---|
Repository files navigation
Simple review is a web-based tool that makes it easy to comment on changes to
text files.
Changes are posted as unified diffs that are typically generated from a source
control system. The diff is displayed in a nice format and you can easily leave
comments on each line or the whole change.
See INSTALL for information how to get started using it.
See CHANGES to learn what is new in this version of simple review.
See HACKING for information how to participate in the development.
3rd party libraries used:
libs/web
Used to handle http requests and render html pages.
Downloaded from http://webpy.org/static/web.py-0.36.tar.gz.
libs/markdown
Used to format comments.
Downloaded from http://pypi.python.org/pypi/Markdown (Markdown-2.0.3.tar.gz)
static/css/libs/blueprint
Used for basic layout and typography.
Downloaded from https://github.com/joshuaclayton/blueprint-css/zipball/v1.0.1
static/js/libs/jquery.min.js
Used for line comments on the client.
Downloaded from http://ajax.googleapis.com/ajax/libs/jquery/1.6.2/jquery.min.js
static/js/libs/jquery.cookie.js
Used to store and retrieve the user name in a cookie.
Downloaded from https://github.com/carhartl/jquery-cookie/zipball/1.0.0
About
A web-based tool that makes it easy to comment on changes to text files.
Resources
Stars
Watchers
Forks
Languages
- Python 89.8%
- CSS 8.7%
- JavaScript 1.1%
- Shell 0.4%