dockapps/wmget
Doug Torrance 219e04f6ad Update mailing list links to new Google Groups. 2018-05-14 23:34:53 +01:00
..
dockapp Remove trailing whitespace in recently added dockapps. 2016-12-24 12:32:17 +00:00
Makefile.am wmget: Switch to autotools for build. 2016-02-07 21:06:01 +05:30
NEWS Remove trailing whitespace in recently added dockapps. 2016-12-24 12:32:17 +00:00
README wmget: Add version 0.6.0 to repository. 2016-02-07 21:05:16 +05:30
TODO wmget: Add version 0.6.0 to repository. 2016-02-07 21:05:16 +05:30
cancel.c wmget: Add version 0.6.0 to repository. 2016-02-07 21:05:16 +05:30
config.def wmget: Add version 0.6.0 to repository. 2016-02-07 21:05:16 +05:30
configure.ac Update mailing list links to new Google Groups. 2018-05-14 23:34:53 +01:00
configure.c Remove trailing whitespace in recently added dockapps. 2016-12-24 12:32:17 +00:00
iq.c wmget: Add version 0.6.0 to repository. 2016-02-07 21:05:16 +05:30
list.c wmget: Add version 0.6.0 to repository. 2016-02-07 21:05:16 +05:30
messages.c wmget: Add version 0.6.0 to repository. 2016-02-07 21:05:16 +05:30
request.c wmget: Add version 0.6.0 to repository. 2016-02-07 21:05:16 +05:30
retrieve.c wmget: Fix resource leaks. 2016-02-07 21:06:01 +05:30
server.c Remove trailing whitespace in recently added dockapps. 2016-12-24 12:32:17 +00:00
usage.c wmget: Add version 0.6.0 to repository. 2016-02-07 21:05:16 +05:30
wmget-test.pl wmget: Add version 0.6.0 to repository. 2016-02-07 21:05:16 +05:30
wmget.1.in Remove trailing whitespace in recently added dockapps. 2016-12-24 12:32:17 +00:00
wmget.c wmget: Add version 0.6.0 to repository. 2016-02-07 21:05:16 +05:30
wmget.h Remove trailing whitespace in recently added dockapps. 2016-12-24 12:32:17 +00:00
wmget.xpm wmget: Add version 0.6.0 to repository. 2016-02-07 21:05:16 +05:30

README

wmget - Background download manager in a Window Maker dock app
Copyright (C) 2001-2003 Aaron Trickey
Free software, licensed under ``MIT-style'' terms (see below)
ABSOLUTELY NO WARRANTY -- SEE BELOW

[This file is only rarely updated.  If you're upgrading from a prior
 release, please see the file NEWS.]

wmget is a dock app for the GNU Window Maker window manager (or one of
the many other WM's which support dockapps) which makes it more
convenient to perform long downloads in the background.  It uses the
excellent libcurl library, part of the cURL automated-download program,
to perform file retrieval.

The latest information about and version of wmget will hopefully always
be available at:
    <http://amtrickey.net/wmget/index.html>

Wmget requires libcurl (various versions from 7.5.1 on were used during
development); this is part of the main cURL distribution.  Grab it from:
    <http://curl.haxx.se/>

configure and install it if you don't have it.  And for routine download
tasks, check out their ``curl'' command-line tool.

wmget is written entirely in C.  It (as of 0.4) uses a from-scratch
dockapp library I cooked up for fun.  This replaced a common dockapp
utility library named wmgeneral.c, which helped me get off the ground;
thanks to the authors (Martijn Pieterse & Dave Clark).

The wmget manpage is written in Perl's POD documentation language.  If you
don't have Perl, that's fine; just don't delete and try to remake the
manpage I provided.

I'm releasing my code under the same licensing terms as the X Window
System.  These terms are commonly known as ``MIT'' licensing terms,
since that's where they originated.  I've attached these licensing
terms, and the important non-warranty clauses, below.

Enjoy!

Aaron Trickey
aaron at amtrickey dot net


----------------------------------------------------------------------------

Licensing and Non-Warranty Terms and Disclaimers.

Copyright (c) 2001-2003 Aaron Trickey

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in
all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.  IN NO EVENT SHALL THE
AUTHOR BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN
AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.