Skip to content

simeji/readme_at_repositories

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

40 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

README at Repositories

A Redmine plugin that displays the contents of README.md at the top of the Repository tab.

Requirements

  • Redmine 2.x or later (tested up to 5.x)
  • Rails 6.x or later

Installation

cd $REDMINE_ROOT/plugins
git clone https://github.com/simeji/readme_at_repositories.git
bundle exec rake redmine:plugins:migrate RAILS_ENV=production

Then restart your Redmine server.

Usage

Enable the plugin for your project

Go to SettingsModules and enable Readme at repository.

Project Module

View README in the Repository tab

Open the Repository tab. The contents of README.md are displayed at the top of the page — in any directory.

Repository Tab

.md files are rendered as Markdown. .txt and .rdoc are also supported (displayed as plain text).

Configure display position

You can change where the README appears via SettingsReadme at repository within the project.

Project Settings

To control who can change this setting, go to AdministrationRoles and permissions.

Roles and Permissions

License

MIT — see LICENSE for details.

About

Redmine plugin that displays contents of file named "README.md" at repository tab

Topics

Resources

Stars

Watchers

Forks

Packages

 
 
 

Contributors