The "Python Powered" Logo
Web sites that use Python are encouraged to incorporate the "Python
Powered" logo somewhere in their page to indicate
their support for Python. The
logo should be linked to the Python web site,
http://www.python.org/. Here's some example HTML:
<a href="http://www.python.org/">
<img src="PythonPoweredSmall.gif" align=top width=55
height=22 alt="[Python Powered]" border=0>
</a>
The logo is available in two sizes; each size comes in a plain
version and an animated version. The subtly flashing animation stops
after four cycles. The logo files are non-interlaced GIF files with
transparent background. The text is anti-aliased (the oval isn't, to
allow for transparency).
The logos are created and copyrighted by Just van Rossum. For those
who thrive on such things, Just has provided a license
agreement for the logo :-)
|