comparison gpp/templates/irc/view.html @ 373:54cbdef18cf4

Improved the IRC view and block to point to instructions on how to get started with IRC.
author Brian Neal <bgneal@gmail.com>
date Sun, 06 Mar 2011 21:50:10 +0000
parents dbd703f7d63a
children
comparison
equal deleted inserted replaced
372:7c7201f942fe 373:54cbdef18cf4
10 </ul> 10 </ul>
11 <p>Join them in the <a href="irc://surfguitar101.com/ShallowEnd,needpass">#ShallowEnd</a>!</p> 11 <p>Join them in the <a href="irc://surfguitar101.com/ShallowEnd,needpass">#ShallowEnd</a>!</p>
12 {% else %} 12 {% else %}
13 <p><a href="irc://surfguitar101.com/ShallowEnd,needpass">#ShallowEnd</a> is empty at this time.</p> 13 <p><a href="irc://surfguitar101.com/ShallowEnd,needpass">#ShallowEnd</a> is empty at this time.</p>
14 {% endif %} 14 {% endif %}
15 <p>
16 What is IRC? IRC stands for <em>Internet Relay Chat</em>. IRC has been around since the late 1980's, and is a form of real-time Internet text messaging, or chatting. We have our own IRC server here at SurfGuitar101.com, and it is a fun way to talk to your fellow SG101-ers. We often gather in IRC to listen to a podcast or Internet radio show, to plan site events, or to just shoot the breeze. Come on in, all are welcome!
17 </p>
18 <p>
19 <strong>If you are a beginner</strong>, please check out <a href="/forums/topic/5103/">this forum thread</a>, which has some instructions for getting started using Chatzilla, a Firefox addon. We may also do a screencast in the future to explain how to get up and running. Please <a href="/contact/">contact us</a> if you need help getting started.
20 </p>
21 <p>
22 <strong>If you are an IRC pro</strong>, here are the details for getting connected with your favorite IRC client.
23 </p>
24 <ul>
25 <li>Server address: <em>surfguitar101.com</em></li>
26 <li>Port: <em>6667</em> (the default)</li>
27 <li>Server password: <em>morereverb</em></li>
28 <li>Main channel: <em>#ShallowEnd</em></li>
29 </ul>
15 {% endblock %} 30 {% endblock %}