[pmwiki-users] Creative Commons

DaveG pmwiki at solidgone.com
Fri Sep 2 14:54:15 CDT 2005


Just in case it wasn't clear, what I'd like to do is incorporate the 
code below to that it's rendered normally, rather than being displayed 
as actual text which is what happens when I simply paste into the 
SideBar. I realize why it's not rendered (prevent people injecting 
malicious code), but I wonder if there's not a variable I could assign 
the code-snippet to attach it to the SideBar.

 ~ ~ Dave

DaveG wrote:

> I'd like to attach a creative commons license to the sidebar on my 
> wiki. The code I'll need is below. How can I get the code inserted 
> into the sidebar, so it displays correctly?
>
> ~ ~ Dave
>
> <!-- Creative Commons License -->
> <a rel="license" 
> href="http://creativecommons.org/licenses/by-nc-sa/2.5/"><img 
> alt="Creative Commons License" border="0" 
> src="http://creativecommons.org/images/public/somerights20.gif" 
> /></a><br />
> This work is licensed under a <a rel="license" 
> href="http://creativecommons.org/licenses/by-nc-sa/2.5/">Creative 
> Commons Attribution-NonCommercial-ShareAlike 2.5 License</a>.
> <!-- /Creative Commons License -->
>
>
> <!--
>
> <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="">
>   <dc:type rdf:resource="http://purl.org/dc/dcmitype/Text" />
>   <license 
> rdf:resource="http://creativecommons.org/licenses/by-nc-sa/2.5/" />
> </Work>
>
> <License rdf:about="http://creativecommons.org/licenses/by-nc-sa/2.5/">
>   <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" />
>   <prohibits rdf:resource="http://web.resource.org/cc/CommercialUse" />
>   <permits rdf:resource="http://web.resource.org/cc/DerivativeWorks" />
>   <requires rdf:resource="http://web.resource.org/cc/ShareAlike" />
> </License>
>
> </rdf:RDF>
>
> -->
>
>
> _______________________________________________
> pmwiki-users mailing list
> pmwiki-users at pmichaud.com
> http://host.pmichaud.com/mailman/listinfo/pmwiki-users
>




More information about the pmwiki-users mailing list