source: archive/gnome/telepathy-logger.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: 5.5 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 telepathy-logger-download-http
8 "http://telepathy.freedesktop.org/releases/telepathy-logger/telepathy-logger-&telepathy-logger-version;.tar.bz2">
9 <!ENTITY telepathy-logger-download-ftp " ">
10 <!ENTITY telepathy-logger-md5sum "e513eaa767344821073a0b7bb8b45217">
11 <!ENTITY telepathy-logger-size "528 KB">
12 <!ENTITY telepathy-logger-buildsize "16 MB">
13 <!ENTITY telepathy-logger-time "0.2 SBU">
14]>
15
16<sect1 id="telepathy-logger" xreflabel="telepathy-logger-&telepathy-logger-version;">
17 <?dbhtml filename="telepathy-logger.html"?>
18
19
20 <title>telepathy-logger-&telepathy-logger-version;</title>
21
22 <indexterm zone="telepathy-logger">
23 <primary sortas="a-telepathy-logger">telepathy-logger</primary>
24 </indexterm>
25
26 <sect2 role="package">
27 <title>Introduction to Telepathy Logger</title>
28
29 <para>
30 The <application>Telepathy Logger</application> package is a headless
31 observer client that logs information received by the
32 <application>Telepathy</application> framework. It features pluggable
33 backends to log different sorts of messages in different formats.
34 </para>
35
36 &lfs72_checked;
37
38 <bridgehead renderas="sect3">Package Information</bridgehead>
39 <itemizedlist spacing="compact">
40 <listitem>
41 <para>
42 Download (HTTP): <ulink url="&telepathy-logger-download-http;"/>
43 </para>
44 </listitem>
45 <listitem>
46 <para>
47 Download (FTP): <ulink url="&telepathy-logger-download-ftp;"/>
48 </para>
49 </listitem>
50 <listitem>
51 <para>
52 Download MD5 sum: &telepathy-logger-md5sum;
53 </para>
54 </listitem>
55 <listitem>
56 <para>
57 Download size: &telepathy-logger-size;
58 </para>
59 </listitem>
60 <listitem>
61 <para>
62 Estimated disk space required: &telepathy-logger-buildsize;
63 </para>
64 </listitem>
65 <listitem>
66 <para>
67 Estimated build time: &telepathy-logger-time;
68 </para>
69 </listitem>
70 </itemizedlist>
71
72 <bridgehead renderas="sect3">Telepathy Logger Dependencies</bridgehead>
73
74 <bridgehead renderas="sect4">Required</bridgehead>
75 <para role="required">
76 <xref linkend="intltool"/>,
77 <xref linkend="sqlite"/> and
78 <xref linkend="telepathy-glib"/>
79 </para>
80
81 <bridgehead renderas="sect4">Recommended</bridgehead>
82 <para role="recommended">
83 <xref linkend="gobject-introspection"/>
84 </para>
85
86 <bridgehead renderas="sect4">Optional</bridgehead>
87 <para role="optional">
88 <xref linkend="gtk-doc"/>
89 </para>
90
91 <para condition="html" role="usernotes">User Notes:
92 <ulink url="&blfs-wiki;/telepathy-logger"/>
93 </para>
94 </sect2>
95
96 <sect2 role="installation">
97 <title>Installation of Telepathy Logger</title>
98
99 <para>
100 Install <application>Telepathy Logger</application> by running the
101 following commands:
102 </para>
103
104<screen><userinput>./configure --prefix=/usr \
105 --libexecdir=/usr/lib/telepathy \
106 --disable-static &amp;&amp;
107make</userinput></screen>
108
109 <para>
110 To test the results, issue: <command>make check</command>.
111 </para>
112
113 <para>
114 Now, as the <systemitem class="username">root</systemitem> user:
115 </para>
116
117<screen role="root"><userinput>make install</userinput></screen>
118
119 </sect2>
120
121 <sect2 role="commands">
122 <title>Command Explanations</title>
123
124 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
125 href="../../xincludes/static-libraries.xml"/>
126
127 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
128 href="../../xincludes/gtk-doc-rebuild.xml"/>
129
130 </sect2>
131
132 <sect2 role="content">
133 <title>Contents</title>
134
135 <segmentedlist>
136 <segtitle>Installed Program</segtitle>
137 <segtitle>Installed Library</segtitle>
138 <segtitle>Installed Directories</segtitle>
139
140 <seglistitem>
141 <seg>
142 telepathy-logger
143 </seg>
144 <seg>
145 libtelepathy-logger.so
146 </seg>
147 <seg>
148 /usr/include/telepathy-logger-0.2,
149 /usr/lib/telepathy,
150 /usr/share/gtk-doc/html/telepathy-logger and
151 /usr/share/telepathy
152 </seg>
153 </seglistitem>
154 </segmentedlist>
155
156 <variablelist>
157 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
158 <?dbfo list-presentation="list"?>
159 <?dbhtml list-presentation="table"?>
160
161 <varlistentry id="telepathy-logger-prog">
162 <term><command>telepathy-logger</command></term>
163 <listitem>
164 <para>
165 is the <application>Telepathy Logger</application> D-Bus service.
166 </para>
167 <indexterm zone="telepathy-logger telepathy-logger-prog">
168 <primary sortas="b-telepathy-logger">telepathy-logger</primary>
169 </indexterm>
170 </listitem>
171 </varlistentry>
172
173 <varlistentry id="libtelepathy-logger">
174 <term><filename class="libraryfile">libtelepathy-logger.so</filename></term>
175 <listitem>
176 <para>
177 contains the <application>Telepathy Logger</application> API functions.
178 </para>
179 <indexterm zone="telepathy-logger libtelepathy-logger">
180 <primary sortas="c-libtelepathy-logger">libtelepathy-logger.so</primary>
181 </indexterm>
182 </listitem>
183 </varlistentry>
184
185 </variablelist>
186
187 </sect2>
188
189</sect1>
Note: See TracBrowser for help on using the repository browser.