Updated todo.
[viewgit.git] / doc / README
blob5d37f0d9b6078061528bf3b05454958c4516d3a1
1 Description
2 ===========
3 ViewGit is a git web interface / repository viewer, that aims to be easy to set
4 up and upgrade, and light on dependencies.
6 Some of the current features are:
7 - Project index with description, last change, tree browsing, and download links
8 - Project summary page with shortlog snippet and list of tags and heads (branches)
9 - Shortlog: date of change, author, short message, and links to commit/commitdiff/tree/download
10 - Commit: details of the commit
11 - Commitdiff: colored diff of the changes in a commit
12 - Tree (directory) browsing with downloadable trees (as tar/gz and zip), and downloadable files
14 Dependencies
15 ============
16 - PHP 5
17 - Apache or compatible web server
18 - Reasonably new git
20 First installation
21 ==================
22 - Create inc/localconfig.php and consult inc/config.php for what to put there.