source: archive/gnome/geocode-glib.xml@ c85267e4

12.1 ken/TL2024 ken/tuningfonts lazarus plabs/newcss python3.11 rahul/power-profiles-daemon renodr/vulkan-addition trunk xry111/llvm18
Last change on this file since c85267e4 was 3f2db3a6, checked in by Pierre Labastie <pierre.labastie@…>, 20 months ago

Remove sect1info tags

They only contain a date tag that is nowhere used.

  • Property mode set to 100644
File size: 4.6 KB
RevLine 
[54e3917]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
[0d7900a]7 <!ENTITY geocode-glib-download-http
[54e3917]8 "&gnome-download-http;/geocode-glib/0.99/geocode-glib-&geocode-glib-version;.tar.bz2">
[0d7900a]9 <!ENTITY geocode-glib-download-ftp
[54e3917]10 "&gnome-download-ftp;/geocode-glib/0.99/geocode-glib-&geocode-glib-version;.tar.bz2">
11 <!ENTITY geocode-glib-md5sum "73ac778225f35ad996ea0345c5abe4b9">
12 <!ENTITY geocode-glib-size "300 KB">
13 <!ENTITY geocode-glib-buildsize "3.0 MB">
14 <!ENTITY geocode-glib-time "less than 0.1 SBU">
15]>
16
17<sect1 id="geocode-glib" xreflabel="geocode-glib-&geocode-glib-version;">
18 <?dbhtml filename="geocode-glib.html"?>
19
20
21 <title>geocode-glib-&geocode-glib-version;</title>
22
23 <indexterm zone="geocode-glib">
24 <primary sortas="a-geocode-glib">geocode-glib</primary>
25 </indexterm>
26
27 <sect2 role="package">
28 <title>Introduction to Geocode GLib</title>
29
30 <para>
[0d7900a]31 The <application>Geocode GLib</application> is a convenience library
32 for the Yahoo! Place Finder APIs. The Place Finder web service allows
33 to do geocoding (finding longitude and latitude from an address), and
[54e3917]34 reverse geocoding (finding an address from coordinates).
35 </para>
36
37 &lfs70_checked;
38
39 <bridgehead renderas="sect3">Package Information</bridgehead>
40 <itemizedlist spacing="compact">
41 <listitem>
42 <para>
43 Download (HTTP): <ulink url="&geocode-glib-download-http;"/>
44 </para>
45 </listitem>
46 <listitem>
47 <para>
48 Download (FTP): <ulink url="&geocode-glib-download-ftp;"/>
49 </para>
50 </listitem>
51 <listitem>
52 <para>
53 Download MD5 sum: &geocode-glib-md5sum;
54 </para>
55 </listitem>
56 <listitem>
57 <para>
58 Download size: &geocode-glib-size;
59 </para>
60 </listitem>
61 <listitem>
62 <para>
63 Estimated disk space required: &geocode-glib-buildsize;
64 </para>
65 </listitem>
66 <listitem>
67 <para>
68 Estimated build time: &geocode-glib-time;
69 </para>
70 </listitem>
71 </itemizedlist>
72
73 <bridgehead renderas="sect3">Geocode GLib Dependencies</bridgehead>
74
75 <bridgehead renderas="sect4">Required</bridgehead>
76 <para role="required">
77 <xref linkend="json-glib"/> and
78 <xref linkend="libsoup"/>
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">
92 User Notes: <ulink url="&blfs-wiki;/geocode-glib"/>
93 </para>
94 </sect2>
95
96 <sect2 role="installation">
97 <title>Installation of Geocode GLib</title>
98
99 <para>
100 Install <application>Geocode GLib</application> by running the following
101 commands:
102 </para>
103
104<screen><userinput>./configure --prefix=/usr &amp;&amp;
105make</userinput></screen>
106
107 <para>
108 To test the results, issue: <command>make check</command>.
109 </para>
110
111 <para>
112 Now, as the <systemitem class="username">root</systemitem> user:
113 </para>
114
115<screen role="root"><userinput>make install</userinput></screen>
116 </sect2>
117
118 <sect2 role="commands">
119 <title>Command Explanations</title>
120
121 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
122 href="../../xincludes/gtk-doc-rebuild.xml"/>
123
124 </sect2>
125
126 <sect2 role="content">
127 <title>Contents</title>
128
129 <segmentedlist>
130 <segtitle>Installed Library</segtitle>
131 <segtitle>Installed Directories</segtitle>
132
133 <seglistitem>
134 <seg>
135 libgeocode-glib.so
136 </seg>
137 <seg>
138 /usr/include/geocode-glib and
139 /usr/share/gtk-doc/html/geocode-glib
140 </seg>
141 </seglistitem>
142 </segmentedlist>
143
144 <variablelist>
145 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
146 <?dbfo list-presentation="list"?>
147 <?dbhtml list-presentation="table"?>
148
149 <varlistentry id="libgeocode-glib">
150 <term><filename class="libraryfile">libgeocode-glib.so</filename></term>
151 <listitem>
152 <para>
153 contains the <application>Geocode GLib</application> API functions.
154 </para>
155 <indexterm zone="geocode-glib libgeocode-glib">
156 <primary sortas="c-libgeocode-glib">libgeocode-glib.so</primary>
157 </indexterm>
158 </listitem>
159 </varlistentry>
160
161 </variablelist>
162
163 </sect2>
164
165</sect1>
Note: See TracBrowser for help on using the repository browser.