diff --git a/auto_tag_plugin/auto_tag_plugin.php b/auto_tag_plugin/auto_tag_plugin.php index 533cceb..280fa0f 100644 --- a/auto_tag_plugin/auto_tag_plugin.php +++ b/auto_tag_plugin/auto_tag_plugin.php @@ -64,6 +64,7 @@ function auto_tag_plugin_init(ConfigManager $conf) 'libre,free,liberté' => 'freedom', 'logiciel libre,free software,logiciel gratuit,free to use' => 'free-software', 'from home,remote work,work remote,travail à distance,télétravail' => 'remote-work', + 'frustrated,frustration,am pissed' => 'rant', 'big-tech,gafam,degoogling,google,degoogle,grandes entreprises technologiques' => 'big-tech', 'game,jeu vidéo,game dev,jeux,jeux vidéo' => 'games,geek,culture,wishlist', 'gamedev,building game,développement de jeux' => 'gamedev,games,geek,culture', @@ -136,7 +137,7 @@ function auto_tag_plugin_init(ConfigManager $conf) 'web archive,web archiving,save any website,bookmarks,wayback machine,archive.org,archivebox,archive web' => 'web-archiving', 'webring' => 'discovery,small-web,webring', 'wordpress,personal website,blog roll,blogroll,blogosphere,webring,digital garden,to blog,blogs' => 'blogging,writing,publishing,culture', - 'work,travail,contract work,previous job,my work,coworkers,coworker,the job' => 'work', + 'work,travail,contract work,previous job,my work,coworkers,coworker,the job,workgroup' => 'work', 'youtube.com,invidious,peertube,watch?v' => 'wishlist,video', 'zoemp,zoemp.be' => 'zoemp' ]);