Skip to content

Commit

Permalink
Update assets and descriptions
Browse files Browse the repository at this point in the history
  • Loading branch information
taratatach committed May 24, 2018
1 parent 1c7d21a commit 0441e5d
Show file tree
Hide file tree
Showing 6 changed files with 20 additions and 14 deletions.
2 changes: 1 addition & 1 deletion CODEOWNERS
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
# General code owners
* @doubleface @LucsT @aenario @sebn
* @taratatach
8 changes: 4 additions & 4 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
How to contribute to Cozy <APP_NAME>?
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
Expand All @@ -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 <APP_NAME>?
- What is the version of the Cozy Konnector Eaux de Grenoble?


Pull Requests
Expand Down Expand Up @@ -113,7 +113,7 @@ Documentation improvements are very welcome. We try to keep a good documentation
Translations
------------

The Cozy <APP_NAME> 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
Expand Down
14 changes: 10 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
[Cozy][cozy] <YOUR SUPER NEW KONNECTOR NAME>
[Cozy][cozy] Konnector Eaux de Grenoble
=======================================

What's Cozy?
Expand All @@ -11,7 +11,13 @@ What's Cozy?
What's this new konnector?
--------------------------

<YOUR DESCRIPTION HERE>
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:
```
<Contract type (e.g. EAU)>/<Street address>/<Filename with contract id>
```

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

Expand All @@ -23,7 +29,7 @@ This connector uses [cozy-konnector-libs](https://github.com/cozy/cozy-konnector

### Maintainer

The lead maintainers for this konnector is <YOUR NAME>
The lead maintainers for this konnector is @taratatach.


### Get in touch
Expand All @@ -39,7 +45,7 @@ You can reach the Cozy Community by:
License
-------

<YOUR KONNECTOR NAME> is developed by <your name> 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
Expand Down
Binary file modified assets/icon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed assets/screenshots/screenshot1.png
Binary file not shown.
10 changes: 5 additions & 5 deletions manifest.konnector
Original file line number Diff line number Diff line change
@@ -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",
Expand All @@ -20,7 +20,7 @@
"data_types": [
"bill"
],
"screenshots": [ "screenshots/screenshot1.png" ],
"screenshots": [],
"permissions": {
"files": {
"type": "io.cozy.files"
Expand All @@ -31,8 +31,8 @@
}
},
"developer": {
"name": "Cozy",
"url": "https://cozy.io"
"name": "Erwan Guyader (@taratatach)",
"url": "https://github.com/taratatach"
},
"langs": ["fr", "en"],
"locales": {
Expand All @@ -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"
Expand Down

0 comments on commit 0441e5d

Please sign in to comment.