forked from CWDG/cwdg.github.io
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathirc.html
More file actions
68 lines (67 loc) · 3.09 KB
/
Copy pathirc.html
File metadata and controls
68 lines (67 loc) · 3.09 KB
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
<!DOCTYPE html>
<html>
<head>
<title><CWDG/> Web Ninjas Unite</title>
<link href='favicon.ico' rel='icon' type='image/x-icon'>
<link href='css/screen.css' media='screen, projection' rel='stylesheet' type='text/css'>
<link href='css/print.css' media='print' rel='stylesheet' type='text/css'>
<!--[if lt IE 8]>
<link href="css/ie.css" media="screen, projection" rel="stylesheet" type="text/css" />
<![endif]-->
</head>
<body class='bp'>
<div id='header'>
<ul class='relevant-links'>
<li class='last'>
<a class='button' href='http://groups.google.com/group/cwdgosu' target='blank'>Mailing List Archives</a>
<li>
<a class='button' href='http://www.twitter.com/cwdgosu' target='blank'>Twitter</a>
</li>
<li>
<a class='button' href='http://www.facebook.com/groups/cwdgosu/' target='blank'>Facebook</a>
</li>
<li>
<a class='button' href='https://github.com/CWDG' target='blank'>GitHub</a>
</li>
<li>
<a class='button' href='irc.html' target='blank'>Chat on IRC</a>
</li>
<li class='first'>
<a class='button' href='http://go.osu.edu/cwdglist' target='blank'>Join the Mailing List</a>
</li>
</li>
</ul>
<a class='banner' href='/'>
<h1>
<span class='tag'><</span>
Collegiate Web Developers Group
<span class='slash'>/</span>
<span class='tag'>></span>
</h1>
</a>
</div>
<div id='container'>
<div id='content'>
<div class='section'>
<h2>IRC Chat</h2>
<div id='irc'>
<iframe src="http://webchat.freenode.net?channels=cwdg&uio=Mz1mYWxzZSY5PXRydWUmMTE9MCYxMj10cnVl27" width="710" height="500"></iframe>
</div>
</div>
<div class='section chat'>
<h2>Why Chat?</h2>
<div class='content'>
<p>We’ll try to hang out in IRC on a regular basis to help people in a live chat format. We are cultivating a community where we can help each other throughout the week and share their experiences.</p>
</div>
</div>
<div class='section options'>
<h2>Better Options?</h2>
<div class='content'>
<p>There are better programs to use for IRC. These will automatically connect and stay open longer. I’ve heard good things about: <a href='http://xchat.org/'>XChat</a>, <a href='http://pidgin.im/'>Pidgin</a>, <a href='http://www.adium.im/'>Adium</a>, <a href='http://www.kvirc.net/'>KVIrc</a>, <a href='http://colloquy.info/'>Colloquy</a>, and <a href='http://limechat.net/mac/'>Limechat</a>. You can find a much larger, more <a href='https://en.wikipedia.org/wiki/IRC_client#Clients'>exhaustive list on Wikipedia</a> and their <a href='https://en.wikipedia.org/wiki/Comparison_of_Internet_Relay_Chat_clients'>extensive comparison</a>.</p>
<p>Once you get your new IRC client, join #cwdg on Freenode.</p>
</div>
</div>
</div>
</div>
</body>
</html>