source: basicnet/netprogs/wget.xml@ ad070d1

10.0 10.1 11.0 11.1 11.2 11.3 12.0 12.1 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/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/intltool xry111/llvm18 xry111/soup3 xry111/test-20220226 xry111/xf86-video-removal
Last change on this file since ad070d1 was ad070d1, checked in by Randy McMurchy <randy@…>, 19 years ago

Updated build entities and added indexing tags to Wget

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

  • Property mode set to 100644
File size: 3.8 KB
Line 
1<?xml version="1.0" encoding="ISO-8859-1"?>
2<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.3//EN"
3 "http://www.oasis-open.org/docbook/xml/4.3/docbookx.dtd" [
4 <!ENTITY % general-entities SYSTEM "../../general.ent">
5 %general-entities;
6
7 <!ENTITY wget-download-http "http://ftp.gnu.org/gnu/wget/wget-&wget-version;.tar.gz">
8 <!ENTITY wget-download-ftp "ftp://ftp.gnu.org/gnu/wget/wget-&wget-version;.tar.gz">
9 <!ENTITY wget-md5sum "e6051f1e1487ec0ebfdbda72bedc70ad">
10 <!ENTITY wget-size "1.3 MB">
11 <!ENTITY wget-buildsize "7.7 MB">
12 <!ENTITY wget-time "0.11 SBU">
13]>
14
15<sect1 id="wget" xreflabel="Wget-&wget-version;">
16<sect1info>
17<othername>$LastChangedBy$</othername>
18<date>$Date$</date>
19</sect1info>
20<?dbhtml filename="wget.html"?>
21<title><application>Wget</application>-&wget-version;</title>
22<indexterm zone="wget">
23<primary sortas="a-Wget">Wget</primary></indexterm>
24
25<sect2>
26<title>Introduction to <application>Wget</application></title>
27
28<para>The <application>Wget</application> package contains a utility useful for
29non-interactive downloading of files from the Web.</para>
30
31<sect3><title>Package information</title>
32<itemizedlist spacing='compact'>
33<listitem><para>Download (HTTP): <ulink
34url="&wget-download-http;"/></para></listitem>
35<listitem><para>Download (FTP): <ulink
36url="&wget-download-ftp;"/></para></listitem>
37<listitem><para>Download MD5 sum: &wget-md5sum;</para></listitem>
38<listitem><para>Download size: &wget-size;</para></listitem>
39<listitem><para>Estimated disk space required:
40&wget-buildsize;</para></listitem>
41<listitem><para>Estimated build time:
42&wget-time;</para></listitem></itemizedlist>
43</sect3>
44
45<sect3><title><application>Wget</application> dependencies</title>
46<sect4><title>Optional</title>
47<para><xref linkend="openssl"/> and
48<ulink url="http://www.inet.no/dante/">Dante</ulink></para>
49</sect4>
50</sect3>
51
52</sect2>
53
54<sect2>
55<title>Installation of <application>Wget</application></title>
56
57<para>Install <application>Wget</application> by running the following
58commands:</para>
59
60<screen><userinput><command>./configure --prefix=/usr --sysconfdir=/etc &amp;&amp;
61make</command></userinput></screen>
62
63<para>Now, as the root user:</para>
64
65<screen><userinput role='root'><command>make install</command></userinput></screen>
66
67</sect2>
68
69<sect2>
70<title>Command explanations</title>
71
72<para><parameter>--sysconfdir=/etc</parameter>: This relocates
73the configuration file from <filename class="directory">/usr/etc</filename> to
74<filename class="directory">/etc</filename>.</para>
75
76</sect2>
77
78<sect2>
79<title>Configuring <application>Wget</application></title>
80
81<sect3 id="wget-config"><title>Config files</title>
82<para><filename>/etc/wgetrc</filename>, <filename>~/.wgetrc</filename></para>
83<indexterm zone="wget wget-config">
84<primary sortas="e-AA.wgetrc">~/.wgetrc</primary></indexterm>
85<indexterm zone="wget wget-config">
86<primary sortas="e-etc-wgetrc">/etc/wgetrc</primary></indexterm>
87
88<para>There are no required changes in these files.</para>
89</sect3>
90
91</sect2>
92
93<sect2>
94<title>Contents</title>
95
96<segmentedlist>
97<segtitle>Installed Program</segtitle>
98<segtitle>Installed Libraries</segtitle>
99<segtitle>Installed Directories</segtitle>
100
101<seglistitem>
102<seg>wget</seg>
103<seg>None</seg>
104<seg>None</seg>
105</seglistitem>
106</segmentedlist>
107
108<variablelist>
109<bridgehead renderas="sect3">Short Descriptions</bridgehead>
110<?dbfo list-presentation="list"?>
111
112<varlistentry id="wget-prog">
113<term><command>wget</command></term>
114<listitem><para> retrieves files from the Web using the
115<acronym>HTTP</acronym>, <acronym>HTTPS</acronym> and
116<acronym>FTP</acronym> protocols. It is designed to be non-interactive, for
117background or unattended operations.</para>
118<indexterm zone="wget wget-prog">
119<primary sortas="b-wget">wget</primary>
120</indexterm></listitem>
121</varlistentry>
122</variablelist>
123
124</sect2>
125
126</sect1>
127
Note: See TracBrowser for help on using the repository browser.