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/dtd: guide.dtd
Date: Thu, 03 Dec 2009 09:11:14
Message-Id: E1NG7iQ-00042p-LL@stork.gentoo.org
1 robbat2 09/12/03 09:11:10
2
3 Modified: guide.dtd
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.52 xml/htdocs/dtd/guide.dtd
9
10 file : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/dtd/guide.dtd?rev=1.52&view=markup
11 plain: http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/dtd/guide.dtd?rev=1.52&content-type=text/plain
12 diff : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/dtd/guide.dtd?r1=1.51&r2=1.52
13
14 Index: guide.dtd
15 ===================================================================
16 RCS file: /var/cvsroot/gentoo/xml/htdocs/dtd/guide.dtd,v
17 retrieving revision 1.51
18 retrieving revision 1.52
19 diff -p -w -b -B -u -u -r1.51 -r1.52
20 --- guide.dtd 1 Jul 2009 16:33:53 -0000 1.51
21 +++ guide.dtd 3 Dec 2009 09:11:10 -0000 1.52
22 @@ -37,5 +37,7 @@
23
24 <!ELEMENT glsaindex EMPTY>
25 <!ELEMENT glsa-latest EMPTY>
26 +
27 <!ELEMENT mirrorlist EMPTY>
28 <!ATTLIST mirrorlist select (full|partial) 'full'>
29 +<!ATTLIST mirrorlist src CDATA '/main/en/mirrors3.xml'>