Big module renaming: Git::RepoCGI -> Girocco::*
commita03f37af5b920a8b111450f715ef419ec1a9ec33
authorPetr Baudis <petr.baudis@novartis.com>
Wed, 23 Jul 2008 16:47:11 +0000 (23 18:47 +0200)
committerPetr Baudis <petr.baudis@novartis.com>
Wed, 23 Jul 2008 16:47:11 +0000 (23 18:47 +0200)
tree7c6e7db5a0407d8f0677c1c3bd15703ea42f74dc
parent5e9bd132bcf1fb53e6e7d78a67965f81120bb8bf
Big module renaming: Git::RepoCGI -> Girocco::*

Rename Git::RepoCGI to Girocco::CGI and at the same time decouple the
project and user modules to Girocco::Project and Girocco::User,
respectively; the longer-term goal is to further factor out common stuff
from Girocco::CGI (to Girocco::Util?).

Configuration variables are factored out to Girocco::Config.
15 files changed:
Girocco/CGI.pm [new file with mode: 0644]
Girocco/Config.pm [new file with mode: 0644]
Girocco/Project.pm [new file with mode: 0644]
Girocco/User.pm [new file with mode: 0644]
cgi/Girocco [new symlink]
cgi/Git/RepoCGI.pm [deleted file]
cgi/delproj.cgi
cgi/editproj.cgi
cgi/edituser.cgi
cgi/pwproj.cgi
cgi/regproj.cgi
cgi/reguser.cgi
cgi/tagproj.cgi
clone.sh
inactive