swift 13/07/23 14:10:11 Modified: gentoo-kernel.xml metadoc.xml uml.xml Log: UML guide is now moved to wiki at https://wiki.gentoo.org/wiki/User-mode_Linux/System_testing_with_UML
Revision Changes Path 1.67 xml/htdocs/doc/en/gentoo-kernel.xml file : http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/gentoo-kernel.xml?rev=1.67&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/gentoo-kernel.xml?rev=1.67&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/gentoo-kernel.xml?r1=1.66&r2=1.67 Index: gentoo-kernel.xml =================================================================== RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/gentoo-kernel.xml,v retrieving revision 1.66 retrieving revision 1.67 diff -u -r1.66 -r1.67 --- gentoo-kernel.xml 31 Dec 2012 08:19:10 -0000 1.66 +++ gentoo-kernel.xml 23 Jul 2013 14:10:11 -0000 1.67 @@ -1,6 +1,6 @@ <?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE guide SYSTEM "/dtd/guide.dtd"> -<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/gentoo-kernel.xml,v 1.66 2012/12/31 08:19:10 nightmorph Exp $ --> +<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/gentoo-kernel.xml,v 1.67 2013/07/23 14:10:11 swift Exp $ --> <guide> <title>Gentoo Linux Kernel Guide</title> @@ -42,8 +42,8 @@ <!-- See http://creativecommons.org/licenses/by-sa/2.5 --> <license/> -<version>7</version> -<date>2012-12-31</date> +<version>8</version> +<date>2013-07-23</date> <chapter> <title>Introduction</title> @@ -247,7 +247,7 @@ <p> For more information on UML and Gentoo, read the -<uri link="/doc/en/uml.xml">Gentoo UML Guide</uri>. +<uri link="https://wiki.gentoo.org/wiki/User-mode_Linux/System_testing_with_UML">Gentoo UML Guide</uri>. </p> </body> 1.249 xml/htdocs/doc/en/metadoc.xml file : http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/metadoc.xml?rev=1.249&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/metadoc.xml?rev=1.249&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/metadoc.xml?r1=1.248&r2=1.249 Index: metadoc.xml =================================================================== RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/metadoc.xml,v retrieving revision 1.248 retrieving revision 1.249 diff -u -r1.248 -r1.249 --- metadoc.xml 22 Jul 2013 16:00:06 -0000 1.248 +++ metadoc.xml 23 Jul 2013 14:10:11 -0000 1.249 @@ -1,8 +1,8 @@ <?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE metadoc SYSTEM "/dtd/metadoc.dtd"> -<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/metadoc.xml,v 1.248 2013/07/22 16:00:06 swift Exp $ --> +<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/metadoc.xml,v 1.249 2013/07/23 14:10:11 swift Exp $ --> <metadoc lang="en"> - <version>1.169</version> + <version>1.170</version> <members> <lead>nightmorph</lead> <member>flammie</member> @@ -208,7 +208,6 @@ <file id="gentoolkit">/doc/en/gentoolkit.xml</file> <file id="gnupg-user">/doc/en/gnupg-user.xml</file> <file id="guide-to-mutt">/doc/en/guide-to-mutt.xml</file> - <file id="uml">/doc/en/uml.xml</file> <file id="java">/doc/en/java.xml</file> <file id="openafs">/doc/en/openafs.xml</file> <file id="kde4-guide">/proj/en/desktop/kde/kde4-guide.xml</file> @@ -630,9 +629,6 @@ <doc fileid="prelink-howto"> <memberof>sysadmin_general</memberof> </doc> - <doc fileid="uml"> - <memberof>sysadmin_general</memberof> - </doc> <doc fileid="diskless-howto"> <memberof>sysadmin_specific</memberof> </doc> 1.32 xml/htdocs/doc/en/uml.xml file : http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/uml.xml?rev=1.32&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/uml.xml?rev=1.32&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/uml.xml?r1=1.31&r2=1.32 Index: uml.xml =================================================================== RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/uml.xml,v retrieving revision 1.31 retrieving revision 1.32 diff -u -r1.31 -r1.32 --- uml.xml 4 Sep 2011 17:53:40 -0000 1.31 +++ uml.xml 23 Jul 2013 14:10:11 -0000 1.32 @@ -1,9 +1,9 @@ <?xml version='1.0' encoding="UTF-8"?> -<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/uml.xml,v 1.31 2011/09/04 17:53:40 swift Exp $ --> +<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/uml.xml,v 1.32 2013/07/23 14:10:11 swift Exp $ --> <!DOCTYPE guide SYSTEM "/dtd/guide.dtd"> -<guide> +<guide disclaimer="obsolete" redirect="https://wiki.gentoo.org/wiki/User-mode_Linux/System_testing_with_UML"> <title>Gentoo Linux Developer's guide to system testing with User-Mode Linux</title> <author title="Editor"> @@ -28,8 +28,9 @@ <!-- See http://creativecommons.org/licenses/by-sa/2.5 --> <license/> -<version>0.16</version> -<date>2008-03-01</date> +<version>1</version> +<!-- Last content edit: 2008-03-01 --> +<date>2013-07-23</date> <chapter> <title>Obtaining User-Mode Linux</title>
