perldotcom
perldotcom copied to clipboard
Clean up article tags
- merge similar tags
- remove author names from tags
Ran into one of these with #64
I've gone through all the legacy/ articles in db1f474f7e80f548ed5274f0c1a60319e1c38e8e in the remove-authors-from-tags branch
Some articles still have names as tags because the article is an interview or book review.
I did not clean up similar tags though. Many tags should be simplified too.
I also checked the non-legacy Perltricks stuff but didn't find anything there (but I didn't expect to). Review the work and merge if this is what you wanted.
Found a few more when I was working on tag collation. I removed them in 05ace4a70f7294aa395db028505eb1f3a093df6b
Oh man bin/q --sql 'select distinct tag from tag order by 1'
shows we have some work to do!