Skip to content

Commit 681fbd4

Browse files
committed
replace all mentions of freenode by libera.chat
1 parent ded27a1 commit 681fbd4

10 files changed

+10
-10
lines changed

src/data.ml

+1-1
Original file line numberDiff line numberDiff line change
@@ -629,7 +629,7 @@ module Wiki = struct
629629
let href = Uri.of_string ("http://canopy.mirage.io/irclogs/" ^ s2) in
630630
let body = Html Cow.Html.(
631631
p (list [
632-
string "The IRC logs from our meetings in #mirage on Freenode are stored in Canopy, and available online from ";
632+
string "The IRC logs from our meetings in #mirage on libera.chat are stored in Canopy, and available online from ";
633633
a ~href (string (Uri.to_string href))
634634
])) in
635635
{ updated = date (y,m,d,16,0);

tmpl/blog/2016-summer-hackathon.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ Some other events of note recently:
1919
directly to a [repository](https://github.com/hannesm/canopy-data) which is [available online](http://canopy.mirage.io/irclogs). Thanks Amir
2020
and Enguerrand for all their hard work on recording the growing amount of development in MirageOS. [Gemma Gordon](https://ocaml.io/w/User:GemmaG)
2121
has also joined the project and been coordinating the [meetings](https://github.com/mirage/mirage-www/wiki/Call-Agenda). The next one is in a
22-
few hours, so please join us on `#mirage` on Freenode IRC at 4pm British time if you would like to participate or are just curious!
22+
few hours, so please join us on `#mirage` on Libera Chat IRC at 4pm British time if you would like to participate or are just curious!
2323

2424
* Our participation in the [Outreachy](https://wiki.gnome.org/Outreachy/2016/MayAugust) program for 2016 has begun, and the irrepressible
2525
[Gina Marie Maini](http://www.gina.codes) (aka [wiredsister](http://twitter.com/wiredsis)) has been hacking on syslogd, mentored by [Mindy Preston](http://somerandomidiot.com).

tmpl/blog/2017-winter-hackathon-roundup.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -210,7 +210,7 @@ The parser returns an existential
210210
This is causing me a problem: the `'req_type` existential would escape.
211211
I do not know how to solve this problem, or if it's possible to solve it at all.
212212
I discussed this issue with [@infinity0](http://github.com/infinity0) after the retreat, and we're not very optimistic.
213-
Perhaps someone in `#ocaml` on Freenode might know a trick.
213+
Perhaps someone in `#ocaml` on Libera Chat might know a trick.
214214

215215
```OCaml
216216
let listen ((ic, oc) : in_channel * out_channel)

tmpl/blog/mirage-entropy.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -373,7 +373,7 @@ We intend to re-evaluate the effectiveness of this design after getting some
373373
experience with how it works in the wild. To this end, we particularly
374374
appreciate the community feedback and
375375
you can reach us through our [mailing list][mirageos-devel-web], or hop onto
376-
`freenode` and join `#mirage`.
376+
`libera chat` and join `#mirage`.
377377

378378
[mirageos-devel-web]: http://lists.xenproject.org/cgi-bin/mailman/listinfo/mirageos-devel
379379

tmpl/blog/qubes-target.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -549,4 +549,4 @@ we can verify that things are as we expect from any VM that has the appropriate
549549
550550
# What's Next?
551551
552-
The implementation work above leaves a lot to be desired, noted in the [comments to the original pull request](https://github.com/mirage/mirage/pull/553#issuecomment-231529011). We welcome further contributions in this area, particularly from QubesOS users and developers! If you have questions or comments, please get in touch on the [mirageos-devel mailing list](https://lists.xenproject.org/cgi-bin/mailman/listinfo/mirageos-devel) or on our IRC channel at #mirage on irc.freenode.net !
552+
The implementation work above leaves a lot to be desired, noted in the [comments to the original pull request](https://github.com/mirage/mirage/pull/553#issuecomment-231529011). We welcome further contributions in this area, particularly from QubesOS users and developers! If you have questions or comments, please get in touch on the [mirageos-devel mailing list](https://lists.xenproject.org/cgi-bin/mailman/listinfo/mirageos-devel) or on our IRC channel at #mirage on irc.libera.chat !

tmpl/blog/releasing-mirage.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ as they happen.
6363
Since we're now also a proud Xen and Linux Foundation incubator project, our mailing
6464
list is shifting to [[email protected]](http://lists.xenproject.org/cgi-bin/mailman/listinfo/mirageos-devel), and we very much
6565
welcome comments and feedback on our efforts over there.
66-
The `#mirage` channel on FreeNode IRC is also growing increasingly popular, as
66+
The `#mirage` channel on Libera Chat IRC is also growing increasingly popular, as
6767
is simply reporting issues on the main [Mirage GitHub](http://github.com/mirage/mirage) repository.
6868

6969
Several people have also commented that they want to learn OCaml properly to

tmpl/blog/the-road-to-a-dev-release.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,6 @@ Here's some other significant news from the past few months:
1717
In the next few months, the installation notes and getting started guides will
1818
all be revamped to match the reality of the new tooling, so expect some flux
1919
there. If you want to take an early try of Mirage beforehand, don't forget to
20-
hop on the `#mirage` IRC channel on Freenode and ping us with questions
20+
hop on the `#mirage` IRC channel on libera.chat and ping us with questions
2121
directly. We will also be migrating some of the project infrastructure to be fully
2222
self-hosted on Mirage and Xen, and placing some of the services onto the new [xenproject.org](http://xenproject.org) infrastructure.

tmpl/blog/welcome-to-our-summer-hackers.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,4 +7,4 @@ Following our participation in the [Google Summer of Code](https://mirage.io/blo
77
* **Modular implicits**: [Frederic Bour](https://github.com/def-lkb), author of the popular [Merlin](https://github.com/the-lambda-church/merlin) IDE tool is also in Cambridge this summer working on adding modular implicits to the core OCaml language. Taking inspiration from [Modular Type-classes](http://www.mpi-sws.org/~dreyer/papers/mtc/main-long.pdf) and Scala's [implicits](http://twitter.github.io/scala_school/advanced-types.html), modular implcits allow functions to take implicit module arguments which will be filled-in by the compiler by searching the environment for a module with the appropriate type. This enables ad-hoc polymorphism in a very similar way to Haskell's type classes.
88
* **Irmin storage algorithms**: Benjamin Farinier (from [ENS Lyon](http://www.ens-lyon.eu/)) and Matthieu Journault (from [ENS Cachan](http://www.ens-cachan.fr/)) will work on datastructures for the [Irmin](https://github.com/mirage/irmin/wiki/Getting-Started) storage system that the next version of Mirage will use. They'll be grabbing copies of the [Okasaki](http://www.amazon.co.uk/Purely-Functional-Structures-Chris-Okasaki/dp/0521663504) classic text and porting some of them into a branch-consistent form.
99

10-
Of course, work continues apace by the rest of the team as usual, with a [steady stream of releases](https://mirage.io/releases) that are building up to some exciting new features. We'll be blogging about ARM support, PVHVM, Irmin storage and SSL integration just as soon as they're pushed into the stable branches. As always, [get in touch](https://mirage.io/community/) via the IRC channel (`#mirage` on Freenode) or the mailing lists with questions.
10+
Of course, work continues apace by the rest of the team as usual, with a [steady stream of releases](https://mirage.io/releases) that are building up to some exciting new features. We'll be blogging about ARM support, PVHVM, Irmin storage and SSL integration just as soon as they're pushed into the stable branches. As always, [get in touch](https://mirage.io/community/) via the IRC channel (`#mirage` on libera.chat) or the mailing lists with questions.

tmpl/wiki/index.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
Welcome to the MirageOS wiki. Feel free to subscribe to the [Atom](/wiki/atom.xml) feed to keep up-to-date with our progress.
2-
MirageOS is in beta stage and the infrastructure you see here is self-hosting. The authors hang on out #mirage on FreeNode IRC, so drop by with any questions you might have.
2+
MirageOS is in beta stage and the infrastructure you see here is self-hosting. The authors hang on out #mirage on libera.chat IRC, so drop by with any questions you might have.
33

44
<div class="row">
55

tmpl/wiki/mirage2-to-mirage3.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1414,4 +1414,4 @@ Hooray, we've ported another unikernel!
14141414

14151415
If you're encountering problems that weren't discussed here, you may find useful information in the [release notes for Mirage version 3](https://github.com/mirage/mirage/releases/tag/v3.0.0). The updated examples in [the mirage-skeleton](https://github.com/mirage/mirage-skeleton) may also be of use to you -- look in the `device-usage` directory for examples of unikernels that may be trying to use the same libraries as you are, or the `applications` category for richer examples on which you may have based a running unikernel from Mirage 2.
14161416

1417-
If neither of those is helpful to you and you're stuck, please feel free to ask in the #mirage IRC channel on [FreeNode](https://freenode.net), via e-mail at [our mailing list, mirageos-devel](https://lists.xenproject.org/cgi-bin/mailman/listinfo/mirageos-devel), or by raising an issue on [the mirage front-end tool repository at GitHub](https://github.com/mirage/mirage/issues/new). We welcome problem reports and contributions (including suggestions for improving this document). Thank you for helping us improve Mirage!
1417+
If neither of those is helpful to you and you're stuck, please feel free to ask in the #mirage IRC channel on [Libera Chat](https://libera.chat), via e-mail at [our mailing list, mirageos-devel](https://lists.xenproject.org/cgi-bin/mailman/listinfo/mirageos-devel), or by raising an issue on [the mirage front-end tool repository at GitHub](https://github.com/mirage/mirage/issues/new). We welcome problem reports and contributions (including suggestions for improving this document). Thank you for helping us improve Mirage!

0 commit comments

Comments
 (0)