Gentoo Archives: gentoo-commits

From: "Robin H. Johnson (robbat2)" <robbat2@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo commit in xml/htdocs/main/en: mirrors2.xml
Date: Thu, 03 Dec 2009 09:11:22
Message-Id: E1NG7ib-00045G-3S@stork.gentoo.org
1 robbat2 09/12/03 09:11:21
2
3 Modified: mirrors2.xml
4 Log:
5 Bug #293434: Give the <mirrorlist> element a new argument of the path to the source file to use, so we can reuse some of the template for a new rsync mirrors page.
6
7 Revision Changes Path
8 1.3 xml/htdocs/main/en/mirrors2.xml
9
10 file : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/main/en/mirrors2.xml?rev=1.3&view=markup
11 plain: http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/main/en/mirrors2.xml?rev=1.3&content-type=text/plain
12 diff : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/main/en/mirrors2.xml?r1=1.2&r2=1.3
13
14 Index: mirrors2.xml
15 ===================================================================
16 RCS file: /var/cvsroot/gentoo/xml/htdocs/main/en/mirrors2.xml,v
17 retrieving revision 1.2
18 retrieving revision 1.3
19 diff -p -w -b -B -u -u -r1.2 -r1.3
20 --- mirrors2.xml 14 Jun 2009 17:11:17 -0000 1.2
21 +++ mirrors2.xml 3 Dec 2009 09:11:20 -0000 1.3
22 @@ -1,5 +1,5 @@
23 <?xml version="1.0" encoding="UTF-8"?>
24 -<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/main/en/mirrors2.xml,v 1.2 2009/06/14 17:11:17 ford_prefect Exp $ -->
25 +<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/main/en/mirrors2.xml,v 1.3 2009/12/03 09:11:20 robbat2 Exp $ -->
26 <?xml-stylesheet href="/xsl/mirrors.xsl" type="text/xsl"?>
27 <?xml-stylesheet href="/xsl/guide.xsl" type="text/xsl"?>
28
29 @@ -24,8 +24,8 @@ List of Gentoo Mirrors
30
31 <license/>
32
33 -<version>2</version>
34 -<date>2008-01-17</date>
35 +<version>2.1</version>
36 +<date>2009-12-03</date>
37
38 <chapter>
39 <title>Gentoo Download Full Mirrors</title>
40 @@ -49,7 +49,7 @@ download the full mirror instead of just
41 </section>
42 </chapter>
43
44 -<mirrorlist select="full"/>
45 +<mirrorlist select="full" src="/main/en/mirrors3.xml"/>
46
47 <chapter id="other">
48 <title>Other Mirrors</title>
49 @@ -79,7 +79,7 @@ you cannot find what you're looking for.
50 </body>
51
52 <body>
53 - <mirrorlist select="partial"/>
54 + <mirrorlist select="partial" src="/main/en/mirrors3.xml"/>
55 </body>
56 </section>
57 </chapter>