Your message dated Sun, 14 Feb 2016 16:09:24 +0000
with message-id <[email protected]>
and subject line Debian WWW CVS commit by larjona fixes #814015
has caused the Debian Bug report #814015,
regarding www.debian.org: Footer does not show the same items in homepage and
other pages
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 [email protected]
immediately.)
--
814015: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=814015
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: www.debian.org
Severity: normal
Tags: patch
Dear all
The menu in the homepage is handled via templates/mainpage.wml and menu in
other pages is handled via templates/footer.wml. Both lists of items are
different: blends for example is not in the footer, hence does not appear in
other places different than homepage.
I'm attaching a patch that would fix this. It considers that the item list in
templates/mainpage.wml is the correct one.
I would apply it some days later, please review, since it affects many web
pages.
Thanks
-- System Information:
Debian Release: 8.3
APT prefers stable-updates
APT policy: (500, 'stable-updates'), (500, 'stable')
Architecture: i386 (i686)
Kernel: Linux 3.16.0-4-686-pae (SMP w/2 CPU cores)
Locale: LANG=es_ES.UTF-8, LC_CTYPE=es_ES.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
Init: systemd (via /run/systemd/system)
Index: footer.wml
===================================================================
RCS file: /cvs/webwml/webwml/english/template/debian/footer.wml,v
retrieving revision 1.128
diff -u -r1.128 footer.wml
--- footer.wml 9 May 2014 14:14:07 -0000 1.128
+++ footer.wml 7 Feb 2016 15:28:58 -0000
@@ -34,7 +34,9 @@
<li><a href="$(HOME)/contact"><contactus/></a></li>
</ul>
</li>
- </ul>
+ <li><a href="$(HOME)/intro/help"><helpdebian/></a></li>
+ </ul>
+
<ul id="footermap-colb">
<li><a href="$(DISTRIB)/"><gettingdebian/></a>
<ul>
@@ -44,8 +46,11 @@
<li><a href="$(DISTRIB)/pre-installed"><pre-installed/></a></li>
</ul>
</li>
- <li><a href="$(DISTRIB)/packages"><debianpackages/></a></li>
+ <li><a href="$(HOME)/blends/"><pureblends/></a></li>
+ <li><a href="$(DISTRIB)/packages"><debianpackages/></a></li>
+ <li><a href="$(HOME)/devel/"><develcorner/></a></li>
</ul>
+
<ul id="footermap-colc">
<li><a href="$(HOME)/News/"><news/></a>
<ul>
@@ -53,15 +58,16 @@
<li><a href="$(HOME)/events/"><events/></a></li>
</ul>
</li>
-
<li><a href="$(DOC)/"><documentation/></a>
<ul>
<li><a href="$(HOME)/releases/"><releaseinfo/></a></li>
<li><a href="$(HOME)/releases/stable/installmanual"><installationmanual/></a></li>
<li><a href="$(DOC)/books"><debianbooks/></a></li>
+ <li><a href="https://wiki.debian.org/"><debianwiki/></a></li>
</ul>
</li>
</ul>
+
<ul id="footermap-cold">
<li><a href="$(HOME)/support"><support/></a>
<ul>
@@ -74,16 +80,18 @@
</ul>
</li>
</ul>
-<ul id="footermap-cole">
- <li><a href="$(MISC)/"><misc/></a></li>
- <li><a href="$(HOME)/intro/help"><helpdebian/></a></li>
-
- <li><a href="$(HOME)/devel/"><develcorner/></a></li>
-
- <li><a href="$(HOME)/sitemap"><sitemap_short/></a></li>
- <li><a href="$(SEARCH)"><search/></a></li>
+<ul id="footermap-cole">
+ <li><a href="$(MISC)/"><misc/></a></li>
+ <li><a href="$(HOME)/sitemap"><sitemap_short/></a></li>
+ <li><a href="$(SEARCH)"><search/></a></li>
+ <li><a href="https://bits.debian.org"><debianblog/></a></li>
+ <li><a href="http://identi.ca/debian"><img src="Pics/identica.png"
+ alt="follow debian on identi.ca!" /></a></li>
+ <li><a href="http://planet.debian.org"><img src="Pics/planet.png"
+ alt="follow debian on planet.debian.org!" /></a></li>
</ul>
+
<!--/UdmComment-->
</div> <!-- end footermap -->
</when>
--- End Message ---
--- Begin Message ---
This bug was closed by larjona in the webwml CVS repository:
http://www.debian.org/devel/website/using_cvs
Note that it might take some time until www.debian.org has been updated.
CVSROOT: /cvs/webwml
Module name: webwml
Changes by: larjona 16/02/14 16:09:24
Modified files:
japanese/devel/join: index.wml
Log message:
sync (1.39)
Modified files:
english/template/debian: footer.wml
Log message:
Make all the pages show the same footer menu as the homepage. Closes:
#814015
--- End Message ---