mirror of
https://github.com/YunoHost-Apps/cheky_ynh.git
synced 2024-09-03 18:16:00 +02:00
Merge branch 'patch' of https://github.com/YunoHost-Apps/cheky_ynh into patch
This commit is contained in:
commit
165c0e9985
2 changed files with 85 additions and 51 deletions
84
README.md
84
README.md
|
@ -1,73 +1,55 @@
|
|||
<!--
|
||||
N.B.: This README was automatically generated by https://github.com/YunoHost/apps/tree/master/tools/README-generator
|
||||
It shall NOT be edited by hand.
|
||||
-->
|
||||
|
||||
# Cheky for YunoHost
|
||||
|
||||
[![Integration level](https://dash.yunohost.org/integration/cheky.svg)](https://dash.yunohost.org/appci/app/cheky)
|
||||
[![Install Cheky with YunoHost](https://install-app.yunohost.org/install-with-yunohost.png)](https://install-app.yunohost.org/?app=cheky)
|
||||
[![Integration level](https://dash.yunohost.org/integration/cheky.svg)](https://dash.yunohost.org/appci/app/cheky) ![](https://ci-apps.yunohost.org/ci/badges/cheky.status.svg) ![](https://ci-apps.yunohost.org/ci/badges/cheky.maintain.svg)
|
||||
[![Install Cheky with YunoHost](https://install-app.yunohost.org/install-with-yunohost.svg)](https://install-app.yunohost.org/?app=cheky)
|
||||
|
||||
> *This package allow you to install cheky quickly and simply on a YunoHost server.
|
||||
If you don't have YunoHost, please see [here](https://yunohost.org/#/install) to know how to install and enjoy it.*
|
||||
*[Lire ce readme en français.](./README_fr.md)*
|
||||
|
||||
**Shipped version:** 4.4.1
|
||||
> *This package allows you to install Cheky quickly and simply on a YunoHost server.
|
||||
If you don't have YunoHost, please consult [the guide](https://yunohost.org/#/install) to learn how to install it.*
|
||||
|
||||
## Overview
|
||||
|
||||
Monitors French classifieds websites LeBonCoin and SeLoger
|
||||
|
||||
**Shipped version:** 4.4.1~ynh5
|
||||
|
||||
|
||||
|
||||
## Disclaimers / important information
|
||||
|
||||
## Features
|
||||
|
||||
### Français
|
||||
|
||||
* [Cheky](https://www.cheky.net) vous permet de créer des alertes [Leboncoin](http://leboncoin.fr/) et des alertes [SeLoger](http://www.seloger.com/).
|
||||
* Vous pouvez ainsi suivre gratuitement, en fonction de vos critères de recherche, les nouvelles annonces mises en ligne sur ces sites internet.
|
||||
* Les alertes peuvent être envoyées par mail, flux RSS et SMS.
|
||||
|
||||
### English
|
||||
|
||||
* [Cheky](https://www.cheky.net) allows you to create various alerts for french classifieds ads website like [Leboncoin](http://leboncoin.fr/) and [SeLoger](http://www.seloger.com/).
|
||||
* If you do not live in France, it will not be really useful for you
|
||||
|
||||
## Limitations
|
||||
|
||||
* Pas de mise à jour automatique depuis l'ancien package [LBCAlerte](https://github.com/YunoHost-Apps/LBCAlerte_ynh)
|
||||
* Application en français uniquement
|
||||
* Ne fonctionne pas avec le SSO (comptes admin/utilisateurs séparés).
|
||||
* No automatic update from the old package [LBCAlerte](https://github.com/YunoHost-Apps/LBCAlerte_ynh)
|
||||
* Application in French only
|
||||
* Does not work with SSO (separate admin / user accounts).
|
||||
|
||||
## Additionnal informations
|
||||
|
||||
* Anciennement nommé LBCAlerte. Renommé depuis la [version 3.4](https://www.cheky.net/changelog#v3_4)
|
||||
|
||||
## Links
|
||||
## Documentation and resources
|
||||
|
||||
* Official app website: https://www.cheky.net
|
||||
* Upstream app code repository: https://github.com/Blount/Cheky
|
||||
* YunoHost documentation for this app: https://yunohost.org/app_cheky
|
||||
* Report a bug: https://github.com/YunoHost-Apps/cheky_ynh/issues
|
||||
* Cheky website: https://www.cheky.net
|
||||
* Cheky changelog : https://github.com/Blount/Cheky/blob/master/CHANGELOG.txt
|
||||
* YunoHost website: https://yunohost.org
|
||||
|
||||
---
|
||||
## Developer info
|
||||
|
||||
## Informations pour développeurs et développeuses
|
||||
Please send your pull request to the [testing branch](https://github.com/YunoHost-Apps/cheky_ynh/tree/testing).
|
||||
|
||||
**Si vous savez ce que vous faites ET que vous souhaitez passer sur une version instable pour tester ou coder**
|
||||
|
||||
Au lieu de fusionner directement dans `master`, merci d'envoyer vos "pull request" dans la [branche de test `testing`](https://github.com/YunoHost-Apps/cheky_ynh/tree/testing)
|
||||
|
||||
Pour basculer sur la branche `testing`, merci de procéder ainsi:
|
||||
|
||||
```bash
|
||||
To try the testing branch, please proceed like that.
|
||||
```
|
||||
sudo yunohost app install https://github.com/YunoHost-Apps/cheky_ynh/tree/testing --debug
|
||||
or
|
||||
sudo yunohost app upgrade cheky --url https://github.com/YunoHost-Apps/cheky_ynh/tree/testing --debug
|
||||
sudo yunohost app upgrade cheky -u https://github.com/YunoHost-Apps/cheky_ynh/tree/testing --debug
|
||||
```
|
||||
|
||||
## Historique des versions
|
||||
|
||||
* 4.4.1~ynh4 (11 March 2019)
|
||||
* changed: upgrade Cheky to 4.4.1
|
||||
* fix automated upgrade method
|
||||
* fix scripts `backup` and `restore` - [md-clone](https://github.com/md-clone) with [#19](https://github.com/YunoHost-Apps/cheky_ynh/pull/19)
|
||||
* 4.4~ynh4 (4 March 2019)
|
||||
* removed: Debian Jessie support is dropped in favor to Stretch only (Yunohost version > 3)
|
||||
* changed: follow lastest rules from <https://github.com/YunoHost/example_ynh>
|
||||
* fixed: remove old php file <https://github.com/YunoHost/example_ynh/pull/52>
|
||||
* changed: increment YunoHost package version to `ynh4`
|
||||
* 24 Feb 2019 [#16](https://github.com/YunoHost-Apps/cheky_ynh/pull/16) - Mise à jour vers la version 4.4
|
||||
* 24 Sep 2018 [#11](https://github.com/YunoHost-Apps/cheky_ynh/pull/11) - Mise à jour vers la version 4.3.5
|
||||
* 14 Sep 2018 [10](https://github.com/YunoHost-Apps/cheky_ynh/pull/10) - Correction images dans "annonces sauvegardées"
|
||||
* 3 Sep 2018 [#8](https://github.com/YunoHost-Apps/cheky_ynh/pull/8) - Mise à jour vers la version 4.3.3
|
||||
* 8 Aug 2018 [#4](https://github.com/YunoHost-Apps/cheky_ynh/pull/4) - Mise à jour vers la version 4.1
|
||||
* 9 Aug 2018 [#5](https://github.com/YunoHost-Apps/cheky_ynh/pull/5) - Mise à jour vers la version 4.1
|
||||
**More info regarding app packaging:** https://yunohost.org/packaging_apps
|
52
README_fr.md
Normal file
52
README_fr.md
Normal file
|
@ -0,0 +1,52 @@
|
|||
# Cheky pour YunoHost
|
||||
|
||||
[![Niveau d'intégration](https://dash.yunohost.org/integration/cheky.svg)](https://dash.yunohost.org/appci/app/cheky) ![](https://ci-apps.yunohost.org/ci/badges/cheky.status.svg) ![](https://ci-apps.yunohost.org/ci/badges/cheky.maintain.svg)
|
||||
[![Installer Cheky avec YunoHost](https://install-app.yunohost.org/install-with-yunohost.svg)](https://install-app.yunohost.org/?app=cheky)
|
||||
|
||||
*[Read this readme in english.](./README.md)*
|
||||
*[Lire ce readme en français.](./README_fr.md)*
|
||||
|
||||
> *Ce package vous permet d'installer Cheky rapidement et simplement sur un serveur YunoHost.
|
||||
Si vous n'avez pas YunoHost, regardez [ici](https://yunohost.org/#/install) pour savoir comment l'installer et en profiter.*
|
||||
|
||||
## Vue d'ensemble
|
||||
|
||||
Surveille pour vous LeBonCoin et SeLoger
|
||||
|
||||
**Version incluse :** 4.4.1~ynh5
|
||||
|
||||
|
||||
|
||||
## Avertissements / informations importantes
|
||||
|
||||
## Features
|
||||
|
||||
* [Cheky](https://www.cheky.net) vous permet de créer des alertes [Leboncoin](http://leboncoin.fr/) et des alertes [SeLoger](http://www.seloger.com/).
|
||||
* Vous pouvez ainsi suivre gratuitement, en fonction de vos critères de recherche, les nouvelles annonces mises en ligne sur ces sites internet.
|
||||
* Les alertes peuvent être envoyées par mail, flux RSS et SMS.
|
||||
|
||||
## Limitations
|
||||
|
||||
* Pas de mise à jour automatique depuis l'ancien package [LBCAlerte](https://github.com/YunoHost-Apps/LBCAlerte_ynh)
|
||||
* Application en français uniquement
|
||||
* Ne fonctionne pas avec le SSO (comptes admin/utilisateurs séparés).
|
||||
|
||||
## Documentations et ressources
|
||||
|
||||
* Site officiel de l'app : https://www.cheky.net
|
||||
* Dépôt de code officiel de l'app : https://github.com/Blount/Cheky
|
||||
* Documentation YunoHost pour cette app : https://yunohost.org/app_cheky
|
||||
* Signaler un bug : https://github.com/YunoHost-Apps/cheky_ynh/issues
|
||||
|
||||
## Informations pour les développeurs
|
||||
|
||||
Merci de faire vos pull request sur la [branche testing](https://github.com/YunoHost-Apps/cheky_ynh/tree/testing).
|
||||
|
||||
Pour essayer la branche testing, procédez comme suit.
|
||||
```
|
||||
sudo yunohost app install https://github.com/YunoHost-Apps/cheky_ynh/tree/testing --debug
|
||||
ou
|
||||
sudo yunohost app upgrade cheky -u https://github.com/YunoHost-Apps/cheky_ynh/tree/testing --debug
|
||||
```
|
||||
|
||||
**Plus d'infos sur le packaging d'applications :** https://yunohost.org/packaging_apps
|
Loading…
Reference in a new issue