Bug#814015: www.debian.org: Footer does not show the same items in homepage and other pages
Laura Arjona Reina <[email protected]>
| Newsgroups | gmane.linux.debian.devel.www |
|---|---|
| Message-ID | <20160207153407.1807.20047.reportbug__21559.1424763717$1454859574$gmane$org@larjona-laptop> |
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)
footer.wml.diff
(text/x-diff, 2.4 KB)
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>