source: archive/gnome/libgweather.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 libgweather-download-http
8 "&gnome-download-http;/libgweather/3.6/libgweather-&libgweather-version;.tar.xz">
9 <!ENTITY libgweather-download-ftp
10 "&gnome-download-ftp;/libgweather/3.6/libgweather-&libgweather-version;.tar.xz">
11 <!ENTITY libgweather-md5sum "29ec69bc04c12a1642046a7044f9e305">
12 <!ENTITY libgweather-size "3.8 MB">
13 <!ENTITY libgweather-buildsize "115 MB">
14 <!ENTITY libgweather-time "1.8 SBU">
15]>
16
17<sect1 id="libgweather" xreflabel="libgweather-&libgweather-version;">
18 <?dbhtml filename="libgweather.html"?>
19
20
21 <title>libgweather-&libgweather-version;</title>
22
23 <indexterm zone="libgweather">
24 <primary sortas="a-libgweather">libgweather</primary>
25 </indexterm>
26
27 <sect2 role="package">
28 <title>Introduction to libgweather</title>
29
30 <para>
31 The <application>libgweather</application> package is a library used
32 to access weather information from online services for numerous
33 locations.
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="&libgweather-download-http;"/>
43 </para>
44 </listitem>
45 <listitem>
46 <para>
47 Download (FTP): <ulink url="&libgweather-download-ftp;"/>
48 </para>
49 </listitem>
50 <listitem>
51 <para>
52 Download MD5 sum: &libgweather-md5sum;
53 </para>
54 </listitem>
55 <listitem>
56 <para>
57 Download size: &libgweather-size;
58 </para>
59 </listitem>
60 <listitem>
61 <para>
62 Estimated disk space required: &libgweather-buildsize;
63 </para>
64 </listitem>
65 <listitem>
66 <para>
67 Estimated build time: &libgweather-time;
68 </para>
69 </listitem>
70 </itemizedlist>
71
72 <bridgehead renderas="sect3">libgweather Dependencies</bridgehead>
73
74 <bridgehead renderas="sect4">Required</bridgehead>
75 <para role="required">
76 <xref linkend="gtk3"/> and
77 <xref linkend="libsoup"/>
78 </para>
79
80 <bridgehead renderas="sect4">Recommended</bridgehead>
81 <para role="recommended">
82 <xref linkend="gobject-introspection"/>
83 </para>
84
85 <bridgehead renderas="sect4">Optional</bridgehead>
86 <para role="optional">
87 <xref linkend="gtk-doc"/>
88 </para>
89
90 <para condition="html" role="usernotes">User Notes:
91 <ulink url="&blfs-wiki;/libgweather"/>
92 </para>
93 </sect2>
94
95 <sect2 role="installation">
96 <title>Installation of libgweather</title>
97
98 <para>
99 Install <application>libgweather</application> by running the following
100 commands:
101 </para>
102
103<screen><userinput>./configure --prefix=/usr --enable-locations-compression &amp;&amp;
104make</userinput></screen>
105
106 <para>
107 This package does not come with a test suite.
108 </para>
109
110 <para>
111 Now, as the <systemitem class="username">root</systemitem> user:
112 </para>
113
114<screen role="root"><userinput>make install</userinput></screen>
115
116 </sect2>
117
118 <sect2 role="commands">
119 <title>Command Explanations</title>
120
121 <para>
122 <option>--enable-locations-compression</option>: This switch enables
123 compression of <filename>Locations.xml</filename> files.
124 </para>
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 libgweather-3.so
145 </seg>
146 <seg>
147 /usr/include/libgweather-3.0,
148 /usr/share/gtk-doc/html/libgweather-3.0 and
149 /usr/share/libgweather
150 </seg>
151 </seglistitem>
152 </segmentedlist>
153
154 <variablelist>
155 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
156 <?dbfo list-presentation="list"?>
157 <?dbhtml list-presentation="table"?>
158
159 <varlistentry id="libgweather-3">
160 <term><filename class="libraryfile">libgweather-3.so</filename></term>
161 <listitem>
162 <para>
163 contains functions that allow the retrieval of weather
164 information.
165 </para>
166 <indexterm zone="libgweather libgweather-3">
167 <primary sortas="c-libgweather-3">libgweather-3.so</primary>
168 </indexterm>
169 </listitem>
170 </varlistentry>
171
172 </variablelist>
173
174 </sect2>
175
176</sect1>
Note: See TracBrowser for help on using the repository browser.