corrected some dates on live stream pages
authorAndrew Engelbrecht <andrew@fsf.org>
Wed, 1 Mar 2023 19:51:14 +0000 (14:51 -0500)
committerAndrew Engelbrecht <andrew@fsf.org>
Wed, 1 Mar 2023 19:51:14 +0000 (14:51 -0500)
2023/live/index.html
2023/live/jupiter/index.html
2023/live/menu.html

index 7f53b257f8d6dda9d8e5f3b98aa7980a705ed937..4f4be9874662bb3ecd5a99daaaa0cec3fcda7a28 100755 (executable)
@@ -1,6 +1,6 @@
 <!--#include virtual="/2023/includes/header.html"-->
 
-<title>LibrePlanet 2022 ~ Live</title>
+<title>LibrePlanet 2023 ~ Live</title>
 
 <style>
 .special-irc { background-color: #282a2b; padding: 5px; margin-left: -5px; }
@@ -9,11 +9,11 @@
 <!--#include virtual="/2023/includes/banner.html"-->
 <!--#include virtual="/2023/includes/sidebar.html"-->
 
-<h1>LibrePlanet 2022 - Live</h1>
+<h1>LibrePlanet 2023 - Live</h1>
 
 <div class="row margin-top">
   <div class="col-sm-8"> <!-- start of main content -->
-    <p>Please note that all online participants in LibrePlanet 2022 interactions are expected to abide by the conference's <a href="/2023/safe-space-policy/">safe space policy</a>.</p>
+    <p>Please note that all online participants in LibrePlanet 2023 interactions are expected to abide by the conference's <a href="/2023/safe-space-policy/">safe space policy</a>.</p>
     <p>  <div class="panel-body">
            </div></p>
 
index f54d07cd00b13c5bb192e59cff5fce0c5a171e4e..4ce5279f2a1538a25f79713ad953156f1cafc7ec 100755 (executable)
@@ -1,6 +1,6 @@
 <!--#include virtual="/2023/includes/header.html"-->
 
-<title>LibrePlanet 2022 ~ Live</title>
+<title>LibrePlanet 2023 ~ Live</title>
 
 <style>
 .astronaut {
 <!--#include virtual="/2023/includes/banner.html"-->
 <!--#include virtual="/2023/includes/sidebar.html"-->
 
-<h1>LibrePlanet 2022 - Live</h1>
+<h1>LibrePlanet 2023 - Live</h1>
 
 <div class="row margin-top">
   <div class="col-sm-12"> <!-- start of main content -->
 
-    <p>Please note that all online participants in LibrePlanet 2022 interactions are expected to abide by the conference's <a href="/2023/safe-space-policy/">safe space policy</a>.</p>
+    <p>Please note that all online participants in LibrePlanet 2023 interactions are expected to abide by the conference's <a href="/2023/safe-space-policy/">safe space policy</a>.</p>
 
     <a name="stream"></a>
     <div id="static-stream">
@@ -27,7 +27,7 @@
 
 <script>
 // embed video url based on page name, and add a ?t=foo datestamp to work around caching issues
-matchResult = window.location.pathname.match(RegExp("\/2022\/(registered/|libreadventure-iframe/|)live/(jupiter|saturn|neptune)/?"));
+matchResult = window.location.pathname.match(RegExp("\/2023\/(registered/|libreadventure-iframe/|)live/(jupiter|saturn|neptune)/?"));
 if (matchResult !== null) {
     document.getElementById("speaker-video").src = "https://live.fsf.org/stream-room-" + matchResult[2] + ".webm?t=" + (new Date() * 1);
 }
index e0e544e90aa6aa27c71cfaf6f85c381f551329ef..b37dcc36600555572df3c27f176ba99f09eab3c5 100755 (executable)
@@ -1,6 +1,6 @@
 <!--#include virtual="/2023/includes/header.html"-->
 
-<title>LibrePlanet 2022 &mdash; Live</title>
+<title>LibrePlanet 2023 &mdash; Live</title>
 
 <!--#include virtual="/2023/includes/banner.html"-->
 <!--#include virtual="/2023/includes/sidebar.html"-->