source: basicnet/netprogs/wget.xml@ e18e5de

10.0 10.1 11.0 11.1 11.2 11.3 12.0 12.1 12.2 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 gimp3 gnome kde5-13430 kde5-14269 kde5-14686 kea ken/TL2024 ken/inkscape-core-mods ken/tuningfonts krejzi/svn lazarus lxqt nosym perl-modules plabs/newcss plabs/python-mods python3.11 qt5new rahul/power-profiles-daemon renodr/vulkan-addition systemd-11177 systemd-13485 trunk upgradedb xry111/for-12.3 xry111/intltool xry111/llvm18 xry111/soup3 xry111/spidermonkey128 xry111/test-20220226 xry111/xf86-video-removal
Last change on this file since e18e5de was eb66622, checked in by Randy McMurchy <randy@…>, 15 years ago

Updated to wget-1.12

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@8246 af4574ff-66df-0310-9fd7-8a98e5e911e0

  • Property mode set to 100644
File size: 4.7 KB
RevLine 
[d47e7ea9]1<?xml version="1.0" encoding="ISO-8859-1"?>
[6732c094]2<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN"
3 "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
[d47e7ea9]4 <!ENTITY % general-entities SYSTEM "../../general.ent">
5 %general-entities;
6
[2d4e23a]7 <!ENTITY wget-download-http "http://ftp.gnu.org/gnu/wget/wget-&wget-version;.tar.bz2">
8 <!ENTITY wget-download-ftp "ftp://ftp.gnu.org/gnu/wget/wget-&wget-version;.tar.bz2">
[eb66622]9 <!ENTITY wget-md5sum "308a5476fc096a8a525d07279a6f6aa3">
10 <!ENTITY wget-size "1.6 MB">
11 <!ENTITY wget-buildsize "16 MB">
12 <!ENTITY wget-time "0.2 SBU">
[d47e7ea9]13]>
[def11b7]14
[19234f1]15<sect1 id="wget" xreflabel="Wget-&wget-version;">
[db0eb6a]16 <?dbhtml filename="wget.html"?>
[bab92281]17
[db0eb6a]18 <sect1info>
19 <othername>$LastChangedBy$</othername>
20 <date>$Date$</date>
21 </sect1info>
[bab92281]22
[db0eb6a]23 <title>Wget-&wget-version;</title>
[bab92281]24
[db0eb6a]25 <indexterm zone="wget">
26 <primary sortas="a-Wget">Wget</primary>
27 </indexterm>
28
29 <sect2 role="package">
30 <title>Introduction to Wget</title>
[bab92281]31
[3f8305d]32 <para>The <application>Wget</application> package contains a utility useful
33 for non-interactive downloading of files from the Web.</para>
[bab92281]34
[1c65bfd]35 &lfs65_checked;
36
[db0eb6a]37 <bridgehead renderas="sect3">Package Information</bridgehead>
38 <itemizedlist spacing="compact">
39 <listitem>
40 <para>Download (HTTP): <ulink url="&wget-download-http;"/></para>
41 </listitem>
42 <listitem>
43 <para>Download (FTP): <ulink url="&wget-download-ftp;"/></para>
44 </listitem>
45 <listitem>
46 <para>Download MD5 sum: &wget-md5sum;</para>
47 </listitem>
48 <listitem>
49 <para>Download size: &wget-size;</para>
50 </listitem>
51 <listitem>
52 <para>Estimated disk space required: &wget-buildsize;</para>
53 </listitem>
54 <listitem>
[2174baa]55 <para>Estimated build time: &wget-time;</para>
56 </listitem>
[db0eb6a]57 </itemizedlist>
[bab92281]58
[db0eb6a]59 <bridgehead renderas="sect3">Wget Dependencies</bridgehead>
[bab92281]60
[db0eb6a]61 <bridgehead renderas="sect4">Optional</bridgehead>
[eb66622]62 <para role="optional"><xref linkend="openssl"/> or <xref linkend="gnutls"/>,
63 <xref linkend="libidn"/>, and
[db0eb6a]64 <ulink url="http://www.inet.no/dante/">Dante</ulink></para>
[bab92281]65
[061ec9d]66 <para condition="html" role="usernotes">User Notes:
67 <ulink url="&blfs-wiki;/wget"/></para>
68
[db0eb6a]69 </sect2>
[bab92281]70
[db0eb6a]71 <sect2 role="installation">
72 <title>Installation of Wget</title>
73
[17e6d48]74 <para>Install <application>Wget</application> by running the following
[db0eb6a]75 commands:</para>
76
77<screen><userinput>./configure --prefix=/usr --sysconfdir=/etc &amp;&amp;
78make</userinput></screen>
79
[eb66622]80 <para>To test the results, issue <command>make check</command>.</para>
[bab92281]81
[db0eb6a]82 <para>Now, as the <systemitem class="username">root</systemitem> user:</para>
[bab92281]83
[db0eb6a]84<screen role="root"><userinput>make install</userinput></screen>
[bab92281]85
[eb66622]86 <!-- <para>Finally update the info dir file:</para>
[2d4e23a]87
[eb66622]88<screen role="root"><userinput>install-info -info-dir=/usr/share/info /usr/share/info/wget.info</userinput></screen> -->
[2d4e23a]89
[db0eb6a]90 </sect2>
[bab92281]91
[db0eb6a]92 <sect2 role="commands">
93 <title>Command Explanations</title>
[bab92281]94
[db0eb6a]95 <para><parameter>--sysconfdir=/etc</parameter>: This relocates
[17e6d48]96 the configuration file from <filename class="directory">/usr/etc</filename> to
[db0eb6a]97 <filename class="directory">/etc</filename>.</para>
[bab92281]98
[db0eb6a]99 </sect2>
[bab92281]100
[db0eb6a]101 <sect2 role="configuration">
102 <title>Configuring Wget</title>
103
104 <sect3 id="wget-config">
105 <title>Config Files</title>
[bab92281]106
[db0eb6a]107 <para><filename>/etc/wgetrc</filename> and
108 <filename>~/.wgetrc</filename></para>
[bab92281]109
[db0eb6a]110 <indexterm zone="wget wget-config">
111 <primary sortas="e-AA.wgetrc">~/.wgetrc</primary>
112 </indexterm>
[bab92281]113
[db0eb6a]114 <indexterm zone="wget wget-config">
115 <primary sortas="e-etc-wgetrc">/etc/wgetrc</primary>
116 </indexterm>
[bab92281]117
[3f8305d]118 <para>There are no changes required to these files.</para>
[bab92281]119
[db0eb6a]120 </sect3>
[bab92281]121
[db0eb6a]122 </sect2>
[bab92281]123
[db0eb6a]124 <sect2 role="content">
125 <title>Contents</title>
126
127 <segmentedlist>
128 <segtitle>Installed Program</segtitle>
129 <segtitle>Installed Libraries</segtitle>
130 <segtitle>Installed Directories</segtitle>
[bab92281]131
[db0eb6a]132 <seglistitem>
133 <seg>wget</seg>
134 <seg>None</seg>
135 <seg>None</seg>
136 </seglistitem>
137 </segmentedlist>
[bab92281]138
[db0eb6a]139 <variablelist>
140 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
141 <?dbfo list-presentation="list"?>
142 <?dbhtml list-presentation="table"?>
[bab92281]143
[db0eb6a]144 <varlistentry id="wget-prog">
145 <term><command>wget</command></term>
146 <listitem>
147 <para> retrieves files from the Web using the HTTP, HTTPS and
[17e6d48]148 FTP protocols. It is designed to be non-interactive, for
[db0eb6a]149 background or unattended operations.</para>
150 <indexterm zone="wget wget-prog">
151 <primary sortas="b-wget">wget</primary>
152 </indexterm>
153 </listitem>
154 </varlistentry>
[bab92281]155
[db0eb6a]156 </variablelist>
157
158 </sect2>
[f45b1953]159
160</sect1>
Note: See TracBrowser for help on using the repository browser.