Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 246402 - 'GWN' is still referenced in header of archives.gentoo.org
Summary: 'GWN' is still referenced in header of archives.gentoo.org
Status: RESOLVED FIXED
Alias: None
Product: Websites
Classification: Unclassified
Component: [OLD] Articles (show other bugs)
Hardware: All Linux
: High minor (vote)
Assignee: Gentoo Infrastructure
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-11-11 15:27 UTC by Jeremy Olexa (darkside) (RETIRED)
Modified: 2008-12-31 03:52 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Jeremy Olexa (darkside) (RETIRED) archtester gentoo-dev Security 2008-11-11 15:27:57 UTC
Apologies if this is assigned wrongly, I would have choosen 'Other' but didn't think this bug should be assigned to infra

To see the problem:
1) Goto http://archives.gentoo.org/
2) Look at header where there are links like: About, Projects, Docs, etc
3) Notice 'GWN' is there.
4) Re-visit gentoo.org and see that 'GMN' + link should be there instead.

Thanks.
Comment 1 Xavier Neys (RETIRED) gentoo-dev 2008-11-11 16:49:09 UTC
(In reply to comment #0)
> Apologies if this is assigned wrongly, I would have choosen 'Other' but didn't
> think this bug should be assigned to infra

It should go to infra.
There are a couple of open bugs about archives.g.o, all assigned to infra.

Keeping the XSL current automatically like dev.g.o does would have fixed this automagically, but I doubt the backend on archives.g.o would survive it.
Comment 2 Mike Doty (RETIRED) gentoo-dev 2008-12-31 03:52:56 UTC
--- guide.xsl.2008-12-31        2008-12-31 03:50:02.000000000 +0000
+++ guide.xsl   2008-12-31 03:51:06.000000000 +0000
@@ -262,10 +262,10 @@
         |
         <xsl:choose>
           <xsl:when test="/mainpage/@id='newsletter'">
-            <a class="highlight" href="http://www.gentoo.org/news/en/gwn/gwn.xml"> GWN</a>
+            <a class="highlight" href="http://www.gentoo.org/news/en/gmn/index.xml"> GMN</a>
           </xsl:when>
           <xsl:otherwise>
-            <a class="menulink" href="http://www.gentoo.org/news/en/gwn/gwn.xml"> GWN</a>
+            <a class="menulink" href="http://www.gentoo.org/news/en/gmn/index.xml"> GMN</a>
           </xsl:otherwise>
         </xsl:choose>
         |

hopefully it sticks.