mirror of
https://github.com/YunoHost-Apps/rss-bridge_ynh.git
synced 2024-09-03 20:25:51 +02:00
commit
fcbdba8de9
3 changed files with 14 additions and 17 deletions
|
@ -52,7 +52,7 @@ Output format can take several forms:
|
|||
* `Plaintext` : raw text (php object, as returned by print_r)
|
||||
|
||||
|
||||
**Shipped version:** 2022.06.14~ynh1
|
||||
**Shipped version:** 2022.06.14~ynh2
|
||||
|
||||
**Demo:** https://wtf.roflcopter.fr/rss-bridge/
|
||||
|
||||
|
@ -80,7 +80,6 @@ This is application is public and there's no notion of user.
|
|||
|
||||
## Documentation and resources
|
||||
|
||||
* Official app website: <https://github.com/RSS-Bridge/rss-bridge>
|
||||
* Official admin documentation: <https://github.com/RSS-Bridge/rss-bridge/wiki>
|
||||
* Upstream app code repository: <https://github.com/RSS-Bridge/rss-bridge>
|
||||
* YunoHost documentation for this app: <https://yunohost.org/app_rss-bridge>
|
||||
|
|
21
README_fr.md
21
README_fr.md
|
@ -5,15 +5,15 @@ It shall NOT be edited by hand.
|
|||
|
||||
# RSS-Bridge pour YunoHost
|
||||
|
||||
[](https://dash.yunohost.org/appci/app/rss-bridge)  
|
||||
[](https://dash.yunohost.org/appci/app/rss-bridge)  
|
||||
[](https://install-app.yunohost.org/?app=rss-bridge)
|
||||
|
||||
*[Read this readme in english.](./README.md)*
|
||||
|
||||
> *Ce package vous permet d'installer RSS-Bridge 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.*
|
||||
> *Ce package vous permet d’installer RSS-Bridge 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
|
||||
## Vue d’ensemble
|
||||
|
||||
RSS-Bridge is a PHP project capable of generating RSS and Atom feeds for websites that don't have one. It can be used on webservers or as a stand-alone application in CLI mode.
|
||||
|
||||
|
@ -52,13 +52,13 @@ Output format can take several forms:
|
|||
* `Plaintext` : raw text (php object, as returned by print_r)
|
||||
|
||||
|
||||
**Version incluse :** 2022.06.14~ynh1
|
||||
**Version incluse :** 2022.06.14~ynh2
|
||||
|
||||
**Démo :** https://wtf.roflcopter.fr/rss-bridge/
|
||||
|
||||
## Captures d'écran
|
||||
## Captures d’écran
|
||||
|
||||

|
||||

|
||||
|
||||
## Avertissements / informations importantes
|
||||
|
||||
|
@ -80,9 +80,8 @@ This is application is public and there's no notion of user.
|
|||
|
||||
## Documentations et ressources
|
||||
|
||||
* Site officiel de l'app : <https://github.com/RSS-Bridge/rss-bridge>
|
||||
* Documentation officielle de l'admin : <https://github.com/RSS-Bridge/rss-bridge/wiki>
|
||||
* Dépôt de code officiel de l'app : <https://github.com/RSS-Bridge/rss-bridge>
|
||||
* Documentation officielle de l’admin : <https://github.com/RSS-Bridge/rss-bridge/wiki>
|
||||
* Dépôt de code officiel de l’app : <https://github.com/RSS-Bridge/rss-bridge>
|
||||
* Documentation YunoHost pour cette app : <https://yunohost.org/app_rss-bridge>
|
||||
* Signaler un bug : <https://github.com/YunoHost-Apps/rss-bridge_ynh/issues>
|
||||
|
||||
|
@ -98,4 +97,4 @@ ou
|
|||
sudo yunohost app upgrade rss-bridge -u https://github.com/YunoHost-Apps/rss-bridge_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>
|
|
@ -6,11 +6,10 @@
|
|||
"en": "RSS and Atom feed generator for websites that don't have one",
|
||||
"fr": "Générateur de flux RSS et Atom pour les sites Web qui n'en ont pas"
|
||||
},
|
||||
"version": "2022.06.14~ynh1",
|
||||
"version": "2022.06.14~ynh2",
|
||||
"url": "https://github.com/RSS-Bridge/rss-bridge",
|
||||
"upstream": {
|
||||
"license": "Unlicense",
|
||||
"website": "https://github.com/RSS-Bridge/rss-bridge",
|
||||
"demo": "https://wtf.roflcopter.fr/rss-bridge/",
|
||||
"admindoc": "https://github.com/RSS-Bridge/rss-bridge/wiki",
|
||||
"code": "https://github.com/RSS-Bridge/rss-bridge"
|
||||
|
@ -21,7 +20,7 @@
|
|||
"email": "jimmy@monin.net"
|
||||
},
|
||||
"requirements": {
|
||||
"yunohost": ">= 4.3.0"
|
||||
"yunohost": ">= 11.0.9"
|
||||
},
|
||||
"multi_instance": true,
|
||||
"services": [
|
||||
|
|
Loading…
Add table
Reference in a new issue