Buy commercial curl support from WolfSSL. We help you work
out your issues, debug your libcurl applications, use the API, port to new
platforms, add new features and more. With a team lead by the curl founder
himself.
Re: Splitting up the manpage on the website?
- Contemporary messages sorted: [ by date ] [ by thread ] [ by subject ] [ by author ] [ by messages with attachments ]
From: Paul Gilmartin via curl-users <curl-users_at_lists.haxx.se>
Date: Wed, 17 Nov 2021 07:09:06 -0700
On Nov 17, 2021, at 05:30:08, Daniel Stenberg via curl-users <curl-users_at_lists.haxx.se> wrote:
>
>> Perhaps the "basics of CLI use" part of the "Everything curl" book could be placed somewhere by itself?
>
> Do you have more specific ideas of where and how to do that on the site? We have lots of documentation, the problem is nowadays rarely that we lack the information but more often that we need to figure how to best make it available to and found by users.
>
Take a poll to find what users find useful? I'll start -- here's my favorite
curl command, extracted from a script:
[ -f ${FILE} ] && TC="${FILE}" || unset TC
( set -x
curl --location --fail --show-error ${TC+--time-cond "$TC"} \
${EMAIL+--header "From: $EMAIL"} \
--remote-time --xattr \
--dump-header "${HDRS}" --output "${FILE}" "$_at_"
)
Thanks,
gil
Date: Wed, 17 Nov 2021 07:09:06 -0700
On Nov 17, 2021, at 05:30:08, Daniel Stenberg via curl-users <curl-users_at_lists.haxx.se> wrote:
>
>> Perhaps the "basics of CLI use" part of the "Everything curl" book could be placed somewhere by itself?
>
> Do you have more specific ideas of where and how to do that on the site? We have lots of documentation, the problem is nowadays rarely that we lack the information but more often that we need to figure how to best make it available to and found by users.
>
Take a poll to find what users find useful? I'll start -- here's my favorite
curl command, extracted from a script:
[ -f ${FILE} ] && TC="${FILE}" || unset TC
( set -x
curl --location --fail --show-error ${TC+--time-cond "$TC"} \
${EMAIL+--header "From: $EMAIL"} \
--remote-time --xattr \
--dump-header "${HDRS}" --output "${FILE}" "$_at_"
)
Thanks,
gil
-- Unsubscribe: https://lists.haxx.se/listinfo/curl-users Etiquette: https://curl.haxx.se/mail/etiquette.htmlReceived on 2021-11-17