added initial version of 2015/live/room123.html
authorrsiddharth <rsd@gnu.org>
Sat, 14 Feb 2015 20:04:35 +0000 (15:04 -0500)
committerrsiddharth <rsd@gnu.org>
Sat, 14 Feb 2015 20:04:35 +0000 (15:04 -0500)
- At the moment LibreJS blocks IRC kiwiirc widgets, but does not complain.
- The Libreplanet 2016 announce form must be updated.

2015/live/room123.html [new file with mode: 0644]

diff --git a/2015/live/room123.html b/2015/live/room123.html
new file mode 100644 (file)
index 0000000..12845f0
--- /dev/null
@@ -0,0 +1,53 @@
+<!--#include virtual="/server/2015/header.html"-->
+
+<title>LibrePlanet 2015 &mdash; Live &mdash; Room 123</title>
+
+<!--#include virtual="/server/2015/banner.html"-->
+<!--#include virtual="/server/2015/sidebar.html"-->
+
+<h1> Room 123 </h1>
+
+<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/room123.ogv"
+                  type="video/ogg" />
+               <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="/server/2015/live_menu.html" -->
+       <div class="panel panel-default">
+         <div class="panel-body text-center">
+               Problem stream? 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>#lp2015</strong></li>
+       </ul>
+
+       <div id="kiwiirc-widget"><!-- Start of Kiwiirc widget -->
+         <h2> IRC </h2>
+         <iframe src="https://kiwiirc.com/client/irc.freenode.net/?&amp;theme=basic#libreplanet_room123" style="border:0; width:100%; height:450px"></iframe>
+       </div><!-- End of Kiwiirc widget -->
+  </div> <!-- end of main content -->
+
+  <div class="col-sm-4"> <!-- start of right sidebar column -->
+       <!--#include virtual="/server/2015/live_sidebar.html" -->
+  </div> <!-- end of right sidebar column -->
+</div>
+
+
+<!--#include virtual="/server/2015/footer.html"-->
+<!--#include virtual="/server/2015/common_js.html"-->
+<script type="text/javascript">
+  $("#room123").addClass("active").html("<strong>Room 123</strong>");
+</script>
+<!--#include virtual="/server/2015/close.html" -->