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: Sun, 06 Jan 2008 23:53:12
Message-Id: E1JBfIg-0003Ty-4L@stork.gentoo.org
1 robbat2 08/01/06 23:53:06
2
3 Modified: mirror.dtd
4 Log:
5 Include a direct short name for each group for now (exclude them later), and fix examples.
6
7 Revision Changes Path
8 1.2 xml/htdocs/dtd/mirror.dtd
9
10 file : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/dtd/mirror.dtd?rev=1.2&view=markup
11 plain: http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/dtd/mirror.dtd?rev=1.2&content-type=text/plain
12 diff : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/dtd/mirror.dtd?r1=1.1&r2=1.2
13
14 Index: mirror.dtd
15 ===================================================================
16 RCS file: /var/cvsroot/gentoo/xml/htdocs/dtd/mirror.dtd,v
17 retrieving revision 1.1
18 retrieving revision 1.2
19 diff -p -w -b -B -u -u -r1.1 -r1.2
20 --- mirror.dtd 6 Jan 2008 23:39:30 -0000 1.1
21 +++ mirror.dtd 6 Jan 2008 23:53:05 -0000 1.2
22 @@ -1,4 +1,4 @@
23 -<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/dtd/mirror.dtd,v 1.1 2008/01/06 23:39:30 robbat2 Exp $ -->
24 +<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/dtd/mirror.dtd,v 1.2 2008/01/06 23:53:05 robbat2 Exp $ -->
25 <!-- This file is used for keeping the new mirrors.xml file -->
26
27 <!--<!ENTITY % common SYSTEM "common.dtd">
28 @@ -22,7 +22,7 @@
29 <!--
30 element: mirrorgroup
31 description: Group mirrors by region and country.
32 - example: <mirrorgroup region="South America" country="BZ">
33 + example: <mirrorgroup region="South America" country="BZ" countryname="Brazil">
34 <mirror>
35 ...
36 </mirror>
37 @@ -33,6 +33,7 @@
38 <!ELEMENT mirrorgroup (mirror+)>
39 <!ATTLIST mirrorgroup region CDATA #REQUIRED
40 country CDATA #REQUIRED
41 + countryname CDATA #IMPLIED
42 ipv4 CDATA #IMPLIED
43 ipv6 CDATA #IMPLIED>
44 <!--
45 @@ -40,7 +41,7 @@
46 description: One per mirror; name the mirror and provide one or more uris
47 example: <mirror>
48 <uri link="http">http://gentoo.osuosl.org/</uri>
49 - <name>OSU Open Source Lab (USA/http)</name>
50 + <name>OSU Open Source Lab</name>
51 </mirror>
52 -->
53 <!ELEMENT mirror (name, uri*)>
54 @@ -48,6 +49,8 @@
55 <!--
56 element: name
57 description: Name of the mirror
58 + note: Do not include a country and protocol pair, "(USA/http)" as they will
59 + be built by the XSL.
60 example: <name>OSU Open Source Lab</name>
61 -->
62 <!ELEMENT name (#PCDATA)>
63 @@ -55,7 +58,7 @@
64 <!--
65 element: uri
66 description: A Uniform Resource Locator for a given mirror
67 - example: <uri protocol='http' ipv4='y' ipv6='y'>http://gentoo.osuosl.org/</uri
68 + example: <uri protocol='http' ipv4='y' ipv6='y'>http://gentoo.osuosl.org/</uri>
69 -->
70 <!ELEMENT uri (#PCDATA)>
71 <!ATTLIST uri ipv4 (Y|y|N|n) "y"
72
73
74
75 --
76 gentoo-commits@l.g.o mailing list