source: archive/libzeitgeist.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 libzeitgeist-download-http
8 "https://launchpad.net/libzeitgeist/0.3/&libzeitgeist-version;/+download/libzeitgeist-&libzeitgeist-version;.tar.gz">
9 <!ENTITY libzeitgeist-download-ftp " ">
10 <!ENTITY libzeitgeist-md5sum "d63a37295d01a58086d0d4ae26e604c2">
11 <!ENTITY libzeitgeist-size "516 KB">
12 <!ENTITY libzeitgeist-buildsize "7.0 MB">
13 <!ENTITY libzeitgeist-time "0.1 SBU">
14]>
15
16<sect1 id="libzeitgeist" xreflabel="libzeitgeist-&libzeitgeist-version;">
17 <?dbhtml filename="libzeitgeist.html"?>
18
19
20 <title>libzeitgeist-&libzeitgeist-version;</title>
21
22 <indexterm zone="libzeitgeist">
23 <primary sortas="a-libzeitgeist">libzeitgeist</primary>
24 </indexterm>
25
26 <sect2 role="package">
27 <title>Introduction to libzeitgeist</title>
28
29 <para>
30 The <application>libzeitgeist</application> package contains a client
31 library used to access and manage the Zeitgeist event log from
32 languages such as C and Vala. Zeitgeist is a service which logs
33 the user's activities and events (files opened, websites visited,
34 conversations hold with other people, etc.) and makes the relevant
35 information available to other applications.
36 </para>
37
38 &lfs77_checked; &gcc5_checked;
39
40 <bridgehead renderas="sect3">Package Information</bridgehead>
41 <itemizedlist spacing="compact">
42 <listitem>
43 <para>
44 Download (HTTP): <ulink url="&libzeitgeist-download-http;"/>
45 </para>
46 </listitem>
47 <listitem>
48 <para>
49 Download (FTP): <ulink url="&libzeitgeist-download-ftp;"/>
50 </para>
51 </listitem>
52 <listitem>
53 <para>
54 Download MD5 sum: &libzeitgeist-md5sum;
55 </para>
56 </listitem>
57 <listitem>
58 <para>
59 Download size: &libzeitgeist-size;
60 </para>
61 </listitem>
62 <listitem>
63 <para>
64 Estimated disk space required: &libzeitgeist-buildsize;
65 </para>
66 </listitem>
67 <listitem>
68 <para>
69 Estimated build time: &libzeitgeist-time;
70 </para>
71 </listitem>
72 </itemizedlist>
73
74 <bridgehead renderas="sect3">libzeitgeist Dependencies</bridgehead>
75
76 <bridgehead renderas="sect4">Required</bridgehead>
77 <para role="required">
78 <xref linkend="glib2"/>
79 </para>
80
81 <bridgehead renderas="sect4">Optional</bridgehead>
82 <para role="optional">
83 <xref linkend="gtk-doc"/>
84 </para>
85
86 <para condition="html" role="usernotes">
87 User Notes: <ulink url="&blfs-wiki;/libzeitgeist"/>
88 </para>
89 </sect2>
90
91 <sect2 role="installation">
92 <title>Installation of libzeitgeist</title>
93
94 <para>
95 Install <application>libzeitgeist</application> by running the following
96 commands:
97 </para>
98
99<screen><userinput>sed -i "s|/doc/libzeitgeist|&amp;-&libzeitgeist-version;|" Makefile.in &amp;&amp;
100
101./configure --prefix=/usr --disable-static &amp;&amp;
102make</userinput></screen>
103
104 <para>
105 This package does not have a working testsuite.
106 </para>
107
108 <para>
109 Now, as the <systemitem class="username">root</systemitem> user:
110 </para>
111
112<screen role="root"><userinput>make install</userinput></screen>
113 </sect2>
114
115 <sect2 role="commands">
116 <title>Command Explanations</title>
117
118 <para>
119 <command>sed ... Makefile.in</command>: PLace the documentation in
120 a versioned directory.
121 </para>
122
123 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
124 href="../../xincludes/static-libraries.xml"/>
125
126 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
127 href="../../xincludes/gtk-doc-rebuild.xml"/>
128
129 </sect2>
130
131 <sect2 role="content">
132 <title>Contents</title>
133
134 <segmentedlist>
135 <segtitle>Installed Programs</segtitle>
136 <segtitle>Installed Library</segtitle>
137 <segtitle>Installed Directories</segtitle>
138
139 <seglistitem>
140 <seg>
141 None
142 </seg>
143 <seg>
144 libzeitgeist-1.0.so
145 </seg>
146 <seg>
147 /usr/include/libzeitgeist-1.0 and
148 /usr/share/doc/libzeitgeist
149 </seg>
150 </seglistitem>
151 </segmentedlist>
152
153 <variablelist>
154 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
155 <?dbfo list-presentation="list"?>
156 <?dbhtml list-presentation="table"?>
157
158 <varlistentry id="libzeitgeist-1">
159 <term><filename class="libraryfile">libzeitgeist-1.0.so</filename></term>
160 <listitem>
161 <para>
162 contains the <application>libzeitgeist</application> API functions.
163 </para>
164 <indexterm zone="libzeitgeist libzeitgeist-1">
165 <primary sortas="c-libzeitgeist-1">libzeitgeist-1.0.so</primary>
166 </indexterm>
167 </listitem>
168 </varlistentry>
169
170 </variablelist>
171
172 </sect2>
173
174</sect1>
Note: See TracBrowser for help on using the repository browser.