Implement Tags page #6

Closed
opened 2022-07-03 18:39:44 +00:00 by rho_n · 4 comments
Owner

Reached by menu: Home >> Tags

Current URL: https://www.hackerpublicradio.org/tags.php

Implement the Tags page.

  • Add [tags] section to site.cfg
    • navigation: navigation-main.tpl.html
    • content: content-tags.tpl.html
  • Create content-tags.tpl.html
  • Implement dynamic tags section
Reached by menu: Home >> Tags Current URL: https://www.hackerpublicradio.org/tags.php Implement the Tags page. * Add [tags] section to site.cfg * navigation: navigation-main.tpl.html * content: content-tags.tpl.html * Create content-tags.tpl.html * Implement dynamic tags section
Author
Owner

changed the description

changed the description
Contributor

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.

First try at this is https://repo.anhonesthost.net/rho_n/hpr_generator/pulls/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.
Author
Owner

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.

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.
Author
Owner
[Merged into main](https://repo.anhonesthost.net/rho_n/hpr_generator/commit/69255693ef51d1d90ebeb088d3da17dffd0e2347)
Sign in to join this conversation.
2 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: HPR/hpr_generator#6