Issue Details (XML | Word | Printable)

Key: FOR-427
Type: Improvement Improvement
Status: Open Open
Priority: Critical Critical
Assignee: Unassigned
Reporter: Ross Gardler
Votes: 0
Watchers: 0
Operations

If you were logged in you would be able to see more operations.
Forrest

Need licensing element in plugins.xml

Created: 22/Jan/05 10:31 PM   Updated: 17/Nov/05 12:33 AM
Return to search
Component/s: Plugins (general issues)
Affects Version/s: 0.7
Fix Version/s: None

Time Tracking:
Not Specified

Issue Links:
Incorporates
 


 Description  « Hide
Since plugins can be hosted on different sites they can be released under licenses other than the Apache one. We need an element in plugins.xml that records the type of license a plugin is released under. This element should be used by the plugin install process to verify that the user agrees to the terms of that license before download and installation is started.


 All   Comments   Work Log   Change History   Subversion Commits      Sort Order: Ascending order - Click to sort in descending order
Ross Gardler added a comment - 21/Feb/05 06:35 PM
Reduced to Critical as this need not block the 0.7 release since we currently do not link to any plugins with incompatible licenses.

David Crossley added a comment - 15/Apr/05 04:00 AM
Schedule for 0.8 and tidy the Description.

David Crossley added a comment - 15/Apr/05 04:00 AM
For example:

<license name="A.N.Other License" url="http://www.domain.org/licenseText"/>

would result in the user being asked to read the license at the supplied URL and then typing yes to agree (no skips installation).

<license name="A.N.Other License">
  This is the text of the license.
</license>

would result in the license text being displayed and the user being asked to agree.