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: Tue, 31 Aug 2010 18:06:39
Message-Id: 20100831180631.2E7B420051@flycatcher.gentoo.org
1 nightmorph 10/08/31 18:06:31
2
3 Modified: xfce-config.xml
4 Log:
5 fix trash plugin description, thanks to ssuominen for the email notice
6
7 Revision Changes Path
8 1.33 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.33&view=markup
11 plain: http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/xfce-config.xml?rev=1.33&content-type=text/plain
12 diff : http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/xfce-config.xml?r1=1.32&r2=1.33
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.32
18 retrieving revision 1.33
19 diff -u -r1.32 -r1.33
20 --- xfce-config.xml 24 Aug 2010 07:24:38 -0000 1.32
21 +++ xfce-config.xml 31 Aug 2010 18:06:31 -0000 1.33
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.32 2010/08/24 07:24:38 nightmorph Exp $ -->
26 +<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/xfce-config.xml,v 1.33 2010/08/31 18:06:31 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.27</version>
35 -<date>2010-08-23</date>
36 +<version>1.28</version>
37 +<date>2010-08-31</date>
38
39 <chapter>
40 <title>Introduction</title>
41 @@ -71,10 +71,10 @@
42
43 <p>
44 There's also another variable you can set in <path>/etc/make.conf</path> called
45 -XFCE_PLUGINS. This variable controls additional Xfce plugins; some for the
46 -panel, and some for other applications. You can enable all of the plugins by
47 -adding <c>XFCE_PLUGINS="brightness menu trash</c> to
48 -<path>/etc/make.conf</path>. Here's a brief summary of the plugins:
49 +XFCE_PLUGINS. This variable controls additional Xfce plugins for the panel. You
50 +can enable all of the plugins by adding <c>XFCE_PLUGINS="brightness menu
51 +trash</c> to <path>/etc/make.conf</path>. Here's a brief summary of the
52 +plugins:
53 </p>
54
55 <dl>
56 @@ -87,8 +87,8 @@
57 <dd>Lets you add a program menu to your panel</dd>
58 <dt>trash</dt>
59 <dd>
60 - Adds Trash functionality to <c>thunar</c>, the file manager. The Trash
61 - allows you to recover deleted files.
62 + Lets you add a Trash can to the panel. The Trash allows you to quickly
63 + delete files or recover them.
64 </dd>
65 </dl>