1
0
Fork 0
mirror of https://github.com/matomo-org/matomo-icons.git synced 2024-09-19 17:03:45 +02:00

rename to Matomo

This commit is contained in:
Lukas Winkler 2018-01-10 19:53:02 +01:00
parent 48d5d33165
commit a5b77147ee

View file

@ -1,12 +1,12 @@
# Piwik-Icons
# Matomo-Icons
[![Build Status](https://travis-ci.org/piwik/piwik-icons.svg?branch=master)](https://travis-ci.org/piwik/piwik-icons)
[![Build Status](https://travis-ci.org/matomo-org/matomo-icons.svg?branch=master)](https://travis-ci.org/matomo-org/matomo-icons)
This reposistory provides the source files for the icons in [piwik](https://github.com/piwik/piwik) and the scripts used to resize them to a common size.
This reposistory provides the source files for the icons in [matomo](https://github.com/matomo-org/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](https://github.com/piwik/piwik-icons/issues/new) or, even better, open a pull request.
An icon is missing or you have a better one? Create a [new issue](https://github.com/matomo-org/matomo-icons/issues/new) 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.
@ -14,15 +14,15 @@ All source files except those in `devices`, `flags`, `searchEngines` and `social
| 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|
|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/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 |
|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