[www-doc] [Git][VideoLAN.org/websites][master] add missing reference webirc page

François Cartegnie gitlab at videolan.org
Wed May 26 09:18:25 UTC 2021



François Cartegnie pushed to branch master at VideoLAN organization / websites


Commits:
6ccd4e57 by Francois Cartegnie at 2021-05-26T11:18:10+02:00
add missing reference webirc page

- - - - -


1 changed file:

- + www.videolan.org/webirc/index.php


Changes:

=====================================
www.videolan.org/webirc/index.php
=====================================
@@ -0,0 +1,28 @@
+<?php
+   $title = "VideoLAN IRC support channel";
+   $menu = array( "vlc", "" );
+   $body_color = "red";
+   $new_design = true;
+   require($_SERVER["DOCUMENT_ROOT"]."/include/header.php");
+?>
+
+<div class="container">
+    <h1 class="bigtitle">VideoLAN IRC support channel</h1>
+
+    <div class="row">
+        <h1>Using your web browser</h1>
+        <p>
+            Just pick a pseudo and connect without password.
+        </p>
+        <a class="btn btn-default" target="_new" href="https://kiwiirc.com/nextclient/#ircs://irc.libera.chat/#videolan">Connect using WebIRC</a>
+        <hr/>
+        <h1>Using your own IRC client</h1>
+        <p>
+            Our channel is on <a target="_new" href="http://libera.chat">Libera.chat</a> Network<br />
+            Server: <code>irc.libera.chat</code></br>
+            Channel: <code>#videolan</code></br>
+            URI: <a target="_new" href="ircs://irc.libera.chat:6697">ircs://irc.libera.chat:6697</a></br>
+        </p>
+    </div>
+</div>
+<?php footer('$Id$'); ?>



View it on GitLab: https://code.videolan.org/VideoLAN.org/websites/-/commit/6ccd4e57148bf606e2e49e2a9237f02c96fc4319

-- 
View it on GitLab: https://code.videolan.org/VideoLAN.org/websites/-/commit/6ccd4e57148bf606e2e49e2a9237f02c96fc4319
You're receiving this email because of your account on code.videolan.org.




More information about the www-doc mailing list