summaryrefslogtreecommitdiffstats
path: root/_build/static/archives/extend/2014-August/000426.html
diff options
context:
space:
mode:
authorLoïc Hoguin <[email protected]>2016-08-29 12:39:49 +0200
committerLoïc Hoguin <[email protected]>2016-08-29 12:40:03 +0200
commitc807880f7ac73f813b2660ea81a00f7712a4e793 (patch)
treeba1d09e9b177f230665a80513b33fbd532000ce4 /_build/static/archives/extend/2014-August/000426.html
parentb1df25a7d9cda697513650659b781b55b40898f8 (diff)
downloadninenines.eu-c807880f7ac73f813b2660ea81a00f7712a4e793.tar.gz
ninenines.eu-c807880f7ac73f813b2660ea81a00f7712a4e793.tar.bz2
ninenines.eu-c807880f7ac73f813b2660ea81a00f7712a4e793.zip
Add old mailing list archives
Diffstat (limited to '_build/static/archives/extend/2014-August/000426.html')
-rw-r--r--_build/static/archives/extend/2014-August/000426.html119
1 files changed, 119 insertions, 0 deletions
diff --git a/_build/static/archives/extend/2014-August/000426.html b/_build/static/archives/extend/2014-August/000426.html
new file mode 100644
index 00000000..8f3db309
--- /dev/null
+++ b/_build/static/archives/extend/2014-August/000426.html
@@ -0,0 +1,119 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
+<HTML>
+ <HEAD>
+ <TITLE> [99s-extend] [ANN] Cowboy 1.0
+ </TITLE>
+ <LINK REL="Index" HREF="index.html" >
+ <LINK REL="made" HREF="mailto:extend%40lists.ninenines.eu?Subject=Re%3A%20%5B99s-extend%5D%20%5BANN%5D%20Cowboy%201.0&In-Reply-To=%3C53E0D183.1060206%40ninenines.eu%3E">
+ <META NAME="robots" CONTENT="index,nofollow">
+ <style type="text/css">
+ pre {
+ white-space: pre-wrap; /* css-2.1, curent FF, Opera, Safari */
+ }
+ </style>
+ <META http-equiv="Content-Type" content="text/html; charset=us-ascii">
+ <LINK REL="Previous" HREF="000425.html">
+ <LINK REL="Next" HREF="000427.html">
+ </HEAD>
+ <BODY BGCOLOR="#ffffff">
+ <H1>[99s-extend] [ANN] Cowboy 1.0</H1>
+ <B>Lo&#239;c Hoguin</B>
+ <A HREF="mailto:extend%40lists.ninenines.eu?Subject=Re%3A%20%5B99s-extend%5D%20%5BANN%5D%20Cowboy%201.0&In-Reply-To=%3C53E0D183.1060206%40ninenines.eu%3E"
+ TITLE="[99s-extend] [ANN] Cowboy 1.0">essen at ninenines.eu
+ </A><BR>
+ <I>Tue Aug 5 14:43:47 CEST 2014</I>
+ <P><UL>
+ <LI>Previous message: <A HREF="000425.html">[99s-extend] Broken links for REST flowcharts
+</A></li>
+ <LI>Next message: <A HREF="000427.html">[99s-extend] [erlang-questions] [ANN] Cowboy 1.0
+</A></li>
+ <LI> <B>Messages sorted by:</B>
+ <a href="date.html#426">[ date ]</a>
+ <a href="thread.html#426">[ thread ]</a>
+ <a href="subject.html#426">[ subject ]</a>
+ <a href="author.html#426">[ author ]</a>
+ </LI>
+ </UL>
+ <HR>
+<!--beginarticle-->
+<PRE>Hello!
+
+Cowboy 1.0 has been released.
+
+Cowboy is a small and fast HTTP server for Erlang with support for
+Webmachine-like REST, Websocket and more.
+
+ <A HREF="https://github.com/ninenines/cowboy">https://github.com/ninenines/cowboy</A>
+
+Cowboy is the work of more than 80 people. I would like to congratulate
+everyone for the great work done so far. Thank you!
+
+Please see the CHANGELOG for details on what's changed.
+
+ <A HREF="https://github.com/ninenines/cowboy/blob/master/CHANGELOG.md">https://github.com/ninenines/cowboy/blob/master/CHANGELOG.md</A>
+
+This release marks the beginning of the 1.0.x branch which will contain
+backward compatible fixes. This branch will be maintained at least until
+Cowboy 2.0 gets released (longer if sponsors request it). It is highly
+recommended that you follow this branch if you were following master
+before, as master will receive backward incompatible changes starting
+tomorrow.
+
+Cowboy is now fully documented. It has a user guide, a function
+reference manual, and a wealth of examples. You can also install man
+pages as explained in the README of the project.
+
+ <A HREF="http://ninenines.eu/docs/en/cowboy/1.0/guide/">http://ninenines.eu/docs/en/cowboy/1.0/guide/</A>
+ <A HREF="http://ninenines.eu/docs/en/cowboy/1.0/manual/">http://ninenines.eu/docs/en/cowboy/1.0/manual/</A>
+ <A HREF="https://github.com/ninenines/cowboy/tree/master/examples">https://github.com/ninenines/cowboy/tree/master/examples</A>
+
+Following a discussion on the Erlang mailing lists the Getting Started
+chapter was reworked and greatly simplified, in parts due to the
+improvements made to erlang.mk. Feedback is of course always welcome.
+
+ <A HREF="http://ninenines.eu/docs/en/cowboy/1.0/guide/getting_started/">http://ninenines.eu/docs/en/cowboy/1.0/guide/getting_started/</A>
+
+Starting tomorrow the master branch will receive backward incompatible
+changes. Most of the planned changes are detailed in the ROADMAP. You
+are welcome to suggest additional changes.
+
+ <A HREF="https://github.com/ninenines/cowboy/blob/master/ROADMAP.md">https://github.com/ninenines/cowboy/blob/master/ROADMAP.md</A>
+
+Cowboy 2.0 is planned to be released at around the same time Erlang/OTP
+18.0 comes out. There are no plans for a Cowboy 1.1 at this time,
+although that may change in the coming months if there is interest in
+new features.
+
+Ranch also got upgraded to 1.0, although there was no changes from the
+previous release.
+
+ <A HREF="https://github.com/ninenines/ranch">https://github.com/ninenines/ranch</A>
+
+Thanks to everyone who made this project what it is today!
+
+--
+Lo&#239;c Hoguin
+<A HREF="http://ninenines.eu">http://ninenines.eu</A>
+</PRE>
+
+
+<!--endarticle-->
+ <HR>
+ <P><UL>
+ <!--threads-->
+ <LI>Previous message: <A HREF="000425.html">[99s-extend] Broken links for REST flowcharts
+</A></li>
+ <LI>Next message: <A HREF="000427.html">[99s-extend] [erlang-questions] [ANN] Cowboy 1.0
+</A></li>
+ <LI> <B>Messages sorted by:</B>
+ <a href="date.html#426">[ date ]</a>
+ <a href="thread.html#426">[ thread ]</a>
+ <a href="subject.html#426">[ subject ]</a>
+ <a href="author.html#426">[ author ]</a>
+ </LI>
+ </UL>
+
+<hr>
+<a href="https://lists.ninenines.eu/listinfo/extend">More information about the Extend
+mailing list</a><br>
+</body></html>