Skip to Content.
Sympa Menu

cc-metadata - Re: [cc-metadata] Does anyone have a list of all attribute combinations?

cc-metadata AT lists.ibiblio.org

Subject: discussion of the Creative Commons Metadata work

List archive

Chronological Thread  
  • From: "Luke Hoersten" <luke.hoersten AT gmail.com>
  • To: "discussion of the Creative Commons Metadata work" <cc-metadata AT lists.ibiblio.org>
  • Subject: Re: [cc-metadata] Does anyone have a list of all attribute combinations?
  • Date: Mon, 31 Jul 2006 13:06:36 -0400

Excellent, thanks a lot =) This will speed up GUI logo rendering a lot.

On 7/31/06, Roan Horning <roan AT horning.us> wrote:
Luke Hoersten wrote:
> What about like sampling, sampling+ and nc-sampling+ etc... how many
> more of these are there?
>
> Right now my count is 14 attribute combinations. Is this accurate?
>
>
Throwing my list into the pot :)

$ccLicenseTypesBaseURL = 'http://creativecommons.org/licenses/';
$ccLicenseTypes = array ('nd/'=>'NoDerivs',
'nd-nc/'=>'NoDerivs-NonCommercial',
'nc/'=>'NonCommercial',
'nc-sa/'=>'NonCommercial-ShareAlike',
'sa/'=>'ShareAlike',
'by/'=>'Attribution',
'by-nd/'=>'Attribution-NoDerivs',
'by-nc/'=>'Attribution-NonCommercial',
'by-nc-nd/'=>'Attribution-NonCommercial-NoDerivs',
'by-nc-sa/'=>'Attribution-NonCommercial-ShareAlike',
'by-sa/'=>'Attribution-ShareAlike',
'sampling/'=>'Sampling',
'sampling+//'=>'Sampling Plus',
'nc-sampling+/'=>'NonCommercial Sampling Plus',
'devnations/'=>'Developing Nations',
'publicdomain/'=>'Public Domain Dedication'
);
$ccLicenseLatestVersion = array ('nd/'=>'1.0',
'nd-nc/'=>'1.0',
'nc/'=>'1.0',
'nc-sa/'=>'1.0',
'sa/'=>'1.0',
'by/'=>'2.5',
'by-nd/'=>'2.5',
'by-nc/'=>'2.5',
'by-nc-nd/'=>'2.5',
'by-nc-sa/'=>'2.5',
'by-sa/'=>'2.5',
'sampling/'=>'1.0',
'sampling+//'=>'1.0',
'nc-sampling+/'=>'1.0',
'devnations/'=>'2.0',
);

_______________________________________________
cc-metadata mailing list
metadata AT creativecommons.org
http://lists.ibiblio.org/mailman/listinfo/cc-metadata



--
Luke Hoersten
http://www.openradix.org/
http://www.cs.purdue.edu/~lhoerste/




Archive powered by MHonArc 2.6.24.

Top of Page