~ubuntu-branches/ubuntu/dapper/wget/dapper-updates

« back to all changes in this revision

Viewing changes to util/README

  • Committer: Bazaar Package Importer
  • Author(s): Noèl Köthe
  • Date: 2004-02-13 20:26:44 UTC
  • Revision ID: james.westby@ubuntu.com-20040213202644-skxj93qs15sskqfy
Tags: upstream-1.9.1
Import upstream version 1.9.1

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
                                                           -*- text -*-
 
2
 
 
3
This directory contains various optional utilities to help you use
 
4
Wget.
 
5
 
 
6
 
 
7
Socks:
 
8
======
 
9
Antonio Rosella <antonio.rosella@agip.it> has written a sample HTML
 
10
frontend and a Perl script to demonstrate usage of socksified Wget as
 
11
web retriever.
 
12
 
 
13
To configure Wget to use socks, do a
 
14
$ ./configure --with-sox.
 
15
 
 
16
download.html and download-netscape.html are examples of how you can
 
17
use socksified Wget to schedule the WWW requests.  wget.cgi is a
 
18
CGI Perl script used in conjunction with download.html, which
 
19
schedules request using the "at" command.
 
20
 
 
21
To get the script, contact Antonino.
 
22
 
 
23
rmold.pl
 
24
========
 
25
This Perl script is used to check which local files are no longer on
 
26
the remote server.  You can use it to get the list of files, or
 
27
$ rmold.pl [dir] | xargs rm
 
28