From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from out3-smtp.messagingengine.com (out3-smtp.messagingengine.com [66.111.4.27]) by dpdk.org (Postfix) with ESMTP id 0001914E8 for ; Wed, 13 Dec 2017 16:46:47 +0100 (CET) Received: from compute1.internal (compute1.nyi.internal [10.202.2.41]) by mailout.nyi.internal (Postfix) with ESMTP id 9F19520BCF; Wed, 13 Dec 2017 10:46:47 -0500 (EST) Received: from frontend2 ([10.202.2.161]) by compute1.internal (MEProxy); Wed, 13 Dec 2017 10:46:47 -0500 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=monjalon.net; h= date:from:in-reply-to:message-id:references:subject:to :x-me-sender:x-me-sender:x-sasl-enc; s=mesmtp; bh=6omb93YPfhhFCu wZhNEtbMDY3smAON1RyqBAXHqErLQ=; b=Oc17UrykoYyHnqSSQWU3N7XTTRF9Gg q6X4XWYKqvMGAP78YZWyFMAntsmbbqucX5tRzVM4vbZGOzOr8IAQZjaVY1UrmpGM 1JYjWAQW3bRG3reyv8VRmYw7nZSecpgQEIA6W09MyWFJqPOwvjkv60d7nMUwEZHn 2cCC/ehJ38u6Y= DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d= messagingengine.com; h=date:from:in-reply-to:message-id :references:subject:to:x-me-sender:x-me-sender:x-sasl-enc; s= fm1; bh=6omb93YPfhhFCuwZhNEtbMDY3smAON1RyqBAXHqErLQ=; b=SrUGEgRj cFb4KkgDtzUoaaNrDvN+SBWXisK2sMJ+32pXpZFnGsHJg0E774yunCby58rC8CXC vRnsu82uapPoaW+g4bUVZdXQJueTpauqqJVtRQAvCnyg/fO2HFZ51ejPVBiREzeV /ruVePTwl2iJgA0j/o+mtbaTPiEuAw4CLW+/mEdOZvsMu5zvDRxmztNHZHZQr7l9 pzj5ZvvJOgFt3CB+9booP2jfy1OKIl0WTPGdr8yWH37ZWajEIJLczEtTbdIsyAAm 75Nsy4xarDFcUirfHav3CQWi2GmssfzrTEkFyKr/fjjszomer77SAiqOXpTWnSJz zlliwHYZxwexCA== X-ME-Sender: Received: from xps.monjalon.net (184.203.134.77.rev.sfr.net [77.134.203.184]) by mail.messagingengine.com (Postfix) with ESMTPA id 1AF0F244AB for ; Wed, 13 Dec 2017 10:46:47 -0500 (EST) From: Thomas Monjalon To: web@dpdk.org Date: Wed, 13 Dec 2017 16:44:52 +0100 Message-Id: <20171213154452.1552-3-thomas@monjalon.net> X-Mailer: git-send-email 2.15.0 In-Reply-To: <20171213154452.1552-1-thomas@monjalon.net> References: <20171211224605.16961-1-thomas@monjalon.net> <20171213154452.1552-1-thomas@monjalon.net> Subject: [dpdk-web] [PATCH v2 3/3] force HTTPS for logins X-BeenThere: web@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: DPDK website maintenance List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 13 Dec 2017 15:46:48 -0000 Patchwork and bugzilla should be used with HTTPS to avoid clear-text password login. Signed-off-by: Thomas Monjalon --- dev.html | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/dev.html b/dev.html index 8f6db8d..a539eae 100644 --- a/dev.html +++ b/dev.html @@ -42,11 +42,11 @@

Anyone is welcome to contribute.

The collaboration is based on git and emails. - Coming patches are listed in patchwork. + Coming patches are listed in patchwork.

Planned features are listed in the roadmap and integrated during a cycle started by a merge window.

Bugs are open in bugzilla. + href="https://dpdk.org/tracker/buglist.cgi?bug_status=__open__&product=DPDK">bugzilla.

Licenses

Main code is BSD licensed and Linux kernel related parts are naturally licensed under the GPL. @@ -126,7 +126,7 @@ in patchwork with status "New". So they are visible in the default view (filter "Action Required").

Access to management of his own patches is granted - after registration. + after registration. The status may be manually updated to "RFC", "Changes Requested", "Superseded" or "Rejected". After sending a new version of a patch, developers should set @@ -137,7 +137,7 @@ with a pwclient command line.

Contribute by finding or fixing bugs

-

There is a bug tracker where +

There is a bug tracker where anybody can notify a bug to the community, and follow the resolution.

A notification is sent to dev@dpdk.org for every new bug. The fixes must be sent and discussed on the mailing list. -- 2.15.0