1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/leed_ynh.git synced 2024-09-03 19:26:32 +02:00
leed_ynh/README.md

46 lines
1.7 KiB
Markdown
Raw Normal View History

2021-11-19 23:19:42 +01:00
<!--
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.
-->
2017-12-05 19:32:57 +01:00
# Leed for YunoHost
2015-01-18 14:47:25 +01:00
2022-10-19 23:30:44 +02:00
[![Integration level](https://dash.yunohost.org/integration/leed.svg)](https://dash.yunohost.org/appci/app/leed) ![Working status](https://ci-apps.yunohost.org/ci/badges/leed.status.svg) ![Maintenance status](https://ci-apps.yunohost.org/ci/badges/leed.maintain.svg)
2020-12-20 09:44:28 +01:00
[![Install Leed with YunoHost](https://install-app.yunohost.org/install-with-yunohost.svg)](https://install-app.yunohost.org/?app=leed)
2015-01-18 14:47:25 +01:00
2017-12-05 19:32:57 +01:00
*[Lire ce readme en français.](./README_fr.md)*
2015-01-18 14:47:25 +01:00
2021-11-19 23:19:42 +01:00
> *This package allows you to install Leed 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.*
2016-05-15 11:34:18 +02:00
2017-12-05 19:32:57 +01:00
## Overview
2021-11-19 23:19:42 +01:00
Leed (short for Light Feed) is a minimalist RSS/ATOM aggregator which offers fast RSS consultation and non-intrusive features.
2017-12-05 19:32:57 +01:00
2017-12-11 20:37:45 +01:00
2022-10-20 00:14:13 +02:00
**Shipped version:** 1.11.0~ynh1
2017-12-05 19:32:57 +01:00
2021-11-19 23:19:42 +01:00
## Screenshots
2017-12-05 19:32:57 +01:00
2022-10-19 23:30:44 +02:00
![Screenshot of Leed](./doc/screenshots/leed1.jpg)
2017-12-05 19:32:57 +01:00
2021-11-19 23:19:42 +01:00
## Documentation and resources
2017-12-05 19:32:57 +01:00
2022-10-20 00:14:13 +02:00
* Upstream app code repository: <https://github.com/LeedRSS/Leed>
2022-10-19 23:30:44 +02:00
* YunoHost documentation for this app: <https://yunohost.org/app_leed>
* Report a bug: <https://github.com/YunoHost-Apps/leed_ynh/issues>
2017-12-05 19:32:57 +01:00
2021-11-19 23:19:42 +01:00
## Developer info
2017-12-05 19:32:57 +01:00
2021-11-19 23:19:42 +01:00
Please send your pull request to the [testing branch](https://github.com/YunoHost-Apps/leed_ynh/tree/testing).
2017-12-05 19:32:57 +01:00
To try the testing branch, please proceed like that.
2022-10-19 23:30:44 +02:00
``` bash
2019-01-19 12:00:42 +01:00
sudo yunohost app install https://github.com/YunoHost-Apps/leed_ynh/tree/testing --debug
2017-12-05 19:32:57 +01:00
or
2019-01-19 12:00:42 +01:00
sudo yunohost app upgrade leed -u https://github.com/YunoHost-Apps/leed_ynh/tree/testing --debug
2017-12-05 19:32:57 +01:00
```
2021-11-19 23:19:42 +01:00
2022-10-19 23:30:44 +02:00
**More info regarding app packaging:** <https://yunohost.org/packaging_apps>