Developer:LicensesResource

From myExperiment
Jump to: navigation, search

Index of licenses

URI: GET http://www.myexperiment.org/licenses.xml

Example output:

<?xml version="1.0"?>
<licenses>
  <license resource="http://www.myexperiment.org/licenses/1" uri="http://www.myexperiment.org/license.xml?id=1">Creative Commons Attribution-No Derivative Works 3.0 Unported License</license>
  <license resource="http://www.myexperiment.org/licenses/2" uri="http://www.myexperiment.org/license.xml?id=2">Creative Commons Attribution-Share Alike 3.0 Unported License</license>
  <license resource="http://www.myexperiment.org/licenses/3" uri="http://www.myexperiment.org/license.xml?id=3">Creative Commons Attribution 3.0 Unported License</license>
  <license resource="http://www.myexperiment.org/licenses/4" uri="http://www.myexperiment.org/license.xml?id=4">Creative Commons Attribution-Noncommercial-No Derivative Works 3.0 Unported License</license>
  <license resource="http://www.myexperiment.org/licenses/5" uri="http://www.myexperiment.org/license.xml?id=5">Creative Commons Attribution-Noncommercial 3.0 Unported License</license>
<licenses>


Create license

Planned.


Read license

URL: GET http://www.myexperiment.org/license.xml?id=1

Example output:

<?xml version="1.0"?>
<license uri="http://www.myexperiment.org/license.xml?id=1" resource="http://www.myexperiment.org/licenses/1">
  <id>1</id>
  <unique-name>by-nd</unique-name>
  <title>Creative Commons Attribution-No Derivative Works 3.0 Unported License</title>
  <description>&lt;h4&gt;You are free:&lt;/h4&gt;
&lt;ul&gt;
  &lt;li&gt;to Share &mdash; to copy, distribute and transmit the work&lt;/li&gt;
&lt;/ul&gt;
&lt;h4&gt;Under the following conditions:&lt;/h4&gt;
&lt;ul&gt;
  &lt;li&gt;Attribution &mdash; You must attribute the work in the manner specified by the author or licensor (but not in any way that suggests that they endorse you or your use of the work).&lt;/li&gt;
  &lt;li&gt;No Derivative Works &mdash; You may not alter, transform, or build upon this work.&lt;/li&gt;
&lt;/ul&gt;
&lt;h4&gt;With the understanding that:&lt;/h4&gt;
&lt;ul&gt;
  &lt;li&gt;Waiver &mdash; Any of the above conditions can be waived if you get permission from the copyright holder.&lt;/li&gt;
  &lt;li&gt;Other Rights &mdash; In no way are any of the following rights affected by the license:
    &lt;ul&gt;
      &lt;li&gt;Your fair dealing or fair use rights;&lt;/li&gt;
      &lt;li&gt;The author's moral rights;&lt;/li&gt;
      &lt;li&gt;Rights other persons may have either in the work itself or in how the work is used, such as publicity or privacy rights.&lt;/li&gt;
    &lt;/ul&gt;
  &lt;/li&gt;
  &lt;li&gt;Notice &mdash; For any reuse or distribution, you must make clear to others the license terms of this work. The best way to do this is with a link to &lt;a href='http://creativecommons.org/licenses/by-nd/3.0/'&gt;http://creativecommons.org/licenses/by-nd/3.0/&lt;/a&gt;.&lt;/li&gt;
&lt;/ul&gt;</description>
  <url>http://creativecommons.org/licenses/by-nd/3.0/</url>
  <created-at>Wed Jul 08 14:09:36 +0100 2009</created-at>
</license>


Update license

Planned.


Delete license

Planned.


Elements for license

  • id - the id of the license resource
  • unique-name - the unique human-resdable name for the license
  • title - the title of the license
  • description - a description of the license
  • url - The URL uniquely identifying the license (e.g. http://creativecommons.org/licenses/by-nd/3.0/)
  • created-at - the date/time the license resource was created
  • updated-at - the date/time the license resource was last modified