Extra

E

Optional extra downloads

These downloads are not part of the official Kaya distribution, but may be useful to Kaya developers.

Webapp logos

Kaya webapps and CGI programs may want to use these Kaya webapp logos. All of these logos may be used and modified without restriction. You can download a package of all logos or download each logo separately with the links below.

Please take a copy of the images rather than linking directly to ours. The following code gives an example of how to use these images in CGI and webapps.

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>");

Recent Comments

No comments to show.

Pages