From 256dcc21bb222184d5e917ea57cec334b74b96f4 Mon Sep 17 00:00:00 2001 From: Alexandre Alapetite Date: Mon, 14 Oct 2024 09:34:16 +0200 Subject: New unicity policies for feeds with bad GUIDs (#4487) New set of unicity criteria options. New tolerance heuristic: > `$invalidGuidsTolerance` (default 0.05) The maximum ratio (rounded) of invalid GUIDs to tolerate before degrading the unicity criteria. > Example for 0.05 (5% rounded): tolerate 0 invalid GUIDs for up to 9 articles, 1 for 10, 2 for 30, 3 for 50, 4 for 70, 5 for 90, 6 for 110, etc. > The default value of 5% rounded was chosen to allow 1 invalid GUID for feeds of 10 articles, which is a frequently observed amount of articles. --- app/i18n/fr/sub.php | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'app/i18n/fr/sub.php') diff --git a/app/i18n/fr/sub.php b/app/i18n/fr/sub.php index 2c6ec36cb..24678f377 100644 --- a/app/i18n/fr/sub.php +++ b/app/i18n/fr/sub.php @@ -228,6 +228,16 @@ return array( 'title' => 'Titre', 'title_add' => 'Ajouter un flux RSS', 'ttl' => 'Ne pas automatiquement rafraîchir plus souvent que', + 'unicityCriteria' => array( + '_' => 'Critère d’unicité des articles', + 'forced' => 'forcé', + 'help' => 'Utile pour les flux invalides.
⚠️ Changer le critère peut créer des doublons.', + 'id' => 'ID standard (défaut)', + 'link' => 'Lien', + 'sha1:link_published' => 'Lien + Date', + 'sha1:link_published_title' => 'Lien + Date + Titre', + 'sha1:link_published_title_content' => 'Lien + Date + Titre + Contenu', + ), 'url' => 'URL du flux', 'useragent' => 'Sélectionner l’agent utilisateur pour télécharger ce flux', 'useragent_help' => 'Exemple : Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:86.0)', -- cgit v1.2.3