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-01-14 16:22:47 +01:00
dist add Doro and Teclast 2018-01-14 16:22:47 +01:00
src add Doro and Teclast 2018-01-14 16:22:47 +01:00
submodules update browser-logos submodule 2017-12-28 15:40:04 +01: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 specify travis version 2017-11-22 08:14:13 +01:00
analyseIco.py add license 2017-02-22 10:44:15 +01:00
composer.json add tests for devicedetector 2017-11-21 21:32:36 +01:00
composer.lock add tests for devicedetector 2017-11-21 21:32:36 +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 requirements 2017-11-16 20:37:01 +01:00
tests.py reformat tests.py 2017-12-01 19:23:02 +01: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

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.