summaryrefslogtreecommitdiffstats
path: root/_build/static/archives/extend/2014-August/000428.html
diff options
context:
space:
mode:
Diffstat (limited to '_build/static/archives/extend/2014-August/000428.html')
-rw-r--r--_build/static/archives/extend/2014-August/000428.html138
1 files changed, 138 insertions, 0 deletions
diff --git a/_build/static/archives/extend/2014-August/000428.html b/_build/static/archives/extend/2014-August/000428.html
new file mode 100644
index 00000000..f46a98ce
--- /dev/null
+++ b/_build/static/archives/extend/2014-August/000428.html
@@ -0,0 +1,138 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
+<HTML>
+ <HEAD>
+ <TITLE> [99s-extend] [erlang-questions] [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%5Berlang-questions%5D%20%5BANN%5D%20Cowboy%201.0&In-Reply-To=%3CCAPTXyXcOJic72bbd8VCANqGoJNRZ44-HOQgm%3Dmwa-%3DjcUDnt4Q%40mail.gmail.com%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="000433.html">
+ <LINK REL="Next" HREF="000429.html">
+ </HEAD>
+ <BODY BGCOLOR="#ffffff">
+ <H1>[99s-extend] [erlang-questions] [ANN] Cowboy 1.0</H1>
+ <B>Jesse Gumm</B>
+ <A HREF="mailto:extend%40lists.ninenines.eu?Subject=Re%3A%20%5B99s-extend%5D%20%5Berlang-questions%5D%20%5BANN%5D%20Cowboy%201.0&In-Reply-To=%3CCAPTXyXcOJic72bbd8VCANqGoJNRZ44-HOQgm%3Dmwa-%3DjcUDnt4Q%40mail.gmail.com%3E"
+ TITLE="[99s-extend] [erlang-questions] [ANN] Cowboy 1.0">gumm at sigma-star.com
+ </A><BR>
+ <I>Tue Aug 5 17:56:25 CEST 2014</I>
+ <P><UL>
+ <LI>Previous message: <A HREF="000433.html">[99s-extend] [erlang-questions] [ANN] Cowboy 1.0
+</A></li>
+ <LI>Next message: <A HREF="000429.html">[99s-extend] [erlang-questions] [ANN] Cowboy 1.0
+</A></li>
+ <LI> <B>Messages sorted by:</B>
+ <a href="date.html#428">[ date ]</a>
+ <a href="thread.html#428">[ thread ]</a>
+ <a href="subject.html#428">[ subject ]</a>
+ <a href="author.html#428">[ author ]</a>
+ </LI>
+ </UL>
+ <HR>
+<!--beginarticle-->
+<PRE>Congrats Loic!
+
+--
+Jesse Gumm
+Owner, Sigma Star Systems
+414.940.4866 || sigma-star.com || @jessegumm
+On Aug 5, 2014 7:43 AM, &quot;Lo&#239;c Hoguin&quot; &lt;<A HREF="https://lists.ninenines.eu/listinfo/extend">essen at ninenines.eu</A>&gt; wrote:
+
+&gt;<i> Hello!
+</I>&gt;<i>
+</I>&gt;<i> Cowboy 1.0 has been released.
+</I>&gt;<i>
+</I>&gt;<i> Cowboy is a small and fast HTTP server for Erlang with support for
+</I>&gt;<i> Webmachine-like REST, Websocket and more.
+</I>&gt;<i>
+</I>&gt;<i> <A HREF="https://github.com/ninenines/cowboy">https://github.com/ninenines/cowboy</A>
+</I>&gt;<i>
+</I>&gt;<i> Cowboy is the work of more than 80 people. I would like to congratulate
+</I>&gt;<i> everyone for the great work done so far. Thank you!
+</I>&gt;<i>
+</I>&gt;<i> Please see the CHANGELOG for details on what's changed.
+</I>&gt;<i>
+</I>&gt;<i> <A HREF="https://github.com/ninenines/cowboy/blob/master/CHANGELOG.md">https://github.com/ninenines/cowboy/blob/master/CHANGELOG.md</A>
+</I>&gt;<i>
+</I>&gt;<i> This release marks the beginning of the 1.0.x branch which will contain
+</I>&gt;<i> backward compatible fixes. This branch will be maintained at least until
+</I>&gt;<i> Cowboy 2.0 gets released (longer if sponsors request it). It is highly
+</I>&gt;<i> recommended that you follow this branch if you were following master
+</I>&gt;<i> before, as master will receive backward incompatible changes starting
+</I>&gt;<i> tomorrow.
+</I>&gt;<i>
+</I>&gt;<i> Cowboy is now fully documented. It has a user guide, a function reference
+</I>&gt;<i> manual, and a wealth of examples. You can also install man pages as
+</I>&gt;<i> explained in the README of the project.
+</I>&gt;<i>
+</I>&gt;<i> <A HREF="http://ninenines.eu/docs/en/cowboy/1.0/guide/">http://ninenines.eu/docs/en/cowboy/1.0/guide/</A>
+</I>&gt;<i> <A HREF="http://ninenines.eu/docs/en/cowboy/1.0/manual/">http://ninenines.eu/docs/en/cowboy/1.0/manual/</A>
+</I>&gt;<i> <A HREF="https://github.com/ninenines/cowboy/tree/master/examples">https://github.com/ninenines/cowboy/tree/master/examples</A>
+</I>&gt;<i>
+</I>&gt;<i> Following a discussion on the Erlang mailing lists the Getting Started
+</I>&gt;<i> chapter was reworked and greatly simplified, in parts due to the
+</I>&gt;<i> improvements made to erlang.mk. Feedback is of course always welcome.
+</I>&gt;<i>
+</I>&gt;<i> <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>
+</I>&gt;<i>
+</I>&gt;<i> Starting tomorrow the master branch will receive backward incompatible
+</I>&gt;<i> changes. Most of the planned changes are detailed in the ROADMAP. You are
+</I>&gt;<i> welcome to suggest additional changes.
+</I>&gt;<i>
+</I>&gt;<i> <A HREF="https://github.com/ninenines/cowboy/blob/master/ROADMAP.md">https://github.com/ninenines/cowboy/blob/master/ROADMAP.md</A>
+</I>&gt;<i>
+</I>&gt;<i> Cowboy 2.0 is planned to be released at around the same time Erlang/OTP
+</I>&gt;<i> 18.0 comes out. There are no plans for a Cowboy 1.1 at this time, although
+</I>&gt;<i> that may change in the coming months if there is interest in new features.
+</I>&gt;<i>
+</I>&gt;<i> Ranch also got upgraded to 1.0, although there was no changes from the
+</I>&gt;<i> previous release.
+</I>&gt;<i>
+</I>&gt;<i> <A HREF="https://github.com/ninenines/ranch">https://github.com/ninenines/ranch</A>
+</I>&gt;<i>
+</I>&gt;<i> Thanks to everyone who made this project what it is today!
+</I>&gt;<i>
+</I>&gt;<i> --
+</I>&gt;<i> Lo&#239;c Hoguin
+</I>&gt;<i> <A HREF="http://ninenines.eu">http://ninenines.eu</A>
+</I>&gt;<i> _______________________________________________
+</I>&gt;<i> erlang-questions mailing list
+</I>&gt;<i> <A HREF="https://lists.ninenines.eu/listinfo/extend">erlang-questions at erlang.org</A>
+</I>&gt;<i> <A HREF="http://erlang.org/mailman/listinfo/erlang-questions">http://erlang.org/mailman/listinfo/erlang-questions</A>
+</I>&gt;<i>
+</I>-------------- next part --------------
+An HTML attachment was scrubbed...
+URL: &lt;<A HREF="http://lists.ninenines.eu/archives/extend/attachments/20140805/fb1bc75c/attachment.html">http://lists.ninenines.eu/archives/extend/attachments/20140805/fb1bc75c/attachment.html</A>&gt;
+</PRE>
+
+
+
+
+
+
+<!--endarticle-->
+ <HR>
+ <P><UL>
+ <!--threads-->
+ <LI>Previous message: <A HREF="000433.html">[99s-extend] [erlang-questions] [ANN] Cowboy 1.0
+</A></li>
+ <LI>Next message: <A HREF="000429.html">[99s-extend] [erlang-questions] [ANN] Cowboy 1.0
+</A></li>
+ <LI> <B>Messages sorted by:</B>
+ <a href="date.html#428">[ date ]</a>
+ <a href="thread.html#428">[ thread ]</a>
+ <a href="subject.html#428">[ subject ]</a>
+ <a href="author.html#428">[ author ]</a>
+ </LI>
+ </UL>
+
+<hr>
+<a href="https://lists.ninenines.eu/listinfo/extend">More information about the Extend
+mailing list</a><br>
+</body></html>