Gentoo Archives: gentoo-commits

From: "Xavier Neys (neysx)" <neysx@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo commit in xml/htdocs/xsl: guide2.xsl
Date: Sun, 28 Sep 2008 15:45:59
Message-Id: E1KjyT7-0007zI-0O@stork.gentoo.org
1 neysx 08/09/28 15:45:57
2
3 Modified: guide2.xsl
4 Log:
5 #204402 update intro and use /dyn/ files for blog posts and GLSAs
6
7 Revision Changes Path
8 1.36 xml/htdocs/xsl/guide2.xsl
9
10 file : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/xsl/guide2.xsl?rev=1.36&view=markup
11 plain: http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/xsl/guide2.xsl?rev=1.36&content-type=text/plain
12 diff : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/xsl/guide2.xsl?r1=1.35&r2=1.36
13
14 Index: guide2.xsl
15 ===================================================================
16 RCS file: /var/cvsroot/gentoo/xml/htdocs/xsl/guide2.xsl,v
17 retrieving revision 1.35
18 retrieving revision 1.36
19 diff -u -r1.35 -r1.36
20 --- guide2.xsl 28 Sep 2008 14:02:15 -0000 1.35
21 +++ guide2.xsl 28 Sep 2008 15:45:56 -0000 1.36
22 @@ -604,11 +604,10 @@
23 community are all hallmarks of the Gentoo experience.
24 To learn more, read our <b><a href="/main/en/about.xml">about
25 page</a></b>.<br/><br/>
26 - This is how our home page could look like if infra solved bugs
27 - <a href="http://bugs.gentoo.org/204402">#204402</a> and
28 - <a href="http://bugs.gentoo.org/141909">#141909</a> so that GLSAs,
29 + This is how our home page could look like if bug
30 + <a href="http://bugs.gentoo.org/141909">#141909</a> were solved so that GLSAs,
31 latest packages and blog posts could be featured here.<br/>
32 - If you like what you see, ping infra!</span>
33 + </span>
34 </p>
35 <!--
36 <xsl:for-each select="document('/dyn/news-index.xml')/uris/uri[position()&lt;=$newsitemcount]/text()">
37 @@ -621,8 +620,8 @@
38 -->
39
40 <xsl:variable name="GLSAs" select="document('http://gentoo.neysx.org/dyn/glsa-index.xml')"/>
41 - <xsl:variable name="new-packages" select="document('http://packages.gentoo.org/feed/newpackage')"/>
42 - <xsl:variable name="planet" select="document('http://planet.gentoo.org/rss20.xml')"/>
43 + <xsl:variable name="new-packages" select="document('/dyn/new-packages.xml')"/>
44 + <xsl:variable name="planet" select="document('/dyn/planet.xml')"/>
45
46 <xsl:variable name="all-news" xmlns="">
47 <news>
48 @@ -2096,7 +2095,7 @@
49 <img class="newsicon" src="/images/icon-freescale.gif" alt="Freescale Semiconductor"/>
50 </xsl:when>
51 <xsl:when test="$thenews/@category='planet'">
52 - <img class="newsicon" src="http://people.gentoo.org/neysx/G-Earth.jpg" alt="Planet Earth"/>
53 + <img class="newsicon" src="http://dev.gentoo.org/~neysx/G-Earth.jpg" alt="Planet Earth"/>
54 </xsl:when>
55 </xsl:choose>