summaryrefslogtreecommitdiffstats
path: root/archives/extend/2015-August
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/2015-August
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/2015-August')
-rw-r--r--archives/extend/2015-August/000547.html100
-rw-r--r--archives/extend/2015-August/000548.html86
-rw-r--r--archives/extend/2015-August/000549.html91
-rw-r--r--archives/extend/2015-August/author.html62
-rw-r--r--archives/extend/2015-August/date.html62
-rw-r--r--archives/extend/2015-August/index.html67
-rw-r--r--archives/extend/2015-August/subject.html62
-rw-r--r--archives/extend/2015-August/thread.html67
8 files changed, 597 insertions, 0 deletions
diff --git a/archives/extend/2015-August/000547.html b/archives/extend/2015-August/000547.html
new file mode 100644
index 00000000..e769f879
--- /dev/null
+++ b/archives/extend/2015-August/000547.html
@@ -0,0 +1,100 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
+<HTML>
+ <HEAD>
+ <TITLE> [99s-extend] help to combine websocket with basic authentication
+ </TITLE>
+ <LINK REL="Index" HREF="index.html" >
+ <LINK REL="made" HREF="mailto:extend%40lists.ninenines.eu?Subject=Re%3A%20%5B99s-extend%5D%20help%20to%20combine%20websocket%20with%20basic%20authentication&In-Reply-To=%3C55C5F97B.2000503%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="Next" HREF="000548.html">
+ </HEAD>
+ <BODY BGCOLOR="#ffffff">
+ <H1>[99s-extend] help to combine websocket with basic authentication</H1>
+ <B>Lo&#239;c Hoguin</B>
+ <A HREF="mailto:extend%40lists.ninenines.eu?Subject=Re%3A%20%5B99s-extend%5D%20help%20to%20combine%20websocket%20with%20basic%20authentication&In-Reply-To=%3C55C5F97B.2000503%40ninenines.eu%3E"
+ TITLE="[99s-extend] help to combine websocket with basic authentication">essen at ninenines.eu
+ </A><BR>
+ <I>Sat Aug 8 14:43:39 CEST 2015</I>
+ <P><UL>
+
+ <LI>Next message: <A HREF="000548.html">[99s-extend] Can't start syslog when built with erlang.mk
+</A></li>
+ <LI> <B>Messages sorted by:</B>
+ <a href="date.html#547">[ date ]</a>
+ <a href="thread.html#547">[ thread ]</a>
+ <a href="subject.html#547">[ subject ]</a>
+ <a href="author.html#547">[ author ]</a>
+ </LI>
+ </UL>
+ <HR>
+<!--beginarticle-->
+<PRE>Hey, did you manage to fix your issue?
+
+On 07/13/2015 12:47 PM, Robert Balogh wrote:
+&gt;<i> hello,
+</I>&gt;<i>
+</I>&gt;<i> Sorry that I turned to the list again, but I would like to get some help
+</I>&gt;<i> from you. I have a websocket based application, based on the
+</I>&gt;<i> cowboy/examples/websocket. It is working well. Now I would like to add a
+</I>&gt;<i> basic authentication, and I saw, there is an example how to do this. I
+</I>&gt;<i> checked the cowboy/examples/rest_basic_auth example.
+</I>&gt;<i> So I tried &quot;add&quot; the aut. example into my websocket app by doing the
+</I>&gt;<i> following steps:
+</I>&gt;<i> - add new module for handle the authentication
+</I>&gt;<i> do_basic_auth.erl
+</I>&gt;<i> - update cowboy_router:compile function call when star application
+</I>&gt;<i> with {&quot;/&quot;, do_basic_auth, []}
+</I>&gt;<i>
+</I>&gt;<i> Once the compilation done, I can start the app and I get the &quot;basic
+</I>&gt;<i> auth&quot; window in the browser when connecting to localhost:8080, but the
+</I>&gt;<i> &quot;ordinary&quot; index.html does not appears when I set the correct auth data
+</I>&gt;<i> (user/pwd). I am pretty sure that I made something wrong, I do not see
+</I>&gt;<i> what I did wrong, thus I kindly ask you, please try help me.
+</I>&gt;<i>
+</I>&gt;<i> The project what I am working on can be seen in the github:
+</I>&gt;<i> <A HREF="https://github.com/ethrbh/websocket_2">https://github.com/ethrbh/websocket_2</A>
+</I>&gt;<i>
+</I>&gt;<i> thanks fro your help,
+</I>&gt;<i> /Robi
+</I>&gt;<i>
+</I>&gt;<i>
+</I>&gt;<i> _______________________________________________
+</I>&gt;<i> Extend mailing list
+</I>&gt;<i> <A HREF="https://lists.ninenines.eu/listinfo/extend">Extend at lists.ninenines.eu</A>
+</I>&gt;<i> <A HREF="https://lists.ninenines.eu/listinfo/extend">https://lists.ninenines.eu/listinfo/extend</A>
+</I>&gt;<i>
+</I>
+--
+Lo&#239;c Hoguin
+<A HREF="http://ninenines.eu">http://ninenines.eu</A>
+Author of The Erlanger Playbook,
+A book about software development using Erlang
+</PRE>
+
+
+<!--endarticle-->
+ <HR>
+ <P><UL>
+ <!--threads-->
+
+ <LI>Next message: <A HREF="000548.html">[99s-extend] Can't start syslog when built with erlang.mk
+</A></li>
+ <LI> <B>Messages sorted by:</B>
+ <a href="date.html#547">[ date ]</a>
+ <a href="thread.html#547">[ thread ]</a>
+ <a href="subject.html#547">[ subject ]</a>
+ <a href="author.html#547">[ 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/2015-August/000548.html b/archives/extend/2015-August/000548.html
new file mode 100644
index 00000000..8724e5de
--- /dev/null
+++ b/archives/extend/2015-August/000548.html
@@ -0,0 +1,86 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
+<HTML>
+ <HEAD>
+ <TITLE> [99s-extend] Can't start syslog when built with erlang.mk
+ </TITLE>
+ <LINK REL="Index" HREF="index.html" >
+ <LINK REL="made" HREF="mailto:extend%40lists.ninenines.eu?Subject=Re%3A%20%5B99s-extend%5D%20Can%27t%20start%20syslog%20when%20built%20with%20erlang.mk&In-Reply-To=%3CCA%2B_xk0nrg_gCKLDBPFNoPBmECNVdZs_MbXotEn1F-xWy9Y__HA%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="000547.html">
+ <LINK REL="Next" HREF="000549.html">
+ </HEAD>
+ <BODY BGCOLOR="#ffffff">
+ <H1>[99s-extend] Can't start syslog when built with erlang.mk</H1>
+ <B>Brandon Clark</B>
+ <A HREF="mailto:extend%40lists.ninenines.eu?Subject=Re%3A%20%5B99s-extend%5D%20Can%27t%20start%20syslog%20when%20built%20with%20erlang.mk&In-Reply-To=%3CCA%2B_xk0nrg_gCKLDBPFNoPBmECNVdZs_MbXotEn1F-xWy9Y__HA%40mail.gmail.com%3E"
+ TITLE="[99s-extend] Can't start syslog when built with erlang.mk">a.brandon.clark at gmail.com
+ </A><BR>
+ <I>Mon Aug 24 20:15:57 CEST 2015</I>
+ <P><UL>
+ <LI>Previous message: <A HREF="000547.html">[99s-extend] help to combine websocket with basic authentication
+</A></li>
+ <LI>Next message: <A HREF="000549.html">[99s-extend] Can't start syslog when built with erlang.mk
+</A></li>
+ <LI> <B>Messages sorted by:</B>
+ <a href="date.html#548">[ date ]</a>
+ <a href="thread.html#548">[ thread ]</a>
+ <a href="subject.html#548">[ subject ]</a>
+ <a href="author.html#548">[ author ]</a>
+ </LI>
+ </UL>
+ <HR>
+<!--beginarticle-->
+<PRE>Greetings...
+
+I'm finding that I can't start syslog when it is built as a dependency of
+my erlang.mk project. For example:
+
+$ erl -pa _rel/${MY_PROJECT}/lib/*/ebin
+Erlang/OTP 18 [erts-7.0] [source] [64-bit] [async-threads:10] [hipe]
+[kernel-poll:false]
+
+Eshell V7.0 (abort with ^G)
+1&gt; syslog:start().
+{error,&quot;could not load driver syslog_drv: \&quot;cannot open shared object file:
+No such file or directory\&quot;&quot;}
+
+
+The root of the problem seems to be that erlang.mk compiled syslog_drv.c as
+&quot;syslog.so&quot; and syslog expects to load &quot;syslog_drv.so&quot;. I have confirmed
+that renaming the file solves the problem.
+
+What do I do with that?
+
+~BC
+-------------- next part --------------
+An HTML attachment was scrubbed...
+URL: &lt;<A HREF="http://lists.ninenines.eu/archives/extend/attachments/20150824/7576a7ab/attachment.html">http://lists.ninenines.eu/archives/extend/attachments/20150824/7576a7ab/attachment.html</A>&gt;
+</PRE>
+
+
+<!--endarticle-->
+ <HR>
+ <P><UL>
+ <!--threads-->
+ <LI>Previous message: <A HREF="000547.html">[99s-extend] help to combine websocket with basic authentication
+</A></li>
+ <LI>Next message: <A HREF="000549.html">[99s-extend] Can't start syslog when built with erlang.mk
+</A></li>
+ <LI> <B>Messages sorted by:</B>
+ <a href="date.html#548">[ date ]</a>
+ <a href="thread.html#548">[ thread ]</a>
+ <a href="subject.html#548">[ subject ]</a>
+ <a href="author.html#548">[ 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/2015-August/000549.html b/archives/extend/2015-August/000549.html
new file mode 100644
index 00000000..b1e81a60
--- /dev/null
+++ b/archives/extend/2015-August/000549.html
@@ -0,0 +1,91 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
+<HTML>
+ <HEAD>
+ <TITLE> [99s-extend] Can't start syslog when built with erlang.mk
+ </TITLE>
+ <LINK REL="Index" HREF="index.html" >
+ <LINK REL="made" HREF="mailto:extend%40lists.ninenines.eu?Subject=Re%3A%20%5B99s-extend%5D%20Can%27t%20start%20syslog%20when%20built%20with%20erlang.mk&In-Reply-To=%3C55DB5FF3.1070604%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="000548.html">
+
+ </HEAD>
+ <BODY BGCOLOR="#ffffff">
+ <H1>[99s-extend] Can't start syslog when built with erlang.mk</H1>
+ <B>Lo&#239;c Hoguin</B>
+ <A HREF="mailto:extend%40lists.ninenines.eu?Subject=Re%3A%20%5B99s-extend%5D%20Can%27t%20start%20syslog%20when%20built%20with%20erlang.mk&In-Reply-To=%3C55DB5FF3.1070604%40ninenines.eu%3E"
+ TITLE="[99s-extend] Can't start syslog when built with erlang.mk">essen at ninenines.eu
+ </A><BR>
+ <I>Mon Aug 24 20:18:27 CEST 2015</I>
+ <P><UL>
+ <LI>Previous message: <A HREF="000548.html">[99s-extend] Can't start syslog when built with erlang.mk
+</A></li>
+
+ <LI> <B>Messages sorted by:</B>
+ <a href="date.html#549">[ date ]</a>
+ <a href="thread.html#549">[ thread ]</a>
+ <a href="subject.html#549">[ subject ]</a>
+ <a href="author.html#549">[ author ]</a>
+ </LI>
+ </UL>
+ <HR>
+<!--beginarticle-->
+<PRE>On 08/24/2015 08:15 PM, Brandon Clark wrote:
+&gt;<i> Greetings...
+</I>&gt;<i>
+</I>&gt;<i> I'm finding that I can't start syslog when it is built as a dependency
+</I>&gt;<i> of my erlang.mk &lt;<A HREF="http://erlang.mk">http://erlang.mk</A>&gt; project. For example:
+</I>&gt;<i>
+</I>&gt;<i> $ erl -pa _rel/${MY_PROJECT}/lib/*/ebin
+</I>&gt;<i> Erlang/OTP 18 [erts-7.0] [source] [64-bit] [async-threads:10] [hipe]
+</I>&gt;<i> [kernel-poll:false]
+</I>&gt;<i>
+</I>&gt;<i> Eshell V7.0 (abort with ^G)
+</I>&gt;<i> 1&gt; syslog:start().
+</I>&gt;<i> {error,&quot;could not load driver syslog_drv: \&quot;cannot open shared object
+</I>&gt;<i> file: No such file or directory\&quot;&quot;}
+</I>&gt;<i>
+</I>&gt;<i>
+</I>&gt;<i> The root of the problem seems to be that erlang.mk &lt;<A HREF="http://erlang.mk">http://erlang.mk</A>&gt;
+</I>&gt;<i> compiled syslog_drv.c as &quot;syslog.so&quot; and syslog expects to load
+</I>&gt;<i> &quot;syslog_drv.so&quot;. I have confirmed that renaming the file solves the
+</I>&gt;<i> problem.
+</I>&gt;<i>
+</I>&gt;<i> What do I do with that?
+</I>
+Open a ticket and this will be fixed, probably just need to handle a
+case we don't do yet. :-)
+
+Cheers,
+
+--
+Lo&#239;c Hoguin
+<A HREF="http://ninenines.eu">http://ninenines.eu</A>
+Author of The Erlanger Playbook,
+A book about software development using Erlang
+</PRE>
+
+<!--endarticle-->
+ <HR>
+ <P><UL>
+ <!--threads-->
+ <LI>Previous message: <A HREF="000548.html">[99s-extend] Can't start syslog when built with erlang.mk
+</A></li>
+
+ <LI> <B>Messages sorted by:</B>
+ <a href="date.html#549">[ date ]</a>
+ <a href="thread.html#549">[ thread ]</a>
+ <a href="subject.html#549">[ subject ]</a>
+ <a href="author.html#549">[ 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/2015-August/author.html b/archives/extend/2015-August/author.html
new file mode 100644
index 00000000..3f21c157
--- /dev/null
+++ b/archives/extend/2015-August/author.html
@@ -0,0 +1,62 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
+<HTML>
+ <HEAD>
+ <title>The Extend August 2015 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>August 2015 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>Sat Aug 8 14:43:39 CEST 2015</i><br>
+ <b>Ending:</b> <i>Mon Aug 24 20:18:27 CEST 2015</i><br>
+ <b>Messages:</b> 3<p>
+ <ul>
+
+<LI><A HREF="000548.html">[99s-extend] Can't start syslog when built with erlang.mk
+</A><A NAME="548">&nbsp;</A>
+<I>Brandon Clark
+</I>
+
+<LI><A HREF="000547.html">[99s-extend] help to combine websocket with basic authentication
+</A><A NAME="547">&nbsp;</A>
+<I>Lo&#239;c Hoguin
+</I>
+
+<LI><A HREF="000549.html">[99s-extend] Can't start syslog when built with erlang.mk
+</A><A NAME="549">&nbsp;</A>
+<I>Lo&#239;c Hoguin
+</I>
+
+ </ul>
+ <p>
+ <a name="end"><b>Last message date:</b></a>
+ <i>Mon Aug 24 20:18:27 CEST 2015</i><br>
+ <b>Archived on:</b> <i>Mon Aug 24 20:18:10 CEST 2015</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/2015-August/date.html b/archives/extend/2015-August/date.html
new file mode 100644
index 00000000..0b2603f4
--- /dev/null
+++ b/archives/extend/2015-August/date.html
@@ -0,0 +1,62 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
+<HTML>
+ <HEAD>
+ <title>The Extend August 2015 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>August 2015 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>Sat Aug 8 14:43:39 CEST 2015</i><br>
+ <b>Ending:</b> <i>Mon Aug 24 20:18:27 CEST 2015</i><br>
+ <b>Messages:</b> 3<p>
+ <ul>
+
+<LI><A HREF="000547.html">[99s-extend] help to combine websocket with basic authentication
+</A><A NAME="547">&nbsp;</A>
+<I>Lo&#239;c Hoguin
+</I>
+
+<LI><A HREF="000548.html">[99s-extend] Can't start syslog when built with erlang.mk
+</A><A NAME="548">&nbsp;</A>
+<I>Brandon Clark
+</I>
+
+<LI><A HREF="000549.html">[99s-extend] Can't start syslog when built with erlang.mk
+</A><A NAME="549">&nbsp;</A>
+<I>Lo&#239;c Hoguin
+</I>
+
+ </ul>
+ <p>
+ <a name="end"><b>Last message date:</b></a>
+ <i>Mon Aug 24 20:18:27 CEST 2015</i><br>
+ <b>Archived on:</b> <i>Mon Aug 24 20:18:10 CEST 2015</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/2015-August/index.html b/archives/extend/2015-August/index.html
new file mode 100644
index 00000000..3ce6486a
--- /dev/null
+++ b/archives/extend/2015-August/index.html
@@ -0,0 +1,67 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
+<HTML>
+ <HEAD>
+ <title>The Extend August 2015 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>August 2015 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>Sat Aug 8 14:43:39 CEST 2015</i><br>
+ <b>Ending:</b> <i>Mon Aug 24 20:18:27 CEST 2015</i><br>
+ <b>Messages:</b> 3<p>
+ <ul>
+
+<!--0 01439037819.547- -->
+<LI><A HREF="000547.html">[99s-extend] help to combine websocket with basic authentication
+</A><A NAME="547">&nbsp;</A>
+<I>Lo&#239;c Hoguin
+</I>
+
+<!--0 01440440157.548- -->
+<LI><A HREF="000548.html">[99s-extend] Can't start syslog when built with erlang.mk
+</A><A NAME="548">&nbsp;</A>
+<I>Brandon Clark
+</I>
+
+<UL>
+<!--1 01440440157.548-01440440307.549- -->
+<LI><A HREF="000549.html">[99s-extend] Can't start syslog when built with erlang.mk
+</A><A NAME="549">&nbsp;</A>
+<I>Lo&#239;c Hoguin
+</I>
+
+</UL>
+ </ul>
+ <p>
+ <a name="end"><b>Last message date:</b></a>
+ <i>Mon Aug 24 20:18:27 CEST 2015</i><br>
+ <b>Archived on:</b> <i>Mon Aug 24 20:18:10 CEST 2015</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/2015-August/subject.html b/archives/extend/2015-August/subject.html
new file mode 100644
index 00000000..6de6a6bb
--- /dev/null
+++ b/archives/extend/2015-August/subject.html
@@ -0,0 +1,62 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
+<HTML>
+ <HEAD>
+ <title>The Extend August 2015 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>August 2015 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>Sat Aug 8 14:43:39 CEST 2015</i><br>
+ <b>Ending:</b> <i>Mon Aug 24 20:18:27 CEST 2015</i><br>
+ <b>Messages:</b> 3<p>
+ <ul>
+
+<LI><A HREF="000548.html">[99s-extend] Can't start syslog when built with erlang.mk
+</A><A NAME="548">&nbsp;</A>
+<I>Brandon Clark
+</I>
+
+<LI><A HREF="000549.html">[99s-extend] Can't start syslog when built with erlang.mk
+</A><A NAME="549">&nbsp;</A>
+<I>Lo&#239;c Hoguin
+</I>
+
+<LI><A HREF="000547.html">[99s-extend] help to combine websocket with basic authentication
+</A><A NAME="547">&nbsp;</A>
+<I>Lo&#239;c Hoguin
+</I>
+
+ </ul>
+ <p>
+ <a name="end"><b>Last message date:</b></a>
+ <i>Mon Aug 24 20:18:27 CEST 2015</i><br>
+ <b>Archived on:</b> <i>Mon Aug 24 20:18:10 CEST 2015</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/2015-August/thread.html b/archives/extend/2015-August/thread.html
new file mode 100644
index 00000000..3ce6486a
--- /dev/null
+++ b/archives/extend/2015-August/thread.html
@@ -0,0 +1,67 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
+<HTML>
+ <HEAD>
+ <title>The Extend August 2015 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>August 2015 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>Sat Aug 8 14:43:39 CEST 2015</i><br>
+ <b>Ending:</b> <i>Mon Aug 24 20:18:27 CEST 2015</i><br>
+ <b>Messages:</b> 3<p>
+ <ul>
+
+<!--0 01439037819.547- -->
+<LI><A HREF="000547.html">[99s-extend] help to combine websocket with basic authentication
+</A><A NAME="547">&nbsp;</A>
+<I>Lo&#239;c Hoguin
+</I>
+
+<!--0 01440440157.548- -->
+<LI><A HREF="000548.html">[99s-extend] Can't start syslog when built with erlang.mk
+</A><A NAME="548">&nbsp;</A>
+<I>Brandon Clark
+</I>
+
+<UL>
+<!--1 01440440157.548-01440440307.549- -->
+<LI><A HREF="000549.html">[99s-extend] Can't start syslog when built with erlang.mk
+</A><A NAME="549">&nbsp;</A>
+<I>Lo&#239;c Hoguin
+</I>
+
+</UL>
+ </ul>
+ <p>
+ <a name="end"><b>Last message date:</b></a>
+ <i>Mon Aug 24 20:18:27 CEST 2015</i><br>
+ <b>Archived on:</b> <i>Mon Aug 24 20:18:10 CEST 2015</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>
+