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.

    gmail is blocking us

    @@ -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.

    - + - + - + - + - +
    Host Email (" target="_blank">?):Host Email (" target="_blank">?):
    Image: (" target="_blank">?)Image: (" target="_blank">?)
    "; @@ -174,25 +175,21 @@ include 'header.php';
    Name/Handle: (" target="_blank">?)Name/Handle: (" target="_blank">?)
    Your Default license: (" target="_blank">?)Your Default license: (" target="_blank">?)
    Profile: (" target="_blank">?)Profile: (" target="_blank">?)
    + +

    Please fill in some information about this episode

    - + - + - + - + - + - + - + - + - +
    Title(*) (" target="_blank">?):Title(*) (" target="_blank">?):
    Summary(*) (" target="_blank">?):Summary(*) (" target="_blank">?):
    Explicit: (" target="_blank">?)Explicit: (" target="_blank">?) Is the show Explicit ?: Yes @@ -221,14 +220,11 @@ include 'header.php';
    License: (" target="_blank">?)License: (" target="_blank">?) @@ -236,7 +232,7 @@ include 'header.php';
    Notes(*) (" target="_blank">?):Notes(*) (" target="_blank">?):
    Format: (" target="_blank">?)Format: (" target="_blank">?) What format if any did you just use in the show notes above ?
    Series: (" target="_blank">?)Series: (" target="_blank">?)
    Tags: (" target="_blank">?)Tags: (" target="_blank">?)
    Add a list of comma separated tags.
    If you can provide tags for your show that would be appreciated; you are certainly the best judge of what makes good tags, but if not then a volunteer will add them later.
    Upload Method: (" target="_blank">?)Upload Method: (" target="_blank">?) You have the choice of the following upload options:

    - 1. Upload now via this browser: (" target="_blank">?)
    + 1. Upload now via this browser: (" target="_blank">?)

    - 2. Provide a url we we can directly download it from: (" target="_blank">?)
    + 2. Provide a url we we can directly download it from: (" target="_blank">?)
    This must be accessable using a curl or wget command.
    Please avoid services that require login or downloading via a browser.