File: README

package info (click to toggle)
pwget 2016.1019%2Bgit75c6e3e-1
  • links: PTS, VCS
  • area: main
  • in suites: buster, stretch
  • size: 568 kB
  • ctags: 138
  • sloc: perl: 3,429; makefile: 130
file content (57 lines) | stat: -rw-r--r-- 1,417 bytes parent folder | download | duplicates (3)
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
      http://freecode.com/projects/perlwebget

    To report bugs
      See freecode page

    Source code repository
      See freecode page

    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] http://freecode.com/projects/perl-text2html

Copyright

    Copyright (C) 1996-2016 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