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
2017-05-09 08:43:57 +02:00
dist add tesla logo 2017-04-21 13:33:44 +02:00
src replace absolute symlinks with relative ones 2017-05-08 17:18:48 +02:00
submodules update flags 2017-04-19 09:59:20 +02:00
tools visual div 2017-02-18 11:46:12 +01: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 add python tests to travis 2017-05-07 16:11:21 +02:00
analyseIco.py add license 2017-02-22 10:44:15 +01:00
composer.json require-dev searchengine-and-social-list 2017-02-16 10:48:35 +01:00
composer.lock add icons for referrers (searchEngines and socials) 2016-12-23 14:23:20 +01:00
convert.sh improve shell variables 2017-04-24 17:28:06 +02:00
gpl-3.0.txt add license 2017-02-22 10:44:15 +01:00
README.md mention folder structure in README 2017-05-09 08:43:57 +02:00
referrers.py add license 2017-02-22 10:44:15 +01:00
requirements.txt Update requests from 2.12.5 to 2.13.0 2017-01-24 14:32:56 +01:00
tests.py add test for placeholder icons 2017-05-08 20:48:32 +02:00
ti.flag.svg add ti flag (svg) 2017-02-20 10:10:07 +01:00
unk.flag.svg simpler unknown flag and placeholder for missing flags 2017-02-21 14:33:30 +01:00
versions.txt also save Inkscapes Version 2017-04-07 17:39:47 +02:00

Piwik-Icons

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