Implement Tags page #6
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Reached by menu: Home >> Tags
Current URL: https://www.hackerpublicradio.org/tags.php
Implement the Tags page.
changed the description
First try at this is rho_n/hpr_generator#106
Dealing with '.' as the first character of a tag was a bit of a pain.
Are there any tags that begin with
'_', '(', ')', '[', OR ']'?Maybe code code be split into BLOCKs, but this works at the moment.
I made a couple changes to the URL generation, but other than that your code worked perfectly. We do need to clean up the tags in the database to make them more uniform so generating this page (or others) is easier.
Merged into main