2015: Embed self-hosted, LibreJS compliant IRC client.
authorDavid Thompson <davet@gnu.org>
Wed, 18 Mar 2015 18:41:41 +0000 (14:41 -0400)
committerDavid Thompson <davet@gnu.org>
Wed, 18 Mar 2015 18:41:41 +0000 (14:41 -0400)
2015/assets/css/custom.css
2015/live/room123.html
2015/live/room141.html
2015/live/room155.html

index c4ac0fc432e3185a27cce55ca24f2d33b17c5b3f..b10bb060885b148665f400cb1908c7ee2b6d22f9 100644 (file)
@@ -617,3 +617,10 @@ body {
 #footer .container p {
   margin: 1.4em 0;
 }
+
+/* KiwiIRC iframe */
+.irc-client {
+    border:0;
+    width:100%;
+    height:450px;
+}
index 41a01980cd6d9892707d613998c5ef4b3bf7196e..403d2d83f04d6bd50de0ae40c41d44b26485d5da 100755 (executable)
@@ -35,7 +35,9 @@
 
        <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>
+         <iframe src="https://www0.libreplanet.org/kiwi/irc.freenode.net/?&amp;#libreplanet_room123"
+                  class="irc-client">
+          </iframe>
        </div><!-- End of Kiwiirc widget -->
   </div> <!-- end of main content -->
 
index 641c5414ed432773c578f5a0953476fccfff71fd..79a2a51bd15840eb34c12571f055c1bc6ddee822 100755 (executable)
@@ -26,7 +26,7 @@
          </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 141: <strong>#libreplanet_room141</strong></li>
@@ -35,7 +35,9 @@
 
        <div id="kiwiirc-widget"><!-- Start of Kiwiirc widget -->
          <h2> IRC </h2>
-         <iframe src="https://kiwiirc.com/client/irc.freenode.net/?&amp;theme=basic#libreplanet_room141" style="border:0; width:100%; height:450px"></iframe>
+         <iframe src="https://www0.libreplanet.org/kiwi/irc.freenode.net/?&amp;#libreplanet_room141"
+                  class="irc-client">
+          </iframe>
        </div><!-- End of Kiwiirc widget -->
   </div> <!-- end of main content -->
 
index e1aa2aedc0abfa7164e8e5e273320832184ded59..93f2e2989a8c1312db1ae95b506980e06b2e59e7 100755 (executable)
          <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>#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>
+         <iframe src="https://www0.libreplanet.org/kiwi/irc.freenode.net/?&amp;#libreplanet_room155"
+                  class="irc-client">
+          </iframe>
        </div><!-- End of Kiwiirc widget -->
   </div> <!-- end of main content -->