source: archive/gnome/folks.xml@ 48b59802

11.1 11.2 11.3 12.0 12.1 kea ken/TL2024 ken/inkscape-core-mods ken/tuningfonts lazarus lxqt plabs/newcss plabs/python-mods python3.11 qt5new rahul/power-profiles-daemon renodr/vulkan-addition trunk upgradedb xry111/intltool xry111/llvm18 xry111/soup3 xry111/test-20220226 xry111/xf86-video-removal
Last change on this file since 48b59802 was 45ab6c7, checked in by Xi Ruoyao <xry111@…>, 3 years ago

more SVN prop clean up

Remove "$LastChanged$" everywhere, and also some unused $Date$

  • Property mode set to 100644
File size: 7.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 folks-download-http "&gnome-download-http;/folks/0.8/folks-&folks-version;.tar.xz">
8 <!ENTITY folks-download-ftp "&gnome-download-ftp;/folks/0.8/folks-&folks-version;.tar.xz">
9 <!ENTITY folks-md5sum "5664f85c4acdda2934cbd08a9d3d78e3">
10 <!ENTITY folks-size "1.5 MB">
11 <!ENTITY folks-buildsize "70 MB">
12 <!ENTITY folks-time "0.7 SBU">
13]>
14
15<sect1 id="folks" xreflabel="Folks-&folks-version;">
16 <?dbhtml filename="folks.html"?>
17
18 <sect1info>
19 <date>$Date$</date>
20 </sect1info>
21
22 <title>Folks-&folks-version;</title>
23
24 <indexterm zone="folks">
25 <primary sortas="a-Folks">Folks</primary>
26 </indexterm>
27
28 <sect2 role="package">
29 <title>Introduction to Folks</title>
30
31 <para>
32 <application>Folks</application> is a library that
33 aggregates people from multiple sources (eg,
34 <application>Telepathy</application> connection managers and eventually
35 <application>Evolution Data Server</application>, Facebook, etc.)
36 to create metacontacts.
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="&folks-download-http;"/>
46 </para>
47 </listitem>
48 <listitem>
49 <para>
50 Download (FTP): <ulink url="&folks-download-ftp;"/>
51 </para>
52 </listitem>
53 <listitem>
54 <para>
55 Download MD5 sum: &folks-md5sum;
56 </para>
57 </listitem>
58 <listitem>
59 <para>
60 Download size: &folks-size;
61 </para>
62 </listitem>
63 <listitem>
64 <para>
65 Estimated disk space required: &folks-buildsize;
66 </para>
67 </listitem>
68 <listitem>
69 <para>
70 Estimated build time: &folks-time;
71 </para>
72 </listitem>
73 </itemizedlist>
74
75 <bridgehead renderas="sect3">Folks Dependencies</bridgehead>
76
77 <bridgehead renderas="sect4">Required</bridgehead>
78 <para role="required">
79 <xref linkend="gobject-introspection"/>,
80 <xref linkend="intltool"/>,
81 <xref linkend="libgee"/>,
82 <xref linkend="libzeitgeist"/> and
83 <xref linkend="telepathy-glib"/>
84 </para>
85
86 <bridgehead renderas="sect4">Recommended</bridgehead>
87 <para role="recommended">
88 <xref linkend="evolution-data-server"/> and
89 <xref linkend="vala"/>
90 </para>
91
92 <bridgehead renderas="sect4">Optional</bridgehead>
93 <para role="optional">
94 <ulink url="&gnome-download-http;/libsocialweb/">
95 libsocialweb</ulink>,
96 <ulink url="http://projects.gnome.org/tracker/">Tracker</ulink> and
97 <ulink url="http://live.gnome.org/Valadoc/">valadoc</ulink>
98 (Required for generating the documentation)
99 </para>
100
101 <para condition="html" role="usernotes">User Notes:
102 <ulink url="&blfs-wiki;/folks"/>
103 </para>
104 </sect2>
105
106 <sect2 role="installation">
107 <title>Installation of Folks</title>
108
109 <para>
110 Install <application>Folks</application> by running the following
111 commands:
112 </para>
113
114<screen><userinput>./configure --prefix=/usr --enable-vala &amp;&amp;
115make</userinput></screen>
116
117 <para>
118 To test the results, issue <command>make check</command>.
119 </para>
120
121 <para>
122 Now, as the <systemitem class="username">root</systemitem> user:
123 </para>
124
125<screen role="root"><userinput>make install</userinput></screen>
126
127 </sect2>
128
129 <sect2 role="commands">
130 <title>Command Explanations</title>
131
132 <para>
133 <option>--enable-vala</option>: This switch enables
134 building of the Vala bindings. Remove if you don't have
135 <xref linkend="vala"/> installed.
136 </para>
137
138 <para>
139 <option>--enable-tracker-backend</option>: This switch enables
140 building of the the <application>Tracker</application> backend.
141 </para>
142
143 <para>
144 <option>--enable-docs</option>: This switch enables
145 documentation generation.
146 </para>
147
148 </sect2>
149
150 <sect2 role="content">
151 <title>Contents</title>
152
153 <segmentedlist>
154 <segtitle>Installed Programs</segtitle>
155 <segtitle>Installed Libraries</segtitle>
156 <segtitle>Installed Directories</segtitle>
157
158 <seglistitem>
159 <seg>
160 folks-import and folks-inspect
161 </seg>
162 <seg>
163 libfolks-eds.so, libfolks-libsocialweb.so,
164 libfolks.so, libfolks-telepathy.so and
165 libfolks-tracker.so
166 </seg>
167 <seg>
168 /usr/include/folks and
169 /usr/lib/folks
170 </seg>
171 </seglistitem>
172 </segmentedlist>
173
174 <variablelist>
175 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
176 <?dbfo list-presentation="list"?>
177 <?dbhtml list-presentation="table"?>
178
179 <varlistentry id="folks-import">
180 <term><command>folks-import</command></term>
181 <listitem>
182 <para>
183 is used to import meta-contact information to libfolks.
184 </para>
185 <indexterm zone="folks folks-import">
186 <primary sortas="b-folks-import">folks-import</primary>
187 </indexterm>
188 </listitem>
189 </varlistentry>
190
191 <varlistentry id="folks-inspect">
192 <term><command>folks-inspect</command></term>
193 <listitem>
194 <para>
195 is used to inspect meta-contact information in libfolks.
196 </para>
197 <indexterm zone="folks folks-inspect">
198 <primary sortas="b-folks-inspect">folks-inspect</primary>
199 </indexterm>
200 </listitem>
201 </varlistentry>
202
203 <varlistentry id="libfolks-eds">
204 <term><filename class="libraryfile">libfolks-eds.so</filename></term>
205 <listitem>
206 <para>
207 contains Evolution specific implementations of the libfolks classes.
208 </para>
209 <indexterm zone="folks libfolks-eds">
210 <primary sortas="c-libfolks-eds">libfolks-eds.so</primary>
211 </indexterm>
212 </listitem>
213 </varlistentry>
214
215 <varlistentry id="libfolks-libsocialweb">
216 <term><filename class="libraryfile">libfolks-libsocialweb.so</filename></term>
217 <listitem>
218 <para>
219 contains libsocialweb specific implementations of the libfolks classes.
220 </para>
221 <indexterm zone="folks libfolks-libsocialweb">
222 <primary sortas="c-libfolks-libsocialweb">libfolks-libsocialweb.so</primary>
223 </indexterm>
224 </listitem>
225 </varlistentry>
226
227 <varlistentry id="libfolks">
228 <term><filename class="libraryfile">libfolks.so</filename></term>
229 <listitem>
230 <para>
231 contains the <application>Folks</application> API functions.
232 </para>
233 <indexterm zone="folks libfolks">
234 <primary sortas="c-libfolks">libfolks.so</primary>
235 </indexterm>
236 </listitem>
237 </varlistentry>
238
239 <varlistentry id="libfolks-telepathy">
240 <term><filename class="libraryfile">libfolks-telepathy.so</filename></term>
241 <listitem>
242 <para>
243 contains Telepathy specific implementations of the libfolks classes.
244 </para>
245 <indexterm zone="folks libfolks-telepathy">
246 <primary sortas="c-libfolks-telepathy">libfolks-telepathy.so</primary>
247 </indexterm>
248 </listitem>
249 </varlistentry>
250
251 <varlistentry id="libfolks-tracker">
252 <term><filename class="libraryfile">libfolks-tracker.so</filename></term>
253 <listitem>
254 <para>
255 contains Tracker specific implementations of the libfolks classes.
256 </para>
257 <indexterm zone="folks libfolks-tracker">
258 <primary sortas="c-libfolks-tracker">libfolks-tracker.so</primary>
259 </indexterm>
260 </listitem>
261 </varlistentry>
262
263 </variablelist>
264
265 </sect2>
266
267</sect1>
Note: See TracBrowser for help on using the repository browser.