Changeset 6e43f28f
- Timestamp:
- 12/25/2003 04:48:37 PM (20 years ago)
- Branches:
- 10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 6.0, 6.1, 6.2, 6.2.0, 6.2.0-rc1, 6.2.0-rc2, 6.3, 6.3-rc1, 6.3-rc2, 6.3-rc3, 7.10, 7.4, 7.5, 7.6, 7.6-blfs, 7.6-systemd, 7.7, 7.8, 7.9, 8.0, 8.1, 8.2, 8.3, 8.4, 9.0, 9.1, basic, bdubbs/svn, elogind, gnome, kde5-13430, kde5-14269, kde5-14686, kea, ken/inkscape-core-mods, krejzi/svn, lazarus, lxqt, nosym, perl-modules, plabs/python-mods, qt5new, systemd-11177, systemd-13485, trunk, upgradedb, v5_1, v5_1-pre1, xry111/intltool, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
- Children:
- ae83fe7
- Parents:
- 82611c2
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
appendices/glossary.xml
r82611c2 r6e43f28f 193 193 <glossdef><para>HyperText Transfer Protocol</para></glossdef></glossentry> 194 194 195 <glossentry id="gHTTPS"><glossterm><acronym>HTTPS</acronym></glossterm> 196 <glossdef><para>HyperText Transfer Protocol Secured</para></glossdef></glossentry> 197 195 198 <glossentry id="gHUP"><glossterm><acronym>HUP</acronym></glossterm> 196 199 <glossdef><para>Hang UP</para></glossdef></glossentry> -
basicnet/netlibs/curl/curl-desc.xml
r82611c2 r6e43f28f 12 12 <para><command>curl</command> is a client that can get documents from or send documents to 13 13 any of the following protocols: <acronym>HTTP</acronym>, 14 HTTPS(needs <xref linkend="openssl"/>),14 <acronym>HTTPS</acronym> (needs <xref linkend="openssl"/>), 15 15 <acronym>FTP</acronym>, GOPHER, DICT, TELNET, <acronym>LDAP</acronym> (needs <xref 16 16 linkend="openldap"/>) or FILE.</para></sect3> … … 20 20 libraries linked to and prefix setting.</para></sect3> 21 21 22 <sect3><title> curl library</title>22 <sect3><title>libcurl</title> 23 23 <para><filename class="libraryfile">libcurl</filename> provides the functionality of 24 curlto other programs.</para></sect3>24 <command>curl</command> to other programs.</para></sect3> 25 25 26 26 </sect2> 27 -
basicnet/netlibs/curl/curl-intro.xml
r82611c2 r6e43f28f 2 2 <title>Introduction to <application>cURL</application></title> 3 3 4 <para>The <application>cURL</application> package contains curland its4 <para>The <application>cURL</application> package contains <command>curl</command> and its 5 5 support library. This is useful for transferring files with 6 6 <acronym>URL</acronym> syntax.
Note:
See TracChangeset
for help on using the changeset viewer.