diff --git a/download-logos.php b/download-logos.php
index 25ae4aed9..2c4319aba 100644
--- a/download-logos.php
+++ b/download-logos.php
@@ -22,338 +22,145 @@ function print_star()
// Provide a random bgcolor setting for a cell
function random_bgcolor($min, $max)
{
- echo "style=\"background-color: #" .
+ echo "style=\"background-color: #" .
sprintf('%02x%02x%02x', rand($min, $max)*51, rand($min, $max)*51, rand($min, $max)*51) .
";\"";
}
?>
-
-
Download Logos and Icons
+
Download
- Right click on one of the images and select "Save Image As" to save the
- logo (except where otherwise indicated). Then, link it to the main PHP
- site at php.net.
+ Click on link below image and save the image.
+
+
+ Copy the image to your server.
+
+
+ Prefer SVG and convert to size/format you need.
+
- In case you have found some PHP logos, icons or other material around
- the web, feel free to point those out to us, so we can include them here,
- if appropriate. And oh, if you're wondering about the font we used, it's
- called Handel
- Gothic.
+ The author Colin Viebrock released the image as
+ Creative Commons
+ Attribution-Share Alike 4.0 International, feel free to reuse, do not
+ forget the terms of use:
+
+
+
+ Attribution — You must give appropriate credit, provide a link
+ to the license, and indicate if changes were made. You may do so in any
+ reasonable manner, but not in any way that suggests the licensor endorses
+ you or your use.
+
+
+ ShareAlike — If you remix, transform, or build upon the material,
+ you must distribute your contributions under the same license as the original.
+
- If you are planning on making money off of our logo
- (e.g. you want to make merchandise with the logo ... t-shirts,
- coffee mugs, pocket protectors, etc.), then you need to contact
- group@php.net for licensing information.
- For pretty much all other uses, there is no licensing requirement. For
- example: a logo on your website showing that you use/promote PHP, even
- commercial websites; course materials; a bunch of t-shirts for your own use
- and some friends, or your user group; a PHP-related book; a banner for your
- computer group; etc.. If in doubt, ask.
- However you should not use the logo in such a way, that it suggests that a
- particular person, company, course, etc. is endorsed by PHP.net.
+ Levi Morrison created this alternative version without background to use on PHP Site.
-
- Do not just include the graphic from our servers on your page!
- Copy the image to your site please.
-
- The images marked with a * are
- the images we recommend to display on your website, in case you are unable
- to choose from the formats. Note however, that some combinations of
- browser/operating system don't handle transparent PNG images very well.
+ Disclaimer: Using these formats is not recommended.