|
| 1 | +<!DOCTYPE html> |
| 2 | +<html> |
| 3 | + <head> |
| 4 | + <title><CWDG/> Web Ninjas Unite</title> |
| 5 | + <link href='favicon.ico' rel='icon' type='image/x-icon'> |
| 6 | + <link href='css/screen.css' media='screen, projection' rel='stylesheet' type='text/css'> |
| 7 | + <link href='css/print.css' media='print' rel='stylesheet' type='text/css'> |
| 8 | + <!--[if lt IE 8]> |
| 9 | + <link href="css/ie.css" media="screen, projection" rel="stylesheet" type="text/css" /> |
| 10 | + <![endif]--> |
| 11 | + </head> |
| 12 | + <body class='bp'> |
| 13 | + <div id='header'> |
| 14 | + <ul class='relevant-links'> |
| 15 | + <li class='last'> |
| 16 | + <a class='button' href='http://groups.google.com/group/cwdgosu' target='blank'>Mailing List Archives</a> |
| 17 | + <li> |
| 18 | + <a class='button' href='http://www.twitter.com/cwdgosu' target='blank'>Twitter</a> |
| 19 | + </li> |
| 20 | + <li> |
| 21 | + <a class='button' href='http://www.facebook.com/groups/cwdgosu/' target='blank'>Facebook</a> |
| 22 | + </li> |
| 23 | + <li> |
| 24 | + <a class='button' href='https://github.com/CWDG' target='blank'>GitHub</a> |
| 25 | + </li> |
| 26 | + <li> |
| 27 | + <a class='button' href='irc.html' target='blank'>Chat on IRC</a> |
| 28 | + </li> |
| 29 | + <li class='first'> |
| 30 | + <a class='button' href='http://go.osu.edu/cwdglist' target='blank'>Join the Mailing List</a> |
| 31 | + </li> |
| 32 | + </li> |
| 33 | + </ul> |
| 34 | + <a class='banner' href='/'> |
| 35 | + <h1> |
| 36 | + <span class='tag'><</span> |
| 37 | + Collegiate Web Developers Group |
| 38 | + <span class='slash'>/</span> |
| 39 | + <span class='tag'>></span> |
| 40 | + </h1> |
| 41 | + </a> |
| 42 | + </div> |
| 43 | + <div id='container'> |
| 44 | + <div id='content'> |
| 45 | + <div class='section'> |
| 46 | + <h2>IRC Chat</h2> |
| 47 | + <div id='irc'> |
| 48 | + <iframe src="http://webchat.freenode.net?channels=cwdg&uio=Mz1mYWxzZSY5PXRydWUmMTE9MCYxMj10cnVl27" width="710" height="500"></iframe> |
| 49 | + </div> |
| 50 | + </div> |
| 51 | + <div class='section chat'> |
| 52 | + <h2>Why Chat?</h2> |
| 53 | + <div class='content'> |
| 54 | + <p>We'll try to hang out in IRC on a regular basis to help |
| 55 | + people in a live chat format. We are cultivating a |
| 56 | + community where we can help each other throughout the |
| 57 | + week and share their experiences.</p> |
| 58 | + </div> |
| 59 | + </div> |
| 60 | + <div class='section options'> |
| 61 | + <h2>Better Options?</h2> |
| 62 | + <div class='content'> |
| 63 | + <p>There are better programs to use for IRC. These will |
| 64 | + automatically connect and stay open longer. I've heard |
| 65 | + good things about: |
| 66 | + <a href="http://xchat.org/">XChat</a>, |
| 67 | + <a href="http://pidgin.im/">Pidgin</a>, |
| 68 | + <a href="http://www.adium.im/">Adium</a>, |
| 69 | + <a href="http://www.kvirc.net/">KVIrc</a>, |
| 70 | + <a href="http://colloquy.info/">Colloquy</a>, |
| 71 | + and <a href="http://limechat.net/mac/">Limechat</a>. |
| 72 | + You can find a much larger, more |
| 73 | + <a href="https://en.wikipedia.org/wiki/IRC_client#Clients">exhaustive list on Wikipedia</a> |
| 74 | + and their <a href="https://en.wikipedia.org/wiki/Comparison_of_Internet_Relay_Chat_clients">extensive comparison</a>.</p> |
| 75 | + </div> |
| 76 | + </div> |
| 77 | + </div> |
| 78 | + </div> |
| 79 | + </body> |
| 80 | +</html> |
0 commit comments