source: archive/gnome/gnome-contacts.xml

trunk
Last change on this file was 3f2db3a6, checked in by Pierre Labastie <pierre.labastie@…>, 17 months ago

Remove sect1info tags

They only contain a date tag that is nowhere used.

  • Property mode set to 100644
File size: 4.9 KB
Line 
1<?xml version="1.0" encoding="ISO-8859-1"?>
2<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN"
3 "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
4 <!ENTITY % general-entities SYSTEM "../../general.ent">
5 %general-entities;
6
7 <!ENTITY gnome-contacts-download-http
8 "&gnome-download-http;/gnome-contacts/3.6/gnome-contacts-&gnome-contacts-version;.tar.xz">
9 <!ENTITY gnome-contacts-download-ftp
10 "&gnome-download-ftp;/gnome-contacts/3.6/gnome-contacts-&gnome-contacts-version;.tar.xz">
11 <!ENTITY gnome-contacts-md5sum "6af361b582015287d57760d491dc6e34">
12 <!ENTITY gnome-contacts-size "596 KB">
13 <!ENTITY gnome-contacts-buildsize "25 MB">
14 <!ENTITY gnome-contacts-time "0.2 SBU">
15]>
16
17<sect1 id="gnome-contacts" xreflabel="gnome-contacts-&gnome-contacts-version;">
18 <?dbhtml filename="gnome-contacts.html"?>
19
20
21 <title>gnome-contacts-&gnome-contacts-version;</title>
22
23 <indexterm zone="gnome-contacts">
24 <primary sortas="a-gnome-contacts">gnome-contacts</primary>
25 </indexterm>
26
27 <sect2 role="package">
28 <title>Introduction to GNOME Contacts</title>
29
30 <para>
31 <application>GNOME Contacts</application> is a simple contacts application
32 that allows you to view your contacts as well as edit their details and create
33 new contacts. Online integration is an important aspect of GNOME Contacts - it
34 will seamlessly synchronise with the contacts stored in online accounts. If you
35 have the same person in multiple online accounts, GNOME Contacts will
36 automatically link them together into the same contact.
37 </para>
38
39 &lfs72_checked;
40
41 <bridgehead renderas="sect3">Package Information</bridgehead>
42 <itemizedlist spacing="compact">
43 <listitem>
44 <para>
45 Download (HTTP): <ulink url="&gnome-contacts-download-http;"/>
46 </para>
47 </listitem>
48 <listitem>
49 <para>
50 Download (FTP): <ulink url="&gnome-contacts-download-ftp;"/>
51 </para>
52 </listitem>
53 <listitem>
54 <para>
55 Download MD5 sum: &gnome-contacts-md5sum;
56 </para>
57 </listitem>
58 <listitem>
59 <para>
60 Download size: &gnome-contacts-size;
61 </para>
62 </listitem>
63 <listitem>
64 <para>
65 Estimated disk space required: &gnome-contacts-buildsize;
66 </para>
67 </listitem>
68 <listitem>
69 <para>
70 Estimated build time: &gnome-contacts-time;
71 </para>
72 </listitem>
73 </itemizedlist>
74
75 <bridgehead renderas="sect3">GNOME Contacts Dependencies</bridgehead>
76
77 <bridgehead renderas="sect4">Required</bridgehead>
78 <para role="required">
79 <xref linkend="evolution-data-server"/>,
80 <xref linkend="folks"/> (built with e-d-s support),
81 <xref linkend="gnome-desktop"/>,
82 <xref linkend="gnome-online-accounts"/> and
83 <xref linkend="vala"/>
84 </para>
85
86 <bridgehead renderas="sect4">Optional</bridgehead>
87 <para role="optional">
88 <xref linkend="cheese"/>
89 </para>
90
91 <bridgehead renderas="sect4">Additional Runtime Dependencies</bridgehead>
92 <para role="required">
93 <xref linkend="telepathy-mission-control"/>
94 </para>
95
96 <para condition="html" role="usernotes">User Notes:
97 <ulink url="&blfs-wiki;/gnome-contacts"/>
98 </para>
99 </sect2>
100
101 <sect2 role="installation">
102 <title>Installation of GNOME Contacts</title>
103
104 <para>
105 Install <application>GNOME Contacts</application> by running the following
106 commands:
107 </para>
108
109<screen><userinput>./configure --prefix=/usr --libexecdir=/usr/lib/gnome-contacts &amp;&amp;
110make</userinput></screen>
111
112 <para>
113 This package does not come with a test suite.
114 </para>
115
116 <para>
117 Now, as the <systemitem class="username">root</systemitem> user:
118 </para>
119
120<screen role="root"><userinput>make install</userinput></screen>
121
122 </sect2>
123
124 <sect2 role="content">
125 <title>Contents</title>
126
127 <segmentedlist>
128 <segtitle>Installed Program</segtitle>
129 <segtitle>Installed Libraries</segtitle>
130 <segtitle>Installed Directories</segtitle>
131
132 <seglistitem>
133 <seg>
134 gnome-contacts
135 </seg>
136 <seg>
137 None
138 </seg>
139 <seg>
140 /usr/lib/gnome-contacts
141 </seg>
142 </seglistitem>
143 </segmentedlist>
144
145 <variablelist>
146 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
147 <?dbfo list-presentation="list"?>
148 <?dbhtml list-presentation="table"?>
149
150 <varlistentry id="gnome-contacts-prog">
151 <term><command>gnome-contacts</command></term>
152 <listitem>
153 <para>
154 is a program for accessing and storing information about contacts.
155 </para>
156 <indexterm zone="gnome-contacts gnome-contacts-prog">
157 <primary sortas="b-gnome-contacts">gnome-contacts</primary>
158 </indexterm>
159 </listitem>
160 </varlistentry>
161
162 </variablelist>
163
164 </sect2>
165
166</sect1>
Note: See TracBrowser for help on using the repository browser.