Development moved to picman/redmine_dmsf

This commit is contained in:
1redmine 2025-07-03 13:59:26 +02:00
parent a3a339c21d
commit 90a221aeed
3 changed files with 6 additions and 6 deletions

View File

@ -12,11 +12,11 @@ WebDAV functionality is provided through Dav4Rack library.
The development has been supported by [Kontron](https://www.kontron.com) and has been released as open source thanks to their generosity.
Project home: <https://github.com/picman/redmine_dmsf>
Redmine Document Management System "Features" plugin is distributed under GNU General Public License v2 (GPL).
Redmine is a flexible project management web application, released under the terms of the GNU General Public License v2 (GPL) at <https://www.redmine.org/>
Redmine Document Management System "Features" plugin is distributed under GNU General Public License v3 (GPL).
33Redmine is a flexible project management web application, released under the terms of the GNU General Public License v2 (GPL) at <https://www.redmine.org/>
Further information about the GPL license can be found at
<https://www.gnu.org/licenses/old-licenses/gpl-2.0.html#SEC1>
<https://www.gnu.org/licenses/gpl-3.0.html>
## Features

View File

@ -772,8 +772,8 @@
update, delete) for documents and folders. The API supports both XML and JSON formats.
</p>
<p>
Detailed description can be found <a href="https://github.com/danmunn/redmine_dmsf/wiki/REST-API">here</a>
togeather with a <a href="https://raw.githubusercontent.com/danmunn/redmine_dmsf/master/extra/api/api_client.sh">
Detailed description can be found <a href="https://github.com/picman/redmine_dmsf/wiki/REST-API">here</a>
togeather with a <a href="https://raw.githubusercontent.com/picman/redmine_dmsf/master/extra/api/api_client.sh">
sample shell scrit</a>.
</p>
</div>

View File

@ -24,7 +24,7 @@ require "#{File.dirname(__FILE__)}/lib/redmine_dmsf"
Redmine::Plugin.register :redmine_dmsf do
name 'DMSF'
url 'https://www.redmine.org/plugins/redmine_dmsf'
author_url 'https://github.com/danmunn/redmine_dmsf/graphs/contributors'
author_url 'https://github.com/picman/redmine_dmsf/graphs/contributors'
author 'Vít Jonáš / Daniel Munn / Karel Pičman'
description 'Document Management System Features'
version '4.1.3'