[drupal-docs] Copyright module -- use this on Drupal.org?
Charlie Lowe
cel4145 at cyberdash.com
Wed Jan 5 16:15:12 UTC 2005
Bèr Kessels wrote:
> Update: I ham testing this module ATM. And i have decided to merge my
> cclicence into this module. It is, however, in current state, very usefull
> for drupal.org handbook.
>
> I therefore suggest that Dries has a look at this module, and see if it should
> be installed at drupal.org. I beleive it should.
>
> Things I will add are:
> A feed for each licence. e.g a feed with all GNUPL-licenced options.
> Two hooks to extend this module, so that files can be tagged too. (e.g. to tag
> mp3files with the CC data)
>
> both options are not usefull on drupal.org. Thus the current module is good
> enough for drupal.org.
>
This sounds great.
But pardon my ignorance, not having tested the module. Here's a
question: Will the module insert the CC license rdf metadata information
into a post (see below), and will it display that information with a
listed, CC licensed post for appropriate nodes in a list of nodes, such
as on node the default Drupal home page?
Here are CC's reasons for including the metadata:
http://creativecommons.org/technology/metadata/why
http://creativecommons.org/technology/metadata/
Charlie
<!--
<rdf:RDF xmlns="http://web.resource.org/cc/"
xmlns:dc="http://purl.org/dc/elements/1.1/"
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
<Work rdf:about="">
<license
rdf:resource="http://creativecommons.org/licenses/by-sa/2.0/" />
</Work>
<License rdf:about="http://creativecommons.org/licenses/by-sa/2.0/">
<permits rdf:resource="http://web.resource.org/cc/Reproduction" />
<permits rdf:resource="http://web.resource.org/cc/Distribution" />
<requires rdf:resource="http://web.resource.org/cc/Notice" />
<requires rdf:resource="http://web.resource.org/cc/Attribution" />
<permits rdf:resource="http://web.resource.org/cc/DerivativeWorks" />
<requires rdf:resource="http://web.resource.org/cc/ShareAlike" />
</License>
</rdf:RDF>
-->
More information about the drupal-docs
mailing list