Difference between revisions of "DiscoverEd Metadata"

From Creative Commons
Jump to: navigation, search
(ccLearn Syndication Guidelines)
(ccLearn Syndication Guidelines)
Line 7: Line 7:
 
Presently, ccLearn is looking for the following data:
 
Presently, ccLearn is looking for the following data:
 
* Link: Full URL of the referenced resource.
 
* Link: Full URL of the referenced resource.
* License: This should be a URL to the license e.g. http://creativecommons.org/licenses/by/3.0/ph/.
 
* Grade level: What grade or level this material is suitable for.
 
* Language: The language of the referenced resource (not of the your site).
 
 
* Title: A brief descriptive title for the resource.
 
* Title: A brief descriptive title for the resource.
 
* Summary: A relatively short summary/synopsis of the resource.
 
* Summary: A relatively short summary/synopsis of the resource.
* Subject: A more formal subject name e.g. Mathematics.
+
* License: This should be a URL to the license e.g. http://creativecommons.org/licenses/by/3.0/ph/.
 +
* Grade level (cc:gradelevel): What grade or level this material is suitable for.
 +
* Language (cc:lang): The language of the referenced resource (not of the your site).
 +
* Subject (cc:subject): A more formal subject name e.g. Mathematics.
 +
 
 +
 
  
 
Because some of these fields do not have native Atom or RSS element definitions, we suggest that they be embedded as tags.  In order for us to be able to recognize these within the feed, the tag content should be of the format
 
Because some of these fields do not have native Atom or RSS element definitions, we suggest that they be embedded as tags.  In order for us to be able to recognize these within the feed, the tag content should be of the format
Line 18: Line 20:
 
<blockquote>cc:<field>:<data></blockquote>
 
<blockquote>cc:<field>:<data></blockquote>
  
For example, the tag for License would become something like:
+
For example, the tag for Language would become something like:
 +
 
 +
<blockquote>cc:license:es</blockquote>
 +
 
 +
Another example for Grade level could be:
 +
 
 +
<blockquote>cc:gradelevel:5-7</blockquote>
 +
 
 +
The "cc:" specific fields should be embedded precisely as specified above in parentheses:
 +
* Subject: cc:subject:<data>
 +
* Grade level: cc:gradelevel:<data>
 +
* Language: cc:lang:<data>
  
<blockquote>cc:license:http://creativecommons.org/licenses/by/3.0/ph/</blockquote>
+
== Embedding license information ==

Revision as of 00:32, 17 January 2008

ccLearn Syndication Guidelines

This document outlines the format in which ccLearn would like to receive syndication feeds for the data that will go into it's OER database.

The data must be supplied in an Atom or RSS format. These are two very well documented XML formats, and they are commonly implemted out-of-the-box by many content management systems.

Presently, ccLearn is looking for the following data:

  • Link: Full URL of the referenced resource.
  • Title: A brief descriptive title for the resource.
  • Summary: A relatively short summary/synopsis of the resource.
  • License: This should be a URL to the license e.g. http://creativecommons.org/licenses/by/3.0/ph/.
  • Grade level (cc:gradelevel): What grade or level this material is suitable for.
  • Language (cc:lang): The language of the referenced resource (not of the your site).
  • Subject (cc:subject): A more formal subject name e.g. Mathematics.


Because some of these fields do not have native Atom or RSS element definitions, we suggest that they be embedded as tags. In order for us to be able to recognize these within the feed, the tag content should be of the format

cc:<field>:

For example, the tag for Language would become something like:

cc:license:es

Another example for Grade level could be:

cc:gradelevel:5-7

The "cc:" specific fields should be embedded precisely as specified above in parentheses:

  • Subject: cc:subject:
  • Grade level: cc:gradelevel:
  • Language: cc:lang:

Embedding license information