Update home

Roan Horning 2024-12-05 00:16:30 +00:00
parent 57a09d191d
commit e82daefd63

@ -20,13 +20,13 @@ stateDiagram
state "Host is notified upload complete" as s4 state "Host is notified upload complete" as s4
state "upload_confirm.php" as s4 state "upload_confirm.php" as s4
s4 --> s5 s4 --> s5
state "Dave Processes the shownotes" as s5 state "A janitor Processes the shownotes" as s5
s5 --> s6 s5 --> s6
state "Ken Processes the media" as s6 state "A janitor processes the media" as s6
state "hprtranscode.bash" as s6 state "hprtranscode.bash" as s6
state "Show posted to HPR" as s6 state "Show posted to HPR" as s6
s6 --> s7 s6 --> s7
state "Dave posts to Archive.org" as s7 state "A janitor posts to Archive.org" as s7
s7 --> [*] s7 --> [*]
``` ```