curl-library
Re: Nicer-looking examples on site
Date: Thu, 10 Sep 2009 16:02:04 +0200
Hi,
Daniel Stenberg schrieb:
> I redid how we present the libcurl examples on the web site, and I'm
> pretty happy with how they appear now.
very nice!
> If you have additional ideas or if something doesn't work. Let me know.
with few samples there're some lines wrong, f.e.:
http://curl.haxx.se/libcurl/c/cacertinmem.html
line breaks within certdata missing
http://curl.haxx.se/libcurl/c/chkspeed.html
the error output:
printf("Errror while fetching '%s' : %s\n", url, curl_easy_strerror(res));
is wrongly expanded.
http://curl.haxx.se/libcurl/c/cookie_interface.html
the error output:
fprintf(stderr, "Curl curl_easy_getinfo failed: %s\n",
curl_easy_strerror(res));
is wrongly expanded.
seems that only the samples with 'curl_easy_strerror(res)' are effected ...
GÜn.
Received on 2009-09-10