From patchwork Tue Aug 12 20:20:07 2014 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Thomas De Schampheleire X-Patchwork-Id: 379464 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from fraxinus.osuosl.org (fraxinus.osuosl.org [140.211.166.137]) by ozlabs.org (Postfix) with ESMTP id C0F5E1400B9 for ; Wed, 13 Aug 2014 06:25:50 +1000 (EST) Received: from localhost (localhost [127.0.0.1]) by fraxinus.osuosl.org (Postfix) with ESMTP id 117FB8B996; Tue, 12 Aug 2014 20:25:50 +0000 (UTC) X-Virus-Scanned: amavisd-new at osuosl.org Received: from fraxinus.osuosl.org ([127.0.0.1]) by localhost (.osuosl.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id khjjVhVah9sh; Tue, 12 Aug 2014 20:25:48 +0000 (UTC) Received: from ash.osuosl.org (ash.osuosl.org [140.211.166.34]) by fraxinus.osuosl.org (Postfix) with ESMTP id D25F78BD15; Tue, 12 Aug 2014 20:25:47 +0000 (UTC) X-Original-To: buildroot@lists.busybox.net Delivered-To: buildroot@osuosl.org Received: from whitealder.osuosl.org (whitealder.osuosl.org [140.211.166.138]) by ash.osuosl.org (Postfix) with ESMTP id 464DE1C0F81 for ; Tue, 12 Aug 2014 20:25:45 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by whitealder.osuosl.org (Postfix) with ESMTP id 3FA718BB5A for ; Tue, 12 Aug 2014 20:25:45 +0000 (UTC) X-Virus-Scanned: amavisd-new at osuosl.org Received: from whitealder.osuosl.org ([127.0.0.1]) by localhost (.osuosl.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id uVppLAPELJMR for ; Tue, 12 Aug 2014 20:25:44 +0000 (UTC) X-Greylist: domain auto-whitelisted by SQLgrey-1.7.6 Received: from mail-wg0-f44.google.com (mail-wg0-f44.google.com [74.125.82.44]) by whitealder.osuosl.org (Postfix) with ESMTPS id 6B55C8B91A for ; Tue, 12 Aug 2014 20:25:44 +0000 (UTC) Received: by mail-wg0-f44.google.com with SMTP id m15so10254397wgh.3 for ; Tue, 12 Aug 2014 13:25:43 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=content-type:mime-version:content-transfer-encoding:subject :message-id:in-reply-to:references:user-agent:date:from:to; bh=aRgzWloQJd+G8BPMIIjsYb3KWa9EiRhtXyALsr5WrJY=; b=zgADLxSD6n3I2JcV6gJN0rziI1EctrApNrhFp/wFdZUR+Z4FlclB+LYldJNCOBPEZy IM2WZi82366eKdMZznI4qJOAkiRGQ7G9rMt0cjxe5vzYqdzU+OIPRWUrrrggt5Y+r/5O Ifqb8N81pWO3kp7QFUapQsMkuk1TjkZfemQCreRNQujZzSsELqZOJv9esOPC8LrSdk8S aVLFNIU5zEkRWJ7yFZ6El5zN/T1a9iAJCLbxH48P9nHsB2kqNrSDIxe/2fIbVQpkYbmK +sTUIwy1/UaZQaqgvDSx9X6iOYS4FuESd9nLCbePT2PyVOx7nAmEQuvR9fRNuGk91eN9 Px/w== X-Received: by 10.194.60.240 with SMTP id k16mr7470294wjr.109.1407875142646; Tue, 12 Aug 2014 13:25:42 -0700 (PDT) Received: from [127.0.0.1] (d54C62EEB.access.telenet.be. [84.198.46.235]) by mx.google.com with ESMTPSA id u7sm59913842wif.3.2014.08.12.13.25.41 for (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Tue, 12 Aug 2014 13:25:41 -0700 (PDT) MIME-Version: 1.0 X-Mercurial-Node: 384a21645bf29946ce020f10feee21ba23b3d7b8 Message-Id: <384a21645bf29946ce02.1407874807@localhost> In-Reply-To: References: User-Agent: Mercurial-patchbomb/2.7.2 Date: Tue, 12 Aug 2014 22:20:07 +0200 From: Thomas De Schampheleire To: buildroot@buildroot.org Subject: [Buildroot] [PATCH 2 of 8 RFCv2 for 2014.08] manual: remove 'Events' section X-BeenThere: buildroot@busybox.net X-Mailman-Version: 2.1.14 Precedence: list List-Id: Discussion and development of buildroot List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: buildroot-bounces@busybox.net Sender: buildroot-bounces@busybox.net The list of buildroot events is outdated, a sign that the manual is not the best place to refer to timely things like events. The wiki page is better suited for such information. Signed-off-by: Thomas De Schampheleire --- docs/manual/get-involved.txt | 16 ---------------- 1 files changed, 0 insertions(+), 16 deletions(-) diff -r 00ad338df278 -r 384a21645bf2 docs/manual/get-involved.txt --- a/docs/manual/get-involved.txt Wed Aug 06 19:48:39 2014 +0200 +++ b/docs/manual/get-involved.txt Wed Aug 06 20:28:19 2014 +0200 @@ -103,19 +103,3 @@ This page is reachable at http://elinux.org/Buildroot[]. Currently, this page is mainly used as a _todo-list_. - -[[events]] -=== Events - -==== Buildroot Developer Days aside ELC-E 2012 (November 3-4, 2012 - Barcelona) - -* Event page: http://elinux.org/Buildroot:DeveloperDaysELCE2012[] - -==== Buildroot presentation at LSM 2012 (July 12-14, 2012 - Geneva) - -* Announcement: http://lists.busybox.net/pipermail/buildroot/2012-May/053845.html[] - -==== Buildroot Developer Days aside FOSDEM 2012 (February 3, 2012 - Brussels) - -* Announcement & agenda thread: http://lists.busybox.net/pipermail/buildroot/2012-January/049340.html[] -* Report: http://lists.busybox.net/pipermail/buildroot/2012-February/050371.html[]