-
Notifications
You must be signed in to change notification settings - Fork 0
/
README
57 lines (37 loc) · 1.38 KB
/
README
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
README: Pwget - A Perl derivation of wget
-----------------------------------------
Pwget is similar to wget[1] but it can use categorized configuration
files, analyze Web pages, and "search" for download links as
instructed. Instead of absolute links, it contains heuristics to track
newer versions of files.
The source package directories:
bin/ The program and system manual page (*.1)
doc/ Documentation
Important files
COPYING GPL v2 or later Licence
INSTALL Install instructions
bin/ChangeLog Project change records
Project details
Homepage
https://github.com/jaalto/project--perl-webget
To report bugs
See above
Source code repository
See above
Depends
Perl 5.10+
Standard Perl libraries:
Net::FTP [Debian package: perl-modules]
LWP::UserAgent [Debian package: libwww-perl]
wget(1) for Sourceforge downloads [1].
t2html for generating documentation [2] from scratch (optional).
References
[1] http://www.gnu.org/software/wget
[2] https://github.com/jaalto/project--perl-text2html
Copyright
Copyright (C) 1996-2019 Jari Aalto
License
This program is free software; you can redistribute and/or modify
program under the terms of GNU General Public license either version 2
of the License, or (at your option) any later version.
End of file