1
0
Fork 0
mirror of https://github.com/matomo-org/matomo-icons.git synced 2024-09-19 17:03:45 +02:00
Source files for the icons in Matomo
Find a file
2017-09-30 17:02:42 +02:00
dist add Blaupunkt Logo (https://github.com/piwik/device-detector/pull/5648) 2017-09-30 17:02:42 +02:00
src add Blaupunkt Logo (https://github.com/piwik/device-detector/pull/5648) 2017-09-30 17:02:42 +02:00
submodules submodules update (polish flag, new firefox logo) 2017-09-29 20:28:36 +02:00
tools better image difftool 2017-09-29 20:27:36 +02:00
.gitattributes visual div 2017-02-18 11:46:12 +01:00
.gitignore add .gitattributes 2017-02-16 10:34:14 +01:00
.gitmodules update flags 2017-04-19 09:59:20 +02:00
.travis.yml test to check if build script deletes everything 2017-05-23 18:12:19 +02:00
analyseIco.py add license 2017-02-22 10:44:15 +01:00
composer.json require-dev searchengine-and-social-list 2017-02-16 10:48:35 +01:00
composer.lock add icons for referrers (searchEngines and socials) 2016-12-23 14:23:20 +01:00
convert.sh Revert "temporarily revert "Remove CTA flag" until https://github.com/piwik/piwik/pull/11930 is merged" 2017-09-29 08:16:33 +02:00
gpl-3.0.txt add license 2017-02-22 10:44:15 +01:00
README.md add travis to README.md 2017-05-10 17:32:15 +02:00
referrers.py add license 2017-02-22 10:44:15 +01:00
requirements.txt update python requirements.txt 2017-07-06 11:53:55 +02:00
tests.py show .missing and .todo in travis TODO list 2017-07-06 12:33:14 +02:00
unk.flag.svg simpler unknown flag and placeholder for missing flags 2017-02-21 14:33:30 +01:00
versions.txt minor inkscape changes 2017-08-28 17:52:12 +02:00

Piwik-Icons

Build Status

This reposistory provides the source files for the icons in piwik and the scripts used to resize them to a common size.

Contributing

An icon is missing or you have a better one? Create a new issue or, even better, open a pull request.

All source files except those in devices, flags, searchEngines and socials need to have a second file called iconname.ext.source that mentions where the image is from.

Naming conventions

icon type example possible names
brand Apple Device detection in Piwik Administration page
browsers FF https://github.com/piwik/device-detector/blob/master/Parser/Client/Browser.php#L29
devices smartphone Device detection in Piwik Administration page
flags at all except un and gb-*
os WIN https://github.com/piwik/device-detector/blob/master/Parser/OperatingSystem.php#L30
plugins flash https://github.com/piwik/piwik/blob/3.x-dev/plugins/DevicePlugins/Visitor.php#L26
searchEngines google.com https://github.com/piwik/searchengine-and-social-list/blob/master/SearchEngines.yml
SEO bing.com https://github.com/piwik/piwik/tree/3.x-dev/plugins/SEO
socials facebook.com https://github.com/piwik/searchengine-and-social-list/blob/master/Socials.yml

File Formats

Ideally all source files should be SVGs or high resolution (>100px) PNGs. As this is not always possible, JPGs, GIFs and (even multiresolution) ICOs are supported.