From 91bc03132121138309b2a11dbc0b647e53fe0ed8 Mon Sep 17 00:00:00 2001
From: Ken Fallon
Date: Mon, 1 Jun 2026 21:50:13 +0200
Subject: [PATCH] Documentation Update
---
hub/calendar.php | 20 +++++++++----------
hub/request_confirm.php | 9 ++++++---
hub/upload.php | 44 +++++++++++++++++++----------------------
3 files changed, 36 insertions(+), 37 deletions(-)
diff --git a/hub/calendar.php b/hub/calendar.php
index de9c3a7..63aea05 100644
--- a/hub/calendar.php
+++ b/hub/calendar.php
@@ -117,18 +117,18 @@ print "\n";
// --------------------------------------------
// Get the number of shows in the Reserve Pool.
-$query = mysqli_query($connection, "SELECT COUNT(*) as count_reserve_queue FROM reservations WHERE status = 'RESERVE_SHOW_SUBMITTED' AND ip = '127.0.0.1';");
+$query = mysqli_query($connection, "SELECT COUNT(*) as count_reserve_pool FROM reservations WHERE status = 'RESERVE_SHOW_SUBMITTED' AND ip = '127.0.0.1';");
$response_array = mysqli_fetch_row($query);
-$count_reserve_queue = $response_array[0];
-print "\n";
+$count_reserve_pool = $response_array[0];
+print "\n";
// --------------------------------------------
// Get the number of shows in the Reserve Pool yet to be processed.
-$query = mysqli_query($connection, "SELECT COUNT(*) as count_reserve_queue_unprocessed FROM reservations WHERE status = 'RESERVE_SHOW_SUBMITTED' AND ip != '127.0.0.1';");
+$query = mysqli_query($connection, "SELECT COUNT(*) as count_reserve_pool_unprocessed FROM reservations WHERE status = 'RESERVE_SHOW_SUBMITTED' AND ip != '127.0.0.1';");
$response_array = mysqli_fetch_row($query);
-$count_reserve_queue_unprocessed = $response_array[0];
-print "\n";
+$count_reserve_pool_unprocessed = $response_array[0];
+print "\n";
// --------------------------------------------
// Populate array with future shows and reservations
@@ -314,13 +314,13 @@ There are only days to wait un
When the queue is filling up then leave some slots free for new contributors.
Post non urgent shows into the first empty week.
If you are uploading a series of shows then post them one every two weeks.
- If you have a non urgent show that is timeless, then add it to the Reserve Pool.
+ If you have a non urgent show that is timeless, then add it to the Reserve Pool.
-Add to the Reserve Pool ?
+Add to the Reserve Pool ?
-request.php?id=9999">Post your show to the Reserve Pool if you don't care when it will be released. about.html#reserve_queue";">ⓘ
+request.php?id=9999">Post your show to the Reserve Pool if you don't care when it will be released. about.html#reserve_pool";">ⓘ
Select a date in the current schedule ?
@@ -384,7 +384,7 @@ while ( $slot <= $max_episode_number) {
}
?>
-Reserve Pool Overview
+Reserve Pool Overview
Thank you for your submission. A confirmation email has been sent to . Please copy and paste the link into your browser to confirm your email address, and upload your show media.
- You need to open the link within 15 minutes or the temporary lock will be released. Once you open the link, you can fill in the information at your leisure.
+ You need to open the link within 15 minutes or the temporary lock will be released.
+ Once you open the link, you have a maximum of 4 Hours to fill in the information.
The email is sent from the address robot@hobbypublicradio.com, and should be in your inbox by the time you read this.
- If it is not there by now, then please spam folder. We have had reports that sometimes gmail and hotmail consider the messages as spam. Please consider whitelisting the email address robot@hobbypublicradio.com.
+ If it is not there by now, then please spam folder.
+ We have had reports that sometimes gmail and hotmail consider the messages as spam.
+ Please consider whitelisting the email address robot@hobbypublicradio.com.
@@ -318,7 +321,7 @@ include 'header.php';
-
+
- You can fill in information about yourself and your show below. Please see the help page for more information.
+ You can fill in information about yourself and your show below.
+ Please see the "" target="_blank">Uploading an Episode help page" for more information.