Gentoo Archives: gentoo-doc-cvs

From: Joshua Saddler <nightmorph@××××××××××××.org>
To: gentoo-doc-cvs@l.g.o
Subject: [gentoo-doc-cvs] cvs commit: conky-howto.xml
Date: Sun, 31 Aug 2008 21:54:42
Message-Id: E1KZusZ-00015X-TT@stork.gentoo.org
1 nightmorph 08/08/31 21:54:39
2
3 Modified: conky-howto.xml
4 Log:
5 Update conky-howto.xml with the new sample config location
6
7 Revision Changes Path
8 1.8 xml/htdocs/doc/en/conky-howto.xml
9
10 file : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/conky-howto.xml?rev=1.8&view=markup
11 plain: http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/conky-howto.xml?rev=1.8&content-type=text/plain
12 diff : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/conky-howto.xml?r1=1.7&r2=1.8
13
14 Index: conky-howto.xml
15 ===================================================================
16 RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/conky-howto.xml,v
17 retrieving revision 1.7
18 retrieving revision 1.8
19 diff -u -r1.7 -r1.8
20 --- conky-howto.xml 22 Apr 2008 08:01:40 -0000 1.7
21 +++ conky-howto.xml 31 Aug 2008 21:54:39 -0000 1.8
22 @@ -10,6 +10,9 @@
23 <author title="Editor">
24 <mail link="brenden@×××.ca">Brenden Matthews</mail>
25 </author>
26 +<author title="Editor">
27 + <mail link="nightmorph"/>
28 +</author>
29
30 <abstract>
31 This document describes how to install and configure the system monitor known
32 @@ -20,8 +23,8 @@
33 <!-- See http://creativecommons.org/licenses/by-sa/2.5 -->
34 <license/>
35
36 -<version>1.4</version>
37 -<date>2008-04-22</date>
38 +<version>1.5</version>
39 +<date>2008-08-31</date>
40
41 <chapter>
42 <title>Background</title>
43 @@ -133,18 +136,14 @@
44
45 <p>
46 By default, Conky will look for a configuration file in the user's home
47 -directory located at <path>~/.conkyrc</path> This file contains all the
48 +directory located at <path>~/.conkyrc</path>. This file contains all the
49 configuration options, and the static text, colors and other variables which
50 control what data is shown to the user. Conky also provides a great sample
51 -configuration, located at
52 -<path>/usr/share/doc/&lt;conky-version&gt;/conkyrc.sample.gz</path> Make sure
53 -to replace &lt;conky-version&gt; with the specific version of Conky you have
54 -installed.
55 +configuration, located at <path>/etc/conky/conky.conf</path>.
56 </p>
57
58 <pre caption="Copying the sample configuration to your home directory">
59 -<comment>(Replace <b>1.4.0-r1</b> with the version number of Conky)</comment>
60 -$ <i>zcat /usr/share/doc/conky-1.4.0-r1/conkyrc.sample.gz >> ~/.conkyrc</i>
61 +$ <i>cp /etc/conky/conky.conf ~/.conkyrc</i>
62 </pre>
63
64 <p>