DPDK website maintenance
 help / color / mirror / Atom feed
From: Thomas Monjalon <thomas.monjalon@6wind.com>
To: web@dpdk.org
Subject: [dpdk-web] [PATCH] add ml search boxes
Date: Mon, 20 Feb 2017 15:14:37 +0100	[thread overview]
Message-ID: <1487600077-17822-1-git-send-email-thomas.monjalon@6wind.com> (raw)

Add two search boxes for users@ and dev@.
After validating, the request is sent to mail-archive.com.
More advanced searches can be done on mail-archive.com.

Signed-off-by: Thomas Monjalon <thomas.monjalon@6wind.com>
---
 ml.html | 26 ++++++++++++++++++++++++++
 1 file changed, 26 insertions(+)

diff --git a/ml.html b/ml.html
index 8c3c497..31b8f6d 100644
--- a/ml.html
+++ b/ml.html
@@ -47,6 +47,19 @@
 					    |</td>
 				</tr>
 				<tr>
+					<th></th>
+					<td>
+						<form action="https://mail-archive.com/search">
+							<input type="hidden" name="a" value="1">
+							<input type="hidden" name="l" value="users@dpdk.org">
+							<input type="hidden" name="o" value="newest">
+							<input type="text" name="haswords" size="40"
+							placeholder="search in users@dpdk.org archives">
+						</form>
+					</td>
+					<td></td>
+				</tr>
+				<tr>
 					<th><a href="mailto:announce@dpdk.org">announce@dpdk.org</a></th>
 					<td>release announcements (forwarded to dev list)</td>
 					<td>| <a href="/ml/listinfo/announce">register</a>
@@ -61,6 +74,19 @@
 					    |</td>
 				</tr>
 				<tr>
+					<th></th>
+					<td>
+						<form action="https://mail-archive.com/search">
+							<input type="hidden" name="a" value="1">
+							<input type="hidden" name="l" value="dev@dpdk.org">
+							<input type="hidden" name="o" value="newest">
+							<input type="text" name="haswords" size="40"
+							placeholder="search in dev@dpdk.org archives">
+						</form>
+					</td>
+					<td></td>
+				</tr>
+				<tr>
 					<th><a href="mailto:stable@dpdk.org">stable@dpdk.org</a></th>
 					<td>backports on stable branches</td>
 					<td>| <a href="/ml/listinfo/stable">register</a>
-- 
2.7.0

             reply	other threads:[~2017-02-20 14:14 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-02-20 14:14 Thomas Monjalon [this message]
2017-02-20 14:32 ` Ferruh Yigit
2017-02-26 17:10   ` Thomas Monjalon

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1487600077-17822-1-git-send-email-thomas.monjalon@6wind.com \
    --to=thomas.monjalon@6wind.com \
    --cc=web@dpdk.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).