Gentoo Archives: gentoo-commits

From: "Tobias Heinlein (keytoaster)" <keytoaster@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo commit in xml/htdocs/doc/de: conky-howto.xml
Date: Tue, 02 Sep 2008 19:27:46
Message-Id: E1KabXT-0002fS-H8@stork.gentoo.org
1 keytoaster 08/09/02 19:27:43
2
3 Modified: conky-howto.xml
4 Log:
5 -> 1.8
6
7 Revision Changes Path
8 1.6 xml/htdocs/doc/de/conky-howto.xml
9
10 file : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/de/conky-howto.xml?rev=1.6&view=markup
11 plain: http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/de/conky-howto.xml?rev=1.6&content-type=text/plain
12 diff : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/de/conky-howto.xml?r1=1.5&r2=1.6
13
14 Index: conky-howto.xml
15 ===================================================================
16 RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/de/conky-howto.xml,v
17 retrieving revision 1.5
18 retrieving revision 1.6
19 diff -u -r1.5 -r1.6
20 --- conky-howto.xml 12 May 2008 13:17:02 -0000 1.5
21 +++ conky-howto.xml 2 Sep 2008 19:27:42 -0000 1.6
22 @@ -1,6 +1,6 @@
23 <?xml version='1.0' encoding='UTF-8'?>
24 -<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/de/conky-howto.xml,v 1.5 2008/05/12 13:17:02 keytoaster Exp $ -->
25 -<!-- English CVS Version: 1.7 -->
26 +<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/de/conky-howto.xml,v 1.6 2008/09/02 19:27:42 keytoaster Exp $ -->
27 +<!-- English CVS Version: 1.8 -->
28
29 <!DOCTYPE guide SYSTEM "/dtd/guide.dtd">
30
31 @@ -13,6 +13,9 @@
32 <author title="Bearbeiter">
33 <mail link="brenden@×××.ca">Brenden Matthews</mail>
34 </author>
35 +<author title="Bearbeiter">
36 + <mail link="nightmorph"/>
37 +</author>
38 <author title="Übersetzer">
39 <mail link="stefansusenet@×××××××××××.de">Stefan Kienzl</mail>
40 </author>
41 @@ -29,8 +32,8 @@
42 <!-- See http://creativecommons.org/licenses/by-sa/2.5 -->
43 <license/>
44
45 -<version>1.4</version>
46 -<date>2008-04-22</date>
47 +<version>1.5</version>
48 +<date>2008-08-31</date>
49
50 <chapter>
51 <title>Hintergrund</title>
52 @@ -151,15 +154,12 @@
53 des Anwenders unter <path>~/.conkyrc</path>. Diese Datei beinhaltet alle
54 Konfigurationsoptionen, den statischen Text, Farben und andere Variablen die
55 kontrollieren, welche Daten dem Anwender gezeigt werden. Conky stellt auch eine
56 -großartige Beispielkonfiguration unter
57 -<path>/usr/share/doc/&lt;conky-version&gt;/conkyrc.sample.gz</path> bereit.
58 -Stellen Sie sicher, dass Sie &lt;conky-version&gt; mit der Version, die Sie
59 -installiert haben, ersetzen.
60 +großartige Beispielkonfiguration unter <path>/etc/conky/conky.conf</path>
61 +bereit.
62 </p>
63
64 <pre caption="Kopieren der Beispielkonfiguration in ihr Heimverzeichnis">
65 -<comment>(Ersetzen Sie <b>1.4.0-r1</b> mit der Versionsnummer von Conky)</comment>
66 -$ <i>zcat /usr/share/doc/conky-1.4.0-r1/conkyrc.sample.gz >> ~/.conkyrc</i>
67 +$ <i>cp /etc/conky/conky.conf ~/.conkyrc</i>
68 </pre>
69
70 <p>