301b317ab4613bcbe29b21da6722896b1cc6db81
[catagits/Gitalist.git] / README
1 NAME
2     Gitalist - A modern git web viewer
3
4 SYNOPSIS
5         script/gitalist_server.pl
6
7 INSTALL
8     As Gitalist follows the usual Perl module format the usual approach for
9     installation should work e.g
10
11       perl Makefile.PL
12       make
13       make test
14       make install
15
16     If you're running a git checkout of Gitalist then you'll additionally
17     need the author modules.
18
19 DESCRIPTION
20     Gitalist is a web frontend for git repositories based on gitweb.cgi and
21     backed by Catalyst.
22
23   History
24     This project started off as an attempt to port gitweb.cgi to a Catalyst
25     app in a piecemeal fashion. As it turns out, thanks largely to Florian
26     Ragwitz's earlier effort, it was easier to use gitweb.cgi as a template
27     for building a new Catalyst application.
28
29 SEE ALSO
30     Gitalist::Controller::Root
31
32     Gitalist::Git::Project
33
34     Catalyst
35
36 AUTHORS AND COPYRIGHT
37       Catalyst application:
38         (C) 2009 Venda Ltd and Dan Brook <broq@cpan.org>
39         (C) 2009, Tom Doran <bobtfish@bobtfish.net>
40         (C) 2009, Zac Stevens <zts@cryptocracy.com>
41
42       Original gitweb.cgi from which this was derived:
43         (C) 2005-2006, Kay Sievers <kay.sievers@vrfy.org>
44         (C) 2005, Christian Gierke
45
46       Model based on http://github.com/rafl/gitweb
47         (C) 2008, Florian Ragwitz
48
49 LICENSE
50     Licensed under GNU GPL v2
51