summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Zeuthen <davidz@redhat.com>2011-05-31 12:30:23 -0400
committerDavid Zeuthen <davidz@redhat.com>2011-05-31 12:30:23 -0400
commitd8cdc1ccac7ce001e0634a8ffbce5b722065beaa (patch)
tree456f2cc7113e02070d7600d6350151b4b2734a86
parentc16341e940baa65f6f743596eba1d33aef7a8cdf (diff)
Add notes about the configuration file and gnome-keyring usage
Signed-off-by: David Zeuthen <davidz@redhat.com>
-rw-r--r--doc/goa-daemon.xml44
1 files changed, 38 insertions, 6 deletions
diff --git a/doc/goa-daemon.xml b/doc/goa-daemon.xml
index 5ba1b62..39da9a6 100644
--- a/doc/goa-daemon.xml
+++ b/doc/goa-daemon.xml
@@ -25,12 +25,13 @@
</refsynopsisdiv>
- <refsect1><title>DESCRIPTION</title>
+ <refsect1>
+ <title>DESCRIPTION</title>
<para>
- <emphasis><refentrytitle>goa-daemon</refentrytitle></emphasis>
- provides the <emphasis>org.gnome.OnlineAccounts</emphasis> name
- on the session message bus. Users or administrators should never
- need to start this daemon as it will be automatically started by
+ The <command>goa-daemon</command> program provides the
+ <emphasis>org.gnome.OnlineAccounts</emphasis> name on the
+ session message bus. Users or administrators should never need
+ to start this daemon as it will be automatically started by
<citerefentry><refentrytitle>dbus-daemon</refentrytitle><manvolnum>1</manvolnum></citerefentry>
whenever an application sends a D-Bus message to the
<emphasis>org.gnome.OnlineAccounts</emphasis> name on the
@@ -39,6 +40,37 @@
</refsect1>
<refsect1>
+ <title>CONFIGURATION FILE</title>
+ <para>
+ The <command>goa-daemon</command> program stores configuration
+ in the
+ <filename>$XDG_CONFIG_HOME/goa-1.0/accounts.conf</filename>
+ (typically
+ <filename>~/.config/goa-1.0/accounts.conf</filename>)
+ file. The format of this file is private and 3rd party programs
+ or libraries should never read it. This file does not contain
+ any passwords or secrets.
+ </para>
+ <para>
+ See the <ulink
+ url="http://standards.freedesktop.org/basedir-spec/basedir-spec-latest.html">XDG
+ Base Directory Specification</ulink> for more information about
+ <literal>$XDG_CONFIG_HOME</literal>.
+ </para>
+ </refsect1>
+
+ <refsect1>
+ <title>SECRETS</title>
+ <para>
+ The <command>goa-daemon</command> program stores secrets (such as
+ OAuth tokens) in
+ <ulink url="https://live.gnome.org/GnomeKeyring">GNOME Keyring</ulink>.
+ The format of the stored secrets is private and 3rd party
+ programs or libraries should never read, modify or delete these secrets.
+ </para>
+ </refsect1>
+
+ <refsect1>
<title>OPTIONS</title>
<variablelist>
<varlistentry>
@@ -72,7 +104,7 @@
<para>
Please send bug reports to either the distribution bug tracker
or the upstream bug tracker at
- <ulink url="https://bugzilla.gnome.org/enter_bug.cgi?product=goa"></ulink>.
+ <ulink url="https://bugzilla.gnome.org/enter_bug.cgi?product=gnome-online-accounts"></ulink>.
</para>
</refsect1>