[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#922553: marked as done (Make link to the last release point announcement in the index page of each release)



Your message dated Mon, 30 Mar 2020 19:02:20 +0000
with message-id <5e82423cee32b_73e92ad2dbc405bc94962@godard.mail>
and subject line Bug#922553 fixed in www.debian.org
has caused the Debian Bug report #922553,
regarding Make link to the last release point announcement in the index page of each release
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact owner@bugs.debian.org
immediately.)


-- 
922553: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=922553
Debian Bug Tracking System
Contact owner@bugs.debian.org with problems
--- Begin Message ---
Package: www.debian.org
User: www.debian.org@packages.debian.org
Usertag: scripts
Severity: normal

Dear all

Currently we have this kind of code in /english/releases/*/index.wml
(and translations):

---
<p>Debian <current_release_stretch> was
released <current_release_date_stretch>.
<ifneq "9.0" "<current_release>"
  "Debian 9.0 was initially released on <:=spokendate('2017-06-17'):>."
/>
The release included many major
changes, described in
our <a href="$(HOME)/News/2017/20170617">press release</a> and
the <a href="releasenotes">Release Notes</a>.</p>
---

It would be nice if, apart of linking to the announcement of the initial
release, the announcement to the last point release of each release is
also linked.

I'm attaching a patch for stretch, as an example of what I mean.
If we like it, we would add the tags for each release in
release_info.wml template and update each release index.wml file (and
translations, if possible).

Kind regards
-- 
Laura Arjona Reina
https://wiki.debian.org/LauraArjona
diff --git a/english/releases/stretch/index.wml b/english/releases/stretch/index.wml
index 887daf77b95..af0f78937f9 100644
--- a/english/releases/stretch/index.wml
+++ b/english/releases/stretch/index.wml
@@ -6,7 +6,9 @@
 <if-stable-release release="stretch">
 
 <p>Debian <current_release_stretch> was
-released <current_release_date_stretch>.
+released on <a href="$(HOME)/News/<current_release_newsurl_stretch/>"><current_release_date_stretch></a>.
+</p>
+<p>
 <ifneq "9.0" "<current_release>"
   "Debian 9.0 was initially released on <:=spokendate('2017-06-17'):>."
 />
diff --git a/english/template/debian/release_info.wml b/english/template/debian/release_info.wml
index 55f6de018f0..fe41e58cf55 100644
--- a/english/template/debian/release_info.wml
+++ b/english/template/debian/release_info.wml
@@ -28,6 +28,7 @@
 <define-tag current_release_date_jessie><:=spokendate('2018-06-23'):></define-tag>
 <define-tag current_release_stretch>9.8</define-tag>
 <define-tag current_release_date_stretch><:=spokendate('2019-02-16'):></define-tag>
+<define-tag current_release_newsurl_stretch>2019/20190216</define-tag>
 <define-tag current_release_buster>10.0</define-tag>
 <define-tag current_release_date_buster>TBA</define-tag>
 

--- End Message ---
--- Begin Message ---
Hello,

Bug #922553 in www.debian.org reported by you has been fixed in the Git repository.
You can see the commit message below and you can check the diff of the fix at:

https://salsa.debian.org/webmaster-team/webwml/-/commit/d7529cb7e2f40ece51cf7ac79f9a337bb1e005c5

------------------------------------------------------------------------
Sync translations - add link to latest release point announcements - Closes: Bug#922553
------------------------------------------------------------------------

(this message was generated automatically)
-- 
Greetings

https://bugs.debian.org/922553

--- End Message ---

Reply to: