[uf-discuss] What do I do when I have images with different licenses on a single page?

Jorel Pi jorel314 at gmail.com
Mon Dec 15 05:18:18 PST 2008


I know there's the rel-license, but that seems to be only for whole pages.

If I had a page with 2 images, each having a different license.  What
am I supposed to do?

I was thinking of just using span with the name of the license as the class.

public-domain = public domain
by-3.0 = Attribution
by-nd-3.0 = Attribution, No Derivatives
by-nc-nd-3.0 = Attribution, Non-Commercial, No Derivatives
by-nc-3.0 = Attribution, Non-Commercial
by-nc-sa-3.0 = Attribution, Non-Commercial, Share Alike
by-sa-3.0 = Attribution, Share Alike
copyright = All Rights Reserved

Here's an html link to the example code below:  http://bit.ly/2Blh

<p>
<a href="http://commons.wikimedia.org/wiki/File:Teslathinker.jpg">
<span class="public-domain">
<img src="http://upload.wikimedia.org/wikipedia/commons/8/87/Teslathinker.jpg"
width="200px" border="0" />
</span>
</a>
</p>

<p>
<a href="http://flickr.com/photos/jorel314/3096569377/">
<span class="by-2.0">
<img src="http://farm4.static.flickr.com/3247/3096569377_59b20f2a40_o.png"
width=200px" border="0" />
</span>
</a>
<br />
image by <a href="http://jorel314.dyndns.org" rel="me">jorel314</a></small>
</p>


More information about the microformats-discuss mailing list