[cc-metadata] Does anyone have a list of all attribute combinations?
Roan Horning
Roan at Horning.us
Mon Jul 31 17:06:01 EDT 2006
Mike Linksvayer wrote:
> On Mon, 2006-07-31 at 08:58 -0400, Roan Horning wrote:
>
>> 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',
>> );
>>
>
> Roan, your list is correct, though I guess publicdomain should show up
> in the latter list with an empty string. Not sure what code you're
> using though...
>
> There are actually two more, GPL and LGPL, though those are software
> licenses.
>
>
Mike, this is php code. I've been working on adding svg support to the
getid3 library (http://www.getid3.org) so that the Open Clip Art Library
(openclipart.org) can use cchost. Since getid3 is targeted towards
movie, audio, image filetypes, those are licenses that I was researching
to use, but including the GPL and LPGL is a good idea.
Yes, I should also include an empty string for publicdomain in the later
list.
Thanks, Roan
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.ibiblio.org/pipermail/cc-metadata/attachments/20060731/24641bd6/attachment.htm
More information about the cc-metadata
mailing list