nightmorph 06/08/12 21:00:08 Modified: hb-install-x86-medium.xml Log: Updated doc viewing for agaffney's fixes list
Revision Changes Path 1.2 xml/htdocs/doc/en/handbook/draft/2006.1/hb-install-x86-medium.xml file : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/handbook/draft/2006.1/hb-install-x86-medium.xml?rev=1.2&view=markup plain: http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/handbook/draft/2006.1/hb-install-x86-medium.xml?rev=1.2&content-type=text/plain diff : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/handbook/draft/2006.1/hb-install-x86-medium.xml?r1=1.1&r2=1.2 Index: hb-install-x86-medium.xml =================================================================== RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/draft/2006.1/hb-install-x86-medium.xml,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- hb-install-x86-medium.xml 9 Aug 2006 16:35:14 -0000 1.1 +++ hb-install-x86-medium.xml 12 Aug 2006 21:00:08 -0000 1.2 @@ -4,12 +4,12 @@ <!-- The content of this document is licensed under the CC-BY-SA license --> <!-- See http://creativecommons.org/licenses/by-sa/2.5 --> -<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/draft/2006.1/hb-install-x86-medium.xml,v 1.1 2006/08/09 16:35:14 fox2mike Exp $ --> +<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/draft/2006.1/hb-install-x86-medium.xml,v 1.2 2006/08/12 21:00:08 nightmorph Exp $ --> <sections> <version>6.0</version> -<date>2006-02-27</date> +<date>2006-08-12</date> <section> <title>Hardware Requirements</title> @@ -547,35 +547,44 @@ <p> If you want to view the Gentoo Handbook (either from-CD or online) during the -installation, make sure you have created a user account (see <uri -link="#useraccounts">Optional: User Accounts</uri>). Then press <c>Alt-F2</c> to -go to a new terminal and log in. +installation, you can view it with Mozilla Firefox (from the graphical +environment) or with <c>links</c> (from a terminal environment). </p> +<pre caption="Viewing the on-CD documentation with Firefox"> +# <i>firefox /mnt/cdrom/docs/handbook/html/index.html</i> +</pre> + <p> -If you want to view the documentation on the CD you can immediately run -<c>links</c> to read it: +If you would prefer to use <c>links</c> to see a text-only version of the +handbook, make sure you have created a user account (see <uri +link="#useraccounts">Optional: User Accounts</uri>). Then press <c>Alt-F2</c> +to go to a new terminal and log in. </p> -<pre caption="Viewing the on-CD documentation"> +<pre caption="Viewing the on-CD documentation with links"> # <i>links /mnt/cdrom/docs/handbook/html/index.html</i> </pre> <p> +You can go back to your original window by pressing <c>Alt-F7</c>. +</p> + +<p> However, it is preferred that you use the online Gentoo Handbook as it will be -more recent than the one provided on the CD. You can view it using <c>links</c> -as well, but only after having completed the <e>Configuring your Network</e> -chapter (otherwise you won't be able to go on the Internet to view the -document): +more recent than the one provided on the CD. You can view it using Firefox or +<c>links</c> as well, but only after having completed the <e>Configuring your +Network</e> chapter (otherwise you won't be able to go on the Internet to view +the document): </p> -<pre caption="Viewing the Online Documentation"> -# <i>links http://www.gentoo.org/doc/en/handbook/handbook-x86.xml</i> +<pre caption="Viewing the online documentation with Firefox"> +# <i>firefox http://www.gentoo.org/doc/en/handbook/handbook-x86.xml</i> </pre> -<p> -You can go back to your original window by pressing <c>Alt-F7</c>. -</p> +<pre caption="Viewing the online documentation with links"> +# <i>links http://www.gentoo.org/doc/en/handbook/handbook-x86.xml</i> +</pre> <p> You can now choose to proceed by using the <uri link="?part=1&chap=3">GTK+ -- [email protected] mailing list
