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-12-27 10:54:49 +01:00
dist update last remaining images 2018-12-22 23:00:06 +01:00
src add logos for new device-detector brands 2018-12-27 10:54:49 +01:00
submodules update submodules 2018-12-22 22:34:42 +01: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 shellcheck is now included by default in travis, so no need to install it anymore 2018-12-22 22:53:17 +01: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 improve floodfill algorithm, update dependencies 2018-11-12 15:09:05 +01: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 Mention travis list in README 2018-10-24 16:41:47 +02:00
referrers.py fix paths 2017-11-16 22:28:24 +01:00
requirements.txt update python requirements 2018-12-22 22:56:48 +01:00
tests.py add logos for new device-detector brands 2018-12-27 10:54:49 +01:00
unk.flag.svg simpler unknown flag and placeholder for missing flags 2017-02-21 14:33:30 +01:00
versions.txt update all images to the latest version of imagemagick and latest submodule 2018-12-22 22:39:56 +01: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. You can find a up-to-date list of all improvable icons on Travis.

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.