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
2020-03-19 17:32:40 +01:00
dist reconvert files 2020-03-19 17:32:40 +01:00
src crop NX 2020-03-19 17:12:45 +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 replace git submodules with npm packagereplace git submodules with npm 2019-03-22 19:54:59 +01:00
.gitmodules update flags 2017-04-19 09:59:20 +02:00
.travis.yml fix travix build 2019-05-20 10:40:21 +02:00
analyseIco.py use python3 for ico detection 2019-10-03 20:23:01 +02: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 update third-party-icons and add a few browser icons 2019-12-21 22:32:43 +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
package.json update third-party-icons 2019-08-13 15:49:08 +02: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 test-dependencies 2019-10-03 19:33:43 +02:00
sort.py add more brands and sort list 2019-07-03 11:49:22 +02:00
tests-ignore.yml crop NX 2020-03-19 17:12:45 +01:00
tests.py revert umlauts in file names 2019-10-30 11:34:38 +01:00
unk.flag.svg simpler unknown flag and placeholder for missing flags 2017-02-21 14:33:30 +01:00
versions.txt update inkscape and imagemagick 2019-03-10 21:22:22 +01:00
yarn.lock lots of new browser logos 2020-03-19 17:03:39 +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.