ProjectInfos plugin for ViewGit =============================== This plugin display project informations on summary page : * description * last change * Git repository's URLs (if defined in project declaration) The Git repository URLs could be define using key 'url' in variable $conf['projects']. Example : $conf['projects']['myproject'] = array( 'repo' => '/path/to/my/repo', 'url' => array ( 'git@git.example.com:public_git/myproject', 'http://git.example.com/git/myproject' ) ); Install ------- * Put projectinfos directory in plugins directory * (Optionnaly) Define project's Git URL in inc/localconfig.php file