feat(autotag) enrich rules (work,rant)

This commit is contained in:
SansGuidon 2025-01-17 19:05:32 +00:00
parent f6034f0680
commit 307cd3ba59

View File

@ -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'
]);