feat(autotag) social media tags

This commit is contained in:
SansGuidon 2025-01-18 13:57:02 +00:00
parent a49961ea6e
commit 2f7d739216

View File

@ -57,7 +57,7 @@ function auto_tag_plugin_init(ConfigManager $conf)
'espresso,coffee,café' => 'coffee', 'espresso,coffee,café' => 'coffee',
'ethic,ethique,ethics' => 'ethics', 'ethic,ethique,ethics' => 'ethics',
'explor,going deep,exploration' => 'discovery', 'explor,going deep,exploration' => 'discovery',
'fediverse,unsafe,liberté,fédiverse' => 'privacy-and-security,freedom,social-media', 'fediverse,unsafe,liberté,fédiverse' => 'privacy-and-security,freedom',
'libre,free,liberté,degoogling,degoogle,degoogler,dégooglisation' => 'freedom', 'libre,free,liberté,degoogling,degoogle,degoogler,dégooglisation' => 'freedom',
'logiciel libre,free software,logiciel gratuit,free to use' => 'free-software', 'logiciel libre,free software,logiciel gratuit,free to use' => 'free-software',
'from home,remote work,work remote,travail à distance,télétravail' => 'remote-work', 'from home,remote work,work remote,travail à distance,télétravail' => 'remote-work',
@ -117,7 +117,7 @@ function auto_tag_plugin_init(ConfigManager $conf)
'smartphone,android,mobile,phone,téléphone,sms' => 'mobile', 'smartphone,android,mobile,phone,téléphone,sms' => 'mobile',
'snippet,extrait de code' => 'code', 'snippet,extrait de code' => 'code',
'static site,static-site,site statique' => 'static-site,static-web', 'static site,static-site,site statique' => 'static-site,static-web',
'social media,réseau social,réseaux sociaux,social networks,social network' => 'social-media', 'social media,réseau social,fediverse,fédiverse,réseaux sociaux,social networks,social network' => 'social-media',
'teamwork,collaborat,équipe,cooperat,coordinat,travail équipe' => 'collaboration', 'teamwork,collaborat,équipe,cooperat,coordinat,travail équipe' => 'collaboration',
'technology,technologie' => 'technology', 'technology,technologie' => 'technology',
'template,modèle' => 'template', 'template,modèle' => 'template',