Implement Tags page #6

Closed
opened 2022-07-03 18:39:44 +00:00 by roan.horning · 4 comments
roan.horning commented 2022-07-03 18:39:44 +00:00 (Migrated from gitlab.com)

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
roan.horning commented 2022-07-03 18:41:53 +00:00 (Migrated from gitlab.com)

changed the description

changed the description
Collaborator

First try at this is #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.

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.
[Merged into main](https://repo.anhonesthost.net/rho_n/hpr_generator/commit/69255693ef51d1d90ebeb088d3da17dffd0e2347)
rho_n closed this issue 2023-05-06 13:18:51 +00:00
Sign in to join this conversation.
No Milestone
No project
No Assignees
2 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: rho_n/hpr_generator#6
No description provided.