Gentoo Archives: gentoo-commits

From: "Joshua Saddler (nightmorph)" <nightmorph@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo commit in xml/htdocs/proj/en/desktop/gnome: faq.xml
Date: Mon, 26 Apr 2010 19:29:04
Message-Id: 20100426192900.000812C04C@corvid.gentoo.org
1 nightmorph 10/04/26 19:28:59
2
3 Modified: faq.xml
4 Log:
5 Remove dead keychain project, replaced with link to /doc/en/keychain-guide.xml
6
7 Revision Changes Path
8 1.4 xml/htdocs/proj/en/desktop/gnome/faq.xml
9
10 file : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/proj/en/desktop/gnome/faq.xml?rev=1.4&view=markup
11 plain: http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/proj/en/desktop/gnome/faq.xml?rev=1.4&content-type=text/plain
12 diff : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/proj/en/desktop/gnome/faq.xml?r1=1.3&r2=1.4
13
14 Index: faq.xml
15 ===================================================================
16 RCS file: /var/cvsroot/gentoo/xml/htdocs/proj/en/desktop/gnome/faq.xml,v
17 retrieving revision 1.3
18 retrieving revision 1.4
19 diff -u -r1.3 -r1.4
20 --- faq.xml 12 Feb 2007 16:47:14 -0000 1.3
21 +++ faq.xml 26 Apr 2010 19:28:59 -0000 1.4
22 @@ -1,8 +1,8 @@
23 <?xml version="1.0" encoding="UTF-8"?>
24 <!DOCTYPE guide SYSTEM "/dtd/guide.dtd">
25 -<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/proj/en/desktop/gnome/faq.xml,v 1.3 2007/02/12 16:47:14 dang Exp $ -->
26 +<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/proj/en/desktop/gnome/faq.xml,v 1.4 2010/04/26 19:28:59 nightmorph Exp $ -->
27
28 -<guide link="/proj/en/desktop/gnome/faq.xml">
29 +<guide>
30 <title>Gentoo GNOME Project FAQ</title>
31
32 <author title="Author">
33 @@ -21,8 +21,8 @@
34 <!-- See http://creativecommons.org/licenses/by-sa/2.5 -->
35 <license/>
36
37 -<version>0.1</version>
38 -<date>2004-08-03</date>
39 +<version>2</version>
40 +<date>2010-04-26</date>
41
42 <chapter>
43 <title>Gentoo GNOME FAQ</title>
44 @@ -68,11 +68,12 @@
45 <body>
46
47 <p>
48 -<uri link="http://www.gentoo.org/proj/en/keychain.xml">Keychain</uri> manages
49 -your SSH keys and SSH agent for you. To use it with your GNOME session, you will
50 -need to install <c>gtk2-ssh-askpass</c> or <c>x11-ssh-askpass</c>. These give an
51 -X interface to prompting you for a passphrase. Setup Keychain as the guide
52 -suggests and you should be prompted for your passphrase on your next login.
53 +<uri link="http://www.gentoo.org/doc/en/keychain-guide.xml">Keychain</uri>
54 +manages your SSH keys and SSH agent for you. To use it with your GNOME session,
55 +you will need to install <c>gtk2-ssh-askpass</c> or <c>x11-ssh-askpass</c>.
56 +These give an X interface to prompting you for a passphrase. Setup Keychain as
57 +the guide suggests and you should be prompted for your passphrase on your next
58 +login.
59 </p>
60
61 </body>
62 @@ -97,7 +98,7 @@
63 <p>
64 <uri link="http://www.gnome.org/~veillard/gamin/">Gamin</uri> (an alternative to
65 FAM), is library implementation of a subset of FAM's functionality, although
66 -it's purpose in monitoring the file system for changes, is the same. Gamin is
67 +its purpose in monitoring the file system for changes, is the same. Gamin is
68 not a complete FAM replacement - some of FAM's more exotic features are missing,
69 but Gamin's main aims are to be an API/ABI compatible replacement for FAM, and
70 to address resource consumption issues.