DPDK website maintenance
 help / color / mirror / Atom feed
* [dpdk-web] [PATCH] release 16.11.1 (LTS)
@ 2017-03-02  9:20 Yuanhan Liu
  2017-03-02 12:24 ` Thomas Monjalon
  0 siblings, 1 reply; 3+ messages in thread
From: Yuanhan Liu @ 2017-03-02  9:20 UTC (permalink / raw)
  To: web; +Cc: Thomas Monjalon, Yuanhan Liu

Signed-off-by: Yuanhan Liu <yuanhan.liu@linux.intel.com>
---

Hi Thomas, as usual, please help fill in the right md5sum.
Also, please suggest what how to show stable and LTS both
at the download page.

Thanks.

	--yliu
---
 download.html | 4 ++--
 rel.html      | 6 +++---
 2 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/download.html b/download.html
index 1277029..3f16d01 100644
--- a/download.html
+++ b/download.html
@@ -43,9 +43,9 @@
 				<i class="material-icons">archive</i>
 				Latest Major<br>16.11
 			</a><!-- no whitespace
-			--><a href="http://fast.dpdk.org/rel/dpdk-16.07.2.tar.xz" class="button">
+			--><a href="http://fast.dpdk.org/rel/dpdk-16.11.1.tar.xz" class="button">
 				<i class="material-icons">archive</i>
-				Latest Stable<br>16.07.2
+				Latest Stable<br>16.11.1 (LTS)
 			</a><!-- no whitespace
 			--><a href="/rel" class="button">
 				<i class="material-icons">view_list</i>
diff --git a/rel.html b/rel.html
index 56f2b31..89624ff 100644
--- a/rel.html
+++ b/rel.html
@@ -59,9 +59,9 @@
 			<th>md5</th>
 		</tr>
 		<tr>
-			<td><a href="http://fast.dpdk.org/rel/dpdk-16.11.tar.xz">DPDK 16.11</a></td>
-			<td><a href="/doc/guides/rel_notes/release_16_11.html">2016 November 13</a></td>
-			<td><pre>06c1c577795360719d0b4fafaeee21e9</pre></td>
+			<td><a href="http://fast.dpdk.org/rel/dpdk-16.11.1.tar.xz">DPDK 16.11.1 (LTS)</a></td>
+			<td><a href="/doc/guides/rel_notes/release_16_11.html">2017 March 02</a></td>
+			<td><pre>MD5SUM_PLACE_HOLDER</pre></td>
 		</tr>
 		<tr>
 			<td><a href="http://fast.dpdk.org/rel/dpdk-16.07.2.tar.xz">DPDK 16.07.2</a></td>
-- 
1.9.0

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [dpdk-web] [PATCH] release 16.11.1 (LTS)
  2017-03-02  9:20 [dpdk-web] [PATCH] release 16.11.1 (LTS) Yuanhan Liu
@ 2017-03-02 12:24 ` Thomas Monjalon
  2017-03-02 12:27   ` Yuanhan Liu
  0 siblings, 1 reply; 3+ messages in thread
From: Thomas Monjalon @ 2017-03-02 12:24 UTC (permalink / raw)
  To: Yuanhan Liu; +Cc: web

2017-03-02 17:20, Yuanhan Liu:
> --- a/download.html
> +++ b/download.html
> @@ -43,9 +43,9 @@
>  				<i class="material-icons">archive</i>
>  				Latest Major<br>16.11
>  			</a><!-- no whitespace
> -			--><a href="http://fast.dpdk.org/rel/dpdk-16.07.2.tar.xz" class="button">
> +			--><a href="http://fast.dpdk.org/rel/dpdk-16.11.1.tar.xz" class="button">
>  				<i class="material-icons">archive</i>
> -				Latest Stable<br>16.07.2
> +				Latest Stable<br>16.11.1 (LTS)
>  			</a><!-- no whitespace

The next button could be renamed from "<br>Other Versions"
to "Other Versions<br>LTS and Older".

> --- a/rel.html
> +++ b/rel.html
> @@ -59,9 +59,9 @@
>  			<th>md5</th>
>  		</tr>
>  		<tr>
> -			<td><a href="http://fast.dpdk.org/rel/dpdk-16.11.tar.xz">DPDK 16.11</a></td>
> -			<td><a href="/doc/guides/rel_notes/release_16_11.html">2016 November 13</a></td>
> -			<td><pre>06c1c577795360719d0b4fafaeee21e9</pre></td>
> +			<td><a href="http://fast.dpdk.org/rel/dpdk-16.11.1.tar.xz">DPDK 16.11.1 (LTS)</a></td>
> +			<td><a href="/doc/guides/rel_notes/release_16_11.html">2017 March 02</a></td>

It should be /doc/guides-16.11/rel_notes/release_16_11.html
/doc/guides/ is the doc for the master branch.

> +			<td><pre>MD5SUM_PLACE_HOLDER</pre></td>

It is b867eab1f357340d105e92f2e9d8f7de

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [dpdk-web] [PATCH] release 16.11.1 (LTS)
  2017-03-02 12:24 ` Thomas Monjalon
@ 2017-03-02 12:27   ` Yuanhan Liu
  0 siblings, 0 replies; 3+ messages in thread
From: Yuanhan Liu @ 2017-03-02 12:27 UTC (permalink / raw)
  To: Thomas Monjalon; +Cc: web

On Thu, Mar 02, 2017 at 01:24:29PM +0100, Thomas Monjalon wrote:
> 2017-03-02 17:20, Yuanhan Liu:
> > --- a/download.html
> > +++ b/download.html
> > @@ -43,9 +43,9 @@
> >  				<i class="material-icons">archive</i>
> >  				Latest Major<br>16.11
> >  			</a><!-- no whitespace
> > -			--><a href="http://fast.dpdk.org/rel/dpdk-16.07.2.tar.xz" class="button">
> > +			--><a href="http://fast.dpdk.org/rel/dpdk-16.11.1.tar.xz" class="button">
> >  				<i class="material-icons">archive</i>
> > -				Latest Stable<br>16.07.2
> > +				Latest Stable<br>16.11.1 (LTS)
> >  			</a><!-- no whitespace
> 
> The next button could be renamed from "<br>Other Versions"
> to "Other Versions<br>LTS and Older".
> 
> > --- a/rel.html
> > +++ b/rel.html
> > @@ -59,9 +59,9 @@
> >  			<th>md5</th>
> >  		</tr>
> >  		<tr>
> > -			<td><a href="http://fast.dpdk.org/rel/dpdk-16.11.tar.xz">DPDK 16.11</a></td>
> > -			<td><a href="/doc/guides/rel_notes/release_16_11.html">2016 November 13</a></td>
> > -			<td><pre>06c1c577795360719d0b4fafaeee21e9</pre></td>
> > +			<td><a href="http://fast.dpdk.org/rel/dpdk-16.11.1.tar.xz">DPDK 16.11.1 (LTS)</a></td>
> > +			<td><a href="/doc/guides/rel_notes/release_16_11.html">2017 March 02</a></td>
> 
> It should be /doc/guides-16.11/rel_notes/release_16_11.html
> /doc/guides/ is the doc for the master branch.
> 
> > +			<td><pre>MD5SUM_PLACE_HOLDER</pre></td>
> 
> It is b867eab1f357340d105e92f2e9d8f7de

Thanks. Will send v2.

	--yliu

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2017-03-02 12:29 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-03-02  9:20 [dpdk-web] [PATCH] release 16.11.1 (LTS) Yuanhan Liu
2017-03-02 12:24 ` Thomas Monjalon
2017-03-02 12:27   ` Yuanhan Liu

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).