perldotcom icon indicating copy to clipboard operation
perldotcom copied to clipboard

Clean up article tags

Open dnmfarrell opened this issue 7 years ago • 5 comments

  • merge similar tags
  • remove author names from tags

dnmfarrell avatar Oct 10 '17 00:10 dnmfarrell

Ran into one of these with #64

briandfoy avatar Feb 15 '18 07:02 briandfoy

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.

briandfoy avatar Feb 15 '18 08:02 briandfoy

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.

briandfoy avatar Feb 15 '18 08:02 briandfoy

Found a few more when I was working on tag collation. I removed them in 05ace4a70f7294aa395db028505eb1f3a093df6b

briandfoy avatar Oct 28 '18 19:10 briandfoy

Oh man bin/q --sql 'select distinct tag from tag order by 1' shows we have some work to do!

dnmfarrell avatar Nov 01 '18 01:11 dnmfarrell