# HG changeset patch # User Brian Neal # Date 1460508587 18000 # Node ID 19d34242473e31bb27b9894e9b613416f9226752 # Parent 4054f22583b35a22cd038853110e5adca8f57883 Convert IRC page to V3 design. diff -r 4054f22583b3 -r 19d34242473e irc/views.py --- a/irc/views.py Mon Apr 11 15:57:27 2016 -0500 +++ b/irc/views.py Tue Apr 12 19:49:47 2016 -0500 @@ -7,4 +7,7 @@ def view(request): nicks = get_users() - return render(request, 'irc/view.html', {'nicks': nicks}) + return render(request, 'irc/view.html', { + 'nicks': nicks, + 'V3_DESIGN': True, + }) diff -r 4054f22583b3 -r 19d34242473e sg101/templates/irc/view.html --- a/sg101/templates/irc/view.html Mon Apr 11 15:57:27 2016 -0500 +++ b/sg101/templates/irc/view.html Tue Apr 12 19:49:47 2016 -0500 @@ -1,7 +1,8 @@ -{% extends 'base.html' %} +{% extends 'v3/base.html' %} {% block title %}IRC Channel Status{% endblock %} {% block content %}

Who is Chatting in IRC?

+
{% if nicks %}

What is IRC? IRC stands for Internet Relay Chat. 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!

-If you are a beginner, please check out this forum thread, 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 contact us if you need help getting started. +If you are a beginner, we have several resources to help +get you started:

-

+

If you are an IRC pro, here are the details for getting connected with your favorite IRC client.