Documentation - Redmine News Notification¶
Notify your users about the latest news
This plugin allows to notify your users about the latest and unread news by displaying a counter at the top bar of the pages.
Getting Started¶
This quick introduction shows you the most convenient way for trying out the plugin with your Redmine instance.
Dependencies¶
To run the plugin you need the following dependencies installed:
Downloading the plugin¶
Attention
Don't clone the default branch: For production you need to clone the master branch explicitly!
Navigate into the plugins directory of your Redmine instance.
Download the latest development state as redmine_news_notification folder into your plugin directory.
cd (REDMINE_ROOT_DIR)/plugins
git clone -b master https://github.com/xmera-circle/redmine_news_notification.git
Restart Redmine¶
Navigate into the root directoy.
Run the restart
Rake task. This will touch restart.txt
in order to force Redmine's application server to restart and load
everything from scratch. This will register the new plugin.
cd (REDMINE_ROOT_DIR)
rake restart
Uninstall¶
Just remove or delete the plugin from the plugin directory.
Changelog¶
Every release comes along with a list of notable changes in order to make it easier to follow up on the progress of Redmine Email Customizer.
All those changes are documented in source:CHANGELOG.md.
Licence¶
Copyright (C) 2021-2023 Liane Hampe liaham@xmera.de, xmera Solutions GmbH.
Copyright (C) 2013-2016 George Harada http://georz.hatenablog.com/.
This plugin program is free software; you can redistribute it and/or
modify it under the terms of the GNU General Public License
as published by the Free Software Foundation; either version 2
of the License, or (at your option) any later version.
This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.