diff --git a/CODEOWNERS b/CODEOWNERS index 0248e1a..06b9cce 100644 --- a/CODEOWNERS +++ b/CODEOWNERS @@ -1,2 +1,2 @@ # General code owners -* @doubleface @LucsT @aenario @sebn +* @taratatach diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 9e66247..ca93096 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -1,7 +1,7 @@ -How to contribute to Cozy ? +How to contribute to Cozy Konnector Eaux de Grenoble? ==================================== -Thank you for your interest in contributing to Cozy! There are many ways to contribute, and we appreciate all of them. +Thank you for your interest in contributing to the konnector! There are many ways to contribute, and we appreciate all of them. Security Issues @@ -23,7 +23,7 @@ Opening an issue is as easy as following [this link][issues] and filling out the - What did you try, step by step? - What did you expect? - What did happen instead? -- What is the version of the Cozy ? +- What is the version of the Cozy Konnector Eaux de Grenoble? Pull Requests @@ -113,7 +113,7 @@ Documentation improvements are very welcome. We try to keep a good documentation Translations ------------ -The Cozy is translated on a platform called [Transifex][tx]. [This tutorial][tx-start] can help you to learn how to make your first steps here. If you have any question, don't hesitate to ask us! +The Cozy Konnector Eaux de Grenoble is translated on a platform called [Transifex][tx]. [This tutorial][tx-start] can help you to learn how to make your first steps here. If you have any question, don't hesitate to ask us! Community diff --git a/README.md b/README.md index 6c27ab0..6367f62 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -[Cozy][cozy] +[Cozy][cozy] Konnector Eaux de Grenoble ======================================= What's Cozy? @@ -11,7 +11,13 @@ What's Cozy? What's this new konnector? -------------------------- - +The Cozy Konnector Eaux de Grenoble will automatically download all your bills as PDF documents from https://ael.eauxdegrenoblealpes.fr/. +All of your subscriptions bills will be grouped together into a folder path following this pattern: +``` +// +``` + +It requires your login and password as defined when creating your online account on https://ael.eauxdegrenoblealpes.fr/ and a base folder. ### Open a Pull-Request @@ -23,7 +29,7 @@ This connector uses [cozy-konnector-libs](https://github.com/cozy/cozy-konnector ### Maintainer -The lead maintainers for this konnector is +The lead maintainers for this konnector is @taratatach. ### Get in touch @@ -39,7 +45,7 @@ You can reach the Cozy Community by: License ------- - is developed by and distributed under the [AGPL v3 license][agpl-3.0]. +Cozy Konnector Eaux de Grenoble is developed by Erwan Guyader (@taratatach) and distributed under the [AGPL v3 license][agpl-3.0]. [cozy]: https://cozy.io "Cozy Cloud" [agpl-3.0]: https://www.gnu.org/licenses/agpl-3.0.html diff --git a/assets/icon.png b/assets/icon.png index 534c6d4..e2ea742 100644 Binary files a/assets/icon.png and b/assets/icon.png differ diff --git a/assets/screenshots/screenshot1.png b/assets/screenshots/screenshot1.png deleted file mode 100644 index d0bb6c7..0000000 Binary files a/assets/screenshots/screenshot1.png and /dev/null differ diff --git a/manifest.konnector b/manifest.konnector index fa7e860..605d0a1 100644 --- a/manifest.konnector +++ b/manifest.konnector @@ -1,6 +1,6 @@ { "version": "1.0.0", - "name": "Eaux de Grenoble's connector", + "name": "Cozy Konnector Eaux de Grenoble", "type": "konnector", "language": "node", "icon": "icon.png", @@ -20,7 +20,7 @@ "data_types": [ "bill" ], - "screenshots": [ "screenshots/screenshot1.png" ], + "screenshots": [], "permissions": { "files": { "type": "io.cozy.files" @@ -31,8 +31,8 @@ } }, "developer": { - "name": "Cozy", - "url": "https://cozy.io" + "name": "Erwan Guyader (@taratatach)", + "url": "https://github.com/taratatach" }, "langs": ["fr", "en"], "locales": { @@ -50,7 +50,7 @@ }, "en": { "short_description": "Connector for Eaux de Grenoble", - "long_description": "This template fetches the bills from the Eaux de Grenoble's website", + "long_description": "This connector fetches the bills from the Eaux de Grenoble's website", "permissions": { "files": { "description": "Required to save the bills"