source: archive/gnome/librest.xml@ 48b59802

11.1 11.2 11.3 12.0 12.1 kea ken/TL2024 ken/inkscape-core-mods ken/tuningfonts lazarus lxqt plabs/newcss plabs/python-mods python3.11 qt5new rahul/power-profiles-daemon renodr/vulkan-addition trunk upgradedb xry111/intltool xry111/llvm18 xry111/soup3 xry111/test-20220226 xry111/xf86-video-removal
Last change on this file since 48b59802 was 45ab6c7, checked in by Xi Ruoyao <xry111@…>, 3 years ago

more SVN prop clean up

Remove "$LastChanged$" everywhere, and also some unused $Date$

  • Property mode set to 100644
File size: 5.0 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 "639d51e9e9276726db93b1b4c46887f2">
10 <!ENTITY librest-size "300 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 <date>$Date$</date>
20 </sect1info>
21
22 <title>librest-&librest-version;</title>
23
24 <indexterm zone="librest">
25 <primary sortas="a-librest">librest</primary>
26 </indexterm>
27
28 <sect2 role="package">
29 <title>Introduction to librest</title>
30
31 <para>
32 <application>librest</application> was designed to make it easier to access
33 web services that claim to be "RESTful". It includes convenience wrappers
34 for libsoup and libxml to ease remote use of the RESTful API.
35 </para>
36
37 &lfs72_checked;
38
39 <bridgehead renderas="sect3">Package Information</bridgehead>
40 <itemizedlist spacing="compact">
41 <listitem>
42 <para>
43 Download (HTTP): <ulink url="&librest-download-http;"/>
44 </para>
45 </listitem>
46 <listitem>
47 <para>
48 Download (FTP): <ulink url="&librest-download-ftp;"/>
49 </para>
50 </listitem>
51 <listitem>
52 <para>
53 Download MD5 sum: &librest-md5sum;
54 </para>
55 </listitem>
56 <listitem>
57 <para>
58 Download size: &librest-size;
59 </para>
60 </listitem>
61 <listitem>
62 <para>
63 Estimated disk space required: &librest-buildsize;
64 </para>
65 </listitem>
66 <listitem>
67 <para>
68 Estimated build time: &librest-time;
69 </para>
70 </listitem>
71 </itemizedlist>
72
73 <bridgehead renderas="sect3">librest Dependencies</bridgehead>
74
75 <bridgehead renderas="sect4">Required</bridgehead>
76 <para role="required">
77 <xref linkend="cacerts"/> 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">User Notes:
92 <ulink url="&blfs-wiki;/librest"/>
93 </para>
94 </sect2>
95
96 <sect2 role="installation">
97 <title>Installation of librest</title>
98
99 <para>
100 Install <application>librest</application> by running the following
101 commands:
102 </para>
103
104<screen><userinput>./configure --prefix=/usr \
105 --with-ca-certificates=/etc/ssl/ca-bundle.crt &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="commands">
121 <title>Command Explanations</title>
122
123 <para>
124 <parameter>--with-ca-certificates=/etc/ssl/ca-bundle.crt</parameter>:
125 The configure script needs to be pointed to the certificates.
126 </para>
127
128 </sect2>
129
130 <sect2 role="content">
131 <title>Contents</title>
132
133 <segmentedlist>
134 <segtitle>Installed Programs</segtitle>
135 <segtitle>Installed Libraries</segtitle>
136 <segtitle>Installed Directories</segtitle>
137
138 <seglistitem>
139 <seg>
140 None
141 </seg>
142 <seg>
143 librest-0.7.so and librest-extras-0.7.so
144 </seg>
145 <seg>
146 /usr/include/rest-0.7 and
147 /usr/share/gtk-doc/html/rest-0.7
148 </seg>
149 </seglistitem>
150 </segmentedlist>
151
152 <variablelist>
153 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
154 <?dbfo list-presentation="list"?>
155 <?dbhtml list-presentation="table"?>
156
157 <varlistentry id="librest-0">
158 <term><filename class="libraryfile">librest-0.7.so</filename></term>
159 <listitem>
160 <para>
161 contains the RESTful Web API Query functions.
162 </para>
163 <indexterm zone="librest librest-0">
164 <primary sortas="c-librest-0">librest-0.7.so</primary>
165 </indexterm>
166 </listitem>
167 </varlistentry>
168
169 <varlistentry id="librest-extras-0">
170 <term><filename class="libraryfile">librest-extras-0.7.so</filename></term>
171 <listitem>
172 <para>
173 contains extra RESTful Web API Query functions.
174 </para>
175 <indexterm zone="librest librest-extras-0">
176 <primary sortas="c-librest-extras-0">librest-extras-0.7.so</primary>
177 </indexterm>
178 </listitem>
179 </varlistentry>
180
181 </variablelist>
182
183 </sect2>
184
185</sect1>
Note: See TracBrowser for help on using the repository browser.