Update help page locations

This commit is contained in:
2026-06-05 14:15:58 +02:00
parent 91bc031321
commit 087d963c49

View File

@@ -297,30 +297,30 @@ The HPR Schedule is entirely community driven and we recommend that <strong>you<
</p>
<p>
There are only <strong><?php echo "${days_to_wait}"; ?></strong> days to wait until next free slot. Please consider <a aria-label="Help on Recording a podcast" href="<?php echo "${referrerurl}about.html#recording_a_podcast"; ?>">recording</a> a show for us.
There are only <strong><?php echo "${days_to_wait}"; ?></strong> days to wait until next free slot.
Please consider <a aria-label="Help on Recording a podcast" href="<?php echo "${referrerurl}contribute.html"; ?>">recording</a> a show for us.
</p>
<ol>
<li>Review the updated <em><a aria-label="Learn the Stuff you need to know" href="<?php echo "${referrerurl}about.html#agreement"; ?>">Stuff you need to know</a></em> page.</li>
<li>Review the updated <em><a aria-label="Learn the Stuff you need to know" href="<?php echo "${referrerurl}contribute.html#stuff_you_need_to_know"; ?>">Stuff you need to know</a></em> page.</li>
<li>Select a date, or post to the Reserve Pool.</li>
<li>Click the link in the confirmation email</li>
<li>Then <a aria-label="Help on Adding an episode" href="<?php echo "${baseurl}about.html#adding_an_episode"; ?>">fill in a form</a>.</li>
<li>Then <a aria-label="Help on Adding an episode" href="<?php echo "${baseurl}contribute.html#uploading_an_episode"; ?>">fill in a form</a>.</li>
</ol>
<h2 id="scheduling_guidelines">Scheduling Guidelines</h2>
<h2 id="scheduling_rules">Scheduling Rules</h2>
<ol>
<li>You must have your audio recording ready to upload <strong>before</strong> you pick a slot.</li>
<li>New hosts, Interviews, and other time critical shows should use the first free slot.</li>
<li>Always try and fill any free slots that are available in the <strong>upcoming two weeks</strong>.</li>
<li>When the queue is filling up then leave some slots free for new contributors.</li>
<li>Post non urgent shows into the first empty week.</li>
<li>If you are uploading a series of shows then post them one every two weeks.</li>
<li>If you have a non urgent show that is timeless, then add it to the <a href="<?php echo $referrerurl ?>about.html#reserve_pool">Reserve Pool</a>.</li>
<li>Otherwise, when the queue is filling up then leave some free slots for new contributors.</li>
<li>Leave two weeks (9 slots) between your shows.</li>
<li>If you have a non urgent show that is timeless, then add it to the <a href="<?php echo $referrerurl ?>contribute.html#reserve_pool">Reserve Pool</a>.</li>
</ol>
<h2 id="reserve_pool">Add to the Reserve Pool ?</h2>
<p>
<a aria-label="Post to the Reserve Pool" href="<?php echo "${hubBaseurl}"; ?>request.php?id=9999">Post your show to the <strong>Reserve Pool</strong></a> if you don't care when it will be released. <small><a aria-label="Help on the Reserve Pool" href="<?php echo "${referrerurl}"; ?>about.html#reserve_pool";">&#9432;</a></small>
<a aria-label="Post to the Reserve Pool" href="<?php echo "${hubBaseurl}"; ?>request.php?id=9999">Post your show to the <strong>Reserve Pool</strong></a> if you don't care when it will be released.
<small><a aria-label="Help on the Reserve Pool" href="<?php echo "${referrerurl}"; ?>contribute.html#reserve_pool";">&#9432;</a></small>
</p>
<h2 id="current_schedule">Select a date in the current schedule ?</h2>
@@ -329,10 +329,7 @@ There are only <strong><?php echo "${days_to_wait}"; ?></strong> days to wait un
<strong>Schedule</strong> the release</a> day your show will be aired. <small><a aria-label="Help on the scheduling guidelines" href="<?php echo "${referrerurl}"; ?>about.html#scheduling_guidelines">&#9432;</a></small>
</p>
<h3>Next Two Months <small><a aria-label="Help on the HPR processing workflow" href="<?php echo "${referrerurl}"; ?>about.html#workflow">&#9432;</a></small></h3>
<h3>Next Two Months <small><a aria-label="Help on the HPR processing workflow" href="https://repo.anhonesthost.net/HPR/hpr_documentation/src/branch/main/workflow/uploading_a_show.md">&#9432;</a></small></h3>
<?php
$sizeof_show_array = sizeof($show_array);