Zionetrix::Git
Repositories
Help
Report an Issue
viewgit-showreadme-plugin
Code
Commits
Branches
Tags
Search
Tree:
0611e97
Branches
Tags
master
viewgit-showreadme-plugin
README
Initial commit
Benjamin Renard
commited
0611e97
at 2013-08-21 17:20:57
README
Blame
History
Raw
ShowReadme plugin for ViewGit ============================= This plugin display README text file content on summary page of project. README file(s) are detected at the root of the repository tree. File is treat as README file if it's name is : * README * INSTALL * README.txt * README.md * README.rst This list could be override with configuration variable $conf['readme_filenames']. Install ------- * Put showreadme directory in plugins directory * If you want to change README filenames, put this block in inc/localconfig.php file : $conf['readme_filenames'] = array( 'REAME', 'INSTALL', ... );