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-06-28 10:44:01 +02:00
dist fixes #12 by adding a small white border before trimming 2017-06-06 08:35:57 +02:00
src fix innos icon 2017-06-06 08:12:52 +02:00
submodules update submodules 2017-06-28 10:42:53 +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 test to check if build script deletes everything 2017-05-23 18:12:19 +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 fix indentation 2017-06-28 10:44:01 +02:00
gpl-3.0.txt add license 2017-02-22 10:44:15 +01:00
README.md add travis to README.md 2017-05-10 17:32:15 +02:00
referrers.py add license 2017-02-22 10:44:15 +01:00
requirements.txt add test for small source images 2017-05-10 17:28:14 +02:00
tests.py small fix 2017-05-23 19:06:56 +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

Build Status

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.