summaryrefslogtreecommitdiff
path: root/data/gnome-contacts.xml
blob: 3357a8f9af121405e8b04ad36d1452f2a9a45dd2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
<?xml version='1.0'?>
<!DOCTYPE refentry PUBLIC "-//OASIS//DTD DocBook XML V4.2//EN"
        "http://www.oasis-open.org/docbook/xml/4.2/docbookx.dtd">

<refentry id="gnome-contacts">

    <refentryinfo>
        <title>gnome-contacts</title>
        <productname>GNOME</productname>

        <authorgroup>
            <author>
                <contrib>Maintainer</contrib>
                <firstname>Niels</firstname>
                <surname>De Graef</surname>
                <email>nielsdegraef@gmail.com</email>
            </author>
        </authorgroup>
    </refentryinfo>

    <refmeta>
        <refentrytitle>gnome-contacts</refentrytitle>
        <manvolnum>1</manvolnum>
        <refmiscinfo class="manual">User Commands</refmiscinfo>
    </refmeta>

    <refnamediv>
        <refname>gnome-contacts</refname>
        <refpurpose>Access and store information about contacts</refpurpose>
    </refnamediv>

    <refsynopsisdiv>
        <cmdsynopsis>
            <command>gnome-contacts <arg choice="opt" rep="repeat">OPTION</arg></command>
        </cmdsynopsis>
    </refsynopsisdiv>

    <refsect1>
        <title>Description</title>

        <para><command>gnome-contacts</command> is a graphical user interface
        to access and store information about your contacts.</para>

        <para>gnome-contacts uses the folks library to pull together contact
        information from various sources, including evolution-data-server, your
        configured GNOME online accounts, etc.</para>
    </refsect1>

    <refsect1>
        <title>Options</title>

        <variablelist>
            <varlistentry>
                <term><option>-?</option>, <option>--help</option></term>

                <listitem><para>Prints a short help text and exits.</para></listitem>
            </varlistentry>

            <varlistentry>
                <term><option>-e</option>, <option>--email</option></term>

                <listitem><para>Show contact with this email address.</para></listitem>
            </varlistentry>

            <varlistentry>
                <term><option>-i</option>, <option>--individual</option></term>

                <listitem><para>Show contact with this individual id.</para></listitem>
            </varlistentry>

            <varlistentry>
                <term><option>-v</option>, <option>--version</option></term>

                <listitem><para>Show the current version of Contacts.</para></listitem>
            </varlistentry>
        </variablelist>
    </refsect1>

</refentry>