Skip to content

Commit c023406

Browse files
committed
Drop IRC
Freenode imploded, and there doesn't appear to be enough interest to justify setting up and maintaing a new chat forum.
1 parent da914d4 commit c023406

File tree

3 files changed

+7
-9
lines changed

3 files changed

+7
-9
lines changed

CONTRIBUTING

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@ Issue Guidelines
33

44
1) Issues should only be created for things that are definitely bugs.
55
If you are not sure that the behavior is a bug, ask about it on
6-
IRC or the ruby-roda Google Group. GitHub Issues should not be
7-
used as a help forum.
6+
the ruby-roda Google Group. GitHub Issues should not be used as a
7+
help forum.
88

99
2) If you are sure it is a bug, then post a complete description of
1010
the issue, the simplest possible self-contained example showing
@@ -36,8 +36,7 @@ Code of Conduct
3636

3737
This code of conduct applies to all of the project's "collaborative
3838
space", which is defined as community communications channels,
39-
including the Google Group, GitHub project, source code repository,
40-
and IRC channel.
39+
including the Google Group, GitHub project, and source code repository.
4140

4241
1) Participants must ensure that their language and actions are free
4342
of personal attacks and remarks disparaging to people or groups.

README.rdoc

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,6 @@ Website :: http://roda.jeremyevans.net
1313
Source :: http://github.com/jeremyevans/roda
1414
Bugs :: http://github.com/jeremyevans/roda/issues
1515
Google Group :: http://groups.google.com/group/ruby-roda
16-
IRC :: irc://chat.freenode.net/#roda
1716

1817
== Goals
1918

www/pages/development.erb

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,22 +1,22 @@
11
<div class="contain">
22
<h2>Development</h2>
33

4-
<p>Roda is under active development. You can join in on the discussions, ask questions, suggest features, and discuss Roda in general by joining the <a href='http://groups.google.com/group/ruby-roda'>ruby-roda Google Group</a> or our <a href='irc://irc.freenode.net/roda'>IRC channel</a>.</p>
4+
<p>Roda is under active development. You can join in on the discussions, ask questions, suggest features, and discuss Roda in general by joining the <a href='http://groups.google.com/group/ruby-roda'>ruby-roda Google Group</a>.</p>
55

66
<h3>Reporting Bugs</h3>
77

8-
<p>To report a bug in Roda, use <a href="https://github.com/jeremyevans/roda/issues">GitHub Issues</a>. If you aren't sure if something is a bug, post a question on the <a href='http://groups.google.com/group/ruby-roda'>Google Group</a> or ask on <a href='irc://irc.freenode.net/roda'>IRC</a>. Note that GitHub Issues should not be used to ask questions about how to use Roda; use the Google Group or IRC for that.</p>
8+
<p>To report a bug in Roda, use <a href="https://github.com/jeremyevans/roda/issues">GitHub Issues</a>. If you aren't sure if something is a bug, post a question on the <a href='http://groups.google.com/group/ruby-roda'>Google Group</a>. Note that GitHub Issues should not be used to ask questions about how to use Roda; use the Google Group for that.</p>
99

1010
<h3>Source Code</h3>
1111

1212
<p>The master source code repository is <a href="https://github.com/jeremyevans/roda">jeremyevans/roda on GitHub</a>.</p>
1313

1414
<h3>Submitting Patches</h3>
1515

16-
<p>The easiest way to contribute is to use Git, post the changes to a public repository, and send a pull request, either via GitHub, the Google Group, or IRC. Posting patches to the bug tracker or the Google Group works fine as well.</p>
16+
<p>The easiest way to contribute is to use Git, post the changes to a public repository, and send a pull request, either via GitHub, or the Google Group. Posting patches to the bug tracker or the Google Group works fine as well.</p>
1717

1818
<h3>License</h3>
1919

2020
<p>Roda is distributed under the <a href="rdoc/files/MIT-LICENSE.html">MIT License</a>. Patches are assumed to be submitted under the same license as Roda.</p>
2121

22-
</div>
22+
</div>

0 commit comments

Comments
 (0)