* [dpdk-web] [PATCH] create page for techboard minutes
@ 2017-04-26 22:50 Thomas Monjalon
2017-04-27 15:05 ` Richardson, Bruce
0 siblings, 1 reply; 3+ messages in thread
From: Thomas Monjalon @ 2017-04-26 22:50 UTC (permalink / raw)
To: web; +Cc: techboard
The agenda - updated on a public pad - is shared as read-only.
The minutes - in the mailing list archives - are listed.
Signed-off-by: Thomas Monjalon <thomas@monjalon.net>
---
about/techboard.html | 8 +++++--
dev/techboard-minutes.html | 60 ++++++++++++++++++++++++++++++++++++++++++++++
2 files changed, 66 insertions(+), 2 deletions(-)
create mode 100644 dev/techboard-minutes.html
diff --git a/about/techboard.html b/about/techboard.html
index 984fdfc..47041be 100644
--- a/about/techboard.html
+++ b/about/techboard.html
@@ -82,11 +82,15 @@ It can be decided either to replace the member, or to redefine the size of the b
<p>A short meeting happens on IRC (freenode #dpdk-board) every two weeks.
<p>The quorum required for a meeting to proceed is a 70% majority of the Technical Board.
<p>The Chair is a rotating role among members.
-<p>Any contributor can ask to add a topic in the agenda by sending an email
+<p>Any contributor can ask to add a topic
+in the <a href="https://annuel.framapad.org/p/r.0c3cc4d1e011214183872a98f6b5c7db">agenda</a>
+by sending an email
to <a href="mailto:techboard@dpdk.org">techboard@dpdk.org</a>.
-The board members will add any topic of interest in the agenda.
+The board members will add any topic of interest
+in the <a href="https://annuel.framapad.org/p/r.0c3cc4d1e011214183872a98f6b5c7db">agenda</a>.
<p>Minutes are sent to <a href="/ml/archives/dev/">dev@dpdk.org</a> so anyone can comment.
However, the technical discussions should happen in the original thread.
+<p>There is a <a href="/dev/techboard-minutes">list of previous meeting minutes</a>.
<h3 id="roles">Roles</h3>
<ul>
diff --git a/dev/techboard-minutes.html b/dev/techboard-minutes.html
new file mode 100644
index 0000000..0c16989
--- /dev/null
+++ b/dev/techboard-minutes.html
@@ -0,0 +1,60 @@
+<!DOCTYPE html>
+<html lang="en">
+<head>
+ <meta charset="utf-8" />
+ <meta name=viewport content="width=device-width, initial-scale=1" />
+ <title>DPDK Technical Board Meetings</title>
+ <link rel="stylesheet" href="/reset.css" />
+ <link rel="stylesheet" href="/layout.css" />
+ <link rel="stylesheet" href="/content.css" />
+ <script type="text/javascript">
+ var _gaq = _gaq || [];
+ _gaq.push(['_setAccount', 'UA-39229303-1']);
+ _gaq.push(['_setDomainName', 'dpdk.org']);
+ _gaq.push(['_setAllowLinker', true]);
+ _gaq.push(['_trackPageview']);
+ (function() {
+ var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
+ ga.src = 'http://www.google-analytics.com/ga.js';
+ var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
+ })();
+ </script>
+</head>
+<body>
+<header>
+ <h1><a href="http://dpdk.org/"><img src="/logos/dpdk.png"
+ alt="DPDK: Data Plane Development Kit"></a></h1>
+ <nav>
+ <ul>
+ <li><a href="/">Home</a>
+ <li><a href="/download">Download</a>
+ <li><a href="/doc">Documentation</a>
+ <li><a href="/dev" id="current">Development</a>
+ <li><a href="/ml">Mailing Lists</a>
+ <li><a href="/events">Events</a>
+ <li><a href="/news">News</a>
+ <li><a href="/about">About</a>
+ </ul>
+ </nav>
+</header>
+<section>
+ <h2>Technical Board Meetings</h2>
+
+ <h3>Agenda</h3>
+ <p>The <a href="https://annuel.framapad.org/p/r.0c3cc4d1e011214183872a98f6b5c7db">agenda of the next meeting</a>
+ is updated when a request is done
+ to <a href="mailto:techboard@dpdk.org">techboard@dpdk.org</a>.
+
+ <h3>Minutes</h3>
+ <p>The <a href="/about/techboard">Technical Board</a>
+ sends minutes of its meetings on the mailing list.
+ They are listed below.
+ <ul>
+ <li><a href="http://dpdk.org/ml/archives/dev/2017-April/063924.html">2017-04-10</a>
+ <li><a href="http://dpdk.org/ml/archives/dev/2017-March/061009.html">2017-03-20</a>
+ <li><a href="http://dpdk.org/ml/archives/dev/2017-March/059599.html">2017-03-02</a>
+ <li><a href="http://dpdk.org/ml/archives/dev/2017-February/057779.html">2017-02-15</a>
+ <li><a href="http://dpdk.org/ml/archives/dev/2017-January/056363.html">2017-01-25</a>
+ </ul>
+</section>
+<footer></footer>
--
2.12.2
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [dpdk-web] [PATCH] create page for techboard minutes
2017-04-26 22:50 [dpdk-web] [PATCH] create page for techboard minutes Thomas Monjalon
@ 2017-04-27 15:05 ` Richardson, Bruce
2017-04-27 16:29 ` Thomas Monjalon
0 siblings, 1 reply; 3+ messages in thread
From: Richardson, Bruce @ 2017-04-27 15:05 UTC (permalink / raw)
To: Thomas Monjalon, web; +Cc: techboard
> -----Original Message-----
> From: web [mailto:web-bounces@dpdk.org] On Behalf Of Thomas Monjalon
> Sent: Wednesday, April 26, 2017 11:50 PM
> To: web@dpdk.org
> Cc: techboard@dpdk.org
> Subject: [dpdk-web] [PATCH] create page for techboard minutes
>
> The agenda - updated on a public pad - is shared as read-only.
> The minutes - in the mailing list archives - are listed.
>
> Signed-off-by: Thomas Monjalon <thomas@monjalon.net>
> ---
Acked-by: Bruce Richardson <bruce.richardson@intel.com>
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [dpdk-web] [PATCH] create page for techboard minutes
2017-04-27 15:05 ` Richardson, Bruce
@ 2017-04-27 16:29 ` Thomas Monjalon
0 siblings, 0 replies; 3+ messages in thread
From: Thomas Monjalon @ 2017-04-27 16:29 UTC (permalink / raw)
To: Richardson, Bruce; +Cc: web, techboard
27/04/2017 17:05, Richardson, Bruce:
> > The agenda - updated on a public pad - is shared as read-only.
> > The minutes - in the mailing list archives - are listed.
> >
> > Signed-off-by: Thomas Monjalon <thomas@monjalon.net>
> > ---
>
> Acked-by: Bruce Richardson <bruce.richardson@intel.com>
Applied
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2017-04-27 16:29 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-04-26 22:50 [dpdk-web] [PATCH] create page for techboard minutes Thomas Monjalon
2017-04-27 15:05 ` Richardson, Bruce
2017-04-27 16:29 ` Thomas Monjalon
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).