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;
}
}