[www-doc] [Git][VideoLAN.org/websites][master] add missing reference webirc page
François Cartegnie
gitlab at videolan.org
Wed May 26 09:15:44 UTC 2021
François Cartegnie pushed to branch master at VideoLAN organization / websites
Commits:
6407cae9 by Francois Cartegnie at 2021-05-26T11:14:14+02:00
add missing reference webirc page
- - - - -
1 changed file:
- + www.videolan.org/webirc.php
Changes:
=====================================
www.videolan.org/webirc.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/6407cae99e5b9ccb89e64a9c9ed629cf6d2e97a1
--
View it on GitLab: https://code.videolan.org/VideoLAN.org/websites/-/commit/6407cae99e5b9ccb89e64a9c9ed629cf6d2e97a1
You're receiving this email because of your account on code.videolan.org.
More information about the www-doc
mailing list