added /2019/live page based on /2018/live
authorAndrew Engelbrecht <andrew@fsf.org>
Fri, 8 Mar 2019 22:55:12 +0000 (17:55 -0500)
committerAndrew Engelbrecht <andrew@fsf.org>
Fri, 8 Mar 2019 22:55:12 +0000 (17:55 -0500)
2019/live/index.html [new file with mode: 0755]
2019/live/menu.html [new file with mode: 0755]
2019/live/room123.html [new file with mode: 0755]
2019/live/room144.html [new file with mode: 0755]
2019/live/room155.html [new file with mode: 0755]

diff --git a/2019/live/index.html b/2019/live/index.html
new file mode 100755 (executable)
index 0000000..0e6ab6f
--- /dev/null
@@ -0,0 +1,71 @@
+<!--#include virtual="/2019/includes/header.html"-->
+
+<title>LibrePlanet 2019 ~ Live</title>
+
+<!--#include virtual="/2019/includes/banner.html"-->
+<!--#include virtual="/2019/includes/sidebar.html"-->
+
+<h1>LibrePlanet 2019 - Live</h1>
+
+<div class="row margin-top">
+  <div class="col-sm-8"> <!-- start of main content -->
+
+    <h2 style="margin-bottom: 10px;">Partner:</h2>
+    <div class="hover_img" style="margin-bottom: 40px;">
+      <img src="https://static.fsf.org/nosvn/libreplanet/sponsor-logos/pia.svg"  alt="The Private Internet Access logo." height="75%" width="75%">
+      <div class="right_text">
+        <p><strong><a href="https://www.privateinternetaccess.com/">Private Internet Access</a>, protecting your privacy online</strong></p>
+      </div>
+    </div>
+
+    <noscript>
+      <p>
+        Our conference streaming web interface requires JavaScript, but
+        all of our streams are readily available on
+        <a href="http://live.fsf.org">
+          live.fsf.org
+        </a>
+        and can be played with the video client of your
+        choice, such as VLC or mplayer.
+      </p>
+      <p>
+       You can watch the streams directly by using vlc or some other media players with the following URLs:<br><br>
+
+       https://live.fsf.org/stream-123.webm <br>
+       https://live.fsf.org/stream-144.webm <br>
+       https://live.fsf.org/stream-155.webm <br><br>
+
+       https://live.fsf.org/slides-123.webm <br>
+       https://live.fsf.org/slides-144.webm <br>
+       https://live.fsf.org/slides-155.webm <br><br>
+
+       or using something like this on a terminal:
+<pre>
+mpv https://live.fsf.org/stream-123.webm
+mplayer https://live.fsf.org/stream-144.webm
+ffplay https://live.fsf.org/stream-155.webm
+</pre>
+      </p>
+    </noscript>
+
+    <div id="stream"></div>
+
+    <iframe src="https://irc0d.libreplanet.org/irc/irc.freenode.net/?theme=mini&amp;#libreplanet"
+            class="irc-client">
+    </iframe>
+  </div> <!-- end of main content -->
+
+  <div class="col-sm-4"> <!-- start of right sidebar column -->
+    <!--#include virtual="/2019/includes/live_sidebar.html" -->
+  </div> <!-- end of right sidebar column -->
+</div>
+
+<!--#include virtual="/2019/includes/footer.html"-->
+<!--#include virtual="/2019/includes/common_js.html"-->
+<script type="text/javascript" src="/2019/assets/js/mithril.min.js"></script>
+<script type="text/javascript" src="/2019/assets/js/stream.js"></script>
+<script type="text/javascript">
+$("#p-sessions").addClass("active").text("Sessions");
+</script>
+<!--#include virtual="/2019/includes/livestream_js.html"-->
+<!--#include virtual="/2019/includes/close.html" -->
diff --git a/2019/live/menu.html b/2019/live/menu.html
new file mode 100755 (executable)
index 0000000..63bd8ba
--- /dev/null
@@ -0,0 +1,28 @@
+<!--#include virtual="/server/2019/header.html"-->
+
+<title>LibrePlanet 2019 &mdash; Live</title>
+
+<!--#include virtual="/server/2019/banner.html"-->
+<!--#include virtual="/server/2019/sidebar.html"-->
+
+<h1> Menu </h1>
+
+<div class="row margin-top">
+  <div class="col-sm-8">
+
+       <div class="list-group text-center text-thick">
+         <a class="list-group-item alt-a" href=."/room123.html">Room 123</a>
+         <a class="list-group-item alt-a" href="./room144.html">Room 144</a>
+         <a class="list-group-item alt-a" href="./room155.html">Room 155</a>
+       </div>
+
+  </div>
+  <div class="col-sm-4"> <!-- start of sidebar column -->
+       <!--#include virtual="/server/2019/live_sidebar.html" -->
+  </div> <!-- end of sidebar column -->
+</div>
+
+
+<!--#include virtual="/server/2019/footer.html"-->
+<!--#include virtual="/server/2019/common_js.html"-->
+<!--#include virtual="/server/2019/close.html" -->
diff --git a/2019/live/room123.html b/2019/live/room123.html
new file mode 100755 (executable)
index 0000000..ed3af31
--- /dev/null
@@ -0,0 +1,58 @@
+<!--#include virtual="/2019/includes/header.html"-->
+
+<title>LibrePlanet 2019 &mdash; Live &mdash; Room 123</title>
+
+<!--#include virtual="/2019/includes/banner.html"-->
+<!--#include virtual="/2019/includes/sidebar.html"-->
+
+<h1> Room 123 </h1>
+
+<p>Now presenting: <strong id="speaker-name"></strong> - "<i id="talk-title"></i>"</p>
+<p id="viewer-counter"></p>
+
+<div class="row margin-top">
+  <div class="col-sm-8"> <!-- start of main content -->
+    <div class="thumbnail"> <!-- start Live Player -->
+      <video class="lp-video" controls>
+       <source src="http://live.fsf.org/slides-123.webm" type="video/webm" />
+       <p><em>Your browser does not support the video
+         tag, <a href="http://live.fsf.org/room123.ogv">
+         [ please download ]</a> the video instead.</em></p>
+      </video>
+    </div>  <!-- end Live Player -->
+       <!--#include virtual="/2019/includes/live_menu.html" -->
+       <div class="panel panel-default">
+         <div class="panel-body text-center">
+               Problem streaming? Contact <strong><a class="alt-a" href="mailto:streaming@fsf.org">streaming@fsf.org</a></strong>
+         </div>
+       </div>
+       <p>Join the discussion online!</p>
+
+       <ul>
+         <li>Conference-wide Freenode IRC channel: <strong>#libreplanet</strong></li>
+         <li>Freenode IRC channel for Room 123: <strong>#libreplanet_room123</strong></li>
+         <li>Conference hashtag for <a href="https://fsf.org/twitter">microblogging</a>: <strong>#libreplanet</strong></li>
+       </ul>
+
+       <div id="kiwiirc-widget"><!-- Start of Kiwiirc widget -->
+         <h2> IRC </h2>
+         <iframe src="https://irc0d.libreplanet.org/irc/irc.freenode.net/?theme=mini&amp;#libreplanet_room123"
+                  class="irc-client">
+          </iframe>
+       </div><!-- End of Kiwiirc widget -->
+  </div> <!-- end of main content -->
+
+  <div class="col-sm-4"> <!-- start of right sidebar column -->
+       <!--#include virtual="/2019/includes/live_sidebar.html" -->
+  </div> <!-- end of right sidebar column -->
+</div>
+
+
+<!--#include virtual="/2019/includes/footer.html"-->
+<!--#include virtual="/2019/includes/common_js.html"-->
+<script type="text/javascript" src="/2019/assets/js/stream.js"></script>
+<script type="text/javascript">
+ $("#room123").addClass("active").html("<strong>Room 123</strong>");
+ monitorStream('/test.webm');
+</script>
+<!--#include virtual="/2019/includes/close.html" -->
diff --git a/2019/live/room144.html b/2019/live/room144.html
new file mode 100755 (executable)
index 0000000..5b4d0f4
--- /dev/null
@@ -0,0 +1,55 @@
+<!--#include virtual="/2019/includes/header.html"-->
+
+<title>LibrePlanet 2019 &mdash; Live &mdash; Room 144</title>
+
+<!--#include virtual="/2019/includes/banner.html"-->
+<!--#include virtual="/2019/includes/sidebar.html"-->
+
+<h1>Room 144 </h1>
+
+<div class="row margin-top">
+  <div class="col-sm-8">
+       <div class="thumbnail"> <!-- start Live Player -->
+           <video class="lp-video" controls>
+                 <source
+                     src="http://live.fsf.org/room144.ogv"
+                     type="video/ogg" />
+                 <p><em>Your browser does not support the video
+                         tag, <a href="http://live.fsf.org/room144.ogv">
+                           [ please download ]</a> the video instead.</em></p>
+           </video>
+       </div>  <!-- end Live Player -->
+       <!--#include virtual="/2019/includes/live_menu.html" -->
+       <div class="panel panel-default">
+         <div class="panel-body text-center">
+               Problem streaming? Contact <strong><a class="alt-a" href="mailto:streaming@fsf.org">streaming@fsf.org</a></strong>
+         </div>
+       </div>
+       <p>Join the discussion online!</p>
+
+       <ul>
+         <li>Conference-wide Freenode IRC channel: <strong>#libreplanet</strong></li>
+         <li>Freenode IRC channel for Room 144: <strong>#libreplanet_room144</strong></li>
+         <li>Conference hashtag for <a href="https://fsf.org/twitter">microblogging</a>: <strong>#libreplanet</strong></li>
+       </ul>
+
+       <div id="kiwiirc-widget"><!-- Start of Kiwiirc widget -->
+         <h2> IRC </h2>
+         <iframe src="https://irc0d.libreplanet.org/irc/irc.freenode.net/?&amp;theme=mini#libreplanet_room144"
+                  class="irc-client">
+          </iframe>
+       </div><!-- End of Kiwiirc widget -->
+  </div> <!-- end of main content -->
+
+  <div class="col-sm-4"> <!-- start of right sidebar column -->
+       <!--#include virtual="/2019/includes/live_sidebar.html" -->
+  </div> <!-- end of right sidebar column -->
+</div>
+
+
+<!--#include virtual="/2019/includes/footer.html"-->
+<!--#include virtual="/2019/includes/common_js.html"-->
+<script type="text/javascript">
+  $("#room144").addClass("active").html("<strong>Room 144</strong>");
+</script>
+<!--#include virtual="/2019/includes/close.html" -->
diff --git a/2019/live/room155.html b/2019/live/room155.html
new file mode 100755 (executable)
index 0000000..0e207e6
--- /dev/null
@@ -0,0 +1,55 @@
+<!--#include virtual="/2019/includes/header.html"-->
+
+<title>LibrePlanet 2019 &mdash; Live &mdash; Room 155</title>
+
+<!--#include virtual="/2019/includes/banner.html"-->
+<!--#include virtual="/2019/includes/sidebar.html"-->
+
+<h1>Room 155 </h1>
+
+<div class="row margin-top">
+  <div class="col-sm-8">
+       <div class="thumbnail"> <!-- start Live Player -->
+         <video class="lp-video" controls>
+               <source
+                   src="http://live.fsf.org/room155.ogv"
+                   type="video/ogg" />
+               <p><em>Your browser does not support the video
+                       tag, <a href="http://live.fsf.org/room155.ogv">
+                         [ please download ]</a> the video instead.</em></p>
+         </video>
+       </div>  <!-- end Live Player -->
+       <!--#include virtual="/2019/includes/live_menu.html" -->
+       <div class="panel panel-default">
+         <div class="panel-body text-center">
+               Problem streaming? Contact <strong><a class="alt-a" href="mailto:streaming@fsf.org">streaming@fsf.org</a></strong>
+         </div>
+       </div>
+       <p>Join the discussion online!</p>
+
+       <ul>
+         <li>Conference-wide Freenode IRC channel: <strong>#libreplanet</strong></li>
+         <li>Freenode IRC channel for Room 155: <strong>#libreplanet_room155</strong></li>
+         <li>Conference hashtag for <a href="https://fsf.org/twitter">microblogging</a>: <strong>#libreplanet</strong></li>
+       </ul>
+
+       <div id="kiwiirc-widget"><!-- Start of Kiwiirc widget -->
+         <h2> IRC </h2>
+         <iframe src="https://irc0d.libreplanet.org/irc/irc.freenode.net/?&amp;theme=mini#libreplanet_room155"
+                  class="irc-client">
+          </iframe>
+       </div><!-- End of Kiwiirc widget -->
+  </div> <!-- end of main content -->
+
+  <div class="col-sm-4"> <!-- start of right sidebar column -->
+       <!--#include virtual="/2019/includes/live_sidebar.html" -->
+  </div> <!-- end of right sidebar column -->
+</div>
+
+
+<!--#include virtual="/2019/includes/footer.html"-->
+<!--#include virtual="/2019/includes/common_js.html"-->
+<script type="text/javascript">
+  $("#room155").addClass("active").html("<strong>Room 155</strong>");
+</script>
+<!--#include virtual="/2019/includes/close.html" -->