summaryrefslogtreecommitdiffstats
path: root/articles/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'articles/index.html')
-rw-r--r--articles/index.html37
1 files changed, 18 insertions, 19 deletions
diff --git a/articles/index.html b/articles/index.html
index 4b06d42e..aa4f6e3c 100644
--- a/articles/index.html
+++ b/articles/index.html
@@ -65,6 +65,24 @@
<article class="blog_item">
<header>
+ <h2><a href="https://ninenines.eu/articles/discord-server/">Erlang OSS Discord server</a></h2>
+ <p class="date">
+ <span class="year">2024</span>
+ <span class="day-month">18 Nov</span>
+ </p>
+ </header>
+
+ <p>Cowboy, Ranch, Gun and Erlang.mk now have official channels in the Erlang OSS Discord server. You are welcome to join to get help with these projects or to plan contributions. Join Erlang OSS Discord now!
+The Discord server is meant to replace the long discontinued IRC channel and provide a place where direct interactions are possible, complementing GitHub tickets.
+I have created the Erlang OSS Discord server for my own purposes, but anyone that has an open source project written in Erlang or fully usable from Erlang is welcome to join and request a channel for their project.</p>
+
+ <p style="text-align:right">
+ <a class="read_more" href="https://ninenines.eu/articles/discord-server/">Read More</a>
+ </p>
+ </article>
+
+ <article class="blog_item">
+ <header>
<h2><a href="https://ninenines.eu/articles/cowboy-2.12.0/">Cowboy 2.12</a></h2>
<p class="date">
<span class="year">2024</span>
@@ -408,25 +426,6 @@ Cowboy 2.x is now mature.</p>
</p>
</article>
- <article class="blog_item">
- <header>
- <h2><a href="https://ninenines.eu/articles/cowboy-2.6.0/">Cowboy 2.6</a></h2>
- <p class="date">
- <span class="year">2018</span>
- <span class="day-month">19 Nov</span>
- </p>
- </header>
-
- <p>Cowboy 2.6.0 has been released!
-Cowboy 2.6 greatly refactored the HTTP/2 code, a large part of which was moved to Cowlib and is now used by both the Cowboy server and the Gun client.
-A large number of tickets were also closed which resulted in many bugs fixed and many features and options added, although some of them are still experimental.
-Of note is the support for the PROXY protocol header built directly into Cowboy; the ability to use the sendfile tuple to send files while streaming a response body (for example you could build a tar file on the fly); and experimental support for range requests in the REST and static file handlers, including an automatic mode that lets you enable byte range requests to existing handlers with what&apos;s basically a one-liner.</p>
-
- <p style="text-align:right">
- <a class="read_more" href="https://ninenines.eu/articles/cowboy-2.6.0/">Read More</a>
- </p>
- </article>
-
<nav class="pagination" role="pagination">