licensing-brainstorming: Difference between revisions
Jump to navigation
Jump to search
(first cut, very beginning) |
m (→Discussion: provenance; see examples) |
||
Line 15: | Line 15: | ||
<td>work title</td> | <td>work title</td> | ||
<td>fn; hCard</td> | <td>fn; hCard</td> | ||
<td></td> | <td>See [[licensing-examples#Attribution_with_work_title|examples#title]]</td> | ||
</tr> | </tr> | ||
Line 21: | Line 21: | ||
<td>attribution name</td> | <td>attribution name</td> | ||
<td>author; hAtom</td> | <td>author; hAtom</td> | ||
<td>Might be a vcard with fn, may also be an organization</td> | <td>Might be a vcard with fn, may also be an organization | ||
<br/>See [[licensing-examples#Attribution_to_creator|examples#attribution]]</td> | |||
</tr> | </tr> | ||
Line 27: | Line 28: | ||
<td>attribution url</td> | <td>attribution url</td> | ||
<td>url; hCard</td> | <td>url; hCard</td> | ||
<td>An author might have a url, should this be taken as the attribution url? If a work has a url, should it be taken as the attribution url?</td> | <td>An author might have a url, should this be taken as the attribution url? If a work has a url, should it be taken as the attribution url? | ||
<br/>See [[licensing-examples#Attribution_with_link_required|examples#link]]</td> | |||
</tr> | </tr> | ||
Line 33: | Line 35: | ||
<td>donation url</td> | <td>donation url</td> | ||
<td>payment; rel-payment</td> | <td>payment; rel-payment</td> | ||
<td></td> | <td>How to disambiguate from commercial licensing and purchase? | ||
<br/>See [[licensing-examples#Donation_related_to_work|examples#donation]]</td> | |||
</tr> | |||
<tr> | |||
<td>commercial licensing url</td> | |||
<td>payment; rel-payment</td> | |||
<td>How to disambiguate from donation and purchase? | |||
<br/>See [[licensing-examples#Commercial_licensing|examples#commercial]]</td> | |||
</tr> | </tr> | ||
<tr> | <tr> | ||
<td | <td>purchase url</td> | ||
<td>payment; rel-payment</td> | <td>payment; rel-payment</td> | ||
<td>How to disambiguate from donation?</td> | <td>How to disambiguate from donation and commercial licensing? | ||
<br/>See [[licensing-examples#Purchase_related_media|examples#purchase]]</td> | |||
</tr> | </tr> | ||
Line 45: | Line 56: | ||
<td>content hash</td> | <td>content hash</td> | ||
<td>checksum, sha1; [[hash-examples]]</td> | <td>checksum, sha1; [[hash-examples]]</td> | ||
<td>See [[licensing-examples#License_notice_with_content_hash|examples#hash]]</td> | |||
</tr> | |||
<tr> | |||
<td>provenance url</td> | |||
<td></td> | <td></td> | ||
<td>See [[licensing-examples#Rights_provenance.2Fwarranty.2Fidemnification|examples#provenance]]</td> | |||
</tr> | |||
</table> | </table> |
Revision as of 03:10, 19 October 2006
Licensing Brainstorming
The very beginning.
See licensing for background.
Discussion
Set of classes pertinent to supporting licensing and attribution requirements and complements. These classes could be used at webpage level or within relevant microformats, e.g., media-info.
Overly descriptive strawman not intended to conform with any convention | Existing class(es); source | Notes |
---|---|---|
work title | fn; hCard | See examples#title |
attribution name | author; hAtom | Might be a vcard with fn, may also be an organization
See examples#attribution |
attribution url | url; hCard | An author might have a url, should this be taken as the attribution url? If a work has a url, should it be taken as the attribution url?
See examples#link |
donation url | payment; rel-payment | How to disambiguate from commercial licensing and purchase?
See examples#donation |
commercial licensing url | payment; rel-payment | How to disambiguate from donation and purchase?
See examples#commercial |
purchase url | payment; rel-payment | How to disambiguate from donation and commercial licensing?
See examples#purchase |
content hash | checksum, sha1; hash-examples | See examples#hash |
provenance url | See examples#provenance |
Strawman example
Perhaps there should be an 'attribution' class which might hint that a fn or url should be used for attribution? Something like (webpage scope):
<a class="url attribution fn" href="http://example.com">My First Cookbook</a> <div class="author vcard"> <div class="fn attribution">J Doe</div> </div> <a rel="license" href="http://creativecommons.org/licenses/by/2.5/">(cc)</a> <a rel="payment" href="http://paypal.com/...">don't let me starve</a>
Todo
- Answer questions above and those not posed
- Discover and fix gratuitous problems with the above
- Examples working with media-info