forked from CompSocs/compsocs.github.io
-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
70 lines (55 loc) · 2.8 KB
/
index.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
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
<html>
<head>
<title>CompSocs UK</title>
<link href='http://fonts.googleapis.com/css?family=Gilda+Display|Vollkorn:700' rel='stylesheet' type='text/css'>
<link rel="stylesheet" href="style.css" type="text/css" media="screen" />
</head>
<body>
<h1>CompSocs UK</h1>
<p>A number of computer science societies at UK universities who use
IRC have resurrected the shared channel <tt>#compsoc-uk</tt> on
freenode as a place for friendly discussion.</p>
<p>The channel is <tt>#compsoc-uk</tt>
on <tt>irc.freenode.net</tt>. This channel has slightly uncertain
status, so the channel <tt>#compsoc<b>s</b>-uk</tt> (plural) on
freenode has been registered a a backup.</p>
<h3>Webchat</h3>
<p>If you do not have a convenient IRC client, you can
use <a href="http://webchat.freenode.net/?channels=compsoc-uk">freenode
webchat</a> to connect to the channel.</p>
<h3>Bot</h3>
<p>There is (at least one) utility bot in the channel. One of the
functions it provides is intended to make it easy to check which
university and society someone is from (as this question comes up
often).</p>
<p>Type <tt>!whois <nick></tt> to find the description a user
has set for themselves.</p>
<p>Type <tt>!whois.set <description></tt> to set the
description for yourself.</p>
<h3>Known Societies</h3>
<p>These societies have been seen in the channel:</p>
<ul>
<li><a href="http://comp-soc.com">Edinburgh CompSoc</a></li>
<li><a href="http://www.gutechsoc.com/">Glasgow University Tech Society</a></li>
<li><a href="http://www.kcltech.com">King's College London Tech Society</a></li>
<li><a href="http://napierdevsoc.uk/">Napier University Developers Society</a></li>
<li><a href="http://www.uoncompsoc.org.uk/">Compsoc Nottingham</a></li>
<li><a href="http://hacksocnotts.co.uk/">Hacksoc Nottingham</a></li>
<li><a href="http://ox.compsoc.net">Oxford CompSoc</a></li>
<li><a href="http://geeksoc.org">Strathclyde GeekSoc</a></li>
<li><a href="https://sucs.org">Swansea University Computer Society</a></li>
<li><a href="http://www.uwcs.co.uk">University of Warwick Computing Society</a></li>
<li><a href="http://hacksoc.org">York HackSoc</a></li>
</ul>
<h3>Future plans</h3>
<p>Hopefully, various group activities will be organised among the
people in <tt>#compsoc-uk</tt>. Perhaps when this becomes a proper
website, those events will be listed here.</p>
<h3>This Website</h3>
<p>If you'd like to improve this website, it is hosted on GitHub pages, in the repository
<a href="http://github.com/CompSocs/compsocs.github.io">Compsocs/compsocs.github.io</a>. Send
a pull request, and ping <tt>qlkzy</tt> (among others) in the
channel if it seems to be being ignored. Reputable individuals will
probably be given commit access.</p>
</body>
</html>