List Info

Thread: Does anyone have a list of all attribute combinations?




Does anyone have a list of all attribute combinations?
user name
2006-07-31 02:21:43
I'm wondering if there is a list of all the attribute (by,
nc, nd,
etc...) combinations (by-nc, etc...)?

-- 
Luke Hoersten
http://www.openradix.org/
http://www.cs.pur
due.edu/~lhoerste/
_______________________________________________
cc-metadata mailing list
metadatacreativecommons.org
http://lists.ibiblio.org/mailman/listinfo/cc-metadata
Does anyone have a list of all attribute combinations?
user name
2006-07-31 02:33:31
On Sun, 2006-07-30 at 22:21 -0400, Luke Hoersten wrote:
> I'm wondering if there is a list of all the attribute
(by, nc, nd,
> etc...) combinations (by-nc, etc...)?

SA and ND are mutually exclusive, leaving

BY
BY-NC
BY-NC-SA
BY-NC-ND
BY-ND
BY-SA

(version 1.0 licenses are also available without BY, adding
five more
combinations)

-- 
  
http://wiki.creativecommons.org/User:Mike_Linksvayer

_______________________________________________
cc-metadata mailing list
metadatacreativecommons.org
http://lists.ibiblio.org/mailman/listinfo/cc-metadata
Does anyone have a list of all attribute combinations?
user name
2006-07-31 02:35:24
Thanks Mike. Also, do you get that email that that guy's
email address
has changed when you post to this ML?

On 7/30/06, Mike Linksvayer <mlcreativecommons.org>
wrote:
> On Sun, 2006-07-30 at 22:21 -0400, Luke Hoersten wrote:
> > I'm wondering if there is a list of all the
attribute (by, nc, nd,
> > etc...) combinations (by-nc, etc...)?
>
> SA and ND are mutually exclusive, leaving
>
> BY
> BY-NC
> BY-NC-SA
> BY-NC-ND
> BY-ND
> BY-SA
>
> (version 1.0 licenses are also available without BY,
adding five more
> combinations)
>
> --
>   
http://wiki.creativecommons.org/User:Mike_Linksvayer
>
> _______________________________________________
> cc-metadata mailing list
> metadatacreativecommons.org
> http://lists.ibiblio.org/mailman/listinfo/cc-metadata
>


-- 
Luke Hoersten
http://www.openradix.org/
http://www.cs.pur
due.edu/~lhoerste/
_______________________________________________
cc-metadata mailing list
metadatacreativecommons.org
http://lists.ibiblio.org/mailman/listinfo/cc-metadata
Does anyone have a list of all attribute combinations?
user name
2006-07-31 07:34:18
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?

On 7/30/06, Luke Hoersten <luke.hoerstengmail.com> wrote:
> Thanks Mike. Also, do you get that email that that
guy's email address
> has changed when you post to this ML?
>
> On 7/30/06, Mike Linksvayer <mlcreativecommons.org> wrote:
> > On Sun, 2006-07-30 at 22:21 -0400, Luke Hoersten
wrote:
> > > I'm wondering if there is a list of all the
attribute (by, nc, nd,
> > > etc...) combinations (by-nc, etc...)?
> >
> > SA and ND are mutually exclusive, leaving
> >
> > BY
> > BY-NC
> > BY-NC-SA
> > BY-NC-ND
> > BY-ND
> > BY-SA
> >
> > (version 1.0 licenses are also available without
BY, adding five more
> > combinations)
> >
> > --
> >   
http://wiki.creativecommons.org/User:Mike_Linksvayer
> >
> > _______________________________________________
> > cc-metadata mailing list
> > metadatacreativecommons.org
> > http://lists.ibiblio.org/mailman/listinfo/cc-metadata
> >
>
>
> --
> Luke Hoersten
> http://www.openradix.org/
> http://www.cs.pur
due.edu/~lhoerste/
>


-- 
Luke Hoersten
http://www.openradix.org/
http://www.cs.pur
due.edu/~lhoerste/
_______________________________________________
cc-metadata mailing list
metadatacreativecommons.org
http://lists.ibiblio.org/mailman/listinfo/cc-metadata
Does anyone have a list of all attribute combinations?
user name
2006-07-31 12:58:48
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://creativec
ommons.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
metadatacreativecommons.org
http://lists.ibiblio.org/mailman/listinfo/cc-metadata
Does anyone have a list of all attribute combinations?
user name
2006-07-31 14:54:13
On Mon, 2006-07-31 at 08:58 -0400, Roan Horning wrote:
> Throwing my list into the pot 
> 
> $ccLicenseTypesBaseURL = 'http://creativec
ommons.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.

-- 
  
http://wiki.creativecommons.org/User:Mike_Linksvayer

_______________________________________________
cc-metadata mailing list
metadatacreativecommons.org
http://lists.ibiblio.org/mailman/listinfo/cc-metadata
Does anyone have a list of all attribute combinations?
user name
2006-07-31 17:06:36
Excellent, thanks a lot =) This will speed up GUI logo
rendering a lot.

On 7/31/06, Roan Horning <roanhorning.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://creativec
ommons.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
> metadatacreativecommons.org
> http://lists.ibiblio.org/mailman/listinfo/cc-metadata
>


-- 
Luke Hoersten
http://www.openradix.org/
http://www.cs.pur
due.edu/~lhoerste/
_______________________________________________
cc-metadata mailing list
metadatacreativecommons.org
http://lists.ibiblio.org/mailman/listinfo/cc-metadata
Does anyone have a list of all attribute combinations?
user name
2006-07-31 21:06:01
Mike Linksvayer wrote:
localhost.localdomain" type="cite">
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+//'=&gt;'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/'=&gt;'1.0',
'sa/'=>'1.0',
'by/'=>'2.5',
'by-nd/'=&gt;'2.5',
'by-nc/'=>'2.5',
'by-nc-nd/'=>;'2.5',
'by-nc-sa/'=&gt;'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&nbsp; the GPL and LPGL is a good idea.

Yes, I should also include an empty string for publicdomain in the later list.

Thanks, Roan
[1-8]

about | contact  Other archives ( Real Estate discussion Medical topics )