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', ... );