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: mirror.dtd
Date: Mon, 07 Jan 2008 00:32:39
Message-Id: E1JBfuv-0003kQ-2w@stork.gentoo.org
1 robbat2 08/01/07 00:32:37
2
3 Modified: mirror.dtd
4 Log:
5 Include notation for partial mirrors.
6
7 Revision Changes Path
8 1.3 xml/htdocs/dtd/mirror.dtd
9
10 file : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/dtd/mirror.dtd?rev=1.3&view=markup
11 plain: http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/dtd/mirror.dtd?rev=1.3&content-type=text/plain
12 diff : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/dtd/mirror.dtd?r1=1.2&r2=1.3
13
14 Index: mirror.dtd
15 ===================================================================
16 RCS file: /var/cvsroot/gentoo/xml/htdocs/dtd/mirror.dtd,v
17 retrieving revision 1.2
18 retrieving revision 1.3
19 diff -p -w -b -B -u -u -r1.2 -r1.3
20 --- mirror.dtd 6 Jan 2008 23:53:05 -0000 1.2
21 +++ mirror.dtd 7 Jan 2008 00:32:36 -0000 1.3
22 @@ -1,4 +1,4 @@
23 -<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/dtd/mirror.dtd,v 1.2 2008/01/06 23:53:05 robbat2 Exp $ -->
24 +<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/dtd/mirror.dtd,v 1.3 2008/01/07 00:32:36 robbat2 Exp $ -->
25 <!-- This file is used for keeping the new mirrors.xml file -->
26
27 <!--<!ENTITY % common SYSTEM "common.dtd">
28 @@ -63,4 +63,5 @@
29 <!ELEMENT uri (#PCDATA)>
30 <!ATTLIST uri ipv4 (Y|y|N|n) "y"
31 ipv6 (Y|y|N|n) "n"
32 + partial (Y|y|N|n) "n"
33 protocol (http|ftp|rsync) "http">
34
35
36
37 --
38 gentoo-commits@l.g.o mailing list