safe space out of sidebar
[libreplanet-static.git] / 2020 / live / index.html
1 <!--#include virtual="/2020/includes/header.html"-->
2
3 <title>LibrePlanet 2020 ~ Live</title>
4
5 <!--#include virtual="/2020/includes/banner.html"-->
6 <!--#include virtual="/2020/includes/sidebar.html"-->
7
8 <h1>LibrePlanet 2020 - Live</h1>
9
10 <div class="row margin-top">
11 <div class="col-sm-8"> <!-- start of main content -->
12
13 <!--
14 <h2 style="margin-bottom: 10px;">Partner:</h2>
15 <div class="hover_img" style="margin-bottom: 40px;">
16 <img src="https://static.fsf.org/nosvn/libreplanet/sponsor-logos/pia.svg" alt="The Private Internet Access logo." height="75%" width="75%">
17 <div class="right_text">
18 <p><strong><a href="https://www.privateinternetaccess.com/">Private Internet Access</a>, protecting your privacy online</strong></p>
19 </div>
20 </div>
21 -->
22
23 <p>The conference will start March 14th at 09:30 EDT.</p>
24 <p> <div class="panel-body">
25 <p>Please note that all online participants in LibrePlanet 2020 interactions are expected to abide by the conference's <a href="https://libreplanet.org/2020/safe-space-policy/">safe space policy</a>.</p>
26 </div></a>.</p>
27
28 <!-- The Conference is not running at this time -->
29
30 <noscript>
31 <p>
32 Our conference streaming web interface requires JavaScript, but
33 all of our streams are readily available on
34 <a href="http://live.fsf.org">
35 live.fsf.org
36 </a>
37 and can be played with the video client of your
38 choice, such as VLC or mplayer.
39 </p>
40 <p>
41 You can watch the streams directly by using vlc or some other media players with the following URLs:<br><br>
42
43 https://live.fsf.org/stream-room-grand.webm <br>
44 https://live.fsf.org/stream-room-freedom.webm <br>
45 https://live.fsf.org/stream-room-patriot.webm <br><br>
46
47 or using something like this on a terminal:
48 <pre>
49 mpv https://live.fsf.org/stream-room-grand.webm
50 mplayer https://live.fsf.org/stream-room-freedom.webm
51 ffplay https://live.fsf.org/stream-room-patriot.webm
52 </pre>
53 </p>
54 </noscript>
55
56 <div id="stream"></div>
57
58 <iframe src="https://irc0d.libreplanet.org/irc/irc.freenode.net/?theme=mini&amp;#libreplanet"
59 class="irc-client">
60 </iframe>
61
62 <div style="margin-top: 20px">
63 <p>To join other channels, such as <strong>#libreplanet_room_grand</strong>, copy and paste this text into the IRC client above after you connect to IRC: <strong>/join #libreplanet_room_grand</strong></p>
64 </div>
65
66 <!-- end -->
67
68 </div> <!-- end of main content -->
69
70 <div class="col-sm-4"> <!-- start of right sidebar column -->
71 <!--#include virtual="/2020/includes/live_sidebar.html" -->
72 </div> <!-- end of right sidebar column -->
73 </div>
74
75 <!--#include virtual="/2020/includes/footer.html"-->
76 <!--#include virtual="/2020/includes/common_js.html"-->
77 <script type="text/javascript" src="/2020/assets/js/mithril.min.js"></script>
78 <script type="text/javascript" src="/2020/assets/js/stream.js"></script>
79 <script type="text/javascript">
80 $("#p-sessions").addClass("active").text("Sessions");
81 </script>
82 <!--#include virtual="/2020/includes/livestream_js.html"-->
83 <!--#include virtual="/2020/includes/close.html" -->