From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-oi0-x232.google.com (mail-oi0-x232.google.com [IPv6:2607:f8b0:4003:c06::232]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by lists.bufferbloat.net (Postfix) with ESMTPS id 53ACB3B2A2 for ; Tue, 22 Mar 2016 15:29:16 -0400 (EDT) Received: by mail-oi0-x232.google.com with SMTP id d205so188160372oia.0 for ; Tue, 22 Mar 2016 12:29:16 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to; bh=ROXVU4I7XXkqdHSXdUSZ+QDCXn/86HlcFC2/f7I4Cvs=; b=IXt2KPRIvIB6kjEnjDQAYWNhRMbde+6Zg3Opn/NxEY/euDPRNOPj3NRKZyfjFbM3yE nGR7enJ53+zNLahyRmAdAu9LXp+1lwk+OFyZraTzdQfvBAcuqP8+wiakSrlf+CtvCQEZ Iu5gjGfXulmCArT2vNVYopitQJbEkDJ82/VBT+kbc3y/TXC1aoVexkScDFw/1vCVsZBd X8PJQaKKtJCHs1AFx+BSQLo51WGPsnXbryS3uM9zlZJ86VtmlE81/X+5LXCOLwfqrOYW JjD1faUZ/d3qcSc04YP8D7Q9s+9X3qAr7Yl57gjlFYtFn5JskCRvQzwxzGeJeR7SFfRm AD/w== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:in-reply-to:references:date :message-id:subject:from:to; bh=ROXVU4I7XXkqdHSXdUSZ+QDCXn/86HlcFC2/f7I4Cvs=; b=kvAcuXeZ3DUqWoVmm4y496nP3dndhWjyxZciKyzKwA0duQkoInNKt1JPiqgIxXj9bc HRyW/q5HqV6NGUdSueRvV/ltJYPMsaNYWXw736dimkuaVOXtpox7dze/Afqd7U29QGHJ VjLAjFrhniVTX0lSDmEHK/XqE263rikx6eDnNAAsVnod+kEdCudoAg4lEbuIyE/4vZLg BQJVWIw5MRYL1uKIg1xgZwJ2FuMO7KR2ohI1PBmpBkMklZlT4F5ac3+jYof24Mw1Qecv JuE1ORV7I3hDGSGI5Sg5no1B0zsJt6Q0/1+0QHj/TRaakxJTtCxVgIusx8togcgdCl4j 3/wQ== X-Gm-Message-State: AD7BkJLsYgI86JJHwbt7I+2mE+L4JtWDm4z5uAeq5+0lVISA2tLmNeMe2OfO+rMGAhBT8uBE6b3Du6g6gKOhHg== MIME-Version: 1.0 X-Received: by 10.157.19.54 with SMTP id f51mr3581913ote.127.1458674955699; Tue, 22 Mar 2016 12:29:15 -0700 (PDT) Received: by 10.202.78.129 with HTTP; Tue, 22 Mar 2016 12:29:15 -0700 (PDT) In-Reply-To: References: Date: Tue, 22 Mar 2016 12:29:15 -0700 Message-ID: From: Dave Taht To: "cerowrt-devel@lists.bufferbloat.net" Content-Type: text/plain; charset=UTF-8 Subject: Re: [Cerowrt-devel] is there an html expert in the house? X-BeenThere: cerowrt-devel@lists.bufferbloat.net X-Mailman-Version: 2.1.20 Precedence: list List-Id: Development issues regarding the cerowrt test router project List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 22 Mar 2016 19:29:16 -0000 well, anyway, I put out what may become "blog.cerowrt.org" into github. DNS for it should propigate over the next hour or so. My concept here is that the world has moved to github, and static site generators, like hugo, are all the rage. I have thus far failed to migrate the existing redmine installation elsewhere, and I have a very large queue of things half written that I'd like to stash somewhere they can be shared.... I tend to write long emails chock full of links to graphics, and I frequently feel the need to revise or expand upon what I said. I also used to keep my lab notebook in git, with test results and test scripts, and if I can do all these things and "get it out there" - with minimal effort on my part, it seems like a win. If folk want to author blog entries or otherwise contribute they can fork and develop locally on their own hardware using hugo -D server... and then issue pull requests. This also gives us SSO (single sign on) which reduces the spam to zero (vs the wiki). That said... boy do I hate html and css, almost as much as I hate textile, learning hugo has not been painful but it's still complex, and I still have to migrate the existing bufferbloat.net sites to new servers somehow, months ago.