mirror of
https://github.com/YunoHost-Apps/leed_ynh.git
synced 2024-09-03 19:26:32 +02:00
commit
b09e3b0275
5 changed files with 18 additions and 16 deletions
4
.github/workflows/updater.yml
vendored
4
.github/workflows/updater.yml
vendored
|
@ -14,7 +14,7 @@ jobs:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- name: Fetch the source code
|
- name: Fetch the source code
|
||||||
uses: actions/checkout@v2
|
uses: actions/checkout@v3
|
||||||
with:
|
with:
|
||||||
token: ${{ secrets.GITHUB_TOKEN }}
|
token: ${{ secrets.GITHUB_TOKEN }}
|
||||||
- name: Run the updater script
|
- name: Run the updater script
|
||||||
|
@ -33,7 +33,7 @@ jobs:
|
||||||
- name: Create Pull Request
|
- name: Create Pull Request
|
||||||
id: cpr
|
id: cpr
|
||||||
if: ${{ env.PROCEED == 'true' }}
|
if: ${{ env.PROCEED == 'true' }}
|
||||||
uses: peter-evans/create-pull-request@v3
|
uses: peter-evans/create-pull-request@v4
|
||||||
with:
|
with:
|
||||||
token: ${{ secrets.GITHUB_TOKEN }}
|
token: ${{ secrets.GITHUB_TOKEN }}
|
||||||
commit-message: Update to version ${{ env.VERSION }}
|
commit-message: Update to version ${{ env.VERSION }}
|
||||||
|
|
|
@ -5,7 +5,8 @@ It shall NOT be edited by hand.
|
||||||
|
|
||||||
# Leed for YunoHost
|
# Leed for YunoHost
|
||||||
|
|
||||||
[](https://dash.yunohost.org/appci/app/leed)  
|
[](https://dash.yunohost.org/appci/app/leed)  
|
||||||
|
|
||||||
[](https://install-app.yunohost.org/?app=leed)
|
[](https://install-app.yunohost.org/?app=leed)
|
||||||
|
|
||||||
*[Lire ce readme en français.](./README_fr.md)*
|
*[Lire ce readme en français.](./README_fr.md)*
|
||||||
|
@ -18,7 +19,7 @@ If you don't have YunoHost, please consult [the guide](https://yunohost.org/#/in
|
||||||
Leed (short for Light Feed) is a minimalist RSS/ATOM aggregator which offers fast RSS consultation and non-intrusive features.
|
Leed (short for Light Feed) is a minimalist RSS/ATOM aggregator which offers fast RSS consultation and non-intrusive features.
|
||||||
|
|
||||||
|
|
||||||
**Shipped version:** 1.11.0~ynh1
|
**Shipped version:** 1.12.0~ynh1
|
||||||
|
|
||||||
## Screenshots
|
## Screenshots
|
||||||
|
|
||||||
|
|
19
README_fr.md
19
README_fr.md
|
@ -5,27 +5,28 @@ It shall NOT be edited by hand.
|
||||||
|
|
||||||
# Leed pour YunoHost
|
# Leed pour YunoHost
|
||||||
|
|
||||||
[](https://dash.yunohost.org/appci/app/leed)  
|
[](https://dash.yunohost.org/appci/app/leed)  
|
||||||
|
|
||||||
[](https://install-app.yunohost.org/?app=leed)
|
[](https://install-app.yunohost.org/?app=leed)
|
||||||
|
|
||||||
*[Read this readme in english.](./README.md)*
|
*[Read this readme in english.](./README.md)*
|
||||||
|
|
||||||
> *Ce package vous permet d'installer Leed rapidement et simplement sur un serveur YunoHost.
|
> *Ce package vous permet d’installer Leed 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.*
|
Si vous n’avez pas YunoHost, regardez [ici](https://yunohost.org/#/install) pour savoir comment l’installer et en profiter.*
|
||||||
|
|
||||||
## Vue d'ensemble
|
## Vue d’ensemble
|
||||||
|
|
||||||
Leed (contraction de Light Feed) est un agrégateur RSS/ATOM minimaliste qui permet la consultation de flux RSS de manière rapide et non intrusive.
|
Leed (contraction de Light Feed) est un agrégateur RSS/ATOM minimaliste qui permet la consultation de flux RSS de manière rapide et non intrusive.
|
||||||
|
|
||||||
**Version incluse :** 1.11.0~ynh1
|
**Version incluse :** 1.12.0~ynh1
|
||||||
|
|
||||||
## Captures d'écran
|
## Captures d’écran
|
||||||
|
|
||||||

|

|
||||||
|
|
||||||
## Documentations et ressources
|
## Documentations et ressources
|
||||||
|
|
||||||
* Dépôt de code officiel de l'app : <https://github.com/LeedRSS/Leed>
|
* Dépôt de code officiel de l’app : <https://github.com/LeedRSS/Leed>
|
||||||
* Documentation YunoHost pour cette app : <https://yunohost.org/app_leed>
|
* Documentation YunoHost pour cette app : <https://yunohost.org/app_leed>
|
||||||
* Signaler un bug : <https://github.com/YunoHost-Apps/leed_ynh/issues>
|
* Signaler un bug : <https://github.com/YunoHost-Apps/leed_ynh/issues>
|
||||||
|
|
||||||
|
@ -41,4 +42,4 @@ ou
|
||||||
sudo yunohost app upgrade leed -u https://github.com/YunoHost-Apps/leed_ynh/tree/testing --debug
|
sudo yunohost app upgrade leed -u https://github.com/YunoHost-Apps/leed_ynh/tree/testing --debug
|
||||||
```
|
```
|
||||||
|
|
||||||
**Plus d'infos sur le packaging d'applications :** <https://yunohost.org/packaging_apps>
|
**Plus d’infos sur le packaging d’applications :** <https://yunohost.org/packaging_apps>
|
|
@ -1,5 +1,5 @@
|
||||||
SOURCE_URL=https://github.com/LeedRSS/Leed/archive/refs/tags/v1.11.0.tar.gz
|
SOURCE_URL=https://github.com/LeedRSS/Leed/archive/refs/tags/v1.12.0.tar.gz
|
||||||
SOURCE_SUM=3a3f6e2201f7cc0ee10a4f610b0cf1ace18166a6d21e37ab1ae5283920500c87
|
SOURCE_SUM=c2f9743f864a96bcc964b1b1b1390a4206de57acbbb2a4062e5a6c0659113815
|
||||||
SOURCE_SUM_PRG=sha256sum
|
SOURCE_SUM_PRG=sha256sum
|
||||||
SOURCE_FORMAT=tar.gz
|
SOURCE_FORMAT=tar.gz
|
||||||
SOURCE_IN_SUBDIR=true
|
SOURCE_IN_SUBDIR=true
|
||||||
|
|
|
@ -6,7 +6,7 @@
|
||||||
"en": "Minimalistic RSS feed aggregator which allows quick and non-intrusive reading of feeds",
|
"en": "Minimalistic RSS feed aggregator which allows quick and non-intrusive reading of feeds",
|
||||||
"fr": "Agrégateur RSS minimaliste qui permet la consultation de flux RSS de manière rapide et non intrusive"
|
"fr": "Agrégateur RSS minimaliste qui permet la consultation de flux RSS de manière rapide et non intrusive"
|
||||||
},
|
},
|
||||||
"version": "1.11.0~ynh1",
|
"version": "1.12.0~ynh1",
|
||||||
"url": "https://github.com/LeedRSS/Leed",
|
"url": "https://github.com/LeedRSS/Leed",
|
||||||
"upstream": {
|
"upstream": {
|
||||||
"license": "AGPL-3.0",
|
"license": "AGPL-3.0",
|
||||||
|
|
Loading…
Add table
Reference in a new issue