Page 1 of 1
CC Attribution 2.0
Posted: Wed Mar 09, 2005 11:08 pm
by oxygenws
CC Attribution 2.0 published but CC version of CC plugin is "1.0"
can you please upgrade to 2.0??
link of 1.0:
http://creativecommons.org/licenses/by/1.0/
link of 2.0:
http://creativecommons.org/licenses/by/2.0/
i don't know the difference between them, but mostly new versions are better than oldies!!!! (except Microsoft products

)
regards, omid
Re: CC Attribution 2.0
Posted: Thu Mar 10, 2005 5:25 pm
by garvinhicking
This has already been added as a feature request some time before:
http://sourceforge.net/tracker/index.ph ... tid=542825
I don't use nor like CC, so I'm not going to investigate this. Volunteers wanted.
Regards,
Garvin
Posted: Thu Mar 10, 2005 5:36 pm
by oxygenws
should/can i change that??
should/can i improve!! that plugin?

Posted: Thu Mar 10, 2005 5:41 pm
by garvinhicking
Yes, you can!

Go ahead, please.
Regards,
Garvin
Posted: Thu Mar 10, 2005 7:13 pm
by Boris
Slightly Off-Topic:
Here is a quick patch extracted from the CC-plugin-version I use in my blog.
It links to the german version of the CC-License if thats the blog-language. (like it was done for the japanese-version)
Perhaps someone finds it useful too
Code: Select all
--- old/plugins/serendipity_event_creativecommons/serendipity_event_creativecommons.php 2005-02-18 07:16:06.000000000 +0100
+++ new/plugins/serendipity_event_creativecommons/serendipity_event_creativecommons.php 2005-03-10 19:04:16.000000000 +0100
@@ -139,6 +139,9 @@
case 'ja':
$license_uri .= 'jp/';
break;
+ case 'de':
+ $license_uri .= 'de/deed.de';
+ break;
}
}
Posted: Sun Mar 13, 2005 2:14 pm
by garvinhicking
Hi Boris!
Thanks a lot for the patch, I just committed it!
Regards,
Garvin