- From: Toby Inkster <tai@g5n.co.uk>
- Date: Wed, 30 Dec 2009 18:44:50 +0000
- To: Shlomi Fish <shlomif@iglu.org.il>
- Cc: public-rdfa@w3.org
On Sun, 2009-12-27 at 22:54 +0200, Shlomi Fish wrote: > How can I do a mixed XHTML+MathML+SVG+RDFa markup? I have some > MathML code at, for example: > > http://www.shlomifish.org/MathVentures/bugs-in-square-mathml.xhtml > > And I'd like to licence it under a Creative Commons licence? If you want to license the entire page, then it's as simple as: <a rel="license" href="http://example.com/link/to/license">link text</a> If there's a specific part of it that you want to license, then you can wrap it in, say: <div id="bit-i-want-to-license"> ... </div> And then apply the license like this: <a about="#bit-i-want-to-license" rel="license" href="http://example.com/link/to/license">link text</a> If there are some external files like the Perl script you wish to license, then you could use: <a about="gen-bugs-in-square-svg.pl" rel="license" href="http://example.com/link/to/license">link text</a> -- Toby A Inkster <mailto:mail@tobyinkster.co.uk> <http://tobyinkster.co.uk>
Received on Wednesday, 30 December 2009 18:45:32 UTC