Re: Is the University of Edinburgh clickwrap GPL DFSG-free?
On Thu, 02 Nov 2006, Don Armstrong wrote:
> By viewing the source, for example, and constructing a url which
> bypasses the clickwrap entirely, or have someone else distribute the
> source to you under the GPL.
perl -MWWW::Mechanize -e 'my $m = WWW::Mechanize->new();
$m->get(q(http://www.inf.ed.ac.uk/research/isdd/admin/package?download=91));
$m->click_button(number=>1);
$m->click_button(number=>1);
$m->save_content(q(foobar.tar.gz))
'
or just use WWW::Mechanize...
Don Armstrong
--
Il semble que la perfection soit atteinte non quand il n'y a plus rien
a ajouter, mais quand il n'y a plus rien a retrancher.
(Perfection is apparently not achieved when nothing more can be added,
but when nothing else can be removed.)
-- Antoine de Saint-Exupe'ry, Terres des Hommes
http://www.donarmstrong.com http://rzlab.ucr.edu
Reply to: