glfs/basicnet/netlibs/curl/curl-desc.xml
Igor Živković 6e43f28f3d curl corrections
git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@1668 af4574ff-66df-0310-9fd7-8a98e5e911e0
2003-12-25 16:48:37 +00:00

27 lines
993 B
XML

<sect2>
<title>Contents</title>
<para>The <application>cURL</application> package contains <command>curl</command>, <command>curl-config</command> and the
<filename class="libraryfile">libcurl</filename> libraries.</para>
</sect2>
<sect2><title>Description</title>
<sect3><title>curl</title>
<para><command>curl</command> is a client that can get documents from or send documents to
any of the following protocols: <acronym>HTTP</acronym>,
<acronym>HTTPS</acronym> (needs <xref linkend="openssl"/>),
<acronym>FTP</acronym>, GOPHER, DICT, TELNET, <acronym>LDAP</acronym> (needs <xref
linkend="openldap"/>) or FILE.</para></sect3>
<sect3><title>curl-config</title>
<para><command>curl-config</command> prints information about the last compile, like
libraries linked to and prefix setting.</para></sect3>
<sect3><title>libcurl</title>
<para><filename class="libraryfile">libcurl</filename> provides the functionality of
<command>curl</command> to other programs.</para></sect3>
</sect2>