From patchwork Tue May 3 19:34:35 2016 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Mike Holmes X-Patchwork-Id: 67097 Delivered-To: patch@linaro.org Received: by 10.140.92.199 with SMTP id b65csp770306qge; Tue, 3 May 2016 12:34:58 -0700 (PDT) X-Received: by 10.50.28.193 with SMTP id d1mr29188569igh.96.1462304098347; Tue, 03 May 2016 12:34:58 -0700 (PDT) Return-Path: Received: from lists.linaro.org (lists.linaro.org. [54.225.227.206]) by mx.google.com with ESMTP id z129si90585itc.1.2016.05.03.12.34.57; Tue, 03 May 2016 12:34:58 -0700 (PDT) Received-SPF: pass (google.com: domain of lng-odp-bounces@lists.linaro.org designates 54.225.227.206 as permitted sender) client-ip=54.225.227.206; Authentication-Results: mx.google.com; spf=pass (google.com: domain of lng-odp-bounces@lists.linaro.org designates 54.225.227.206 as permitted sender) smtp.mailfrom=lng-odp-bounces@lists.linaro.org; dmarc=pass (p=NONE dis=NONE) header.from=linaro.org Received: by lists.linaro.org (Postfix, from userid 109) id C7CB561094; Tue, 3 May 2016 19:34:57 +0000 (UTC) X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on ip-10-142-244-252 X-Spam-Level: X-Spam-Status: No, score=-2.6 required=5.0 tests=BAYES_00, RCVD_IN_DNSWL_LOW, RCVD_IN_MSPIKE_H2, URIBL_BLOCKED autolearn=disabled version=3.4.0 Received: from [127.0.0.1] (localhost [127.0.0.1]) by lists.linaro.org (Postfix) with ESMTP id ECFE76106A; Tue, 3 May 2016 19:34:53 +0000 (UTC) X-Original-To: lng-odp@lists.linaro.org Delivered-To: lng-odp@lists.linaro.org Received: by lists.linaro.org (Postfix, from userid 109) id 377E361071; Tue, 3 May 2016 19:34:52 +0000 (UTC) Received: from mail-qg0-f41.google.com (mail-qg0-f41.google.com [209.85.192.41]) by lists.linaro.org (Postfix) with ESMTPS id 8D3FB61068 for ; Tue, 3 May 2016 19:34:51 +0000 (UTC) Received: by mail-qg0-f41.google.com with SMTP id f74so13214015qge.2 for ; Tue, 03 May 2016 12:34:51 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:from:to:cc:subject:date:message-id; bh=F4Uh2g8KvxG/FHjEwl7tchIW6Par4Z8fFnbN7BDEPjI=; b=ima+zOoNDmf0zPyB31N+HUhWJMs9qvaBF4CGjx3Z1F/22kRkb7YkXVDUGBginwXLWO qLk5F7tlvy+r5DLVjNZUytf2639ZIXJpARKc9He99fgQlBlL1cV+ygWH7OJe6Png8K3G GxL5GgP4YHUhD40hPoQvoxJyLlXNo81iGEuIFqYalohFtpqGi1vMBN4H2LKZBY6JPjse piR7EiB/6qLSRPPNftCMsB+QJw/W5/aZEs6oqbWMOVWO2Lm+wpLuXsXPvURW2esyXGLw Cyg+KX94OGPTxxwWaoTu2QvD+dEyswbUJ/jUOSpeehd19F+RION3fK/328fbTvbTEhtr rfyQ== X-Gm-Message-State: AOPr4FUig6F09R7Ot4JeaXU1g571+GzXbp7DVMTiv0nQkzCzjRZKCVnp/U64OPU2mBtR+r1R/tc= X-Received: by 10.140.129.22 with SMTP id 22mr4848129qhb.28.1462304091266; Tue, 03 May 2016 12:34:51 -0700 (PDT) Received: from localhost.localdomain (c-98-221-136-245.hsd1.nj.comcast.net. [98.221.136.245]) by smtp.gmail.com with ESMTPSA id b18sm1643qkc.9.2016.05.03.12.34.50 (version=TLS1_2 cipher=ECDHE-RSA-AES128-SHA bits=128/128); Tue, 03 May 2016 12:34:50 -0700 (PDT) From: Mike Holmes To: lng-odp@lists.linaro.org Date: Tue, 3 May 2016 15:34:35 -0400 Message-Id: <1462304075-2715-1-git-send-email-mike.holmes@linaro.org> X-Mailer: git-send-email 2.7.4 X-Topics: patch Subject: [lng-odp] [PATCH] CONTRIBUTING: add xmllint rule X-BeenThere: lng-odp@lists.linaro.org X-Mailman-Version: 2.1.16 Precedence: list List-Id: "The OpenDataPlane \(ODP\) List" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , MIME-Version: 1.0 Errors-To: lng-odp-bounces@lists.linaro.org Sender: "lng-odp" Signed-off-by: Mike Holmes --- CONTRIBUTING | 1 + DEPENDENCIES | 3 +++ 2 files changed, 4 insertions(+) diff --git a/CONTRIBUTING b/CONTRIBUTING index f6e3fc6..791d4bc 100644 --- a/CONTRIBUTING +++ b/CONTRIBUTING @@ -128,6 +128,7 @@ Code without a proper signoff cannot be merged into the mainline. .Optional Title image::../images/.svg[align="center"] - The images are stored in the doc/images directory as svg files. +- The images are cleaned with xmllint - Body text shall wrap at the 80 char point. - No warnings may be generated by the asciidoc tool. diff --git a/DEPENDENCIES b/DEPENDENCIES index d59858c..1f5d700 100644 --- a/DEPENDENCIES +++ b/DEPENDENCIES @@ -260,3 +260,6 @@ The tested version of doxygen is 1.8.8 To have this tool also check spelling you need codespell. # Debian/Ubuntu #sudo apt install codespell + + When submitting .svg graphics xmllint is used + #sudo apt install libxml2-utils