source: networking/netlibs/neon.xml@ 4852356

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 xry111/llvm18 xry111/soup3 xry111/xf86-video-removal
Last change on this file since 4852356 was 75e3e09, checked in by Xi Ruoyao <xry111@…>, 22 months ago

networking: URL update

Also change all "http://sphinx-doc.org" to "https://www.sphinx-doc.org".
Without "www." I get a connection time out for some reason...

  • Property mode set to 100644
File size: 6.1 KB
RevLine 
[76eb118]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
[34f219d7]7<!-- <!ENTITY neon-download-http "http://www.webdav.org/neon/neon-&neon-version;.tar.gz"> -->
[7813f84]8 <!ENTITY neon-download-http "https://notroj.github.io/neon/neon-&neon-version;.tar.gz">
[76eb118]9 <!ENTITY neon-download-ftp " ">
[056b5965]10 <!ENTITY neon-md5sum "debc852527c2c495ac4fb1c297c1c321">
11 <!ENTITY neon-size "868 KB">
[a0e61382]12 <!ENTITY neon-buildsize "6.6 MB (additional 20 MB for tests)">
[056b5965]13 <!ENTITY neon-time "less than 0.1 SBU (add 0.4 SBU for tests)">
[76eb118]14]>
15
16<sect1 id="neon" xreflabel="neon-&neon-version;">
17 <?dbhtml filename="neon.html"?>
18
19 <sect1info>
20 <date>$Date$</date>
21 </sect1info>
22
23 <title>neon-&neon-version;</title>
24
25 <indexterm zone="neon">
26 <primary sortas="a-neon">neon</primary>
27 </indexterm>
28
29 <sect2 role="package">
30 <title>Introduction to neon</title>
31
[318c0b1]32 <para>
33 <application>neon</application> is an HTTP and WebDAV
34 client library, with a C interface.
35 </para>
[76eb118]36
[b6a907b0]37 &lfs112_checked;
[43a56d1]38
[76eb118]39 <bridgehead renderas="sect3">Package Information</bridgehead>
40 <itemizedlist spacing="compact">
41 <listitem>
[318c0b1]42 <para>
43 Download (HTTP): <ulink url="&neon-download-http;"/>
44 </para>
[76eb118]45 </listitem>
46 <listitem>
[318c0b1]47 <para>
48 Download (FTP): <ulink url="&neon-download-ftp;"/>
49 </para>
[76eb118]50 </listitem>
51 <listitem>
[318c0b1]52 <para>
53 Download MD5 sum: &neon-md5sum;
54 </para>
[76eb118]55 </listitem>
56 <listitem>
[318c0b1]57 <para>
58 Download size: &neon-size;
59 </para>
[76eb118]60 </listitem>
61 <listitem>
[318c0b1]62 <para>
63 Estimated disk space required: &neon-buildsize;
64 </para>
[76eb118]65 </listitem>
66 <listitem>
[318c0b1]67 <para>
68 Estimated build time: &neon-time;
69 </para>
[76eb118]70 </listitem>
71 </itemizedlist>
72
73 <bridgehead renderas="sect3">neon Dependencies</bridgehead>
[cac7f93]74
[76eb118]75 <bridgehead renderas="sect4">Optional</bridgehead>
[9cf2b10b]76 <para role="optional">
[94b42903]77 <xref linkend="gnutls"/>,
[6b4f8529]78 <xref linkend="libxml2"/>,
[56605b9]79 <xref linkend="mitkrb"/>,
[0cc3e3a]80 <xref linkend="nss"/> (for some tests),
[27d786c2]81 <xref linkend="xmlto"/> (to regenerate the documentation),
[9be39a1]82 <ulink url="https://github.com/libproxy/libproxy">libproxy</ulink>, and
[75e3e09]83 <ulink url="https://www.manyfish.co.uk/pakchois/">PaKChoiS</ulink>
[9cf2b10b]84 </para>
[76eb118]85
86 <para condition="html" role="usernotes">User Notes:
[318c0b1]87 <ulink url="&blfs-wiki;/neon"/>
88 </para>
[76eb118]89 </sect2>
90
91 <sect2 role="installation">
92 <title>Installation of neon</title>
[27d786c2]93<!-- Not needed for 0.32.2
[fdb76cd]94 <para>
[c1d5e64]95 The build mechanism tries to recreate the documentation even
[fdb76cd]96 though its included in the archive. Recreating would require
97 <application>xmlto</application> to be installed. Apply the
98 following sed to not recreate the docs:
99 </para>
100
101<screen><userinput>sed 's/\(install-\(html\|man\):\).*/\1/' -i Makefile.in</userinput></screen>
[27d786c2]102-->
[318c0b1]103 <para>
104 Install <application>neon</application> by running the following
105 commands:
106 </para>
[76eb118]107
[fdd8c7d]108<screen><userinput>./configure --prefix=/usr \
109 --with-ssl \
110 --enable-shared \
111 --disable-static &amp;&amp;
[76eb118]112make</userinput></screen>
113
[318c0b1]114 <para>
[fdd8c7d]115 To test the results, issue: <command>make check</command>.
[318c0b1]116 </para>
[76eb118]117
[27d786c2]118 <para>
119 If you wish to regenerate the documentation, issue:
120 </para>
121
122<screen remap="doc"><userinput>make docs</userinput></screen>
123
[318c0b1]124 <para>
125 Now, as the <systemitem class="username">root</systemitem> user:
126 </para>
[76eb118]127
128<screen role="root"><userinput>make install</userinput></screen>
129
130 </sect2>
131
132 <sect2 role="commands">
133 <title>Command Explanations</title>
134
[318c0b1]135 <para>
[e0933bc]136 <parameter>--with-ssl</parameter>: This switch enables SSL support
[27d786c2]137 using <application>OpenSSL</application>.
138 <application>GnuTLS</application> can be used instead, by passing
139 <option>--with-ssl=gnutls</option> and
[5c3f3856]140 <option>--with-ca-bundle=/etc/pki/tls/certs/ca-bundle.crt</option> to the
[318c0b1]141 <command>configure</command> script.
142 </para>
[76eb118]143
[318c0b1]144 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
145 href="../../xincludes/static-libraries.xml"/>
[76eb118]146
[f70504f]147<!-- We have Expat in LFS now, so this really isn't applicable anymore.
[318c0b1]148 <para>
[f70504f]149 <option>- -with-libxml2</option>: This switch forces the use of
[318c0b1]150 <application>libxml2</application> instead of
151 <application>Expat</application>.
152 </para>
[f70504f]153-->
[43a56d1]154
[76eb118]155 </sect2>
156
157 <sect2 role="content">
158 <title>Contents</title>
159
160 <segmentedlist>
161 <segtitle>Installed Program</segtitle>
162 <segtitle>Installed Library</segtitle>
163 <segtitle>Installed Directories</segtitle>
164
165 <seglistitem>
[318c0b1]166 <seg>
167 neon-config
168 </seg>
169 <seg>
170 libneon.so
171 </seg>
172 <seg>
173 /usr/include/neon and
174 /usr/share/doc/neon-&neon-version;
175 </seg>
[76eb118]176 </seglistitem>
177 </segmentedlist>
178
179 <variablelist>
180 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
181 <?dbfo list-presentation="list"?>
182 <?dbhtml list-presentation="table"?>
183
[6d772cc]184 <varlistentry id="neon-config">
185 <term><command>neon-config</command></term>
186 <listitem>
187 <para>
188 is a script that provide information about an installed copy
[4c24eb0a]189 of the neon library
[6d772cc]190 </para>
191 <indexterm zone="neon neon-config">
192 <primary sortas="b-neon-config">neon-config</primary>
193 </indexterm>
194 </listitem>
195 </varlistentry>
196
[76eb118]197 <varlistentry id="libneon">
[318c0b1]198 <term><filename class="libraryfile">libneon.so</filename></term>
[76eb118]199 <listitem>
[318c0b1]200 <para>
201 is used as a high-level interface to common HTTP and WebDAV
[4c24eb0a]202 methods
[318c0b1]203 </para>
[76eb118]204 <indexterm zone="neon libneon">
[43a56d1]205 <primary sortas="c-libneon">libneon.so</primary>
[76eb118]206 </indexterm>
207 </listitem>
208 </varlistentry>
209
210 </variablelist>
211
212 </sect2>
213
214</sect1>
Note: See TracBrowser for help on using the repository browser.