+

viewgit/inc/functions.php:463 Function create_function() is deprecated [8192]

Shortlog

Date Author Message Actions
13-08-21 17:20 Benjamin Renard Initial commitmaster commitdiff tree tar/gz zip patch

more »

Tags

Date Tag Actions

View all tags

Heads

Date Branch Actions
13-08-21 17:20 master

Project informations

Description
ViewGit ShowReadme plugin
Last Change
13-08-21 17:20
URL
  • http://git.zionetrix.net/git/viewgit-showreadme-plugin
  • git@git.zionetrix.net:public_git/viewgit-showreadme-plugin
README
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',
	...
);
ViewGit