mirror of
https://github.com/YunoHost/doc.git
synced 2024-09-03 20:06:26 +02:00
commit
6515d5c4bc
2 changed files with 36 additions and 17 deletions
27
app_ttrss.md
27
app_ttrss.md
|
@ -1,20 +1,29 @@
|
||||||
# <img src="/images/ttrss.png">Tiny Tiny RSS
|
# <img src="/images/ttrss.png" width="80px" alt="logo de Tiny Tiny RSS"> Tiny Tiny RSS
|
||||||
|
|
||||||
Tiny Tiny RSS is a news feed reader using RSS and atom protocols.
|
[](https://install-app.yunohost.org/?app=ttrss) [](https://dash.yunohost.org/appci/app/ttrss)
|
||||||
|
|
||||||
|
### Index
|
||||||
|
|
||||||
|
- [Liens utiles](#liens-utiles)
|
||||||
|
|
||||||
|
Tiny Tiny RSS is a news feed reader using RSS and Atom protocols.
|
||||||
|
|
||||||
### Exporting/importing feeds
|
### Exporting/importing feeds
|
||||||
TTRSS allows you to save your feeds in opml format.
|
Tiny Tiny RSS allows you to save your feeds in opml format.
|
||||||
In order to do so, go to Actions -> Configuration -> feed tab -> OPML section -> Export/Import OPML.
|
In order to do so, go to Actions -> Configuration -> feed tab -> OPML section -> Export/Import OPML.
|
||||||
|
|
||||||
### Android Client
|
### Android Client
|
||||||
|
|
||||||
You can read your feeds on Android using ttrss-reader application:
|
You can read your feeds on Android using ttrss-reader application: **[ttrss-reader](https://f-droid.org/packages/org.ttrssreader/)**
|
||||||
|
|
||||||
**[ttrss-reader](https://f-droid.org/packages/org.ttrssreader/)**
|
To use it, you need to go to Actions -> Configuration, in Tiny Tiny RSS web interface and select "Activate API".
|
||||||
|
Then, in your android ttrss-reader, fill the Tiny Tiny RSS server adress: https://yourdomain.org/ttrss, username, password (no need to use HTTP authentification).
|
||||||
|
|
||||||
To use it, you need to go to Actions -> Configuration, in TTRSS web interface and select "Activate API".
|
**Note**: you may need to uninstall and reinstall the Tiny Tiny RSS application through the YunoHost admin panel in order to be able to connect.
|
||||||
Then, in your android ttrss-reader, fill the TTRSS server adress: "https://yourdomain.org/ttrss", username, password (no need to use HTTP authentification).
|
|
||||||
|
|
||||||
**Note** : you may need to uninstall and reinstall the TTRSS application through the Yunohost admin panel in order to be able to connect.
|
## Useful links
|
||||||
|
|
||||||
* [Tiny Tiny RSS Website](https://git.tt-rss.org/git/tt-rss/wiki)
|
+ Website: [git.tt-rss.org/git/tt-rss/wiki](https://git.tt-rss.org/git/tt-rss/wiki)
|
||||||
|
+ Official documentation: (login as `demo`, `demo`): [srv.tt-rss.org/tt-rss/](https://srv.tt-rss.org/tt-rss/)
|
||||||
|
+ Application software repository: [github.com - YunoHost-Apps/ttrss](https://github.com/YunoHost-Apps/ttrss_ynh)
|
||||||
|
+ Fix a bug or an improvement by creating a ticket (issue): [github.com - YunoHost-Apps/ttrss/issues](https://github.com/YunoHost-Apps/ttrss_ynh/issues)
|
||||||
|
|
|
@ -1,21 +1,31 @@
|
||||||
# <img src="/images/ttrss.png">Tiny Tiny RSS
|
# <img src="/images/ttrss.png" width="80px" alt="logo de Tiny Tiny RSS"> Tiny Tiny RSS
|
||||||
|
|
||||||
Tiny Tiny RSS est un lecteur de flux d’actualité utilisant les protocoles RSS et atom.
|
[](https://install-app.yunohost.org/?app=ttrss) [](https://dash.yunohost.org/appci/app/ttrss)
|
||||||
|
|
||||||
|
### Index
|
||||||
|
|
||||||
|
- [Liens utiles](#liens-utiles)
|
||||||
|
|
||||||
|
Tiny Tiny RSS est un lecteur de flux d’actualité utilisant les protocoles RSS et Atom.
|
||||||
|
|
||||||
### Exportation/importation des flux
|
### Exportation/importation des flux
|
||||||
|
|
||||||
Il est possible de faire une sauvegarde de ces flux d’actualité en format opml.
|
Il est possible de faire une sauvegarde de ces flux d’actualité en format opml.
|
||||||
|
|
||||||
Pour cela, il faut aller dans Actions -> Configuration -> onglet flux -> chapitre OPML -> Exporter/Importer en OPML.
|
Pour cela, il faut aller dans Actions -> Configuration -> onglet flux -> chapitre OPML -> Exporter/Importer en OPML.
|
||||||
|
|
||||||
### Client Android
|
### Client Android
|
||||||
|
|
||||||
Il est possible d’utiliser le client Android ttrss-reader pour consulter ces flux :
|
Il est possible d’utiliser le client Android ttrss-reader pour consulter ces flux : **[ttrss-reader](https://f-droid.org/packages/org.ttrssreader/)**
|
||||||
|
|
||||||
**[ttrss-reader](https://f-droid.org/packages/org.ttrssreader/)**
|
|
||||||
|
|
||||||
Sur l’interface web, dans Actions -> Configuration, cochez « Activer l’accès par API »
|
Sur l’interface web, dans Actions -> Configuration, cochez « Activer l’accès par API »
|
||||||
puis dans ttrss-reader sur Android, l’adresse du serveur TTRSS : « https://votredomaine.org/ttrss », nom d’utilisateur, mot de passe. (pas besoin d’utiliser l’authentification HTTP)
|
puis dans ttrss-reader sur Android, l’adresse du serveur Tiny Tiny RSS : https://votredomaine.org/ttrss, nom d’utilisateur, mot de passe. (pas besoin d’utiliser l’authentification HTTP)
|
||||||
|
|
||||||
**Note** : vous pouvez avoir besoin de désinstaller, puis réinstaller entièrement l’app ttrss via l’administration de YunoHost pour que la connexion puisse se faire.
|
**Note** : vous pouvez avoir besoin de désinstaller, puis réinstaller entièrement l'application Tiny Tiny RSS via l’administration de YunoHost pour que la connexion puisse se faire.
|
||||||
|
|
||||||
* [Site de Tiny Tiny RSS](https://git.tt-rss.org/git/tt-rss/wiki)
|
## Liens utiles
|
||||||
|
|
||||||
|
+ Site web : [git.tt-rss.org/git/tt-rss/wiki](https://git.tt-rss.org/git/tt-rss/wiki)
|
||||||
|
+ Site de démonstration (login : `demo`, `demo`): [srv.tt-rss.org/tt-rss/](https://srv.tt-rss.org/tt-rss/)
|
||||||
|
+ Dépôt logiciel de Tiny Tiny RSS : [github.com - YunoHost-Apps/ttrss](https://github.com/YunoHost-Apps/ttrss_ynh)
|
||||||
|
+ Remonter un bug ou une amélioration en créant un ticket (issue) : [github.com - YunoHost-Apps/ttrss/issues](https://github.com/YunoHost-Apps/ttrss_ynh/issues)
|
||||||
|
|
Loading…
Add table
Reference in a new issue