source: gnome-systemd/platform/librest.xml@ 5b142c19

7.6-blfs 7.6-systemd kde5-14269 kde5-14686 systemd-13485
Last change on this file since 5b142c19 was 5b142c19, checked in by Krejzi <krejzi@…>, 10 years ago

Continue fixing packages in gnome platform.

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/branches/systemd@13688 af4574ff-66df-0310-9fd7-8a98e5e911e0

  • 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 librest-download-http "&gnome-download-http;/rest/0.7/rest-&librest-version;.tar.xz">
8 <!ENTITY librest-download-ftp "&gnome-download-ftp;/rest/0.7/rest-&librest-version;.tar.xz">
9 <!ENTITY librest-md5sum "abd6211788b9b8dac432a26767099a27">
10 <!ENTITY librest-size "316 KB">
11 <!ENTITY librest-buildsize "7.0 MB">
12 <!ENTITY librest-time "0.2 SBU">
13]>
14
15<sect1 id="librest" xreflabel="librest-&librest-version;">
16 <?dbhtml filename="librest.html"?>
17
18 <sect1info>
19 <othername>$LastChangedBy$</othername>
20 <date>$Date$</date>
21 </sect1info>
22
23 <title>librest-&librest-version;</title>
24
25 <indexterm zone="librest">
26 <primary sortas="a-librest">librest</primary>
27 </indexterm>
28
29 <sect2 role="package">
30 <title>Introduction to librest</title>
31
32 <para>
33 <application>librest</application> was designed to make it easier to access
34 web services that claim to be "RESTful". It includes convenience wrappers
35 for libsoup and libxml to ease remote use of the RESTful API.
36 </para>
37
38 &lfs75_checked;
39
40 <bridgehead renderas="sect3">Package Information</bridgehead>
41 <itemizedlist spacing="compact">
42 <listitem>
43 <para>
44 Download (HTTP): <ulink url="&librest-download-http;"/>
45 </para>
46 </listitem>
47 <listitem>
48 <para>
49 Download (FTP): <ulink url="&librest-download-ftp;"/>
50 </para>
51 </listitem>
52 <listitem>
53 <para>
54 Download MD5 sum: &librest-md5sum;
55 </para>
56 </listitem>
57 <listitem>
58 <para>
59 Download size: &librest-size;
60 </para>
61 </listitem>
62 <listitem>
63 <para>
64 Estimated disk space required: &librest-buildsize;
65 </para>
66 </listitem>
67 <listitem>
68 <para>
69 Estimated build time: &librest-time;
70 </para>
71 </listitem>
72 </itemizedlist>
73
74 <bridgehead renderas="sect3">librest Dependencies</bridgehead>
75
76 <bridgehead renderas="sect4">Required</bridgehead>
77 <para role="required">
78 <xref linkend="cacerts"/> and
79 <xref linkend="libsoup"/>
80 </para>
81
82 <bridgehead renderas="sect4">Recommended</bridgehead>
83 <para role="recommended">
84 <xref linkend="gobject-introspection"/>
85 </para>
86
87 <bridgehead renderas="sect4">Optional</bridgehead>
88 <para role="optional">
89 <xref linkend="gtk-doc"/>
90 </para>
91
92 <para condition="html" role="usernotes">User Notes:
93 <ulink url="&blfs-wiki;/librest"/>
94 </para>
95 </sect2>
96
97 <sect2 role="installation">
98 <title>Installation of librest</title>
99
100 <para>
101 Install <application>librest</application> by running the following
102 commands:
103 </para>
104
105<screen><userinput>./configure --prefix=/usr &amp;&amp;
106make</userinput></screen>
107
108 <para>
109 To test the results, issue: <command>make check</command>.
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="content">
121 <title>Contents</title>
122
123 <segmentedlist>
124 <segtitle>Installed Programs</segtitle>
125 <segtitle>Installed Libraries</segtitle>
126 <segtitle>Installed Directories</segtitle>
127
128 <seglistitem>
129 <seg>
130 None
131 </seg>
132 <seg>
133 librest-0.7.so and librest-extras-0.7.so
134 </seg>
135 <seg>
136 /usr/include/rest-0.7 and
137 /usr/share/gtk-doc/html/rest-0.7
138 </seg>
139 </seglistitem>
140 </segmentedlist>
141
142 <variablelist>
143 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
144 <?dbfo list-presentation="list"?>
145 <?dbhtml list-presentation="table"?>
146
147 <varlistentry id="librest-0.7">
148 <term><filename class="libraryfile">librest-0.7.so</filename></term>
149 <listitem>
150 <para>
151 contains the RESTful Web API Query functions.
152 </para>
153 <indexterm zone="librest librest-0.7">
154 <primary sortas="c-librest-0.7">librest-0.7.so</primary>
155 </indexterm>
156 </listitem>
157 </varlistentry>
158
159 <varlistentry id="librest-extras-0.7">
160 <term><filename class="libraryfile">librest-extras-0.7.so</filename></term>
161 <listitem>
162 <para>
163 contains extra RESTful Web API Query functions.
164 </para>
165 <indexterm zone="librest librest-extras-0.7">
166 <primary sortas="c-librest-extras-0.7">librest-extras-0.7.so</primary>
167 </indexterm>
168 </listitem>
169 </varlistentry>
170
171 </variablelist>
172
173 </sect2>
174
175</sect1>
Note: See TracBrowser for help on using the repository browser.