diff options
author | Sacha Chua <sacha@sachachua.com> | 2022-11-22 08:35:42 -0500 |
---|---|---|
committer | Sacha Chua <sacha@sachachua.com> | 2022-11-22 08:35:42 -0500 |
commit | 15db59cf0020b12520f9a25feab35e82a554fe50 (patch) | |
tree | 39f4aadee202e6b241e037718c090cfcc3c16a6e /emacsconf-pad.el | |
parent | 59333798b0cd7fd285f5e0b3550bb926eab3c38c (diff) | |
download | emacsconf-el-15db59cf0020b12520f9a25feab35e82a554fe50.tar.xz emacsconf-el-15db59cf0020b12520f9a25feab35e82a554fe50.zip |
add emacsconf-stream-status-update-page
Diffstat (limited to '')
-rw-r--r-- | emacsconf-pad.el | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/emacsconf-pad.el b/emacsconf-pad.el index c7fc10c..4e009c0 100644 --- a/emacsconf-pad.el +++ b/emacsconf-pad.el @@ -343,7 +343,8 @@ ${next-talk-list} (concat " <strong>Setup</strong> -<ul><li>[ ] ${checkin}: Open the index: https://media.emacsconf.org/${year}/backstage/index-${track-id}.html</li> +<ul> +<li>[ ] ${checkin}: Open the index: https://media.emacsconf.org/${year}/backstage/index-${track-id}.html</li> <li>[ ] ${host}: Open the intro pad and the index: https://media.emacsconf.org/${year}/backstage/index-${track-id}.html</li> <li>[ ] ${irc}: Watch the #emacsconf-${track-id} channel</li> <li>[ ] ${pad}: Open the index: https://media.emacsconf.org/${year}/backstage/index-${track-id}.html</li> @@ -364,7 +365,7 @@ ${next-talk-list} </ul></li> <li>[ ] ${coord}: ssh -t orga@live0.emacsconf.org 'screen -S restream-${track-id}-youtube /home/orga/restream-${track-id}-youtube.sh' and then confirm</li> <li>[ ] ${coord}: ssh -t orga@live0.emacsconf.org 'screen -S restream-${track-id}-toobnix /home/orga/restream-${track-id}-toobnix.sh' and then confirm</li> -<li>[ ] ${coord}: update the status page on live.emacsconf.org</li> +<li>[ ] ${coord}: update the status page on live.emacsconf.org by changing emacsconf-tracks and calling emacsconf-stream-update-status-page</li> </ul> " "<ul>" @@ -394,7 +395,7 @@ ${next-talk-list} <ul> <li>[ ] ${coord}: stop the restream-${track-id}-youtube screen on live0</li> <li>[ ] ${coord}: stop the restream-${track-id}-toobnix screen on live0</li> -<li>[ ] ${coord}: update the status page on live.emacsconf.org</li> +<li>[ ] ${coord}: update the status page on live.emacsconf.org by changing emacsconf-tracks and calling emacsconf-stream-update-status-page</li> </ul>")) ))) |