source: gnome/platform/rest.xml@ 30364533

11.0 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 30364533 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.4 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 rest-download-http "&gnome-download-http;/rest/0.8/rest-&rest-version;.tar.xz">
8 <!ENTITY rest-download-ftp "&gnome-download-ftp;/rest/0.8/rest-&rest-version;.tar.xz">
9 <!ENTITY rest-md5sum "ece4547298a81105f307369d73c21b9d">
10 <!ENTITY rest-size "332 KB">
11 <!ENTITY rest-buildsize "12.5 MB (with tests)">
12 <!ENTITY rest-time "0.2 SBU (with tests)">
13]>
14
15<sect1 id="rest" xreflabel="rest-&rest-version;">
16 <?dbhtml filename="rest.html"?>
17
18 <sect1info>
19 <date>$Date$</date>
20 </sect1info>
21
22 <title>rest-&rest-version;</title>
23
24 <indexterm zone="rest">
25 <primary sortas="a-rest">rest</primary>
26 </indexterm>
27
28 <sect2 role="package">
29 <title>Introduction to rest</title>
30
31 <para>
32 The <application>rest</application> package contains a library
33 that was designed to make it easier to access web services that
34 claim to be "RESTful". It includes convenience wrappers for
35 libsoup and libxml to ease remote use of the RESTful API.
36 </para>
37
38 &lfs101_checked;
39
40 <bridgehead renderas="sect3">Package Information</bridgehead>
41 <itemizedlist spacing="compact">
42 <listitem>
43 <para>
44 Download (HTTP): <ulink url="&rest-download-http;"/>
45 </para>
46 </listitem>
47 <listitem>
48 <para>
49 Download (FTP): <ulink url="&rest-download-ftp;"/>
50 </para>
51 </listitem>
52 <listitem>
53 <para>
54 Download MD5 sum: &rest-md5sum;
55 </para>
56 </listitem>
57 <listitem>
58 <para>
59 Download size: &rest-size;
60 </para>
61 </listitem>
62 <listitem>
63 <para>
64 Estimated disk space required: &rest-buildsize;
65 </para>
66 </listitem>
67 <listitem>
68 <para>
69 Estimated build time: &rest-time;
70 </para>
71 </listitem>
72 </itemizedlist>
73
74 <bridgehead renderas="sect3">rest Dependencies</bridgehead>
75
76 <bridgehead renderas="sect4">Required</bridgehead>
77 <para role="required">
78 <xref linkend="make-ca"/> 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"/> and
90 <ulink url="http://ltp.sourceforge.net/coverage/lcov.php">LCOV</ulink>
91 </para>
92
93 <para condition="html" role="usernotes">User Notes:
94 <ulink url="&blfs-wiki;/rest"/>
95 </para>
96 </sect2>
97
98 <sect2 role="installation">
99 <title>Installation of rest</title>
100
101 <para>
102 Install <application>rest</application> by running the following
103 commands:
104 </para>
105
106<screen><userinput>./configure --prefix=/usr \
107 --with-ca-certificates=/etc/pki/tls/certs/ca-bundle.crt &amp;&amp;
108make</userinput></screen>
109
110 <para>
111 To test the results, issue: <command>make check</command>.
112 The flickr test will fail due to Public API changes on their site.
113 The OAuth tests will fail because the website that it uses to test
114 connectivity via OAuth no longer exists.
115 </para>
116
117 <para>
118 Now, as the <systemitem class="username">root</systemitem> user:
119 </para>
120
121<screen role="root"><userinput>make install</userinput></screen>
122
123 </sect2>
124
125 <sect2 role="commands">
126 <title>Command Explanations</title>
127
128 <para>
129 <parameter>--with-ca-certificates=/etc/pki/tls/certs/ca-bundle.crt</parameter>:
130 This switch sets the location of the BLFS certificate authority bundle.
131 </para>
132
133 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
134 href="../../xincludes/gtk-doc-rebuild.xml"/>
135
136 </sect2>
137
138 <sect2 role="content">
139 <title>Contents</title>
140
141 <segmentedlist>
142 <segtitle>Installed Programs</segtitle>
143 <segtitle>Installed Libraries</segtitle>
144 <segtitle>Installed Directories</segtitle>
145
146 <seglistitem>
147 <seg>
148 None
149 </seg>
150 <seg>
151 librest-0.7.so and librest-extras-0.7.so
152 </seg>
153 <seg>
154 /usr/include/rest-0.7 and
155 /usr/share/gtk-doc/html/rest-0.7
156 </seg>
157 </seglistitem>
158 </segmentedlist>
159
160 <variablelist>
161 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
162 <?dbfo list-presentation="list"?>
163 <?dbhtml list-presentation="table"?>
164
165 <varlistentry id="librest-0.7">
166 <term><filename class="libraryfile">librest-0.7.so</filename></term>
167 <listitem>
168 <para>
169 contains the RESTful Web API Query functions
170 </para>
171 <indexterm zone="rest librest-0.7">
172 <primary sortas="c-librest-0.7">librest-0.7.so</primary>
173 </indexterm>
174 </listitem>
175 </varlistentry>
176
177 <varlistentry id="librest-extras-0.7">
178 <term><filename class="libraryfile">librest-extras-0.7.so</filename></term>
179 <listitem>
180 <para>
181 contains extra RESTful Web API Query functions
182 </para>
183 <indexterm zone="rest librest-extras-0.7">
184 <primary sortas="c-librest-extras-0.7">librest-extras-0.7.so</primary>
185 </indexterm>
186 </listitem>
187 </varlistentry>
188
189 </variablelist>
190
191 </sect2>
192
193</sect1>
Note: See TracBrowser for help on using the repository browser.