public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo commit in xml/htdocs/dtd: guide.dtd
@ 2008-01-17 21:51 Xavier Neys (neysx)
  0 siblings, 0 replies; 7+ messages in thread
From: Xavier Neys (neysx) @ 2008-01-17 21:51 UTC (permalink / raw
  To: gentoo-commits

neysx       08/01/17 21:51:25

  Modified:             guide.dtd
  Log:
  Add support for MirrorsXML

Revision  Changes    Path
1.47                 xml/htdocs/dtd/guide.dtd

file : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/dtd/guide.dtd?rev=1.47&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/dtd/guide.dtd?rev=1.47&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/dtd/guide.dtd?r1=1.46&r2=1.47

Index: guide.dtd
===================================================================
RCS file: /var/cvsroot/gentoo/xml/htdocs/dtd/guide.dtd,v
retrieving revision 1.46
retrieving revision 1.47
diff -u -r1.46 -r1.47
--- guide.dtd	1 Jan 2008 21:28:38 -0000	1.46
+++ guide.dtd	17 Jan 2008 21:51:25 -0000	1.47
@@ -2,7 +2,7 @@
 
 %common;
 
-<!ELEMENT mainpage  (title, author+, abstract?, license?, version, date?, (devmap? | newsitems? | chapter+))>
+<!ELEMENT mainpage  (title, author+, abstract?, license?, version, date?, (devmap? | newsitems? | (mirrorlist|chapter)+))>
 <!ATTLIST mainpage
           lang         CDATA #IMPLIED>
 
@@ -32,7 +32,9 @@
 
 <!ELEMENT section   (include | (title?, body+))>
 
-<!ELEMENT body      (include | (%block.class;|glsa-latest|glsaindex|glepindex)+)>
+<!ELEMENT body      (mirrorlist | include | (%block.class;|glsa-latest|glsaindex|glepindex)+)>
 
 <!ELEMENT glsaindex	EMPTY>
 <!ELEMENT glsa-latest EMPTY>
+<!ELEMENT mirrorlist EMPTY>
+<!ATTLIST mirrorlist select (full|partial) 'full'>



-- 
gentoo-commits@lists.gentoo.org mailing list



^ permalink raw reply	[flat|nested] 7+ messages in thread

* [gentoo-commits] gentoo commit in xml/htdocs/dtd: guide.dtd
@ 2008-01-19 14:12 Xavier Neys (neysx)
  0 siblings, 0 replies; 7+ messages in thread
From: Xavier Neys (neysx) @ 2008-01-19 14:12 UTC (permalink / raw
  To: gentoo-commits

neysx       08/01/19 14:12:46

  Modified:             guide.dtd
  Log:
  Allow redirect on mainpage as well

Revision  Changes    Path
1.48                 xml/htdocs/dtd/guide.dtd

file : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/dtd/guide.dtd?rev=1.48&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/dtd/guide.dtd?rev=1.48&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/dtd/guide.dtd?r1=1.47&r2=1.48

Index: guide.dtd
===================================================================
RCS file: /var/cvsroot/gentoo/xml/htdocs/dtd/guide.dtd,v
retrieving revision 1.47
retrieving revision 1.48
diff -u -r1.47 -r1.48
--- guide.dtd	17 Jan 2008 21:51:25 -0000	1.47
+++ guide.dtd	19 Jan 2008 14:12:46 -0000	1.48
@@ -4,6 +4,7 @@
 
 <!ELEMENT mainpage  (title, author+, abstract?, license?, version, date?, (devmap? | newsitems? | (mirrorlist|chapter)+))>
 <!ATTLIST mainpage
+          redirect     CDATA #IMPLIED
           lang         CDATA #IMPLIED>
 
 <!ELEMENT newsitems EMPTY>



-- 
gentoo-commits@lists.gentoo.org mailing list



^ permalink raw reply	[flat|nested] 7+ messages in thread

* [gentoo-commits] gentoo commit in xml/htdocs/dtd: guide.dtd
@ 2008-01-29 16:54 Xavier Neys (neysx)
  0 siblings, 0 replies; 7+ messages in thread
From: Xavier Neys (neysx) @ 2008-01-29 16:54 UTC (permalink / raw
  To: gentoo-commits

neysx       08/01/29 16:54:45

  Modified:             guide.dtd
  Log:
  [29 11:35:15] <dberkholz> the dtd is missing alpha|freescale|kde|plans

Revision  Changes    Path
1.49                 xml/htdocs/dtd/guide.dtd

file : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/dtd/guide.dtd?rev=1.49&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/dtd/guide.dtd?rev=1.49&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/dtd/guide.dtd?r1=1.48&r2=1.49

Index: guide.dtd
===================================================================
RCS file: /var/cvsroot/gentoo/xml/htdocs/dtd/guide.dtd,v
retrieving revision 1.48
retrieving revision 1.49
diff -u -r1.48 -r1.49
--- guide.dtd	19 Jan 2008 14:12:46 -0000	1.48
+++ guide.dtd	29 Jan 2008 16:54:45 -0000	1.49
@@ -20,7 +20,7 @@
 
 <!ELEMENT news			(poster, date, title, summary?, body)>
 <!ATTLIST news			gentoo (yes|no) "no"
-						      category (gentoo|main|ibm|linux|moo|nvidia) #REQUIRED>
+						      category (alpha|gentoo|main|ibm|linux|moo|nvidia|kde|plans|freescale) #REQUIRED>
 
 <!ELEMENT subtitle		(#PCDATA)>
 



-- 
gentoo-commits@lists.gentoo.org mailing list



^ permalink raw reply	[flat|nested] 7+ messages in thread

* [gentoo-commits] gentoo commit in xml/htdocs/dtd: guide.dtd
@ 2008-12-31 21:06 Xavier Neys (neysx)
  0 siblings, 0 replies; 7+ messages in thread
From: Xavier Neys (neysx) @ 2008-12-31 21:06 UTC (permalink / raw
  To: gentoo-commits

neysx       08/12/31 21:06:49

  Modified:             guide.dtd
  Log:
  Removed old news icons

Revision  Changes    Path
1.50                 xml/htdocs/dtd/guide.dtd

file : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/dtd/guide.dtd?rev=1.50&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/dtd/guide.dtd?rev=1.50&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/dtd/guide.dtd?r1=1.49&r2=1.50

Index: guide.dtd
===================================================================
RCS file: /var/cvsroot/gentoo/xml/htdocs/dtd/guide.dtd,v
retrieving revision 1.49
retrieving revision 1.50
diff -u -r1.49 -r1.50
--- guide.dtd	29 Jan 2008 16:54:45 -0000	1.49
+++ guide.dtd	31 Dec 2008 21:06:49 -0000	1.50
@@ -20,7 +20,7 @@
 
 <!ELEMENT news			(poster, date, title, summary?, body)>
 <!ATTLIST news			gentoo (yes|no) "no"
-						      category (alpha|gentoo|main|ibm|linux|moo|nvidia|kde|plans|freescale) #REQUIRED>
+						      category (gentoo|main|linux|moo|plans) #REQUIRED>
 
 <!ELEMENT subtitle		(#PCDATA)>
 






^ permalink raw reply	[flat|nested] 7+ messages in thread

* [gentoo-commits] gentoo commit in xml/htdocs/dtd: guide.dtd
@ 2009-07-01 16:33 Xavier Neys (neysx)
  0 siblings, 0 replies; 7+ messages in thread
From: Xavier Neys (neysx) @ 2009-07-01 16:33 UTC (permalink / raw
  To: gentoo-commits

neysx       09/07/01 16:33:53

  Modified:             guide.dtd
  Log:
  Special for Gentoo's anniversary

Revision  Changes    Path
1.51                 xml/htdocs/dtd/guide.dtd

file : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/dtd/guide.dtd?rev=1.51&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/dtd/guide.dtd?rev=1.51&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/dtd/guide.dtd?r1=1.50&r2=1.51

Index: guide.dtd
===================================================================
RCS file: /var/cvsroot/gentoo/xml/htdocs/dtd/guide.dtd,v
retrieving revision 1.50
retrieving revision 1.51
diff -u -r1.50 -r1.51
--- guide.dtd	31 Dec 2008 21:06:49 -0000	1.50
+++ guide.dtd	1 Jul 2009 16:33:53 -0000	1.51
@@ -20,7 +20,7 @@
 
 <!ELEMENT news			(poster, date, title, summary?, body)>
 <!ATTLIST news			gentoo (yes|no) "no"
-						      category (gentoo|main|linux|moo|plans) #REQUIRED>
+						      category (gentoo|main|linux|moo|plans|birthday) #REQUIRED>
 
 <!ELEMENT subtitle		(#PCDATA)>
 






^ permalink raw reply	[flat|nested] 7+ messages in thread

* [gentoo-commits] gentoo commit in xml/htdocs/dtd: guide.dtd
@ 2009-12-03  9:11 Robin H. Johnson (robbat2)
  0 siblings, 0 replies; 7+ messages in thread
From: Robin H. Johnson (robbat2) @ 2009-12-03  9:11 UTC (permalink / raw
  To: gentoo-commits

robbat2     09/12/03 09:11:10

  Modified:             guide.dtd
  Log:
  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.

Revision  Changes    Path
1.52                 xml/htdocs/dtd/guide.dtd

file : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/dtd/guide.dtd?rev=1.52&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/dtd/guide.dtd?rev=1.52&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/dtd/guide.dtd?r1=1.51&r2=1.52

Index: guide.dtd
===================================================================
RCS file: /var/cvsroot/gentoo/xml/htdocs/dtd/guide.dtd,v
retrieving revision 1.51
retrieving revision 1.52
diff -p -w -b -B -u -u -r1.51 -r1.52
--- guide.dtd	1 Jul 2009 16:33:53 -0000	1.51
+++ guide.dtd	3 Dec 2009 09:11:10 -0000	1.52
@@ -37,5 +37,7 @@
 
 <!ELEMENT glsaindex	EMPTY>
 <!ELEMENT glsa-latest EMPTY>
+
 <!ELEMENT mirrorlist EMPTY>
 <!ATTLIST mirrorlist select (full|partial) 'full'>
+<!ATTLIST mirrorlist src    CDATA           '/main/en/mirrors3.xml'>






^ permalink raw reply	[flat|nested] 7+ messages in thread

* [gentoo-commits] gentoo commit in xml/htdocs/dtd: guide.dtd
@ 2012-10-19 19:06 Sven Vermeulen (swift)
  0 siblings, 0 replies; 7+ messages in thread
From: Sven Vermeulen (swift) @ 2012-10-19 19:06 UTC (permalink / raw
  To: gentoo-commits

swift       12/10/19 19:06:35

  Modified:             guide.dtd
  Log:
  Fix #379883 - removing @link attribute from DTD

Revision  Changes    Path
1.53                 xml/htdocs/dtd/guide.dtd

file : http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/dtd/guide.dtd?rev=1.53&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/dtd/guide.dtd?rev=1.53&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/dtd/guide.dtd?r1=1.52&r2=1.53

Index: guide.dtd
===================================================================
RCS file: /var/cvsroot/gentoo/xml/htdocs/dtd/guide.dtd,v
retrieving revision 1.52
retrieving revision 1.53
diff -u -r1.52 -r1.53
--- guide.dtd	3 Dec 2009 09:11:10 -0000	1.52
+++ guide.dtd	19 Oct 2012 19:06:35 -0000	1.53
@@ -12,11 +12,10 @@
 <!ELEMENT devmap    EMPTY>
 
 <!ELEMENT guide			(title, subtitle?, values?, author+, abstract, summary?, license?, version, date, faqindex?, chapter+)>
-<!ATTLIST guide                 link CDATA #IMPLIED
-                                type CDATA #IMPLIED
-                          disclaimer (articles|oldbook|draft|obsolete) #IMPLIED
-                            redirect CDATA #IMPLIED
-                                lang CDATA #IMPLIED>
+<!ATTLIST guide         type CDATA #IMPLIED
+                        disclaimer (articles|oldbook|draft|obsolete) #IMPLIED
+                        redirect CDATA #IMPLIED
+                        lang CDATA #IMPLIED>
 
 <!ELEMENT news			(poster, date, title, summary?, body)>
 <!ATTLIST news			gentoo (yes|no) "no"





^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2012-10-19 19:06 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-07-01 16:33 [gentoo-commits] gentoo commit in xml/htdocs/dtd: guide.dtd Xavier Neys (neysx)
  -- strict thread matches above, loose matches on Subject: below --
2012-10-19 19:06 Sven Vermeulen (swift)
2009-12-03  9:11 Robin H. Johnson (robbat2)
2008-12-31 21:06 Xavier Neys (neysx)
2008-01-29 16:54 Xavier Neys (neysx)
2008-01-19 14:12 Xavier Neys (neysx)
2008-01-17 21:51 Xavier Neys (neysx)

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox