Gentoo Archives: gentoo-doc-cvs

From: "Joshua Saddler (nightmorph)" <nightmorph@g.o>
To: gentoo-doc-cvs@l.g.o
Subject: [gentoo-doc-cvs] gentoo commit in xml/htdocs/doc/en: metadoc.xml xorg-config.xml
Date: Wed, 15 Apr 2009 06:48:53
Message-Id: E1LtyvS-0005bk-F0@stork.gentoo.org
1 nightmorph 09/04/15 06:48:50
2
3 Modified: metadoc.xml xorg-config.xml
4 Log:
5 add the xorg-server 1.5 migration guide to metadoc, in the desktop_install and upgrade categories. bug 265116. also added it to the 'additional resources' section of the xorg install guide, for good measure.
6
7 Revision Changes Path
8 1.218 xml/htdocs/doc/en/metadoc.xml
9
10 file : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/metadoc.xml?rev=1.218&view=markup
11 plain: http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/metadoc.xml?rev=1.218&content-type=text/plain
12 diff : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/metadoc.xml?r1=1.217&r2=1.218
13
14 Index: metadoc.xml
15 ===================================================================
16 RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/metadoc.xml,v
17 retrieving revision 1.217
18 retrieving revision 1.218
19 diff -u -r1.217 -r1.218
20 --- metadoc.xml 15 Apr 2009 06:37:13 -0000 1.217
21 +++ metadoc.xml 15 Apr 2009 06:48:50 -0000 1.218
22 @@ -1,8 +1,8 @@
23 <?xml version="1.0" encoding="UTF-8"?>
24 <!DOCTYPE metadoc SYSTEM "/dtd/metadoc.dtd">
25 -<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/metadoc.xml,v 1.217 2009/04/15 06:37:13 nightmorph Exp $ -->
26 +<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/metadoc.xml,v 1.218 2009/04/15 06:48:50 nightmorph Exp $ -->
27 <metadoc lang="en">
28 - <version>1.139</version>
29 + <version>1.140</version>
30 <members>
31 <lead>neysx</lead>
32 <member>cam</member>
33 @@ -314,6 +314,7 @@
34 <file id="kernel-upgrade">/doc/en/kernel-upgrade.xml</file>
35 <file id="modular-x-howto">/proj/en/desktop/x/x11/modular-x-howto.xml</file>
36 <file id="porting-modular-x">/proj/en/desktop/x/x11/porting-modular-x-howto.xml</file>
37 + <file id="xserver-1.5-upgrade">/proj/en/desktop/x/x11/xorg-server-1.5-upgrade-guide.xml</file>
38 <file id="new-dev-training">/proj/en/devrel/new-dev-training.xml</file>
39 <file id="devrel-policy">/proj/en/devrel/policy.xml</file>
40 <file id="translators-howto">/proj/en/gdp/doc/translators-howto.xml</file>
41 @@ -1079,6 +1080,10 @@
42 <doc fileid="porting-modular-x">
43 <memberof>gentoodev_docs</memberof>
44 </doc>
45 + <doc fileid="xserver-1.5-upgrade">
46 + <memberof>desktop_install</memberof>
47 + <memberof>upgrade</memberof>
48 + </doc>
49 <doc fileid="php-upgrade">
50 <memberof>sysadmin_specific</memberof>
51 <memberof>upgrade</memberof>
52
53
54
55 1.29 xml/htdocs/doc/en/xorg-config.xml
56
57 file : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/xorg-config.xml?rev=1.29&view=markup
58 plain: http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/xorg-config.xml?rev=1.29&content-type=text/plain
59 diff : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/xorg-config.xml?r1=1.28&r2=1.29
60
61 Index: xorg-config.xml
62 ===================================================================
63 RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/xorg-config.xml,v
64 retrieving revision 1.28
65 retrieving revision 1.29
66 diff -u -r1.28 -r1.29
67 --- xorg-config.xml 26 Jan 2009 08:08:22 -0000 1.28
68 +++ xorg-config.xml 15 Apr 2009 06:48:50 -0000 1.29
69 @@ -1,6 +1,6 @@
70 <?xml version='1.0' encoding='UTF-8'?>
71 <!DOCTYPE guide SYSTEM "/dtd/guide.dtd">
72 -<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/xorg-config.xml,v 1.28 2009/01/26 08:08:22 nightmorph Exp $ -->
73 +<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/xorg-config.xml,v 1.29 2009/04/15 06:48:50 nightmorph Exp $ -->
74
75 <guide link="/doc/en/xorg-config.xml">
76 <title>The X Server Configuration HOWTO</title>
77 @@ -22,8 +22,8 @@
78 <!-- See http://creativecommons.org/licenses/by-sa/2.5 -->
79 <license/>
80
81 -<version>1.19</version>
82 -<date>2009-01-26</date>
83 +<version>1.20</version>
84 +<date>2009-04-14</date>
85
86 <chapter>
87 <title>What is the X Window Server?</title>
88 @@ -530,6 +530,13 @@
89 section of our documentation.
90 </p>
91
92 +<p>
93 +If you're upgrading to xorg-server-1.5 from an earlier version, then be sure to
94 +read the <uri
95 +link="/proj/en/desktop/x/x11/xorg-server-1.5-upgrade-guide.xml">migration
96 +guide</uri>.
97 +</p>
98 +
99 </body>
100 </section>
101 </chapter>