feat(autotag) refactor tags
This commit is contained in:
parent
f4b8b87296
commit
49384a128d
@ -22,7 +22,6 @@ function auto_tag_plugin_init(ConfigManager $conf)
|
|||||||
'automation,automate,automatisation,automatic,scripting,terminal,bash script,script python,python script,lua,script shell,script bash,shell script' => 'scripting,automation',
|
'automation,automate,automatisation,automatic,scripting,terminal,bash script,script python,python script,lua,script shell,script bash,shell script' => 'scripting,automation',
|
||||||
'beauty,beau,beauté,imperfection,imperfections' => 'beauty,imperfection',
|
'beauty,beau,beauté,imperfection,imperfections' => 'beauty,imperfection',
|
||||||
'belgian,belgium,belge,belgique' => 'belgium',
|
'belgian,belgium,belge,belgique' => 'belgium',
|
||||||
'astuce,best practices,checklist,guide,how-to,comment faire,deep dive,dive into,tips,optimize,optimization,comment,etapes,tutorial,tutoriel,how do I' => 'guides-and-tips',
|
|
||||||
'board game,board games,boardgame,jeu de société,jeux de société' => 'board-games,geek,wishlist',
|
'board game,board games,boardgame,jeu de société,jeux de société' => 'board-games,geek,wishlist',
|
||||||
'bookmarks,favoris,signets' => 'bookmarks-management',
|
'bookmarks,favoris,signets' => 'bookmarks-management',
|
||||||
'blogroll' => 'blogging,discovery,small-web',
|
'blogroll' => 'blogging,discovery,small-web',
|
||||||
@ -80,7 +79,7 @@ function auto_tag_plugin_init(ConfigManager $conf)
|
|||||||
'leadership,staff engineering,gestion' => 'leadership',
|
'leadership,staff engineering,gestion' => 'leadership',
|
||||||
'lambic,gueuze,beer,bière,bières' => 'beer-and-brewing',
|
'lambic,gueuze,beer,bière,bières' => 'beer-and-brewing',
|
||||||
'linux,ubuntu,debian,linux windows macos' => 'os',
|
'linux,ubuntu,debian,linux windows macos' => 'os',
|
||||||
'list,index of,awesome,installation,GitHub - ,liste' => 'list,discovery,tools-and-resources',
|
'list,index of,awesome,installation,GitHub - ,liste' => 'list,discovery',
|
||||||
'low-tech,low tech,technologie simple' => 'low-tech',
|
'low-tech,low tech,technologie simple' => 'low-tech',
|
||||||
'markdown,text files,fichiers texte,plaintext,formats' => 'markdown,text-files,plaintext,formats',
|
'markdown,text files,fichiers texte,plaintext,formats' => 'markdown,text-files,plaintext,formats',
|
||||||
'merdification,enshittif,AI-generated,crapification,decline in quality,déclin de qualité' => 'enshittification',
|
'merdification,enshittif,AI-generated,crapification,decline in quality,déclin de qualité' => 'enshittification',
|
||||||
@ -100,7 +99,7 @@ function auto_tag_plugin_init(ConfigManager $conf)
|
|||||||
'psycholog,psychologie' => 'psychology',
|
'psycholog,psychologie' => 'psychology',
|
||||||
'voting,politic,politique,vote' => 'politics',
|
'voting,politic,politique,vote' => 'politics',
|
||||||
'python,logiciels en python' => 'python,software-development,code',
|
'python,logiciels en python' => 'python,software-development,code',
|
||||||
'privatebin,secret,secret,' => 'secrets',
|
'privatebin' => 'secrets',
|
||||||
'programming languages,langages de programmation' => 'code,computer-languages',
|
'programming languages,langages de programmation' => 'code,computer-languages',
|
||||||
'publishing,publier,publication' => 'publishing',
|
'publishing,publier,publication' => 'publishing',
|
||||||
'quality,qualité' => 'quality',
|
'quality,qualité' => 'quality',
|
||||||
@ -122,7 +121,7 @@ function auto_tag_plugin_init(ConfigManager $conf)
|
|||||||
'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',
|
||||||
'terminal,tools-and-resources,terminales' => 'terminal,tools-and-resources',
|
'terminal,tools-and-resources' => 'terminal,tools-and-resources',
|
||||||
'test,tester' => 'testing',
|
'test,tester' => 'testing',
|
||||||
'text-based,plaintext,markup language,markdown,plain text,basé sur du texte,langage balisé' => 'plaintext,minimalism,formats,text-files',
|
'text-based,plaintext,markup language,markdown,plain text,basé sur du texte,langage balisé' => 'plaintext,minimalism,formats,text-files',
|
||||||
'time to update,maintainers,tech-debt,legacy code,long term software,temps pour mettre à jour' => 'maintenance,tech-debt',
|
'time to update,maintainers,tech-debt,legacy code,long term software,temps pour mettre à jour' => 'maintenance,tech-debt',
|
||||||
|
Loading…
x
Reference in New Issue
Block a user