= Redmine Project Show plugin
Project Show is a Redmine plugin to show how simple it is to override default views. This partial one displays the sub-projects in a more readable list instead of the comma separated one. Doing it within a plugin is better than changing the core as when you go thru updates to Redmine you won't have to go back and make the changes again. I got tired of having to do this for multiple installs and versions fso I think the plugin is a btter idea.
== Features
== Getting the plugin
The newest version is always at {GitHub}[http://github.com/speedy32129/projects_show].
== Install
Install using the standard methods for a redmine plugin. Make sure plugin directory is named "projects_show". However testing is showing if the web server is restarted it's not necessary to run the plugin migrations.
== Uninstall
Unstall using the standard methods for a redmine plugin.
== Usage
Display a more readable subproject list.
=== Change History 0.0.2 - Made the plugin multi-version compatible
0.0.1 - Initial creation