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.
- "Powered by Kaya" (smooth) (80x15 pixels)
- "Powered by Kaya" (sharp) (80x15 pixels)
- kayalang.org icon (80x15 pixels)
- Kaya icon with URL (88x31 pixels)
- Letter K (40x40 pixels)
- Plain word (40x20 pixels)
- Glowing word (40x20 pixels)
- Smudged word (40x20 pixels)
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>");