-
-
Notifications
You must be signed in to change notification settings - Fork 181
/
Copy pathhelp-irc.html
executable file
·28 lines (22 loc) · 962 Bytes
/
help-irc.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
{% extends 'base.html' %}
{% set title = "Help IRC" %}
{% block content %}
<h1 class="narrow">{{ sage }} IRC Help Channel</h1>
<div class="narrow txt padding">
<b> Currently not active, use <a href="./help-zulip.html">Zulip chat</a> instead </b>
{# This IRC chatroom was the main discussion room for the {{ sage }} Mathematical Software System.
(Sorry, it's not for general math questions, that would be <a href="irc://irc.freenode.net/#math">#math</a>)<br/>
If you want to connect directly with your preferred IRC client: <a href="irc://irc.freenode.net/#sagemath">#sagemath is
on irc.freenode.net</a>
#}
</div>
<div class="center txt">
<iframe style="border: 0;" src="http://webchat.freenode.net?channels=math,sagemath&uio=OT10cnVlJjExPTI0Ng32" width="750" height="500"></iframe>
</div>
<!--
<div class="center narrow padding">
<strong><a
href="./help-irc-client.html">Start IRC Java Client</a></strong>
</div>
-->
{% endblock %}