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
2018-06-15 10:13:05 +02:00
dist add coccoc.com website 2018-05-25 17:44:15 +02:00
src add coccoc.com website 2018-05-25 17:44:15 +02:00
submodules update submodules (no icon changes) 2018-05-11 14:49:47 +02:00
tools update flags 2018-03-01 19:15:01 +01:00
.gitattributes visual div 2017-02-18 11:46:12 +01:00
.gitignore don't commit composer.lock (after all the test should use the latest 2018-01-29 21:36:15 +01:00
.gitmodules update flags 2017-04-19 09:59:20 +02:00
.travis.yml fix shellcheck install on travis 2018-04-27 13:59:10 +02:00
analyseIco.py add license 2017-02-22 10:44:15 +01:00
composer.json don't commit composer.lock (after all the test should use the latest 2018-01-29 21:36:15 +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
devicedetector.php add tests for devicedetector 2017-11-21 21:32:36 +01:00
gpl-3.0.txt add license 2017-02-22 10:44:15 +01:00
README.md rename to Matomo 2018-01-10 19:53:02 +01:00
referrers.py fix paths 2017-11-16 22:28:24 +01:00
requirements.txt update python dependencies 2018-05-12 10:46:47 +02:00
tests.py ignore Mobiistar 2018-06-15 10:13:05 +02:00
unk.flag.svg simpler unknown flag and placeholder for missing flags 2017-02-21 14:33:30 +01:00
versions.txt update flags 2018-04-19 21:08:56 +02:00

Matomo-Icons

Build Status

This reposistory provides the source files for the icons in matomo 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 Matomo Administration page
browsers FF https://github.com/matomo-org/device-detector/blob/master/Parser/Client/Browser.php#L29
devices smartphone Device detection in Matomo Administration page
flags at all except un and gb-*
os WIN https://github.com/matomo-org/device-detector/blob/master/Parser/OperatingSystem.php#L30
plugins flash https://github.com/matomo-org/matomo/blob/3.x-dev/plugins/DevicePlugins/Visitor.php#L26
searchEngines google.com https://github.com/matomo-org/searchengine-and-social-list/blob/master/SearchEngines.yml
SEO bing.com https://github.com/matomo-org/matomo/tree/3.x-dev/plugins/SEO
socials facebook.com https://github.com/matomo-org/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.