1
0
Fork 0
mirror of https://github.com/matomo-org/matomo-icons.git synced 2024-09-18 15:53:44 +02:00
Source files for the icons in Matomo
Find a file
2021-07-25 15:36:08 +02:00
.github Overwrite global PR template 2021-06-17 10:01:36 +12:00
dist update third-party-icons 2021-02-17 21:47:39 +01:00
src add search engines 2021-07-25 15:36:08 +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 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 typo in .travis.yml 2020-08-07 16:41:46 +02:00
analyseIco.py use python3 for ico detection 2019-10-03 20:23:01 +02:00
composer.json use device detector 4 2020-11-01 09:55:00 +01:00
convert.sh update third-party-icons 2021-02-17 21:47:39 +01:00
devicedetector.php use device detector 4 2020-11-01 09:55:00 +01:00
gpl-3.0.txt add license 2017-02-22 10:44:15 +01:00
package-lock.json use npm instead of yarn 2021-07-25 15:29:29 +02:00
package.json update third-party-icons 2019-08-13 15:49:08 +02:00
README.md fix more links in README 2021-02-17 21:23:33 +01:00
referrers.py fix paths 2017-11-16 22:28:24 +01:00
requirements.txt update python dependencies 2021-03-24 23:17:42 +01:00
sort.py add more brands and sort list 2019-07-03 11:49:22 +02:00
tests-ignore.yml add a lot of browser icons 2020-08-07 17:14:58 +02: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 conversion programs 2021-02-17 21:30:10 +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#L37
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#L38
plugins flash files in plugins/DevicePlugins/Columns/
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/4.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.