Update infrastructure names and details

This commit is contained in:
g 2020-09-13 19:49:36 +02:00
commit 8e1f41f211
10 changed files with 25 additions and 85 deletions

2
.gitignore vendored
View file

@ -1,2 +0,0 @@
# Created by .ignore support plugin (hsz.mobi)
.idea/

View file

@ -1,13 +0,0 @@
## v1.0.5
- Updating screenshots labels
## v1.0.4
- Updating GitHub default repo
## v1.0.2
- Fix overflow hidden property on cards cause problems with dropdown
## V1.0.0
- Write documentation, description and FAQ.
- Change the style of the search bar (QuickAccess)
- Change the style of the small buttons at the top of the dashboard.

View file

@ -7,11 +7,11 @@
*
*/
namespace Piwik\Plugins\GoogleTheme;
namespace Piwik\Plugins\GTheme;
use Piwik\Plugin;
class GoogleTheme extends Plugin
class GTheme extends Plugin
{
public function getListHooksRegistered()
{

View file

@ -1,22 +0,0 @@
## FAQ
__How to install this theme__
This theme is available in the official marketplace of Matomo. You have to install the same way as a plugin
- Go to the administration panel
- Look for the Marketplace section and select "Theme" in the dropdown
- Then search for 'Google Theme' and install it.
- Activate the theme and you're done !
__Is the theme active for all Matomo users in my instance ?__
Yes, if you choose this theme for your Matomo instance, all users will see it.
__How can I contribute to this theme ?__
You can help me developping this theme by contacting me. You can also fork the project and ask for an integration. All way you consider as legit to contribute are welcome.
__How long this theme will be maintained ?__
As long as possible, I have many project to maintain, I'm the first user of this theme and I use Matomo on many project, if I see errors, I'll patch this theme faster as possible !

View file

@ -1,16 +0,0 @@
## Documentation
This theme use LESS to override current CSS. All files and assets are in the "stylesheets" folder at the root of the theme.
To make it more readable, all differents parts are splitted in the "component" folder.
If you want to contribute, please download the folder and continue in this direction using small and maintainable components.
Consider this is my first Matomo theme, be compliant and please tell me how to make it better if you see any errors.
### Overrided components
- Page card style
- Dashboard widgets
- Header
- Site menu
- Search bar
- Sparkline (thank to https://lw1.at for showing the right way)

View file

@ -1,31 +1,24 @@
{
"name": "GoogleTheme",
"description": "A sublime Google Analytics theme for Matomo",
"version": "1.0.5",
"theme": true,
"require": {
"piwik": ">=3.13.1-stable,<4.0.0-b1"
},
"stylesheet": "stylesheets\/theme.less",
"javascript": "javascripts\/theme.js",
"homepage": "https://lazuli.agency",
"license": "GPL v3+",
"keywords": [
"Google Analytics", "Google", "Modern", "GA"
],
"support": {
"email": "contact@ronan-hello.fr",
"issues": "https://github.com/ronan-hello/matomo-google-theme/issues",
"source": "https://github.com/ronan-hello/matomo-google-theme"
},
"authors": [
{
"name": "Ronan HELLO",
"email": "contact@ronan-hello.fr",
"homepage": "https://ronan-hello.fr"
}
],
"donate": {
"paypal": "ronan56.hello@gmail.com"
}
}
"name": "GTheme",
"description": "A Matomo theme for gugulet.hu",
"version": "0.0.1",
"theme": true,
"require": {
"piwik": ">=3.13.1-stable,<4.0.0-b1"
},
"stylesheet": "stylesheets/theme.less",
"javascript": "javascripts/theme.js",
"homepage": "https://gugulet.hu",
"license": "GPL v3+",
"keywords": ["Custom", "Modern"],
"support": {
"issues": "https://github.com/gugulet-hu/matomo-g-theme/issues",
"source": "https://github.com/gugulet-hu/matomo-g-theme"
},
"authors": [
{
"name": "g*",
"homepage": "https://gugulet.hu"
}
]
}

Binary file not shown.

Before

Width:  |  Height:  |  Size: 85 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 54 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 7.3 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 17 KiB