From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-wm0-f54.google.com (mail-wm0-f54.google.com [74.125.82.54]) by dpdk.org (Postfix) with ESMTP id A6E2D957A for ; Wed, 27 Jan 2016 15:02:52 +0100 (CET) Received: by mail-wm0-f54.google.com with SMTP id n5so27941405wmn.0 for ; Wed, 27 Jan 2016 06:02:52 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=6wind-com.20150623.gappssmtp.com; s=20150623; h=from:to:cc:subject:date:message-id:organization:user-agent :in-reply-to:references:mime-version:content-transfer-encoding :content-type; bh=aJtWZTieOJeYBwFzFCmB638o1+7YcvAmjNMj3+EaQ3w=; b=mL79qbI//Nd5FaxPI/yD2kpAc2Cho443SW+CmaabBRlUR4r7fwQpiaYIHEgV8RaD9A ZyDs0ucEEHgDh/ZLjPthvKwPFqsXXRbGUeSNfF7tu6i53AnmXLnKnmKExNfiIQ9rmjgd 1OF+z0KthD4kWQ5bHCI9ENo65bU1CAT0tKZTRw9AuQgvPrWSm+aJ4soB5cFwWbcoTNFK EdVeLfzS2T7ueRfL1XG4LaKI3M3JSog+vXVd9Ud8qlsvAyIV3XIMeqQxlSEItDFFI95g rrX42eORYexs10SNDn8yqDz5bMzjDdN8FNnAWV+c1FLwQkTiXBdxekjJNmi/xcmz+YpE o02g== 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:organization :user-agent:in-reply-to:references:mime-version :content-transfer-encoding:content-type; bh=aJtWZTieOJeYBwFzFCmB638o1+7YcvAmjNMj3+EaQ3w=; b=anaMNIQzxn4sNhQVvuInD6bYG7SajKdZfwEIMyqY2Ak9Z4UoIOL6dt2rtOcDXmhf7D /vm3KCgpBRfHGnNRqqfGvtJAdw/d+/lkBND4N0DuJTpNDAoJ8526lHM8PG4/32S8CXAC foGRAiq6vHrqRM6qxW2ss920pj2aS9nprfDLPTPx8Kn5WKHsn0FBe6nX3X8ZFSqz0si5 obQjBT5E0QdrWOiP3L/plyL+PEFZGs51IQynJuzCFs3Roc3eEmFze8ZF6DVfSFlZHMH+ z/o+Z0iQ1Q5x++UKwSRQaCukAlugpqz/pXA4zIiFgtUYLI9bJXcywkQPREEAFMR2BGK/ +Qpw== X-Gm-Message-State: AG10YORxqXa/CjAyjQNHpk1N2D30gwqR/sv/joJO18NtZ2jb1hDzqyYQdH4/lE0ty5cHrPZ4 X-Received: by 10.194.85.161 with SMTP id i1mr33096605wjz.95.1453903372454; Wed, 27 Jan 2016 06:02:52 -0800 (PST) Received: from xps13.localnet (136-92-190-109.dsl.ovh.fr. [109.190.92.136]) by smtp.gmail.com with ESMTPSA id b1sm6445584wjy.0.2016.01.27.06.02.51 (version=TLSv1/SSLv3 cipher=OTHER); Wed, 27 Jan 2016 06:02:51 -0800 (PST) From: Thomas Monjalon To: Andriy Berestovskyy Date: Wed, 27 Jan 2016 15:01:43 +0100 Message-ID: <2058444.m61sIzmzK8@xps13> Organization: 6WIND User-Agent: KMail/4.14.10 (Linux/4.1.6-1-ARCH; KDE/4.14.11; x86_64; ; ) In-Reply-To: <2248249.QQmS37G4Va@xps13> References: <52152472-D1EA-4BF0-87BA-80B02B28F636@gmail.com> <19813ADC-6039-4C13-9FE9-42F8D9D08C9A@gmail.com> <2248249.QQmS37G4Va@xps13> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" Cc: web@dpdk.org Subject: Re: [dpdk-web] SSI or similar X-BeenThere: web@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: website maintenance List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 27 Jan 2016 14:02:52 -0000 Hi Andriy, 2015-12-15 06:43, Thomas Monjalon: > 2015-12-14 22:51, Andriy Berestovskyy: > > Alternatively, we could build (i.e. concatenate) HTML pages using a makefile or a script. So we could have a structure as above without any code duplication. Then we could build the pages with headers and menus to test them locally or to upload to a web-server. > > Yes a "make local" to allow testing would be nice. > > I would suggest to do it in 2 steps: > 1/ "make local" for testing > 2/ split with server-side includes > > Please do not submit such change before end of January. > We need to make the workflow living smoothly first. > Thanks Are you volunteer to write such script? Or anyone else? I'd love to have a "make local" command to test website updates.