Chris@16: = Redmine Checkout plugin Chris@16: Chris@16: Author:: Holger Just Chris@16: URL:: http://dev.holgerjust.de/projects/redmine-checkout Chris@16: Chris@16: This plugin to Redmine adds a link to the actual repository to the GUI. Chris@16: Chris@16: This plugin includes ZeroClipboard[http://code.google.com/p/zeroclipboard/] Chris@16: by Joseph Huckaby. This software is licensed under the Chris@16: {GNU Lesser General Public License}[http://www.gnu.org/licenses/lgpl.html]. Chris@16: Chris@16: Copyright (c) 2009, 2010 Holger Just Chris@16: Chris@16: Permission is hereby granted, free of charge, to any person Chris@16: obtaining a copy of this software and associated documentation Chris@16: files (the "Software"), to deal in the Software without Chris@16: restriction, including without limitation the rights to use, Chris@16: copy, modify, merge, publish, distribute, sublicense, and/or sell Chris@16: copies of the Software, and to permit persons to whom the Chris@16: Software is furnished to do so, subject to the following Chris@16: conditions: Chris@16: Chris@16: The above copyright notice and this permission notice shall be Chris@16: included in all copies or substantial portions of the Software. Chris@16: Chris@16: THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, Chris@16: EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES Chris@16: OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND Chris@16: NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT Chris@16: HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, Chris@16: WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING Chris@16: FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR Chris@16: OTHER DEALINGS IN THE SOFTWARE. Chris@16: Chris@16: = Installation Chris@16: Chris@16: The installation follows the standard installation path from Chris@16: http://www.redmine.org/projects/redmine/wiki/Plugins Chris@16: Chris@16: 1. Copy the software to the vendor/plugins directory. Make sure that the name Chris@16: of the directory is redmine_checkout. Chris@16: 2. Run rake db:migrate_plugins RAILS_ENV=production Chris@16: 3. Restart Redmine