All of these logos may be freely used, distributed and modified for
any purpose by anyone. (For the avoidance of doubt, this is
intentionally different to the general GPL/LGPL licensing of
the Kaya distribution)

The following code includes a logo on a Kaya-generated webpage.

For webapps
-----------
link = appendInlineElement(block,Hyperlink("http://kayalang.org"),"");
img = addImage(link,ImageData("/images/url-large.png","Powered by Kaya",
                              Specified(88,31)));

For CGI
-------
content("<a href='http://kayalang.org'><img src='/images/url-large.png' 
alt='Powered by Kaya' width='88' height='31'></a>");
