aboutsummaryrefslogtreecommitdiff
path: root/docs/fr/users/05_Configuration.md
diff options
context:
space:
mode:
authorGravatar Alexandre Alapetite <alexandre@alapetite.fr> 2021-10-23 13:43:24 +0200
committerGravatar GitHub <noreply@github.com> 2021-10-23 13:43:24 +0200
commitacbba9adb2e362079ce1fb84be1868b198cc1da0 (patch)
treeeeeaa9e522f82a9f8f9baaef3b6bd23950eab71a /docs/fr/users/05_Configuration.md
parentdd02c79092aa25cacff1c831815e9ca02b06b620 (diff)
Improved markdownlint (#3918)
* Improved markdownlint * Relaxed rules slighlty * `npm run markdownlint` for automatic tests * `npm run markdownlint_fix` for automatic syntax fixing * Applied the fixes on all our Markdown files
Diffstat (limited to 'docs/fr/users/05_Configuration.md')
-rw-r--r--docs/fr/users/05_Configuration.md96
1 files changed, 47 insertions, 49 deletions
diff --git a/docs/fr/users/05_Configuration.md b/docs/fr/users/05_Configuration.md
index 2a8bd1ef2..f205aa81d 100644
--- a/docs/fr/users/05_Configuration.md
+++ b/docs/fr/users/05_Configuration.md
@@ -23,14 +23,14 @@ pt-br, ru, tr, zh-cn.
Les goûts et les couleurs, ça ne se discute pas. C'est pourquoi FreshRSS
propose huit thèmes officiels :
- * *Blue Lagoon* par **Mister aiR**
- * *Dark* par **AD**
- * *Flat design* par **Marien Fressinaud**
- * *Origine* par **Marien Fressinaud**
- * *Origine-compact* par **Kevin Papst**
- * *Pafat* par **Plopoyop**
- * *Screwdriver* par **Mister aiR**
- * *Swage* par **Patrick Crandol**
+* *Blue Lagoon* par **Mister aiR**
+* *Dark* par **AD**
+* *Flat design* par **Marien Fressinaud**
+* *Origine* par **Marien Fressinaud**
+* *Origine-compact* par **Kevin Papst**
+* *Pafat* par **Plopoyop**
+* *Screwdriver* par **Mister aiR**
+* *Swage* par **Patrick Crandol**
Si aucun de ceux proposés ne convient, il est toujours possible de [créer
son propre thème](../developers/04_Frontend/02_Design.md).
@@ -46,10 +46,10 @@ maximiser l'espace disponible sur l'écran. Pour satisfaire le maximum de
personne, il est possible de choisir la largeur du contenu affiché. Il y a
quatre réglages disponibles :
- * **Fine** qui affiche le contenu jusqu'à 550 pixels
- * **Moyenne** qui affiche le contenu jusqu'à 800 pixels
- * **Large** qui affiche le contenu jusqu'à 1000 pixels
- * **Pas de limite** qui affiche le contenu sur 100% de la place disponible
+* **Fine** qui affiche le contenu jusqu'à 550 pixels
+* **Moyenne** qui affiche le contenu jusqu'à 800 pixels
+* **Large** qui affiche le contenu jusqu'à 1000 pixels
+* **Pas de limite** qui affiche le contenu sur 100% de la place disponible
## Icônes d'article
@@ -88,11 +88,11 @@ you browse with gestures, you can disable them from the interface.
# Reading
-**À FAIRE**
+> **À FAIRE**
# Archivage
-**À FAIRE**
+> **À FAIRE**
# Partage
@@ -109,17 +109,17 @@ configuration](../img/users/configuration.sharing.png)
Pour ajouter un nouvel élément à la liste, veuillez suivre les étapes
simples ci-dessous :
- 1. Select the desired sharing method in the drop-down list.
- 1. Press the ```✚``` button to add it to the list.
- 1. Configure the method in the list. All names can be modified in the
- display. Some methods need the sharing URL to be able to work properly
- (ex: Shaarli).
- 1. Submit your changes.
+1. Select the desired sharing method in the drop-down list.
+1. Press the ```✚``` button to add it to the list.
+1. Configure the method in the list. All names can be modified in the
+ display. Some methods need the sharing URL to be able to work properly
+ (ex: Shaarli).
+1. Submit your changes.
To remove an item from the list, follow those simple steps:
- 1. Press the ```❌``` button next to the share method you want to remove.
- 1. Submit your changes.
+1. Press the ```❌``` button next to the share method you want to remove.
+1. Submit your changes.
# Raccourcis
@@ -132,13 +132,13 @@ configuration to fit your needs.
There are 4 types of shortcuts:
- 1. Views: they allow switching views with ease.
- 1. Navigation: they allow navigation through articles, feeds, and
- categories.
- 1. Article actions: they allow interactions with an article, like sharing
- or opening it on the original web-site.
- 1. Other actions: they allow other interactions with the application, like
- opening the user queries menu or accessing the documentation.
+1. Views: they allow switching views with ease.
+1. Navigation: they allow navigation through articles, feeds, and
+ categories.
+1. Article actions: they allow interactions with an article, like sharing
+ or opening it on the original web-site.
+1. Other actions: they allow other interactions with the application, like
+ opening the user queries menu or accessing the documentation.
It's worth noting that the share article action has two levels. Once you
press the shortcut, a menu containing all the share options opens. To
@@ -161,21 +161,21 @@ At the moment, there is no helper to build a user query from here.
# Users
-**À FAIRE**
+> **À FAIRE**
## Authentication methods
### HTTP Authentication (Apache)
- 1. User control is based on the `.htaccess` file.
- 2. It is best practice to place the `.htaccess` file in the `./i/`
- subdirectory so the API and other third party services can work.
- 3. If you want to limit all access to registered users only, place the file
- in the FreshRSS directory itself or in a parent directory. Note that
- WebSub and API will not work!
- 4. Example `.htaccess` file for a user "marie":
+1. User control is based on the `.htaccess` file.
+2. It is best practice to place the `.htaccess` file in the `./i/`
+ subdirectory so the API and other third party services can work.
+3. If you want to limit all access to registered users only, place the file
+ in the FreshRSS directory itself or in a parent directory. Note that
+ WebSub and API will not work!
+4. Example `.htaccess` file for a user "marie":
-```
+```apache
AuthUserFile /home/marie/repertoire/.htpasswd
AuthGroupFile /dev/null
AuthName "Chez Marie"
@@ -190,15 +190,15 @@ d'Apache.](http://httpd.apache.org/docs/trunk/howto/auth.html#gettingitworking)
## Informations
-**À FAIRE**
+> **À FAIRE**
-## Archivage
+## Archivage des flux
-**À FAIRE**
+> **À FAIRE**
## Identification
-**À FAIRE**
+> **À FAIRE**
## Avancé
@@ -223,9 +223,7 @@ commence par un id (qui est unique pour la page).
#### Exemple : Rue89
-Pour trouver ce chemin, il faut se rendre à l'adresse d'un des articles
-tronqués (par exemple
-http://www.rue89.com/2013/10/15/prof-maths-jai-atteint-lextase-dihn-pedagogie-inversee-246635).
+Pour trouver ce chemin, il faut se rendre à l'adresse d'un des articles tronqués.
Il faut alors chercher le "bloc" HTML correspondant au contenu de l'article
(dans le code source !)
@@ -233,10 +231,10 @@ On trouve ici que le bloc qui englobe uniquement le contenu de l'article est ```
#### Liste de correspondances site → chemin css
-* Rue89 : ```#article .content```
-* PCINpact : ```#actu_content```
-* Lesnumériques : ```article#body div.text.clearfix```
-* Phoronix : ```#main .content```
+* Rue89 : ```#article .content```
+* PCINpact : ```#actu_content```
+* Lesnumériques : ```article#body div.text.clearfix```
+* Phoronix : ```#main .content```
### Récupérer un flux tronqué à l'aide d'outils externes