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: xfce-config.xml
Date: Mon, 26 Jul 2010 01:48:49
Message-Id: 20100726014841.325AC2CE15@corvid.gentoo.org
1 nightmorph 10/07/26 01:48:41
2
3 Modified: xfce-config.xml
4 Log:
5 firefox packagemove by nirbheek
6
7 Revision Changes Path
8 1.31 xml/htdocs/doc/en/xfce-config.xml
9
10 file : http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/xfce-config.xml?rev=1.31&view=markup
11 plain: http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/xfce-config.xml?rev=1.31&content-type=text/plain
12 diff : http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/xfce-config.xml?r1=1.30&r2=1.31
13
14 Index: xfce-config.xml
15 ===================================================================
16 RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/xfce-config.xml,v
17 retrieving revision 1.30
18 retrieving revision 1.31
19 diff -u -r1.30 -r1.31
20 --- xfce-config.xml 13 Jul 2010 17:04:56 -0000 1.30
21 +++ xfce-config.xml 26 Jul 2010 01:48:40 -0000 1.31
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/xfce-config.xml,v 1.30 2010/07/13 17:04:56 nightmorph Exp $ -->
26 +<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/xfce-config.xml,v 1.31 2010/07/26 01:48:40 nightmorph Exp $ -->
27
28 <guide>
29 <title>The Xfce Configuration Guide</title>
30 @@ -18,8 +18,8 @@
31 <!-- See http://creativecommons.org/licenses/by-sa/2.5 -->
32 <license/>
33
34 -<version>1.25</version>
35 -<date>2010-07-13</date>
36 +<version>1.26</version>
37 +<date>2010-07-25</date>
38
39 <chapter>
40 <title>Introduction</title>
41 @@ -365,16 +365,16 @@
42
43 <p>
44 Finally, you'll need a webbrowser. Nearly all graphical webbrowsers require more
45 -resources than most of your other desktop applications. Still,
46 -<c>mozilla-firefox</c> (or <c>mozilla-firefox-bin</c>) is always a good choice.
47 -Alternatively, you may find <c>opera</c> to be quite fast. However, <c>opera</c>
48 -is not available on as many processor architectures as <c>mozilla-firefox</c>,
49 -and it has more dependencies unless you override them with a few USE flags.
50 +resources than most of your other desktop applications. Still, <c>firefox</c>
51 +(or <c>firefox-bin</c>) is always a good choice. Alternatively, you may find
52 +<c>opera</c> to be quite fast. However, <c>opera</c> is not available on as many
53 +processor architectures as <c>firefox</c>, and it has more dependencies unless
54 +you override them with a few USE flags.
55 </p>
56
57 <pre caption="Adding a webbrowser">
58 <comment>(Installing Mozilla Firefox)</comment>
59 -# <i>emerge mozilla-firefox</i>
60 +# <i>emerge firefox</i>
61 <comment>(Installing Opera)</comment>
62 # <i>echo "www-client/opera gtk -kde" >> /etc/portage/package.use</i>
63 # <i>emerge opera</i>