2
0
mirror of https://github.com/boostorg/website.git synced 2026-01-19 04:42:17 +00:00
Files
website/community/irc.html
Daniel James 40688e1552 Update links for https
Mostly in comments. Might be better to use relative links from html.
2018-04-13 09:14:48 +01:00

120 lines
4.2 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=us-ascii" />
<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 varies 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>Most of the channels can be found in the <a class="external"
href="http://freenode.net/">freenode</a> network. But we might
stray into <a class="external" href=
"http://www.efnet.org/">efnet</a>.</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's 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>#boost-soc</h2>
<p>When in session students and mentors participating in the
Google Summer of Code program take their discussions here.</p>
<ul class="menu">
<li><a class="external" href=
"irc://freenode/boost-soc">Connect</a></li>
</ul>
<h2>##c++</h2>
<p>This is rather chatty but topical, hence the ## int he name,
C++ language discussion channel. Many of the same people who
hang out in the #boost channel, also hang out here. But be
warned, read about the <a class="external" href=
"http://jcatki.no-ip.org:8080/fncpp/">##c++</a> channel before
jumping in.</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>