[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: 05/06: gnu: wget: Add wget2.
From: |
Mark H Weaver |
Subject: |
Re: 05/06: gnu: wget: Add wget2. |
Date: |
Thu, 16 Nov 2017 17:22:30 -0500 |
User-agent: |
Gnus/5.13 (Gnus v5.13) Emacs/25.3 (gnu/linux) |
address@hidden (Ludovic Courtès) writes:
> civodul pushed a commit to branch master
> in repository guix.
>
> commit afc438231623fceb4ec8f3aa2f8c4e8f99a3ec22
> Author: Rutger Helling <address@hidden>
> Date: Tue Nov 14 19:01:08 2017 +0100
>
> gnu: wget: Add wget2.
>
> * gnu/packages/wget.scm (wget2): New variable.
>
> Signed-off-by: Ludovic Courtès <address@hidden>
[...]
> + (home-page "https://github.com/rockdaboot/wget2")
> + (synopsis "Successor of GNU Wget")
> + (description "GNU Wget2 is the successor of GNU Wget, a file and recursive
> +website downloader. Designed and written from scratch it wraps around
> libwget,
> +that provides the basic functions needed by a web client.")
> + (license (list gpl3+ lgpl3+))))
I was curious about this claim "Successor of GNU Wget", so I looked at
the canonical GNU Wget site:
https://gnu.org/s/wget
which states:
Currently GNU Wget2 is being developed. Please help us if you can
with testing, docs, organization, development, ... see you at Wget2
collaboration site <https://gitlab.com/gnuwget/wget2>
For the source and home-page URLs, I would prefer to promote the gitlab
site over the github one, especially since that's the one referenced
from <https://gnu.org/s/wget>.
What do you think?
Mark
- Re: 05/06: gnu: wget: Add wget2.,
Mark H Weaver <=