source: archive/gnome/libgdata.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.8 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 libgdata-download-http "&gnome-download-http;/libgdata/0.13/libgdata-&libgdata-version;.tar.xz">
8 <!ENTITY libgdata-download-ftp "&gnome-download-ftp;/libgdata/0.13/libgdata-&libgdata-version;.tar.xz">
9 <!ENTITY libgdata-md5sum "8790767a3700d146e859ce870229f8e7">
10 <!ENTITY libgdata-size "1.2 MB">
11 <!ENTITY libgdata-buildsize "45 MB">
12 <!ENTITY libgdata-time "0.5 SBU">
13]>
14
15<sect1 id="libgdata" xreflabel="libgdata-&libgdata-version;">
16 <?dbhtml filename="libgdata.html"?>
17
18
19 <title>libgdata-&libgdata-version;</title>
20
21 <indexterm zone="libgdata">
22 <primary sortas="a-libgdata">libgdata</primary>
23 </indexterm>
24
25 <sect2 role="package">
26 <title>Introduction to libgdata</title>
27
28 <para>
29 The <application>libgdata</application> package is a GLib-based
30 library for accessing online service APIs using the GData protocol, most
31 notably, Google's services. It provides APIs to access the common Google
32 services and has full asynchronous support.
33 </para>
34
35 &lfs72_checked;
36
37 <bridgehead renderas="sect3">Package Information</bridgehead>
38 <itemizedlist spacing="compact">
39 <listitem>
40 <para>
41 Download (HTTP): <ulink url="&libgdata-download-http;"/>
42 </para>
43 </listitem>
44 <listitem>
45 <para>
46 Download (FTP): <ulink url="&libgdata-download-ftp;"/>
47 </para>
48 </listitem>
49 <listitem>
50 <para>
51 Download MD5 sum: &libgdata-md5sum;
52 </para>
53 </listitem>
54 <listitem>
55 <para>
56 Download size: &libgdata-size;
57 </para>
58 </listitem>
59 <listitem>
60 <para>
61 Estimated disk space required: &libgdata-buildsize;
62 </para>
63 </listitem>
64 <listitem>
65 <para>
66 Estimated build time: &libgdata-time;
67 </para>
68 </listitem>
69 </itemizedlist>
70
71 <bridgehead renderas="sect3">libgdata Dependencies</bridgehead>
72
73 <bridgehead renderas="sect4">Required</bridgehead>
74 <para role="required">
75 <xref linkend="gnome-online-accounts"/>,
76 <xref linkend="libsoup"/> and
77 <xref linkend="liboauth"/>
78 </para>
79
80 <bridgehead renderas="sect4">Recommended</bridgehead>
81 <para role="recommended">
82 <xref linkend="gobject-introspection"/> and
83 <xref linkend="gtk3"/>
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;/libgdata"/>
93 </para>
94 </sect2>
95
96 <sect2 role="installation">
97 <title>Installation of libgdata</title>
98
99 <para>
100 Install <application>libgdata</application> by running the following
101 commands:
102 </para>
103
104<screen><userinput>./configure --prefix=/usr --disable-static &amp;&amp;
105make</userinput></screen>
106
107 <para>
108 To test the results, issue: <command>make check</command>. Note that
109 the tests need network access.
110 </para>
111
112 <para>
113 Now, as the <systemitem class="username">root</systemitem> user:
114 </para>
115
116<screen role="root"><userinput>make install</userinput></screen>
117
118 </sect2>
119
120 <sect2 role="commands">
121 <title>Command Explanations</title>
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 libgdata.so
145 </seg>
146 <seg>
147 /usr/include/libgdata and
148 /usr/share/gtk-doc/html/gdata
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="libgdata-lib">
159 <term><filename class="libraryfile">libgdata.so</filename></term>
160 <listitem>
161 <para>
162 contains the <application>libgdata</application> API functions.
163 </para>
164 <indexterm zone="libgdata libgdata-lib">
165 <primary sortas="c-libgdata">libgdata.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.