mirror of
https://github.com/FreshRSS/FreshRSS.git
synced 2026-08-07 04:33:14 -04:00
docs: Fix broken or dead links (#8548)
* docs: Fix broken or dead links Used the following commands to find broken links: 1. `lychee -E --dump https://freshrss.github.io/FreshRSS/en/ --include freshrss.github.io --output links.txt` 2. `lychee -v --suggest --archive wayback --timeout 5 -u "Mozilla/5.0 (X11; Linux x86_64; rv:148.0) Gecko/20100101 Firefox/148.0" --files-from links.txt --output output.txt` 3. `cat output.txt` Then did the same for https://freshrss.github.io/FreshRSS/fr/ We could look into using lychee in CI: https://github.com/lycheeverse/lychee?tab=readme-ov-file#github-action-usage * Replace PostgreSQL 16 link with current version Co-authored-by: Alexandre Alapetite <alexandre@alapetite.fr> * Remove paragraph about bug message format * Update README with official app website links * Replace broken French images with English versions * Fix broken Fever API docs link in French docs * Replace GNU Social link with new one in `shares.php` --------- Co-authored-by: Alexandre Alapetite <alexandre@alapetite.fr>
This commit is contained in:
1 parent
b68b80e5de
commit
63c8fe1285
22 files changed
+39
-46
No files matched your search
@@ -94,7 +94,7 @@ quatre réglages disponibles :
|
||||
Veuillez noter que cette section n’affecte que la vue normale.
|
||||
|
||||

|
||||
d’article](../../en/img/users/configuration.article.icons.png)
|
||||
|
||||
Chaque article est rendu avec un en-tête (ligne supérieure) et un pied de
|
||||
page (ligne inférieure). Dans cette section, vous pouvez choisir ce qui sera
|
||||
@@ -119,7 +119,7 @@ By default, FreshRSS displays buttons to ease the article navigation when
|
||||
browsing on mobile. The drawback is that they eat up some precious space.
|
||||
|
||||

|
||||
configuration](../../en/img/users/configuration.navigation.button.png)
|
||||
|
||||
If you don’t use those buttons because you never browse on mobile or because
|
||||
you browse with gestures, you can disable them from the interface.
|
||||
@@ -142,7 +142,7 @@ self-hosted services (Shaarli, etc.) to proprietary services (Facebook,
|
||||
etc.).
|
||||
|
||||
By default, the sharing list is empty. 
|
||||
configuration](../../en/img/users/configuration.sharing.png)
|
||||
|
||||
Pour ajouter un nouvel élément à la liste, veuillez suivre les étapes
|
||||
simples ci-dessous :
|
||||
|
||||
@@ -28,10 +28,10 @@ Connectez ensuite votre application mobile en utilisant l’adresse de l’API
|
||||
|[Fluent Reader](https://hyliu.me/fluent-reader/) |Windows, Linux, macOS|[BSD-3-Clause](https://github.com/yang991178/fluent-reader/blob/master/LICENSE)|
|
||||
|[Fluent Reader lite](https://hyliu.me/fluent-reader-lite/) |Android, iOS |[BSD-3-Clause](https://github.com/yang991178/fluent-reader-lite)|
|
||||
|[Read You](https://github.com/Ashinch/ReadYou/) |Android |[GPLv3](https://github.com/Ashinch/ReadYou/blob/main/LICENSE)|
|
||||
|[Fiery Feeds](https://apps.apple.com/app/fiery-feeds-rss-reader/id1158763303) |iOS |Source fermée |
|
||||
|[Unread](https://apps.apple.com/app/unread-rss-reader/id1252376153) |iOS |Source fermée |
|
||||
|[Fiery Feeds](https://voidstern.net/fiery-feeds) |iOS |Source fermée |
|
||||
|[Unread](https://www.goldenhillsoftware.com/unread/) |iOS |Source fermée |
|
||||
|[Reeder Classic](https://www.reederapp.com/classic/) |iOS |Source fermée |
|
||||
|[ReadKit](https://apps.apple.com/app/readkit/id588726889) |macOS |Source fermée |
|
||||
|[ReadKit](https://readkit.app/) |macOS |Source fermée |
|
||||
|
||||
> ℹ️ Voir une [meilleure liste des applications mobiles compatibles](https://github.com/FreshRSS/FreshRSS/blob/edge/README.fr.md#apis-et-applications-natives).
|
||||
|
||||
@@ -100,7 +100,7 @@ Parfait, maintenant vous êtes autentifié et vous pouvez commencer à tester
|
||||
les fonctions avancées. Pour cela, il suffit de changer l’adresse en lui
|
||||
ajoutant les paramètres nécessaires à la réalisation des actions
|
||||
supportées. Pour plus d’information, veuillez vous référer à la
|
||||
[documentation officielle de Fever](https://feedafever.com/api).
|
||||
[documentation officielle de Fever](https://web.archive.org/web/20230616124016/https://feedafever.com/api).
|
||||
|
||||
Voici quelques exemples simples d’appels réalisables :
|
||||
|
||||
|
||||
Reference in new issue
Block a user