diff --git a/.gitignore b/.gitignore deleted file mode 100644 index 2acce55..0000000 --- a/.gitignore +++ /dev/null @@ -1,2 +0,0 @@ -# Created by .ignore support plugin (hsz.mobi) -.idea/ diff --git a/CHANGELOG.md b/CHANGELOG.md deleted file mode 100644 index a0d7596..0000000 --- a/CHANGELOG.md +++ /dev/null @@ -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. diff --git a/GoogleTheme.php b/GTheme.php similarity index 86% rename from GoogleTheme.php rename to GTheme.php index 27b8dbc..53ed4c5 100644 --- a/GoogleTheme.php +++ b/GTheme.php @@ -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() { diff --git a/docs/faq.md b/docs/faq.md deleted file mode 100644 index 6ca3da4..0000000 --- a/docs/faq.md +++ /dev/null @@ -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 ! - diff --git a/docs/index.md b/docs/index.md deleted file mode 100644 index ba2bbfc..0000000 --- a/docs/index.md +++ /dev/null @@ -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) diff --git a/plugin.json b/plugin.json index f623273..4e06b2c 100644 --- a/plugin.json +++ b/plugin.json @@ -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" - } -} \ No newline at end of file + "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" + } + ] +} diff --git a/screenshots/A_soft_dashboard.png b/screenshots/A_soft_dashboard.png deleted file mode 100644 index e8ba4a9..0000000 Binary files a/screenshots/A_soft_dashboard.png and /dev/null differ diff --git a/screenshots/Better_readability.png b/screenshots/Better_readability.png deleted file mode 100644 index d4331da..0000000 Binary files a/screenshots/Better_readability.png and /dev/null differ diff --git a/screenshots/Google_Analytics_like_navigation.png b/screenshots/Google_Analytics_like_navigation.png deleted file mode 100644 index e95dbf0..0000000 Binary files a/screenshots/Google_Analytics_like_navigation.png and /dev/null differ diff --git a/screenshots/New_card_design.png b/screenshots/New_card_design.png deleted file mode 100644 index f5efd9e..0000000 Binary files a/screenshots/New_card_design.png and /dev/null differ