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: xen-guide.xml
Date: Mon, 29 Aug 2011 10:09:53
Message-Id: 20110829100942.61A4D2004C@flycatcher.gentoo.org
1 nightmorph 11/08/29 10:09:42
2
3 Modified: xen-guide.xml
4 Log:
5 update URIs, from an email by Reid Ottem. also update other homepage/doc resource links.
6
7 Revision Changes Path
8 1.10 xml/htdocs/doc/en/xen-guide.xml
9
10 file : http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/xen-guide.xml?rev=1.10&view=markup
11 plain: http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/xen-guide.xml?rev=1.10&content-type=text/plain
12 diff : http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/xen-guide.xml?r1=1.9&r2=1.10
13
14 Index: xen-guide.xml
15 ===================================================================
16 RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/xen-guide.xml,v
17 retrieving revision 1.9
18 retrieving revision 1.10
19 diff -u -r1.9 -r1.10
20 --- xen-guide.xml 7 Jun 2011 09:27:59 -0000 1.9
21 +++ xen-guide.xml 29 Aug 2011 10:09:42 -0000 1.10
22 @@ -1,6 +1,6 @@
23 <?xml version='1.0' encoding='UTF-8'?>
24 <!DOCTYPE guide SYSTEM "/dtd/guide.dtd">
25 -<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/xen-guide.xml,v 1.9 2011/06/07 09:27:59 nightmorph Exp $ -->
26 +<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/xen-guide.xml,v 1.10 2011/08/29 10:09:42 nightmorph Exp $ -->
27
28 <guide>
29 <title>Configuring Gentoo with Xen</title>
30 @@ -20,8 +20,8 @@
31 <!-- See http://creativecommons.org/licenses/by-sa/2.5 -->
32 <license/>
33
34 -<version>5</version>
35 -<date>2011-06-07</date>
36 +<version>6</version>
37 +<date>2011-08-29</date>
38
39 <chapter>
40 <title>Introduction</title>
41 @@ -29,7 +29,7 @@
42 <body>
43
44 <p>
45 -The <uri link="http://www.xensource.com/">Xen</uri> technology allows you to run
46 +The <uri link="http://www.xen.org/">Xen</uri> technology allows you to run
47 multiple operating systems on a single physical system, govern resource
48 consumption and even migrate domains (which are the virtual environments in
49 which a guest operating system runs) from one Xen-powered system to another. Xen
50 @@ -42,11 +42,10 @@
51 <p>
52 This guide will talk you through the configuration steps necessary to get Xen up
53 and running on Gentoo Linux. We will not discuss Xen itself (the Xen project has
54 -<uri
55 -link="http://www.cl.cam.ac.uk/research/srg/netos/xen/readmes/user">decent
56 -documentation</uri> available) nor will we talk about specialized setups that
57 -might be very interesting for Xen setups but are not Xen-related (like exporting
58 -Portage through NFS, booting Linux using PXE, etc.)
59 +<uri link="http://xen.org/support/documentation.html">decent documentation</uri>
60 +available) nor will we talk about specialized setups that might be very
61 +interesting for Xen setups but are not Xen-related (like exporting Portage
62 +through NFS, booting Linux using PXE, etc.)
63 </p>
64
65 </body>
66 @@ -535,15 +534,11 @@
67
68 <ul>
69 <li>
70 - <uri link="http://bits.xensource.com/Xen/docs/user.pdf">Xen
71 - Users' Manual (PDF)</uri>
72 + <uri link="http://www.xen.org/support/documentation.html">Official Xen
73 + documentation</uri>
74 </li>
75 <li>
76 - <uri link="http://www.xen.org/support/documentation.html">Xen Community
77 - Documentation</uri>
78 - </li>
79 - <li>
80 - <uri link="http://wiki.xensource.com/xenwiki/">Xen Wiki</uri>
81 + <uri link="http://wiki.xen.org/">Xen Wiki</uri>
82 </li>
83 </ul>
84
85 @@ -556,7 +551,7 @@
86 <ul>
87 <li>
88 <uri
89 - link="http://virt-manager.et.redhat.com/">app-emulation/virt-manager</uri>
90 + link="http://virt-manager.org/">app-emulation/virt-manager</uri>
91 is a graphical tool for administering virtual machines
92 </li>
93 </ul>