Zionetrix::Git
Repositories
Help
Report an Issue
viewgit-projectinfos-plugin
Code
Commits
Branches
Tags
Search
Tree:
30dd254
Branches
Tags
master
viewgit-projectinfos-plugin
README
Add README file
Benjamin Renard
commited
30dd254
at 2013-08-21 17:34:26
README
Blame
History
Raw
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