Development moved to picman/redmine_dmsf
This commit is contained in:
parent
a3a339c21d
commit
90a221aeed
@ -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.
|
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>
|
Project home: <https://github.com/picman/redmine_dmsf>
|
||||||
|
|
||||||
Redmine Document Management System "Features" plugin is distributed under GNU General Public License v2 (GPL).
|
Redmine Document Management System "Features" plugin is distributed under GNU General Public License v3 (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/>
|
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
|
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
|
## Features
|
||||||
|
|
||||||
|
|||||||
@ -772,8 +772,8 @@
|
|||||||
update, delete) for documents and folders. The API supports both XML and JSON formats.
|
update, delete) for documents and folders. The API supports both XML and JSON formats.
|
||||||
</p>
|
</p>
|
||||||
<p>
|
<p>
|
||||||
Detailed description can be found <a href="https://github.com/danmunn/redmine_dmsf/wiki/REST-API">here</a>
|
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/danmunn/redmine_dmsf/master/extra/api/api_client.sh">
|
togeather with a <a href="https://raw.githubusercontent.com/picman/redmine_dmsf/master/extra/api/api_client.sh">
|
||||||
sample shell scrit</a>.
|
sample shell scrit</a>.
|
||||||
</p>
|
</p>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
2
init.rb
2
init.rb
@ -24,7 +24,7 @@ require "#{File.dirname(__FILE__)}/lib/redmine_dmsf"
|
|||||||
Redmine::Plugin.register :redmine_dmsf do
|
Redmine::Plugin.register :redmine_dmsf do
|
||||||
name 'DMSF'
|
name 'DMSF'
|
||||||
url 'https://www.redmine.org/plugins/redmine_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'
|
author 'Vít Jonáš / Daniel Munn / Karel Pičman'
|
||||||
description 'Document Management System Features'
|
description 'Document Management System Features'
|
||||||
version '4.1.3'
|
version '4.1.3'
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user