Here [id] is the hosts id number zero-filled to four digits.
Such pages show an episode count and a summary of episodes submitted by the correspondent (host). The episode count includes any future shows, but the episode display does not.
It probably makes better sense for the count to exclude future shows, in the same way as the episode list.
I believe the dynamic version of this page worked this way.
Correspondent pages are reached with an URL such as:
`https://hackerpublicradio.org/correspondents/[id].html`
Here `[id]` is the hosts id number zero-filled to four digits.
Such pages show an episode count and a summary of episodes submitted by the correspondent (host). The episode count includes any future shows, but the episode display does not.
It probably makes better sense for the count to exclude future shows, in the same way as the episode list.
I believe the dynamic version of this page worked this way.
[PR 204 fixes this issue](https://repo.anhonesthost.net/HPR/hpr_generator/pulls/204) and is [merged into main](https://repo.anhonesthost.net/HPR/hpr_generator/commit/eedd954a11a597f22910278ff6f388d65c4f9082)
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
Correspondent pages are reached with an URL such as:
https://hackerpublicradio.org/correspondents/[id].htmlHere
[id]is the hosts id number zero-filled to four digits.Such pages show an episode count and a summary of episodes submitted by the correspondent (host). The episode count includes any future shows, but the episode display does not.
It probably makes better sense for the count to exclude future shows, in the same way as the episode list.
I believe the dynamic version of this page worked this way.
PR 204 fixes this issue and is merged into main