Update home

Roan Horning 2024-12-05 00:17:26 +00:00
parent e82daefd63
commit 5ef8658f66

@ -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 "A janitor Processes the shownotes" as s5 state "An HPR Janitor processes the shownotes" as s5
s5 --> s6 s5 --> s6
state "A janitor processes the media" as s6 state "An HPR 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 "A janitor posts to Archive.org" as s7 state "An HPR Janitor posts to Archive.org" as s7
s7 --> [*] s7 --> [*]
``` ```