2
0
mirror of https://github.com/boostorg/website.git synced 2026-01-23 06:02:18 +00:00
Files
website/community/irc.html
2021-03-02 13:53:43 -05:00

107 lines
3.6 KiB
HTML

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en">
<head>
<title>Boost IRC Hangouts</title>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<link rel="icon" href="/favicon.ico" type="image/ico" />
<link rel="stylesheet" type="text/css" href=
"/style-v2/section-community.css" />
<!--[if IE 7]> <style type="text/css"> body { behavior: url(/style-v2/csshover3.htc); } </style> <![endif]-->
</head><!--
Note: Editing website content is documented at:
https://www.boost.org/development/website_updating.html
-->
<body>
<div id="heading">
<!--#include virtual="/common/heading.html" -->
</div>
<div id="body">
<div id="body-inner">
<div id="content">
<div class="section" id="intro">
<div class="section-0">
<div class="section-title">
<h1>Boost IRC Hangouts</h1>
</div>
<div class="section-body">
<p>Boost users and developers spend time in various IRC
channels to generally work together. The attendance and traffic
of the channels vary greatly but there is usually someone
around to chat. And many times chat about just about any topic,
not just about the Boost C++ Libraries.</p>
<p>Even though the channels are not moderated in the strict
sense, for some there is the expectation that one should follow
the usual Boost discussion rules of civility. This is both as a
recognition that the Boost community is varied in age, and in
sensibilities. So please keep your language clean. And don't be
surprised if you find yourself reprimanded by the ops.</p>
<p>Our channels can be found on the <a class="external"
href="http://freenode.net/">freenode</a> network.</p>
<h2>#boost</h2>
<p>This is the main channel, and as such sees a good deal of
traffic at times. Most times one can find about 80 "people"
(there are a few bots in there) and a good representation from
Boost developers. If you are looking for some quick help in
getting something in Boost working this is a good place to
go.</p>
<ul class="menu">
<li><a class="external" href=
"irc://freenode/boost">Connect</a></li>
</ul>
<h2>##c++</h2>
<p>This is rather chatty but topical, hence the ## in the name,
C++ language discussion channel. Many of the same people who
hang out in the #boost channel, also hang out here.</p>
<ul class="menu">
<li><a class="external" href=
"irc://freenode/%23%23c++">Connect</a></li>
</ul>
</div>
</div>
</div>
</div>
<div id="sidebar">
<!--#include virtual="/common/sidebar-common.html" -->
<!--#include virtual="/common/sidebar-community.html" -->
</div>
<div class="clear"></div>
</div>
</div>
<div id="footer">
<div id="footer-left">
<div id="revised">
<p>Revised $Date$</p>
</div>
<div id="copyright">
<p>Copyright Rene Rivera 2007.</p>
</div><!--#include virtual="/common/footer-license.html" -->
</div>
<div id="footer-right">
<!--#include virtual="/common/footer-banners.html" -->
</div>
<div class="clear"></div>
</div>
</body>
</html>