This is a plugin for Redmine. It allows the user to select almost any redmine sub page as start page for a Redmine website
Some examples are: If the starting page must be the initial wiki page (the topic named ‘wiki’) for the ‘redminewikistartpage’ project, then
Redmine 1.x
Controller: projects Action: redminewikistartpage Id: wiki Extra argument name must be an empty string. Extra argument value must be an empty string.
Redmine 2.x
Controller: wiki (name of the controller) Action: show Id: wiki (name of the topic to show) Extra argument name: project_id Extra argument value: redminewikistartpage
Github repository: github.com/txinto/redmine_startpage Homepage: gatatac.org/projects/redmine-startpage/wiki
Install instructions www.redmine.org/projects/redmine/wiki/Plugins
Please note that the plugin directory must be ‘redmine_startpage’.
Github adds suffixes to the downloaded file so if you extract it directly to the plugin directory you will need to rename it to ‘redmine_startpage’.
For instance:
> ... (download and copy it to redmine's plugin directory) > cd plugins > tar xvfz redmine_startpage-0.0.3.tar.gz > mv redmine_startpage-0.0.3 redmine_startpage
If you do not rename it, the settings page will not be accessible and you will get a 404 error.
This plugin is published under GPL v2 license. www.gnu.org/licenses/gpl-2.0.html