summaryrefslogtreecommitdiffstats
path: root/archives/extend/2014-January
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 /archives/extend/2014-January
parentb1df25a7d9cda697513650659b781b55b40898f8 (diff)
downloadninenines.eu-c807880f7ac73f813b2660ea81a00f7712a4e793.tar.gz
ninenines.eu-c807880f7ac73f813b2660ea81a00f7712a4e793.tar.bz2
ninenines.eu-c807880f7ac73f813b2660ea81a00f7712a4e793.zip
Add old mailing list archives
Diffstat (limited to 'archives/extend/2014-January')
-rw-r--r--archives/extend/2014-January/000321.html84
-rw-r--r--archives/extend/2014-January/000322.html92
-rw-r--r--archives/extend/2014-January/000323.html76
-rw-r--r--archives/extend/2014-January/author.html62
-rw-r--r--archives/extend/2014-January/date.html62
-rw-r--r--archives/extend/2014-January/index.html67
-rw-r--r--archives/extend/2014-January/subject.html62
-rw-r--r--archives/extend/2014-January/thread.html67
8 files changed, 572 insertions, 0 deletions
diff --git a/archives/extend/2014-January/000321.html b/archives/extend/2014-January/000321.html
new file mode 100644
index 00000000..308f7a8d
--- /dev/null
+++ b/archives/extend/2014-January/000321.html
@@ -0,0 +1,84 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
+<HTML>
+ <HEAD>
+ <TITLE> [99s-extend] Parsing binary example in ranch guide
+ </TITLE>
+ <LINK REL="Index" HREF="index.html" >
+ <LINK REL="made" HREF="mailto:extend%40lists.ninenines.eu?Subject=Re%3A%20%5B99s-extend%5D%20Parsing%20binary%20example%20in%20ranch%20guide&In-Reply-To=%3CCAO0g3iHXt7b4rwwUv7KShiCLno%3Dy2htz6i%2B0Pn6OnVgF%2B%2BNYmg%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="Next" HREF="000322.html">
+ </HEAD>
+ <BODY BGCOLOR="#ffffff">
+ <H1>[99s-extend] Parsing binary example in ranch guide</H1>
+ <B>Xiao Jia</B>
+ <A HREF="mailto:extend%40lists.ninenines.eu?Subject=Re%3A%20%5B99s-extend%5D%20Parsing%20binary%20example%20in%20ranch%20guide&In-Reply-To=%3CCAO0g3iHXt7b4rwwUv7KShiCLno%3Dy2htz6i%2B0Pn6OnVgF%2B%2BNYmg%40mail.gmail.com%3E"
+ TITLE="[99s-extend] Parsing binary example in ranch guide">me at xiao-jia.com
+ </A><BR>
+ <I>Wed Jan 15 06:42:46 CET 2014</I>
+ <P><UL>
+
+ <LI>Next message: <A HREF="000322.html">[99s-extend] Parsing binary example in ranch guide
+</A></li>
+ <LI> <B>Messages sorted by:</B>
+ <a href="date.html#321">[ date ]</a>
+ <a href="thread.html#321">[ thread ]</a>
+ <a href="subject.html#321">[ subject ]</a>
+ <a href="author.html#321">[ author ]</a>
+ </LI>
+ </UL>
+ <HR>
+<!--beginarticle-->
+<PRE>Hi,
+
+I am learning how to use ranch and reading this page:
+
+ <A HREF="http://ninenines.eu/docs/en/ranch/HEAD/guide/parsers">http://ninenines.eu/docs/en/ranch/HEAD/guide/parsers</A>
+
+
+&lt;&lt; Size:32, _/bits &gt;&gt; = Buffer,
+case Buffer of
+ &lt;&lt; Frame:Size/binary, Rest/bits &gt;&gt; -&gt;
+ handle_frame(Frame, Buffer);
+ _ -&gt;
+ get_more_data(Buffer)
+end.
+
+
+Shouldn't it be
+
+ handle_frame(Frame, Rest);
+
+instead?
+
+--
+Regards,
+Xiao Jia
+
+</PRE>
+
+<!--endarticle-->
+ <HR>
+ <P><UL>
+ <!--threads-->
+
+ <LI>Next message: <A HREF="000322.html">[99s-extend] Parsing binary example in ranch guide
+</A></li>
+ <LI> <B>Messages sorted by:</B>
+ <a href="date.html#321">[ date ]</a>
+ <a href="thread.html#321">[ thread ]</a>
+ <a href="subject.html#321">[ subject ]</a>
+ <a href="author.html#321">[ author ]</a>
+ </LI>
+ </UL>
+
+<hr>
+<a href="https://lists.ninenines.eu/listinfo/extend">More information about the Extend
+mailing list</a><br>
+</body></html>
diff --git a/archives/extend/2014-January/000322.html b/archives/extend/2014-January/000322.html
new file mode 100644
index 00000000..76eb33c2
--- /dev/null
+++ b/archives/extend/2014-January/000322.html
@@ -0,0 +1,92 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
+<HTML>
+ <HEAD>
+ <TITLE> [99s-extend] Parsing binary example in ranch guide
+ </TITLE>
+ <LINK REL="Index" HREF="index.html" >
+ <LINK REL="made" HREF="mailto:extend%40lists.ninenines.eu?Subject=Re%3A%20%5B99s-extend%5D%20Parsing%20binary%20example%20in%20ranch%20guide&In-Reply-To=%3C52D63E04.5090300%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="000321.html">
+ <LINK REL="Next" HREF="000323.html">
+ </HEAD>
+ <BODY BGCOLOR="#ffffff">
+ <H1>[99s-extend] Parsing binary example in ranch guide</H1>
+ <B>Lo&#239;c Hoguin</B>
+ <A HREF="mailto:extend%40lists.ninenines.eu?Subject=Re%3A%20%5B99s-extend%5D%20Parsing%20binary%20example%20in%20ranch%20guide&In-Reply-To=%3C52D63E04.5090300%40ninenines.eu%3E"
+ TITLE="[99s-extend] Parsing binary example in ranch guide">essen at ninenines.eu
+ </A><BR>
+ <I>Wed Jan 15 08:51:32 CET 2014</I>
+ <P><UL>
+ <LI>Previous message: <A HREF="000321.html">[99s-extend] Parsing binary example in ranch guide
+</A></li>
+ <LI>Next message: <A HREF="000323.html">[99s-extend] Restart listeners if ranch_sup fails
+</A></li>
+ <LI> <B>Messages sorted by:</B>
+ <a href="date.html#322">[ date ]</a>
+ <a href="thread.html#322">[ thread ]</a>
+ <a href="subject.html#322">[ subject ]</a>
+ <a href="author.html#322">[ author ]</a>
+ </LI>
+ </UL>
+ <HR>
+<!--beginarticle-->
+<PRE>Yes.
+
+Feel free to open a PR, thanks!
+
+On 01/15/2014 06:42 AM, Xiao Jia wrote:
+&gt;<i> Hi,
+</I>&gt;<i>
+</I>&gt;<i> I am learning how to use ranch and reading this page:
+</I>&gt;<i>
+</I>&gt;<i> <A HREF="http://ninenines.eu/docs/en/ranch/HEAD/guide/parsers">http://ninenines.eu/docs/en/ranch/HEAD/guide/parsers</A>
+</I>&gt;<i>
+</I>&gt;<i>
+</I>&gt;<i> &lt;&lt; Size:32, _/bits &gt;&gt; = Buffer,
+</I>&gt;<i> case Buffer of
+</I>&gt;<i> &lt;&lt; Frame:Size/binary, Rest/bits &gt;&gt; -&gt;
+</I>&gt;<i> handle_frame(Frame, Buffer);
+</I>&gt;<i> _ -&gt;
+</I>&gt;<i> get_more_data(Buffer)
+</I>&gt;<i> end.
+</I>&gt;<i>
+</I>&gt;<i>
+</I>&gt;<i> Shouldn't it be
+</I>&gt;<i>
+</I>&gt;<i> handle_frame(Frame, Rest);
+</I>&gt;<i>
+</I>&gt;<i> instead?
+</I>&gt;<i>
+</I>
+--
+Lo&#239;c Hoguin
+<A HREF="http://ninenines.eu">http://ninenines.eu</A>
+
+</PRE>
+
+<!--endarticle-->
+ <HR>
+ <P><UL>
+ <!--threads-->
+ <LI>Previous message: <A HREF="000321.html">[99s-extend] Parsing binary example in ranch guide
+</A></li>
+ <LI>Next message: <A HREF="000323.html">[99s-extend] Restart listeners if ranch_sup fails
+</A></li>
+ <LI> <B>Messages sorted by:</B>
+ <a href="date.html#322">[ date ]</a>
+ <a href="thread.html#322">[ thread ]</a>
+ <a href="subject.html#322">[ subject ]</a>
+ <a href="author.html#322">[ author ]</a>
+ </LI>
+ </UL>
+
+<hr>
+<a href="https://lists.ninenines.eu/listinfo/extend">More information about the Extend
+mailing list</a><br>
+</body></html>
diff --git a/archives/extend/2014-January/000323.html b/archives/extend/2014-January/000323.html
new file mode 100644
index 00000000..5c3a0008
--- /dev/null
+++ b/archives/extend/2014-January/000323.html
@@ -0,0 +1,76 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
+<HTML>
+ <HEAD>
+ <TITLE> [99s-extend] Restart listeners if ranch_sup fails
+ </TITLE>
+ <LINK REL="Index" HREF="index.html" >
+ <LINK REL="made" HREF="mailto:extend%40lists.ninenines.eu?Subject=Re%3A%20%5B99s-extend%5D%20Restart%20listeners%20if%20ranch_sup%20fails&In-Reply-To=%3CCAO0g3iGA7tKuBu%2BWov6kcRQGUBH7EbJ-yTSxMhz5VCu2JLCAnA%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="000322.html">
+
+ </HEAD>
+ <BODY BGCOLOR="#ffffff">
+ <H1>[99s-extend] Restart listeners if ranch_sup fails</H1>
+ <B>Xiao Jia</B>
+ <A HREF="mailto:extend%40lists.ninenines.eu?Subject=Re%3A%20%5B99s-extend%5D%20Restart%20listeners%20if%20ranch_sup%20fails&In-Reply-To=%3CCAO0g3iGA7tKuBu%2BWov6kcRQGUBH7EbJ-yTSxMhz5VCu2JLCAnA%40mail.gmail.com%3E"
+ TITLE="[99s-extend] Restart listeners if ranch_sup fails">me at xiao-jia.com
+ </A><BR>
+ <I>Fri Jan 17 03:15:24 CET 2014</I>
+ <P><UL>
+ <LI>Previous message: <A HREF="000322.html">[99s-extend] Parsing binary example in ranch guide
+</A></li>
+
+ <LI> <B>Messages sorted by:</B>
+ <a href="date.html#323">[ date ]</a>
+ <a href="thread.html#323">[ thread ]</a>
+ <a href="subject.html#323">[ subject ]</a>
+ <a href="author.html#323">[ author ]</a>
+ </LI>
+ </UL>
+ <HR>
+<!--beginarticle-->
+<PRE>&gt;<i>From <A HREF="http://ninenines.eu/docs/en/ranch/HEAD/guide/embedded/">http://ninenines.eu/docs/en/ranch/HEAD/guide/embedded/</A>
+</I>
+ &quot;It is recommended that your architecture makes sure that all
+listeners are restarted if ranch_supfails.&quot;
+
+Does it imply that we should use rest_for_one instead of one_for_one
+in the example code below?
+
+ {ok, {{one_for_one, 10, 10}, [RanchSupSpec, ListenerSpec]}}
+
+=&gt;
+
+ {ok, {{rest_for_one, 10, 10}, [RanchSupSpec, ListenerSpec]}}
+
+--
+Regards,
+Xiao Jia
+
+</PRE>
+
+<!--endarticle-->
+ <HR>
+ <P><UL>
+ <!--threads-->
+ <LI>Previous message: <A HREF="000322.html">[99s-extend] Parsing binary example in ranch guide
+</A></li>
+
+ <LI> <B>Messages sorted by:</B>
+ <a href="date.html#323">[ date ]</a>
+ <a href="thread.html#323">[ thread ]</a>
+ <a href="subject.html#323">[ subject ]</a>
+ <a href="author.html#323">[ author ]</a>
+ </LI>
+ </UL>
+
+<hr>
+<a href="https://lists.ninenines.eu/listinfo/extend">More information about the Extend
+mailing list</a><br>
+</body></html>
diff --git a/archives/extend/2014-January/author.html b/archives/extend/2014-January/author.html
new file mode 100644
index 00000000..b3a05d55
--- /dev/null
+++ b/archives/extend/2014-January/author.html
@@ -0,0 +1,62 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
+<HTML>
+ <HEAD>
+ <title>The Extend January 2014 Archive by author</title>
+ <META NAME="robots" CONTENT="noindex,follow">
+ <META http-equiv="Content-Type" content="text/html; charset=us-ascii">
+ </HEAD>
+ <BODY BGCOLOR="#ffffff">
+ <a name="start"></A>
+ <h1>January 2014 Archives by author</h1>
+ <ul>
+ <li> <b>Messages sorted by:</b>
+ <a href="thread.html#start">[ thread ]</a>
+ <a href="subject.html#start">[ subject ]</a>
+
+ <a href="date.html#start">[ date ]</a>
+
+ <li><b><a href="https://lists.ninenines.eu/listinfo/extend">More info on this list...
+ </a></b></li>
+ </ul>
+ <p><b>Starting:</b> <i>Wed Jan 15 06:42:46 CET 2014</i><br>
+ <b>Ending:</b> <i>Fri Jan 17 03:15:24 CET 2014</i><br>
+ <b>Messages:</b> 3<p>
+ <ul>
+
+<LI><A HREF="000322.html">[99s-extend] Parsing binary example in ranch guide
+</A><A NAME="322">&nbsp;</A>
+<I>Lo&#239;c Hoguin
+</I>
+
+<LI><A HREF="000321.html">[99s-extend] Parsing binary example in ranch guide
+</A><A NAME="321">&nbsp;</A>
+<I>Xiao Jia
+</I>
+
+<LI><A HREF="000323.html">[99s-extend] Restart listeners if ranch_sup fails
+</A><A NAME="323">&nbsp;</A>
+<I>Xiao Jia
+</I>
+
+ </ul>
+ <p>
+ <a name="end"><b>Last message date:</b></a>
+ <i>Fri Jan 17 03:15:24 CET 2014</i><br>
+ <b>Archived on:</b> <i>Wed May 28 18:41:46 CEST 2014</i>
+ <p>
+ <ul>
+ <li> <b>Messages sorted by:</b>
+ <a href="thread.html#start">[ thread ]</a>
+ <a href="subject.html#start">[ subject ]</a>
+
+ <a href="date.html#start">[ date ]</a>
+ <li><b><a href="https://lists.ninenines.eu/listinfo/extend">More info on this list...
+ </a></b></li>
+ </ul>
+ <p>
+ <hr>
+ <i>This archive was generated by
+ Pipermail 0.09 (Mailman edition).</i>
+ </BODY>
+</HTML>
+
diff --git a/archives/extend/2014-January/date.html b/archives/extend/2014-January/date.html
new file mode 100644
index 00000000..b2eec822
--- /dev/null
+++ b/archives/extend/2014-January/date.html
@@ -0,0 +1,62 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
+<HTML>
+ <HEAD>
+ <title>The Extend January 2014 Archive by date</title>
+ <META NAME="robots" CONTENT="noindex,follow">
+ <META http-equiv="Content-Type" content="text/html; charset=us-ascii">
+ </HEAD>
+ <BODY BGCOLOR="#ffffff">
+ <a name="start"></A>
+ <h1>January 2014 Archives by date</h1>
+ <ul>
+ <li> <b>Messages sorted by:</b>
+ <a href="thread.html#start">[ thread ]</a>
+ <a href="subject.html#start">[ subject ]</a>
+ <a href="author.html#start">[ author ]</a>
+
+
+ <li><b><a href="https://lists.ninenines.eu/listinfo/extend">More info on this list...
+ </a></b></li>
+ </ul>
+ <p><b>Starting:</b> <i>Wed Jan 15 06:42:46 CET 2014</i><br>
+ <b>Ending:</b> <i>Fri Jan 17 03:15:24 CET 2014</i><br>
+ <b>Messages:</b> 3<p>
+ <ul>
+
+<LI><A HREF="000321.html">[99s-extend] Parsing binary example in ranch guide
+</A><A NAME="321">&nbsp;</A>
+<I>Xiao Jia
+</I>
+
+<LI><A HREF="000322.html">[99s-extend] Parsing binary example in ranch guide
+</A><A NAME="322">&nbsp;</A>
+<I>Lo&#239;c Hoguin
+</I>
+
+<LI><A HREF="000323.html">[99s-extend] Restart listeners if ranch_sup fails
+</A><A NAME="323">&nbsp;</A>
+<I>Xiao Jia
+</I>
+
+ </ul>
+ <p>
+ <a name="end"><b>Last message date:</b></a>
+ <i>Fri Jan 17 03:15:24 CET 2014</i><br>
+ <b>Archived on:</b> <i>Wed May 28 18:41:46 CEST 2014</i>
+ <p>
+ <ul>
+ <li> <b>Messages sorted by:</b>
+ <a href="thread.html#start">[ thread ]</a>
+ <a href="subject.html#start">[ subject ]</a>
+ <a href="author.html#start">[ author ]</a>
+
+ <li><b><a href="https://lists.ninenines.eu/listinfo/extend">More info on this list...
+ </a></b></li>
+ </ul>
+ <p>
+ <hr>
+ <i>This archive was generated by
+ Pipermail 0.09 (Mailman edition).</i>
+ </BODY>
+</HTML>
+
diff --git a/archives/extend/2014-January/index.html b/archives/extend/2014-January/index.html
new file mode 100644
index 00000000..bfa94e9b
--- /dev/null
+++ b/archives/extend/2014-January/index.html
@@ -0,0 +1,67 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
+<HTML>
+ <HEAD>
+ <title>The Extend January 2014 Archive by thread</title>
+ <META NAME="robots" CONTENT="noindex,follow">
+ <META http-equiv="Content-Type" content="text/html; charset=us-ascii">
+ </HEAD>
+ <BODY BGCOLOR="#ffffff">
+ <a name="start"></A>
+ <h1>January 2014 Archives by thread</h1>
+ <ul>
+ <li> <b>Messages sorted by:</b>
+
+ <a href="subject.html#start">[ subject ]</a>
+ <a href="author.html#start">[ author ]</a>
+ <a href="date.html#start">[ date ]</a>
+
+ <li><b><a href="https://lists.ninenines.eu/listinfo/extend">More info on this list...
+ </a></b></li>
+ </ul>
+ <p><b>Starting:</b> <i>Wed Jan 15 06:42:46 CET 2014</i><br>
+ <b>Ending:</b> <i>Fri Jan 17 03:15:24 CET 2014</i><br>
+ <b>Messages:</b> 3<p>
+ <ul>
+
+<!--0 01389764566.321- -->
+<LI><A HREF="000321.html">[99s-extend] Parsing binary example in ranch guide
+</A><A NAME="321">&nbsp;</A>
+<I>Xiao Jia
+</I>
+
+<UL>
+<!--1 01389764566.321-01389772292.322- -->
+<LI><A HREF="000322.html">[99s-extend] Parsing binary example in ranch guide
+</A><A NAME="322">&nbsp;</A>
+<I>Lo&#239;c Hoguin
+</I>
+
+</UL>
+<!--0 01389924924.323- -->
+<LI><A HREF="000323.html">[99s-extend] Restart listeners if ranch_sup fails
+</A><A NAME="323">&nbsp;</A>
+<I>Xiao Jia
+</I>
+
+ </ul>
+ <p>
+ <a name="end"><b>Last message date:</b></a>
+ <i>Fri Jan 17 03:15:24 CET 2014</i><br>
+ <b>Archived on:</b> <i>Wed May 28 18:41:46 CEST 2014</i>
+ <p>
+ <ul>
+ <li> <b>Messages sorted by:</b>
+
+ <a href="subject.html#start">[ subject ]</a>
+ <a href="author.html#start">[ author ]</a>
+ <a href="date.html#start">[ date ]</a>
+ <li><b><a href="https://lists.ninenines.eu/listinfo/extend">More info on this list...
+ </a></b></li>
+ </ul>
+ <p>
+ <hr>
+ <i>This archive was generated by
+ Pipermail 0.09 (Mailman edition).</i>
+ </BODY>
+</HTML>
+
diff --git a/archives/extend/2014-January/subject.html b/archives/extend/2014-January/subject.html
new file mode 100644
index 00000000..3d0610ac
--- /dev/null
+++ b/archives/extend/2014-January/subject.html
@@ -0,0 +1,62 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
+<HTML>
+ <HEAD>
+ <title>The Extend January 2014 Archive by subject</title>
+ <META NAME="robots" CONTENT="noindex,follow">
+ <META http-equiv="Content-Type" content="text/html; charset=us-ascii">
+ </HEAD>
+ <BODY BGCOLOR="#ffffff">
+ <a name="start"></A>
+ <h1>January 2014 Archives by subject</h1>
+ <ul>
+ <li> <b>Messages sorted by:</b>
+ <a href="thread.html#start">[ thread ]</a>
+
+ <a href="author.html#start">[ author ]</a>
+ <a href="date.html#start">[ date ]</a>
+
+ <li><b><a href="https://lists.ninenines.eu/listinfo/extend">More info on this list...
+ </a></b></li>
+ </ul>
+ <p><b>Starting:</b> <i>Wed Jan 15 06:42:46 CET 2014</i><br>
+ <b>Ending:</b> <i>Fri Jan 17 03:15:24 CET 2014</i><br>
+ <b>Messages:</b> 3<p>
+ <ul>
+
+<LI><A HREF="000321.html">[99s-extend] Parsing binary example in ranch guide
+</A><A NAME="321">&nbsp;</A>
+<I>Xiao Jia
+</I>
+
+<LI><A HREF="000322.html">[99s-extend] Parsing binary example in ranch guide
+</A><A NAME="322">&nbsp;</A>
+<I>Lo&#239;c Hoguin
+</I>
+
+<LI><A HREF="000323.html">[99s-extend] Restart listeners if ranch_sup fails
+</A><A NAME="323">&nbsp;</A>
+<I>Xiao Jia
+</I>
+
+ </ul>
+ <p>
+ <a name="end"><b>Last message date:</b></a>
+ <i>Fri Jan 17 03:15:24 CET 2014</i><br>
+ <b>Archived on:</b> <i>Wed May 28 18:41:46 CEST 2014</i>
+ <p>
+ <ul>
+ <li> <b>Messages sorted by:</b>
+ <a href="thread.html#start">[ thread ]</a>
+
+ <a href="author.html#start">[ author ]</a>
+ <a href="date.html#start">[ date ]</a>
+ <li><b><a href="https://lists.ninenines.eu/listinfo/extend">More info on this list...
+ </a></b></li>
+ </ul>
+ <p>
+ <hr>
+ <i>This archive was generated by
+ Pipermail 0.09 (Mailman edition).</i>
+ </BODY>
+</HTML>
+
diff --git a/archives/extend/2014-January/thread.html b/archives/extend/2014-January/thread.html
new file mode 100644
index 00000000..bfa94e9b
--- /dev/null
+++ b/archives/extend/2014-January/thread.html
@@ -0,0 +1,67 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
+<HTML>
+ <HEAD>
+ <title>The Extend January 2014 Archive by thread</title>
+ <META NAME="robots" CONTENT="noindex,follow">
+ <META http-equiv="Content-Type" content="text/html; charset=us-ascii">
+ </HEAD>
+ <BODY BGCOLOR="#ffffff">
+ <a name="start"></A>
+ <h1>January 2014 Archives by thread</h1>
+ <ul>
+ <li> <b>Messages sorted by:</b>
+
+ <a href="subject.html#start">[ subject ]</a>
+ <a href="author.html#start">[ author ]</a>
+ <a href="date.html#start">[ date ]</a>
+
+ <li><b><a href="https://lists.ninenines.eu/listinfo/extend">More info on this list...
+ </a></b></li>
+ </ul>
+ <p><b>Starting:</b> <i>Wed Jan 15 06:42:46 CET 2014</i><br>
+ <b>Ending:</b> <i>Fri Jan 17 03:15:24 CET 2014</i><br>
+ <b>Messages:</b> 3<p>
+ <ul>
+
+<!--0 01389764566.321- -->
+<LI><A HREF="000321.html">[99s-extend] Parsing binary example in ranch guide
+</A><A NAME="321">&nbsp;</A>
+<I>Xiao Jia
+</I>
+
+<UL>
+<!--1 01389764566.321-01389772292.322- -->
+<LI><A HREF="000322.html">[99s-extend] Parsing binary example in ranch guide
+</A><A NAME="322">&nbsp;</A>
+<I>Lo&#239;c Hoguin
+</I>
+
+</UL>
+<!--0 01389924924.323- -->
+<LI><A HREF="000323.html">[99s-extend] Restart listeners if ranch_sup fails
+</A><A NAME="323">&nbsp;</A>
+<I>Xiao Jia
+</I>
+
+ </ul>
+ <p>
+ <a name="end"><b>Last message date:</b></a>
+ <i>Fri Jan 17 03:15:24 CET 2014</i><br>
+ <b>Archived on:</b> <i>Wed May 28 18:41:46 CEST 2014</i>
+ <p>
+ <ul>
+ <li> <b>Messages sorted by:</b>
+
+ <a href="subject.html#start">[ subject ]</a>
+ <a href="author.html#start">[ author ]</a>
+ <a href="date.html#start">[ date ]</a>
+ <li><b><a href="https://lists.ninenines.eu/listinfo/extend">More info on this list...
+ </a></b></li>
+ </ul>
+ <p>
+ <hr>
+ <i>This archive was generated by
+ Pipermail 0.09 (Mailman edition).</i>
+ </BODY>
+</HTML>
+