Skip to content

Commit 63be043

Browse files
committed
Changes to freenode and others
1 parent 4cd6ad7 commit 63be043

File tree

1,731 files changed

+1785
-1785
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

1,731 files changed

+1785
-1785
lines changed

.htaccess

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,8 +33,8 @@ Redirect 301 /language/5to6 https://docs.perl6.org/language/5to6-nutshell
3333
Redirect 301 /examples http://examples.perl6.org/
3434
Redirect 301 /perl6.xhtml https://docs.perl6.org/perl6.html
3535
Redirect 301 /examples.html http://examples.perl6.org/
36-
Redirect 303 /webchat https://webchat.freenode.net/?channels=#perl6
37-
Redirect 303 /webchat.html https://webchat.freenode.net/?channels=#perl6
36+
Redirect 303 /webchat https://kiwiirc.com/client/irc.libera.chat/#raku
37+
Redirect 303 /webchat.html https://kiwiirc.com/client/irc.libera.chat/#raku
3838

3939
ErrorDocument 404 /404.html
4040

404.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
<a class="menu-item " href="/type.html"> Types </a>
3737
<a class="menu-item " href="/routine.html"> Routines </a>
3838
<a class="menu-item " href="/programs.html"> Programs </a>
39-
<a class="menu-item " href="https://webchat.freenode.net/?channels=#raku"> Chat with us </a>
39+
<a class="menu-item " href="https://kiwiirc.com/client/irc.libera.chat/#raku"> Chat with us </a>
4040
</div>
4141

4242

index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
<a class="menu-item " href="/type.html"> Types </a>
3737
<a class="menu-item " href="/routine.html"> Routines </a>
3838
<a class="menu-item " href="/programs.html"> Programs </a>
39-
<a class="menu-item " href="https://webchat.freenode.net/?channels=#raku"> Chat with us </a>
39+
<a class="menu-item " href="https://kiwiirc.com/client/irc.libera.chat/#raku"> Chat with us </a>
4040
</div>
4141

4242

language.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
<a class="menu-item " href="/type.html"> Types </a>
3737
<a class="menu-item " href="/routine.html"> Routines </a>
3838
<a class="menu-item " href="/programs.html"> Programs </a>
39-
<a class="menu-item " href="https://webchat.freenode.net/?channels=#raku"> Chat with us </a>
39+
<a class="menu-item " href="https://kiwiirc.com/client/irc.libera.chat/#raku"> Chat with us </a>
4040
</div>
4141

4242

language/101-basics.html

Lines changed: 5 additions & 5 deletions
Large diffs are not rendered by default.

language/5to6-nutshell.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
<a class="menu-item " href="/type.html"> Types </a>
3737
<a class="menu-item " href="/routine.html"> Routines </a>
3838
<a class="menu-item " href="/programs.html"> Programs </a>
39-
<a class="menu-item " href="https://webchat.freenode.net/?channels=#raku"> Chat with us </a>
39+
<a class="menu-item " href="https://kiwiirc.com/client/irc.libera.chat/#raku"> Chat with us </a>
4040
</div>
4141

4242

language/5to6-overview.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
<a class="menu-item " href="/type.html"> Types </a>
3737
<a class="menu-item " href="/routine.html"> Routines </a>
3838
<a class="menu-item " href="/programs.html"> Programs </a>
39-
<a class="menu-item " href="https://webchat.freenode.net/?channels=#raku"> Chat with us </a>
39+
<a class="menu-item " href="https://kiwiirc.com/client/irc.libera.chat/#raku"> Chat with us </a>
4040
</div>
4141

4242

language/5to6-perlfunc.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
<a class="menu-item " href="/type.html"> Types </a>
3737
<a class="menu-item " href="/routine.html"> Routines </a>
3838
<a class="menu-item " href="/programs.html"> Programs </a>
39-
<a class="menu-item " href="https://webchat.freenode.net/?channels=#raku"> Chat with us </a>
39+
<a class="menu-item " href="https://kiwiirc.com/client/irc.libera.chat/#raku"> Chat with us </a>
4040
</div>
4141

4242

@@ -1097,7 +1097,7 @@ <h2 id="quoting"><a class="u" href="#___top" title="go to top of document">quoti
10971097
</li>
10981098
</ul>
10991099
<p>These survive the transition to Raku. Some notes:</p>
1100-
<pre class="editor editor-colors"><div class="line"><span class="source raku"><span class="string quoted q operator raku"><span>q</span></span><span class="punctuation definition string raku"><span>/</span></span><span class="string quoted q slash quote raku"><span>...</span></span><span class="punctuation definition string raku"><span>/</span></span><span>;&nbsp;&nbsp;</span><span class="comment line number-sign raku"><span class="punctuation definition comment raku"><span>#</span></span><span>&nbsp;is&nbsp;still&nbsp;equivalent&nbsp;to&nbsp;using&nbsp;single&nbsp;quotes.</span><span>&nbsp;</span></span></span></div><div class="line"><span class="source raku"><span class="string quoted qq operator raku"><span>qq</span></span><span class="punctuation definition string raku"><span>/</span></span><span class="string quoted qq slash quote raku"><span>...</span></span><span class="punctuation definition string raku"><span>/</span></span><span>;&nbsp;</span><span class="comment line number-sign raku"><span class="punctuation definition comment raku"><span>#</span></span><span>&nbsp;is&nbsp;still&nbsp;equivalent&nbsp;to&nbsp;using&nbsp;double&nbsp;quotes.</span><span>&nbsp;</span></span></span></div><div class="line"><span class="source raku"><span class="string quoted q operator raku"><span>qw</span></span><span class="punctuation definition string raku"><span>/</span></span><span class="string quoted q slash quote raku"><span>...</span></span><span class="punctuation definition string raku"><span>/</span></span><span>;&nbsp;</span><span class="comment line number-sign raku"><span class="punctuation definition comment raku"><span>#</span></span><span>&nbsp;is&nbsp;more&nbsp;commonly&nbsp;rendered&nbsp;as&nbsp;C&lt;&lt;&nbsp;&lt;...&gt;&nbsp;&gt;&gt;&nbsp;in&nbsp;Raku.</span><span>&nbsp;</span></span></span></div></pre><p>There are some added quoting constructs and equivalents, as explained at <a href="/language/quoting">quoting</a>.</p>
1100+
<pre class="editor editor-colors"><div class="line"><span class="source raku"><span class="string quoted q operator raku"><span>q</span></span><span class="punctuation definition string raku"><span>/</span></span><span class="string quoted q slash quote raku"><span>...</span></span><span class="punctuation definition string raku"><span>/</span></span><span>;&nbsp;&nbsp;</span><span class="comment line number-sign raku"><span class="punctuation definition comment raku"><span>#</span></span><span>&nbsp;is&nbsp;still&nbsp;equivalent&nbsp;to&nbsp;using&nbsp;single&nbsp;quotes.</span><span>&nbsp;</span></span></span></div><div class="line"><span class="source raku"><span class="string quoted qq operator raku"><span>qq</span></span><span class="punctuation definition string raku"><span>/</span></span><span class="string quoted qq slash quote raku"><span>...</span></span><span class="punctuation definition string raku"><span>/</span></span><span>;&nbsp;</span><span class="comment line number-sign raku"><span class="punctuation definition comment raku"><span>#</span></span><span>&nbsp;is&nbsp;still&nbsp;equivalent&nbsp;to&nbsp;using&nbsp;double&nbsp;quotes.</span><span>&nbsp;</span></span></span></div><div class="line"><span class="source raku"><span class="string quoted q operator raku"><span>qw</span></span><span class="punctuation definition string raku"><span>/</span></span><span class="string quoted q slash quote raku"><span>...</span></span><span class="punctuation definition string raku"><span>/</span></span><span>;&nbsp;</span><span class="comment line number-sign raku"><span class="punctuation definition comment raku"><span>#</span></span><span>&nbsp;is&nbsp;more&nbsp;commonly&nbsp;written&nbsp;as&nbsp;&lt;...&gt;&nbsp;in&nbsp;Raku.</span><span>&nbsp;</span></span></span></div></pre><p>There are some added quoting constructs and equivalents, as explained at <a href="/language/quoting">quoting</a>.</p>
11011101
<ul><li><p>qr/STRING/ <a name="index-entry-qr_(Perl)"></a></p>
11021102
</li>
11031103
</ul>

language/5to6-perlop.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
<a class="menu-item " href="/type.html"> Types </a>
3737
<a class="menu-item " href="/routine.html"> Routines </a>
3838
<a class="menu-item " href="/programs.html"> Programs </a>
39-
<a class="menu-item " href="https://webchat.freenode.net/?channels=#raku"> Chat with us </a>
39+
<a class="menu-item " href="https://kiwiirc.com/client/irc.libera.chat/#raku"> Chat with us </a>
4040
</div>
4141

4242

language/5to6-perlsyn.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
<a class="menu-item " href="/type.html"> Types </a>
3737
<a class="menu-item " href="/routine.html"> Routines </a>
3838
<a class="menu-item " href="/programs.html"> Programs </a>
39-
<a class="menu-item " href="https://webchat.freenode.net/?channels=#raku"> Chat with us </a>
39+
<a class="menu-item " href="https://kiwiirc.com/client/irc.libera.chat/#raku"> Chat with us </a>
4040
</div>
4141

4242

language/5to6-perlvar.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
<a class="menu-item " href="/type.html"> Types </a>
3737
<a class="menu-item " href="/routine.html"> Routines </a>
3838
<a class="menu-item " href="/programs.html"> Programs </a>
39-
<a class="menu-item " href="https://webchat.freenode.net/?channels=#raku"> Chat with us </a>
39+
<a class="menu-item " href="https://kiwiirc.com/client/irc.libera.chat/#raku"> Chat with us </a>
4040
</div>
4141

4242

language/about.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
<a class="menu-item " href="/type.html"> Types </a>
3737
<a class="menu-item " href="/routine.html"> Routines </a>
3838
<a class="menu-item " href="/programs.html"> Programs </a>
39-
<a class="menu-item " href="https://webchat.freenode.net/?channels=#raku"> Chat with us </a>
39+
<a class="menu-item " href="https://kiwiirc.com/client/irc.libera.chat/#raku"> Chat with us </a>
4040
</div>
4141

4242

language/classtut.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
<a class="menu-item " href="/type.html"> Types </a>
3737
<a class="menu-item " href="/routine.html"> Routines </a>
3838
<a class="menu-item " href="/programs.html"> Programs </a>
39-
<a class="menu-item " href="https://webchat.freenode.net/?channels=#raku"> Chat with us </a>
39+
<a class="menu-item " href="https://kiwiirc.com/client/irc.libera.chat/#raku"> Chat with us </a>
4040
</div>
4141

4242

language/community.html

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
<a class="menu-item " href="/type.html"> Types </a>
3737
<a class="menu-item " href="/routine.html"> Routines </a>
3838
<a class="menu-item " href="/programs.html"> Programs </a>
39-
<a class="menu-item " href="https://webchat.freenode.net/?channels=#raku"> Chat with us </a>
39+
<a class="menu-item " href="https://kiwiirc.com/client/irc.libera.chat/#raku"> Chat with us </a>
4040
</div>
4141

4242

@@ -84,7 +84,7 @@ <h1 id="Overview"><a class="u" href="#___top" title="go to top of document">Over
8484
<p>&quot;I am in favor of this change [a community driven renaming from Perl&nbsp;6 to Raku], because it reflects an ancient wisdom: &#39;No one sews a patch of unshrunk cloth on an old garment, for the patch will pull away from the garment, making the tear worse. Neither do people pour new wine into old wineskins. If they do, the skins will burst; the wine will run out and the wineskins will be ruined. No, they pour new wine into new wineskins, and both are preserved.&#39;&quot; - Larry Wall (<a href="https://github.com/Raku/problem-solving/pull/89#pullrequestreview-300789072">2019</a>)</p>
8585
<h1 id="The_Raku_community"><a class="u" href="#___top" title="go to top of document">The Raku community</a></h1>
8686
<h2 id="Online_communities"><a class="u" href="#___top" title="go to top of document">Online communities</a></h2>
87-
<p>The <code>#raku</code> channel was created in October 2019, and will become more active as it becomes the default channel. Eventually, connections to the <code>#perl6</code> will be redirected to <code>#raku</code>, but the historical logs will remain on the <code>#perl6</code> channel. The <a href="https://raku.org/community/irc"><code>#raku</code></a> channel on <code>freenode.net</code> has always had a large presence with many developers, who are happy to provide support and answer questions, or just use it as a friendly place to hang out. Check out this <a href="http://www.ircbeginner.com/ircinfo/abbreviations.html">IRC lingo</a> resource for the abbreviations frequently used there. <a href="https://stackoverflow.com/questions/tagged/raku">StackOverflow</a> is also a great resource for asking questions and helping others with their Raku problems and challenges. More resources can be found in the <a href="https://raku.org/community/">raku.org community page</a>.</p>
87+
<p>The <code>#raku</code> channel was created in October 2019, and will become more active as it becomes the default channel. Eventually, connections to the <code>#perl6</code> will be redirected to <code>#raku</code>, but the historical logs will remain on the <code>#perl6</code> channel. The <a href="https://raku.org/community/irc"><code>#raku</code></a> channel on <code>libera.chat</code> has a large presence with many developers, who are happy to provide support and answer questions, or just use it as a friendly place to hang out. Check out this <a href="http://www.ircbeginner.com/ircinfo/abbreviations.html">IRC lingo</a> resource for the abbreviations frequently used there. <a href="https://stackoverflow.com/questions/tagged/raku">StackOverflow</a> is also a great resource for asking questions and helping others with their Raku problems and challenges. More resources can be found in the <a href="https://raku.org/community/">raku.org community page</a>.</p>
8888
<h2 id="IRC_bots"><a class="u" href="#___top" title="go to top of document">IRC bots</a></h2>
8989
<p>The IRC channel has some very interesting bots. This is a full list with the name of the bot, a link to more information and a short description.</p>
9090
<ul><li><p><strong>benchable</strong> (<a href="https://github.com/Raku/whateverable/wiki/Benchable">details</a>)</p>
@@ -165,10 +165,10 @@ <h2 id="IRC_bots"><a class="u" href="#___top" title="go to top of document">IRC
165165
<p>An IRC bot for getting interesting information about Unicode characters. It can be addressed by its full name (&#39;unicodable6&#39;) or its short name (&#39;u&#39;).</p>
166166
</li>
167167
<li><p><strong>PufferBot</strong> (<a href="https://github.com/Kaiepi/p6-RakudoBot">details</a>)</p>
168-
<p>An IRC bot for testing builds of Rakudo on OpenBSD. It can be addressed by its full name (&#39;PufferBot&#39;). Talks only in <a href="https://webchat.freenode.net/?channels=#raku-dev">raku-dev</a>.</p>
168+
<p>An IRC bot for testing builds of Rakudo on OpenBSD. It can be addressed by its full name (&#39;PufferBot&#39;). Talks only in <a href="https://kiwiirc.com/client/irc.libera.chat/#raku-dev">raku-dev</a>.</p>
169169
</li>
170170
<li><p><strong>BeastieBot</strong> (<a href="https://github.com/Kaiepi/p6-RakudoBot">details</a>)</p>
171-
<p>An IRC bot for testing builds of Rakudo on FreeBSD. It can be addressed by its full name (&#39;BeastieBot&#39;). Talks only in <a href="https://webchat.freenode.net/?channels=#raku-dev">raku-dev</a>.</p>
171+
<p>An IRC bot for testing builds of Rakudo on FreeBSD. It can be addressed by its full name (&#39;BeastieBot&#39;). Talks only in <a href="https://kiwiirc.com/client/irc.libera.chat/#raku-dev">raku-dev</a>.</p>
172172
</li>
173173
</ul>
174174
<h2 id="Offline_communities"><a class="u" href="#___top" title="go to top of document">Offline communities</a></h2>

language/compilation.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
<a class="menu-item " href="/type.html"> Types </a>
3737
<a class="menu-item " href="/routine.html"> Routines </a>
3838
<a class="menu-item " href="/programs.html"> Programs </a>
39-
<a class="menu-item " href="https://webchat.freenode.net/?channels=#raku"> Chat with us </a>
39+
<a class="menu-item " href="https://kiwiirc.com/client/irc.libera.chat/#raku"> Chat with us </a>
4040
</div>
4141

4242

language/concurrency.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
<a class="menu-item " href="/type.html"> Types </a>
3737
<a class="menu-item " href="/routine.html"> Routines </a>
3838
<a class="menu-item " href="/programs.html"> Programs </a>
39-
<a class="menu-item " href="https://webchat.freenode.net/?channels=#raku"> Chat with us </a>
39+
<a class="menu-item " href="https://kiwiirc.com/client/irc.libera.chat/#raku"> Chat with us </a>
4040
</div>
4141

4242

language/containers.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
<a class="menu-item " href="/type.html"> Types </a>
3737
<a class="menu-item " href="/routine.html"> Routines </a>
3838
<a class="menu-item " href="/programs.html"> Programs </a>
39-
<a class="menu-item " href="https://webchat.freenode.net/?channels=#raku"> Chat with us </a>
39+
<a class="menu-item " href="https://kiwiirc.com/client/irc.libera.chat/#raku"> Chat with us </a>
4040
</div>
4141

4242

language/contexts.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
<a class="menu-item " href="/type.html"> Types </a>
3737
<a class="menu-item " href="/routine.html"> Routines </a>
3838
<a class="menu-item " href="/programs.html"> Programs </a>
39-
<a class="menu-item " href="https://webchat.freenode.net/?channels=#raku"> Chat with us </a>
39+
<a class="menu-item " href="https://kiwiirc.com/client/irc.libera.chat/#raku"> Chat with us </a>
4040
</div>
4141

4242

language/control.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
<a class="menu-item " href="/type.html"> Types </a>
3737
<a class="menu-item " href="/routine.html"> Routines </a>
3838
<a class="menu-item " href="/programs.html"> Programs </a>
39-
<a class="menu-item " href="https://webchat.freenode.net/?channels=#raku"> Chat with us </a>
39+
<a class="menu-item " href="https://kiwiirc.com/client/irc.libera.chat/#raku"> Chat with us </a>
4040
</div>
4141

4242

language/create-cli.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
<a class="menu-item " href="/type.html"> Types </a>
3737
<a class="menu-item " href="/routine.html"> Routines </a>
3838
<a class="menu-item " href="/programs.html"> Programs </a>
39-
<a class="menu-item " href="https://webchat.freenode.net/?channels=#raku"> Chat with us </a>
39+
<a class="menu-item " href="https://kiwiirc.com/client/irc.libera.chat/#raku"> Chat with us </a>
4040
</div>
4141

4242

language/enumeration.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
<a class="menu-item " href="/type.html"> Types </a>
3737
<a class="menu-item " href="/routine.html"> Routines </a>
3838
<a class="menu-item " href="/programs.html"> Programs </a>
39-
<a class="menu-item " href="https://webchat.freenode.net/?channels=#raku"> Chat with us </a>
39+
<a class="menu-item " href="https://kiwiirc.com/client/irc.libera.chat/#raku"> Chat with us </a>
4040
</div>
4141

4242

language/exceptions.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
<a class="menu-item " href="/type.html"> Types </a>
3737
<a class="menu-item " href="/routine.html"> Routines </a>
3838
<a class="menu-item " href="/programs.html"> Programs </a>
39-
<a class="menu-item " href="https://webchat.freenode.net/?channels=#raku"> Chat with us </a>
39+
<a class="menu-item " href="https://kiwiirc.com/client/irc.libera.chat/#raku"> Chat with us </a>
4040
</div>
4141

4242

language/experimental.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
<a class="menu-item " href="/type.html"> Types </a>
3737
<a class="menu-item " href="/routine.html"> Routines </a>
3838
<a class="menu-item " href="/programs.html"> Programs </a>
39-
<a class="menu-item " href="https://webchat.freenode.net/?channels=#raku"> Chat with us </a>
39+
<a class="menu-item " href="https://kiwiirc.com/client/irc.libera.chat/#raku"> Chat with us </a>
4040
</div>
4141

4242

0 commit comments

Comments
 (0)